Trace number 1088942

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.06 1812.34

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-1-45.xml
MD5SUMbaaf997e1ccdc0c91ec8ce4921dd3646
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.721889
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of constraints18707
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18707
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 14:23:34 2008
0.00/0.04	c 0	PID 30755
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088942-1215260614.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088942-1215260614.xml' 'HOME/temp.csp'
1.25/1.37	c 1	1 domains, 864 variables, 1 predicates, 0 relations, 18707 constraints
1.33/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.33/1.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.33/1.49	c 1	Parsing HOME/temp.csp
1.34/2.00	c 2	parsed 10000 expressions
2.02/2.20	c 2	parsed 19573 expressions
2.02/2.20	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.20	c 2	Converting to clausal form CSP
2.30/2.43	c 2	converted 1958 (10%) expressions
2.30/2.49	c 2	converted 3915 (20%) expressions
2.39/2.59	c 3	converted 5872 (30%) expressions
2.50/2.64	c 3	converted 7830 (40%) expressions
2.50/2.70	c 3	converted 9787 (50%) expressions
2.59/2.76	c 3	converted 11744 (60%) expressions
2.68/2.88	c 3	converted 13702 (70%) expressions
2.79/2.94	c 3	converted 15659 (80%) expressions
2.79/2.99	c 3	converted 17616 (90%) expressions
2.89/3.04	c 3	converted 19573 (100%) expressions
2.89/3.04	c 3	CSP : 864 integers, 0 booleans, 18707 clauses, largest domain size 45
2.89/3.04	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.04	c 3	Propagation in CSP
2.98/3.19	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.98/3.19	c 3	CSP : 864 integers, 0 booleans, 18707 clauses, largest domain size 45
2.98/3.19	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.21	c 3	Simplifing CSP by introducing new Boolean variables
3.38/3.54	c 3	CSP : 864 integers, 37414 booleans, 56121 clauses, largest domain size 45
3.38/3.54	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.48/3.68	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.58/3.72	c 4	87 (10%) CSP integer variables are encoded (3741 clauses, 46534 bytes)
3.58/3.73	c 4	173 (20%) CSP integer variables are encoded (7439 clauses, 94608 bytes)
3.58/3.73	c 4	260 (30%) CSP integer variables are encoded (11180 clauses, 146058 bytes)
3.58/3.74	c 4	346 (40%) CSP integer variables are encoded (14878 clauses, 201528 bytes)
3.58/3.75	c 4	432 (50%) CSP integer variables are encoded (18576 clauses, 256998 bytes)
3.58/3.75	c 4	519 (60%) CSP integer variables are encoded (22317 clauses, 313113 bytes)
3.58/3.76	c 4	605 (70%) CSP integer variables are encoded (26015 clauses, 368583 bytes)
3.58/3.76	c 4	692 (80%) CSP integer variables are encoded (29756 clauses, 424698 bytes)
3.58/3.77	c 4	778 (90%) CSP integer variables are encoded (33454 clauses, 480168 bytes)
3.58/3.77	c 4	864 (100%) CSP integer variables are encoded (37152 clauses, 535638 bytes)
3.97/4.16	c 4	5613 (10%) CSP clauses are encoded (207413 clauses, 3724620 bytes)
4.36/4.51	c 4	11225 (20%) CSP clauses are encoded (377673 clauses, 7019182 bytes)
4.66/4.84	c 5	16837 (30%) CSP clauses are encoded (547889 clauses, 10314601 bytes)
4.96/5.18	c 5	22449 (40%) CSP clauses are encoded (718105 clauses, 13693882 bytes)
5.35/5.53	c 5	28061 (50%) CSP clauses are encoded (888365 clauses, 17165676 bytes)
5.65/5.86	c 6	33673 (60%) CSP clauses are encoded (1058581 clauses, 20620843 bytes)
6.04/6.21	c 6	39285 (70%) CSP clauses are encoded (1228797 clauses, 24111386 bytes)
6.35/6.56	c 7	44897 (80%) CSP clauses are encoded (1399057 clauses, 27587844 bytes)
6.74/6.90	c 7	50509 (90%) CSP clauses are encoded (1569273 clauses, 31070071 bytes)
7.03/7.25	c 7	56121 (100%) CSP clauses are encoded (1739489 clauses, 34727066 bytes)
7.03/7.26	c 7	56121 CSP clauses encoded
7.03/7.26	c 7	Writing map file : HOME/temp.map
7.03/7.29	c 7	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.03/7.29	c 7	SAT : 75430 SAT variables, 1739489 SAT clauses, 34727066 bytes
7.03/7.29	c 7	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.12/7.32	c 7	SOLVING HOME/temp.cnf
7.12/7.32	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1812.32	c ERROR INTERRUPTED
1800.06/1812.32	s UNKNOWN
1800.06/1812.32	c 1812	CPU 6.73 (0.03 0.01 6.7 0.41)
1800.06/1812.32	c 1812	END Sat Jul  5 14:53:46 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088942-1215260614/watcher-1088942-1215260614 -o /tmp/evaluation-result-1088942-1215260614/solver-1088942-1215260614 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1088942-1215260614.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30755
/proc/meminfo: memFree=1706280/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=18572 CPUtime=0
/proc/30755/stat : 30755 (runsolver) R 30753 30755 29157 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1314307301 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30755/statm: 4643 292 257 25 0 2626 0

