Trace number 1084107

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? (MO) 309.13 313.555

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-7.xml
MD5SUMfc9f58475a614e928f4d65ba1e610c18
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 benchmark2.52061
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of constraints48510
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48510
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 05:53:33 2008
0.00/0.04	c 0	PID 19860
0.00/0.05	c 0	HOST node39.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1084107-1215230012.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-1084107-1215230012.xml' 'HOME/temp.csp'
2.64/2.74	c 2	1 domains, 360 variables, 2 predicates, 0 relations, 48510 constraints
2.64/2.78	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.64/2.78	c 3	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'
2.70/2.85	c 3	Parsing HOME/temp.csp
3.21/3.37	c 3	parsed 10000 expressions
3.40/3.58	c 3	parsed 20000 expressions
3.69/3.80	c 4	parsed 30000 expressions
3.80/3.98	c 4	parsed 40000 expressions
3.99/4.20	c 4	parsed 48873 expressions
4.10/4.20	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.10/4.20	c 4	Converting to clausal form CSP
4.88/5.01	c 5	converted 4888 (10%) expressions
5.28/5.50	c 5	converted 9775 (20%) expressions
6.08/6.20	c 6	converted 14662 (30%) expressions
6.47/6.67	c 6	converted 19550 (40%) expressions
7.26/7.48	c 7	converted 24437 (50%) expressions
7.74/7.96	c 8	converted 29324 (60%) expressions
8.24/8.43	c 8	converted 34212 (70%) expressions
8.74/8.90	c 9	converted 39099 (80%) expressions
9.73/9.98	c 10	converted 43986 (90%) expressions
10.32/10.57	c 10	converted 48873 (100%) expressions
10.32/10.57	c 10	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
10.32/10.57	c 10	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.32/10.57	c 10	Propagation in CSP
11.12/11.30	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.12/11.30	c 11	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
11.12/11.30	c 11	Heap : 129 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.12/11.37	c 11	Simplifing CSP by introducing new Boolean variables
13.29/13.55	c 13	CSP : 360 integers, 242004 booleans, 387174 clauses, largest domain size 180
13.29/13.55	c 13	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.38/14.64	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.38/14.70	c 14	36 (10%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
14.48/14.71	c 14	72 (20%) CSP integer variables are encoded (12816 clauses, 170216 bytes)
14.48/14.71	c 14	108 (30%) CSP integer variables are encoded (19224 clauses, 266336 bytes)
14.48/14.72	c 14	144 (40%) CSP integer variables are encoded (25632 clauses, 362456 bytes)
14.48/14.73	c 14	180 (50%) CSP integer variables are encoded (32040 clauses, 458576 bytes)
14.48/14.74	c 14	216 (60%) CSP integer variables are encoded (38448 clauses, 554696 bytes)
14.48/14.74	c 15	252 (70%) CSP integer variables are encoded (44856 clauses, 650816 bytes)
14.48/14.75	c 15	288 (80%) CSP integer variables are encoded (51264 clauses, 746936 bytes)
14.48/14.76	c 15	324 (90%) CSP integer variables are encoded (57672 clauses, 843056 bytes)
14.48/14.77	c 15	360 (100%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
21.00/21.38	c 21	38718 (10%) CSP clauses are encoded (3624742 clauses, 76169014 bytes)
27.67/28.20	c 28	77435 (20%) CSP clauses are encoded (7230123 clauses, 153911839 bytes)
34.58/35.23	c 35	116153 (30%) CSP clauses are encoded (10971371 clauses, 235355528 bytes)
41.71/42.52	c 42	154870 (40%) CSP clauses are encoded (14791319 clauses, 321890989 bytes)
49.00/50.08	c 50	193587 (50%) CSP clauses are encoded (18720897 clauses, 410893376 bytes)
56.62/57.82	c 58	232305 (60%) CSP clauses are encoded (22780213 clauses, 502815108 bytes)
64.41/65.83	c 66	271022 (70%) CSP clauses are encoded (26988500 clauses, 598088660 bytes)
72.49/74.17	c 74	309740 (80%) CSP clauses are encoded (31346624 clauses, 697587204 bytes)
80.95/82.98	c 83	348457 (90%) CSP clauses are encoded (35899887 clauses, 802026465 bytes)
90.00/92.24	c 92	387174 (100%) CSP clauses are encoded (40758474 clauses, 913487823 bytes)
90.00/92.24	c 92	387174 CSP clauses encoded
90.00/92.24	c 92	Writing map file : HOME/temp.map
90.00/92.27	c 92	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.00/92.27	c 92	SAT : 306444 SAT variables, 40758474 SAT clauses, 913487823 bytes
90.00/92.27	c 92	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.07/92.34	c 92	SOLVING HOME/temp.cnf
90.07/92.34	c 92	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
309.01/313.42	c ERROR INTERRUPTED
309.13/313.55	s UNKNOWN
309.13/313.55	c 313	CPU 84.12 (0.04 0.01 84.08 6)
309.13/313.55	c 313	END Sat Jul  5 05:58: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-1084107-1215230012/watcher-1084107-1215230012 -o /tmp/evaluation-result-1084107-1215230012/solver-1084107-1215230012 -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-1084107-1215230012.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.85 1.97 1.99 4/81 19860
/proc/meminfo: memFree=1741624/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=18572 CPUtime=0
/proc/19860/stat : 19860 (runsolver) R 19858 19860 19796 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 645934871 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19860/statm: 4643 292 257 25 0 2626 0

[startup+0.0629139 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 19860
/proc/meminfo: memFree=1741624/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=0.03
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645934871 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101864 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 19860
/proc/meminfo: memFree=1741624/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=0.03
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645934871 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301889 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 19860
/proc/meminfo: memFree=1741624/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=0.03
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645934871 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701962 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 19860
/proc/meminfo: memFree=1741624/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=0.03
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645934871 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 19872
/proc/meminfo: memFree=1712928/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=0.03
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645934871 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 796 370 3 0 500 0
[pid=19863] ppid=19860 vsize=5356 CPUtime=0
/proc/19863/stat : 19863 (sh) S 19860 19860 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645934876 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19863/statm: 1339 233 193 169 0 50 0
[pid=19864] ppid=19863 vsize=864676 CPUtime=1.42
/proc/19864/stat : 19864 (java) S 19863 19860 19796 0 -1 0 16508 0 1 0 134 8 0 0 18 0 9 0 645934876 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19864/statm: 216169 14054 2529 9 0 210751 0
[pid=19864/tid=19865] ppid=19863 vsize=864676 CPUtime=0.81
/proc/19864/task/19865/stat : 19865 (java) R 19863 19860 19796 0 -1 64 3004 0 1 0 79 2 0 0 23 0 9 0 645934877 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19864/tid=19866] ppid=19863 vsize=864676 CPUtime=0.48
/proc/19864/task/19866/stat : 19866 (java) R 19863 19860 19796 0 -1 64 12310 0 0 0 44 4 0 0 16 0 9 0 645934878 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 102723006 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19864/tid=19867] ppid=19863 vsize=864676 CPUtime=0
/proc/19864/task/19867/stat : 19867 (java) S 19863 19860 19796 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 645934878 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19864/tid=19868] ppid=19863 vsize=864676 CPUtime=0
/proc/19864/task/19868/stat : 19868 (java) S 19863 19860 19796 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 645934878 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19864/tid=19869] ppid=19863 vsize=864676 CPUtime=0
/proc/19864/task/19869/stat : 19869 (java) S 19863 19860 19796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 645934880 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19864/tid=19870] ppid=19863 vsize=864676 CPUtime=0.09
/proc/19864/task/19870/stat : 19870 (java) S 19863 19860 19796 0 -1 64 493 0 0 0 9 0 0 0 16 0 9 0 645934880 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19864/tid=19871] ppid=19863 vsize=864676 CPUtime=0
/proc/19864/task/19871/stat : 19871 (java) S 19863 19860 19796 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645934881 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19864/tid=19872] ppid=19863 vsize=864676 CPUtime=0
/proc/19864/task/19872/stat : 19872 (java) S 19863 19860 19796 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645934881 885428224 14054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10131 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 19872
/proc/meminfo: memFree=1672928/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=2.7
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 973 24253 0 1 3 1 254 12 15 0 1 0 645934871 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 13600