[startup+0.063501 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30755
/proc/meminfo: memFree=1706280/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=0.03
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1314307301 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101537 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30755
/proc/meminfo: memFree=1706280/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=0.03
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1314307301 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301549 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30755
/proc/meminfo: memFree=1706280/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=0.03
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1314307301 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701631 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 30755
/proc/meminfo: memFree=1706280/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=0.03
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1314307301 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50278 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 30767
/proc/meminfo: memFree=1671568/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=1.34
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 973 12938 0 1 3 1 123 7 16 0 1 0 1314307301 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 13600

[startup+3.10415 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 30777
/proc/meminfo: memFree=1693520/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=1.34
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 974 12938 0 1 3 1 123 7 15 0 1 0 1314307301 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 797 370 3 0 500 0
[pid=30768] ppid=30755 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30755 30755 29157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1314307442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30768/statm: 1339 233 193 169 0 50 0
[pid=30769] ppid=30768 vsize=868372 CPUtime=1.64
/proc/30769/stat : 30769 (java) S 30768 30755 29157 0 -1 0 10541 0 1 0 158 6 0 0 18 0 9 0 1314307443 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30769/statm: 217093 9502 2540 9 0 211668 0
[pid=30769/tid=30770] ppid=30768 vsize=868372 CPUtime=1.06
/proc/30769/task/30770/stat : 30770 (java) R 30768 30755 29157 0 -1 64 2766 0 1 0 104 2 0 0 21 0 9 0 1314307444 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30771] ppid=30768 vsize=868372 CPUtime=0.36
/proc/30769/task/30771/stat : 30771 (java) S 30768 30755 29157 0 -1 64 5625 0 0 0 34 2 0 0 15 0 9 0 1314307445 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30772] ppid=30768 vsize=868372 CPUtime=0
/proc/30769/task/30772/stat : 30772 (java) S 30768 30755 29157 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1314307445 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30773] ppid=30768 vsize=868372 CPUtime=0
/proc/30769/task/30773/stat : 30773 (java) S 30768 30755 29157 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1314307445 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30774] ppid=30768 vsize=868372 CPUtime=0
/proc/30769/task/30774/stat : 30774 (java) S 30768 30755 29157 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1314307447 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30775] ppid=30768 vsize=868372 CPUtime=0.19
/proc/30769/task/30775/stat : 30775 (java) S 30768 30755 29157 0 -1 64 1453 0 0 0 19 0 0 0 16 0 9 0 1314307447 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30776] ppid=30768 vsize=868372 CPUtime=0
/proc/30769/task/30776/stat : 30776 (java) S 30768 30755 29157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1314307447 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30777] ppid=30768 vsize=868372 CPUtime=0
/proc/30769/task/30777/stat : 30777 (java) S 30768 30755 29157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1314307447 889212928 9502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887328

[startup+6.30273 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 30777
/proc/meminfo: memFree=1645008/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=1.34
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 974 12938 0 1 3 1 123 7 15 0 1 0 1314307301 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 797 370 3 0 500 0
[pid=30768] ppid=30755 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30755 30755 29157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1314307442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30768/statm: 1339 233 193 169 0 50 0
[pid=30769] ppid=30768 vsize=868484 CPUtime=4.8
/proc/30769/stat : 30769 (java) S 30768 30755 29157 0 -1 0 14762 0 1 0 455 25 0 0 18 0 9 0 1314307443 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30769/statm: 217121 13115 2565 9 0 211668 0
[pid=30769/tid=30770] ppid=30768 vsize=868484 CPUtime=3.63
/proc/30769/task/30770/stat : 30770 (java) R 30768 30755 29157 0 -1 64 3287 0 1 0 346 17 0 0 25 0 9 0 1314307444 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4126989204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30771] ppid=30768 vsize=868484 CPUtime=0.89
/proc/30769/task/30771/stat : 30771 (java) S 30768 30755 29157 0 -1 64 9287 0 0 0 83 6 0 0 16 0 9 0 1314307445 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30772] ppid=30768 vsize=868484 CPUtime=0
/proc/30769/task/30772/stat : 30772 (java) S 30768 30755 29157 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1314307445 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30773] ppid=30768 vsize=868484 CPUtime=0
/proc/30769/task/30773/stat : 30773 (java) S 30768 30755 29157 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1314307445 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30774] ppid=30768 vsize=868484 CPUtime=0
/proc/30769/task/30774/stat : 30774 (java) S 30768 30755 29157 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1314307447 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30775] ppid=30768 vsize=868484 CPUtime=0.26
/proc/30769/task/30775/stat : 30775 (java) S 30768 30755 29157 0 -1 64 1491 0 0 0 25 1 0 0 16 0 9 0 1314307447 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30776] ppid=30768 vsize=868484 CPUtime=0
/proc/30769/task/30776/stat : 30776 (java) S 30768 30755 29157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1314307447 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30769/tid=30777] ppid=30768 vsize=868484 CPUtime=0
/proc/30769/task/30777/stat : 30777 (java) S 30768 30755 29157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1314307447 889327616 13115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887440

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 30779
/proc/meminfo: memFree=1648464/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=26816 CPUtime=5.3
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 5915 0 0 0 236 294 0 0 25 0 1 0 1314308033 27459584 5901 996147200 134512640 134931368 4294956256 18446744073709551615 134605920 0 0 4096 0 0 0 0 17 1 0 0
/proc/30779/statm: 6704 5901 40 102 0 6599 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 45772

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 30779
/proc/meminfo: memFree=1604176/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=71336 CPUtime=17.98
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 16350 0 0 0 953 845 0 0 25 0 1 0 1314308033 73048064 16272 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30779/statm: 17834 16272 42 102 0 17729 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 90292

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 30779
/proc/meminfo: memFree=1598480/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=76352 CPUtime=43.32
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 17656 0 0 0 3486 846 0 0 25 0 1 0 1314308033 78184448 17578 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/30779/statm: 19088 17578 42 102 0 18983 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 95308

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 30779
/proc/meminfo: memFree=1592656/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=82160 CPUtime=94.03
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 19274 0 0 0 8555 848 0 0 25 0 1 0 1314308033 84131840 19096 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/30779/statm: 20540 19096 48 102 0 20435 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 101116