[startup+6.30278 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 19882
/proc/meminfo: memFree=1696992/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=2.7
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 974 24253 0 1 3 1 254 12 15 0 1 0 645934871 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 797 370 3 0 500 0
[pid=19873] ppid=19860 vsize=5356 CPUtime=0
/proc/19873/stat : 19873 (sh) S 19860 19860 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645935148 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19873/statm: 1339 233 193 169 0 50 0
[pid=19874] ppid=19873 vsize=868412 CPUtime=3.48
/proc/19874/stat : 19874 (java) S 19873 19860 19796 0 -1 0 18054 0 1 0 338 10 0 0 18 0 9 0 645935149 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19874/statm: 217103 16335 2540 9 0 211678 0
[pid=19874/tid=19875] ppid=19873 vsize=868412 CPUtime=2.19
/proc/19874/task/19875/stat : 19875 (java) R 19873 19860 19796 0 -1 64 3257 0 1 0 217 2 0 0 25 0 9 0 645935150 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4126573190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19876] ppid=19873 vsize=868412 CPUtime=1.06
/proc/19874/task/19876/stat : 19876 (java) S 19873 19860 19796 0 -1 64 12633 0 0 0 101 5 0 0 16 0 9 0 645935151 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19877] ppid=19873 vsize=868412 CPUtime=0
/proc/19874/task/19877/stat : 19877 (java) S 19873 19860 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645935151 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19878] ppid=19873 vsize=868412 CPUtime=0
/proc/19874/task/19878/stat : 19878 (java) S 19873 19860 19796 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 645935151 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19879] ppid=19873 vsize=868412 CPUtime=0
/proc/19874/task/19879/stat : 19879 (java) S 19873 19860 19796 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645935153 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19880] ppid=19873 vsize=868412 CPUtime=0.19
/proc/19874/task/19880/stat : 19880 (java) S 19873 19860 19796 0 -1 64 1467 0 0 0 18 1 0 0 17 0 9 0 645935153 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19881] ppid=19873 vsize=868412 CPUtime=0
/proc/19874/task/19881/stat : 19881 (java) S 19873 19860 19796 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645935153 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19882] ppid=19873 vsize=868412 CPUtime=0
/proc/19874/task/19882/stat : 19882 (java) S 19873 19860 19796 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645935153 889253888 16335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887368

[startup+12.7018 s]
/proc/loadavg: 1.95 1.98 1.99 4/92 19882
/proc/meminfo: memFree=1559456/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=2.7
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 974 24253 0 1 3 1 254 12 15 0 1 0 645934871 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 797 370 3 0 500 0
[pid=19873] ppid=19860 vsize=5356 CPUtime=0
/proc/19873/stat : 19873 (sh) S 19860 19860 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645935148 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19873/statm: 1339 233 193 169 0 50 0
[pid=19874] ppid=19873 vsize=890904 CPUtime=9.8
/proc/19874/stat : 19874 (java) S 19873 19860 19796 0 -1 0 69494 0 1 0 949 31 0 0 18 0 9 0 645935149 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19874/statm: 222726 53721 2540 9 0 217301 0
[pid=19874/tid=19875] ppid=19873 vsize=890904 CPUtime=5.15
/proc/19874/task/19875/stat : 19875 (java) R 19873 19860 19796 0 -1 64 4422 0 1 0 512 3 0 0 25 0 9 0 645935150 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19876] ppid=19873 vsize=890904 CPUtime=4.41
/proc/19874/task/19876/stat : 19876 (java) R 19873 19860 19796 0 -1 64 62896 0 0 0 416 25 0 0 16 0 9 0 645935151 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19877] ppid=19873 vsize=890904 CPUtime=0
/proc/19874/task/19877/stat : 19877 (java) S 19873 19860 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645935151 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19878] ppid=19873 vsize=890904 CPUtime=0
/proc/19874/task/19878/stat : 19878 (java) S 19873 19860 19796 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 645935151 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19879] ppid=19873 vsize=890904 CPUtime=0
/proc/19874/task/19879/stat : 19879 (java) S 19873 19860 19796 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645935153 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19880] ppid=19873 vsize=890904 CPUtime=0.22
/proc/19874/task/19880/stat : 19880 (java) S 19873 19860 19796 0 -1 64 1479 0 0 0 21 1 0 0 16 0 9 0 645935153 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19881] ppid=19873 vsize=890904 CPUtime=0
/proc/19874/task/19881/stat : 19881 (java) S 19873 19860 19796 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645935153 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19882] ppid=19873 vsize=890904 CPUtime=0
/proc/19874/task/19882/stat : 19882 (java) S 19873 19860 19796 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645935153 912285696 53721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 909860

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 19882
/proc/meminfo: memFree=1410336/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=2.7
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 974 24253 0 1 3 1 254 12 16 0 1 0 645934871 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 797 370 3 0 500 0
[pid=19873] ppid=19860 vsize=5356 CPUtime=0
/proc/19873/stat : 19873 (sh) S 19860 19860 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645935148 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19873/statm: 1339 233 193 169 0 50 0
[pid=19874] ppid=19873 vsize=868524 CPUtime=22.32
/proc/19874/stat : 19874 (java) S 19873 19860 19796 0 -1 0 81109 0 1 0 2114 118 0 0 18 0 9 0 645935149 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19874/statm: 217131 54533 2565 9 0 211678 0
[pid=19874/tid=19875] ppid=19873 vsize=868524 CPUtime=15.75
/proc/19874/task/19875/stat : 19875 (java) R 19873 19860 19796 0 -1 64 5760 0 1 0 1492 83 0 0 25 0 9 0 645935150 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4126865341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19876] ppid=19873 vsize=868524 CPUtime=6.29
/proc/19874/task/19876/stat : 19876 (java) S 19873 19860 19796 0 -1 64 73143 0 0 0 597 32 0 0 16 0 9 0 645935151 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19877] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19877/stat : 19877 (java) S 19873 19860 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645935151 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19878] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19878/stat : 19878 (java) S 19873 19860 19796 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 645935151 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19879] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19879/stat : 19879 (java) S 19873 19860 19796 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19880] ppid=19873 vsize=868524 CPUtime=0.26
/proc/19874/task/19880/stat : 19880 (java) S 19873 19860 19796 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19881] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19881/stat : 19881 (java) S 19873 19860 19796 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19882] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19882/stat : 19882 (java) S 19873 19860 19796 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 887480