[startup+162.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 30779
/proc/meminfo: memFree=1592592/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=82556 CPUtime=153.45
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 19360 0 0 0 14497 848 0 0 25 0 1 0 1314308033 84537344 19182 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/30779/statm: 20639 19182 48 102 0 20534 0
Current children cumulated CPU time (s) 160.6

################
# More data... #
################

/proc/meminfo: memFree=1522328/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=94420 CPUtime=1343.31
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 23661 0 0 0 133475 856 0 0 25 0 1 0 1314308033 96686080 22195 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 23605 22195 48 102 0 23500 0
Current children cumulated CPU time (s) 1350.46
Current children cumulated vsize (KiB) 113376

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1485016/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1403.26
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24519 0 0 0 139469 857 0 0 25 0 1 0 1314308033 99389440 22872 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22872 48 102 0 24160 0
Current children cumulated CPU time (s) 1410.41
Current children cumulated vsize (KiB) 116016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1482328/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1463.2
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24519 0 0 0 145463 857 0 0 25 0 1 0 1314308033 99389440 22872 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22872 48 102 0 24160 0
Current children cumulated CPU time (s) 1470.35
Current children cumulated vsize (KiB) 116016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1459992/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1523.15
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24726 0 0 0 151458 857 0 0 25 0 1 0 1314308033 99389440 22889 996147200 134512640 134931368 4294956256 18446744073709551615 134529347 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22889 48 102 0 24160 0
Current children cumulated CPU time (s) 1530.3
Current children cumulated vsize (KiB) 116016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1415704/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1583.1
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24726 0 0 0 157452 858 0 0 25 0 1 0 1314308033 99389440 22889 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22889 48 102 0 24160 0
Current children cumulated CPU time (s) 1590.25
Current children cumulated vsize (KiB) 116016

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1393816/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1643.05
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24726 0 0 0 163447 858 0 0 25 0 1 0 1314308033 99389440 22889 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22889 48 102 0 24160 0
Current children cumulated CPU time (s) 1650.2
Current children cumulated vsize (KiB) 116016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1383064/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1702.99
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24944 0 0 0 169441 858 0 0 25 0 1 0 1314308033 99389440 22908 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22908 48 102 0 24160 0
Current children cumulated CPU time (s) 1710.14
Current children cumulated vsize (KiB) 116016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1374168/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1762.94
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24944 0 0 0 175436 858 0 0 25 0 1 0 1314308033 99389440 22908 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22908 48 102 0 24160 0
Current children cumulated CPU time (s) 1770.09
Current children cumulated vsize (KiB) 116016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1368984/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1792.91
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24944 0 0 0 178433 858 0 0 25 0 1 0 1314308033 99389440 22908 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22908 48 102 0 24160 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 116016

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30867
/proc/meminfo: memFree=1368984/2055920 swapFree=4122216/4192956
[pid=30755] ppid=30753 vsize=13600 CPUtime=7.15
/proc/30755/stat : 30755 (sugar) S 30753 30755 29157 0 -1 4194304 1022 28117 0 2 3 1 670 41 16 0 1 0 1314307301 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30755/statm: 3400 799 370 3 0 500 0
[pid=30778] ppid=30755 vsize=5356 CPUtime=0
/proc/30778/stat : 30778 (sh) S 30755 30755 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314308033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30778/statm: 1339 232 193 169 0 50 0
[pid=30779] ppid=30778 vsize=97060 CPUtime=1792.91
/proc/30779/stat : 30779 (picosat) R 30778 30755 29157 0 -1 4194304 24944 0 0 0 178433 858 0 0 25 0 1 0 1314308033 99389440 22908 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30779/statm: 24265 22908 48 102 0 24160 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 116016

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30755 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=744974
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=443932
# CPU time returned by wait4() is 7.18891
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.34
CPU time (s): 1800.06
CPU user time (s): 1791.06
CPU system time (s): 9
CPU usage (%): 99.3223
Max. virtual memory (cumulated for all children) (KiB): 887832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.74497
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29495
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5706
involuntary context switches= 5820

runsolver used 2.03769 second user time and 6.21505 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 14:23:34
IDJOB=1088942
IDBENCH=58152
IDSOLVER=345
FILE ID=node20/1088942-1215260614
PBS_JOBID= 7882025
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-1-45.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088942-1215260614/watcher-1088942-1215260614 -o /tmp/evaluation-result-1088942-1215260614/solver-1088942-1215260614 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1088942-1215260614.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= baaf997e1ccdc0c91ec8ce4921dd3646
RANDOM SEED=668284056

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1706760 kB
Buffers:         28632 kB
Cached:         144708 kB
SwapCached:      64388 kB
Active:         213144 kB
Inactive:        81788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706760 kB
SwapTotal:     4192956 kB
SwapFree:      4122216 kB
Dirty:            3532 kB
Writeback:           0 kB
Mapped:         137960 kB
Slab:            39072 kB
Committed_AS:  2782576 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node20 at 2008-07-05 14:53:48