[startup+51.1024 s]
/proc/loadavg: 2.04 2.00 2.00 3/92 19882
/proc/meminfo: memFree=1112096/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=2.71
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 974 24253 0 1 4 1 254 12 16 0 1 0 645934871 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 797 370 3 0 500 0
[pid=19873] ppid=19860 vsize=5356 CPUtime=0
/proc/19873/stat : 19873 (sh) S 19860 19860 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645935148 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19873/statm: 1339 233 193 169 0 50 0
[pid=19874] ppid=19873 vsize=868524 CPUtime=47.37
/proc/19874/stat : 19874 (java) S 19873 19860 19796 0 -1 0 81527 0 1 0 4438 299 0 0 18 0 9 0 645935149 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19874/statm: 217131 54533 2565 9 0 211678 0
[pid=19874/tid=19875] ppid=19873 vsize=868524 CPUtime=40.47
/proc/19874/task/19875/stat : 19875 (java) R 19873 19860 19796 0 -1 64 6178 0 1 0 3785 262 0 0 25 0 9 0 645935150 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19876] ppid=19873 vsize=868524 CPUtime=6.61
/proc/19874/task/19876/stat : 19876 (java) S 19873 19860 19796 0 -1 64 73143 0 0 0 627 34 0 0 16 0 9 0 645935151 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19877] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19877/stat : 19877 (java) S 19873 19860 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645935151 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19878] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19878/stat : 19878 (java) S 19873 19860 19796 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 645935151 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19879] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19879/stat : 19879 (java) S 19873 19860 19796 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19880] ppid=19873 vsize=868524 CPUtime=0.26
/proc/19874/task/19880/stat : 19880 (java) S 19873 19860 19796 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19881] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19881/stat : 19881 (java) S 19873 19860 19796 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19874/tid=19882] ppid=19873 vsize=868524 CPUtime=0
/proc/19874/task/19882/stat : 19882 (java) S 19873 19860 19796 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645935153 889368576 54533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 887480

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 19884
/proc/meminfo: memFree=777760/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=90.13
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 1022 106757 0 2 4 1 8408 600 16 0 1 0 645934871 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 799 370 3 0 500 0
[pid=19883] ppid=19860 vsize=5356 CPUtime=0
/proc/19883/stat : 19883 (sh) S 19860 19860 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645944105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19883/statm: 1339 232 193 169 0 50 0
[pid=19884] ppid=19883 vsize=46956 CPUtime=9.83
/proc/19884/stat : 19884 (picosat) R 19883 19860 19796 0 -1 4194304 11473 0 0 0 444 539 0 0 25 0 1 0 645944106 48082944 11459 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19884/statm: 11739 11459 40 102 0 11634 0
Current children cumulated CPU time (s) 99.96
Current children cumulated vsize (KiB) 65912

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19884
/proc/meminfo: memFree=547360/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=90.13
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 1022 106757 0 2 4 1 8408 600 16 0 1 0 645934871 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 799 370 3 0 500 0
[pid=19883] ppid=19860 vsize=5356 CPUtime=0
/proc/19883/stat : 19883 (sh) S 19860 19860 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645944105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19883/statm: 1339 232 193 169 0 50 0
[pid=19884] ppid=19883 vsize=288560 CPUtime=69.26
/proc/19884/stat : 19884 (picosat) R 19883 19860 19796 0 -1 4194304 69613 0 0 0 3150 3776 0 0 25 0 1 0 645944106 295485440 69599 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19884/statm: 72140 69599 40 102 0 72035 0
Current children cumulated CPU time (s) 159.39
Current children cumulated vsize (KiB) 307516

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19884
/proc/meminfo: memFree=312288/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=90.13
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 1022 106757 0 2 4 1 8408 600 16 0 1 0 645934871 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 799 370 3 0 500 0
[pid=19883] ppid=19860 vsize=5356 CPUtime=0
/proc/19883/stat : 19883 (sh) S 19860 19860 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645944105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19883/statm: 1339 232 193 169 0 50 0
[pid=19884] ppid=19883 vsize=526720 CPUtime=128.69
/proc/19884/stat : 19884 (picosat) R 19883 19860 19796 0 -1 4194304 127862 0 0 0 5875 6994 0 0 25 0 1 0 645944106 539361280 127848 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19884/statm: 131680 127848 40 102 0 131575 0
Current children cumulated CPU time (s) 218.82
Current children cumulated vsize (KiB) 545676

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19884
/proc/meminfo: memFree=81824/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=90.13
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 1022 106757 0 2 4 1 8408 600 16 0 1 0 645934871 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 799 370 3 0 500 0
[pid=19883] ppid=19860 vsize=5356 CPUtime=0
/proc/19883/stat : 19883 (sh) S 19860 19860 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645944105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19883/statm: 1339 232 193 169 0 50 0
[pid=19884] ppid=19883 vsize=796988 CPUtime=188.13
/proc/19884/stat : 19884 (picosat) R 19883 19860 19796 0 -1 4194304 185910 0 0 0 8564 10249 0 0 25 0 1 0 645944106 816115712 185896 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19884/statm: 199247 185896 40 102 0 199142 0
Current children cumulated CPU time (s) 278.26
Current children cumulated vsize (KiB) 815944



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+313.402 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 19884
/proc/meminfo: memFree=15712/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=90.13
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 1022 106757 0 2 4 1 8408 600 16 0 1 0 645934871 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 799 370 3 0 500 0
[pid=19883] ppid=19860 vsize=5356 CPUtime=0
/proc/19883/stat : 19883 (sh) S 19860 19860 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645944105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19883/statm: 1339 232 193 169 0 50 0
[pid=19884] ppid=19883 vsize=902852 CPUtime=218.88
/proc/19884/stat : 19884 (picosat) R 19883 19860 19796 0 -1 4194304 215883 0 0 0 9994 11894 0 0 25 0 1 0 645944106 924520448 215869 996147200 134512640 134931368 4294956256 18446744073709551615 134560125 0 0 4096 0 0 0 0 17 1 0 0
/proc/19884/statm: 225713 215869 40 102 0 225608 0
Current children cumulated CPU time (s) 309.01
Current children cumulated vsize (KiB) 921808

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

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

[startup+313.524 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 19884
/proc/meminfo: memFree=15712/2055920 swapFree=4180808/4192956
[pid=19860] ppid=19858 vsize=13600 CPUtime=90.13
/proc/19860/stat : 19860 (sugar) S 19858 19860 19796 0 -1 4194304 1042 106757 0 2 4 1 8408 600 16 0 1 0 645934871 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19860/statm: 3400 799 370 3 0 500 0
[pid=19883] ppid=19860 vsize=0 CPUtime=0
/proc/19883/stat : 19883 (sh) Z 19860 19860 19796 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 645944105 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19883/statm: 0 0 0 0 0 0 0
[pid=19884] ppid=1 vsize=0 CPUtime=219
/proc/19884/stat : 19884 (picosat) R 1 19860 19796 0 -1 4195332 215883 0 0 0 9994 11906 0 0 25 0 1 0 645944106 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/19884/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 309.13
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19860 and gives
#  childrusage.ru_utime.tv_sec=84
#  childrusage.ru_utime.tv_usec=130210
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=18085
# CPU time returned by wait4() is 90.1483
# while last known CPU time is 309.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 313.555
CPU time (s): 309.13
CPU user time (s): 184.06
CPU system time (s): 125.07
CPU usage (%): 98.5887
Max. virtual memory (cumulated for all children) (KiB): 921808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.1302
system time used= 6.01809
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108135
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= 14598
involuntary context switches= 17335

runsolver used 0.502923 second user time and 0.962853 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 05:53:33
IDJOB=1084107
IDBENCH=57526
IDSOLVER=345
FILE ID=node39/1084107-1215230012
PBS_JOBID= 7881911
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-7.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-1084107-1215230012/watcher-1084107-1215230012 -o /tmp/evaluation-result-1084107-1215230012/solver-1084107-1215230012 -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-1084107-1215230012.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc9f58475a614e928f4d65ba1e610c18
RANDOM SEED=490052946

node39.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.267
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.267
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:       1742104 kB
Buffers:         40436 kB
Cached:         180400 kB
SwapCached:       6012 kB
Active:         178772 kB
Inactive:        82848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742104 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            7488 kB
Writeback:           0 kB
Mapped:          56888 kB
Slab:            37548 kB
Committed_AS:  1040060 kB
PageTables:       1896 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= 66552 MiB
End job on node39 at 2008-07-05 05:58:48