Trace number 1080998

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.09 1807.82

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-0.xml
MD5SUM0f25cc3c7c14e18f284d10d21fb07975
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1306
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.42	c 0	Sugar v1-13 + HOME/picosat
0.02/0.42	c 0	BEGIN Sat Jul  5 01:41:12 2008
0.02/0.42	c 0	PID 28006
0.02/0.43	c 0	HOST node84.alineos.net
0.02/0.43	c 0	CONVERTING HOME/instance-1080998-1215214872.xml TO HOME/temp.csp
0.02/0.43	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080998-1215214872.xml' 'HOME/temp.csp'
0.04/1.00	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.04/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/1.00	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'
0.04/1.08	c 1	Parsing HOME/temp.csp
0.88/1.30	c 1	parsed 3732 expressions
0.88/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.88/1.31	c 1	Converting to clausal form CSP
0.88/1.33	c 1	converted 374 (10%) expressions
0.88/1.38	c 1	converted 747 (20%) expressions
0.98/1.49	c 1	converted 1120 (30%) expressions
1.08/1.52	c 2	converted 1493 (40%) expressions
1.08/1.54	c 2	converted 1866 (50%) expressions
1.08/1.55	c 2	converted 2240 (60%) expressions
1.08/1.56	c 2	converted 2613 (70%) expressions
1.08/1.57	c 2	converted 2986 (80%) expressions
1.08/1.57	c 2	converted 3359 (90%) expressions
1.08/1.58	c 2	converted 3732 (100%) expressions
1.08/1.58	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1306
1.08/1.58	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.59	c 2	Propagation in CSP
1.27/1.74	c 2	202258 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.27/1.74	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 859
1.27/1.74	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.36/1.83	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 859
1.36/1.83	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.36/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.46/1.91	c 2	30 (10%) CSP integer variables are encoded (20205 clauses, 280965 bytes)
1.46/1.94	c 2	60 (20%) CSP integer variables are encoded (40515 clauses, 585615 bytes)
1.46/1.96	c 2	90 (30%) CSP integer variables are encoded (60615 clauses, 887115 bytes)
1.46/1.98	c 2	120 (40%) CSP integer variables are encoded (76620 clauses, 1127190 bytes)
1.46/2.00	c 2	150 (50%) CSP integer variables are encoded (90090 clauses, 1329240 bytes)
1.56/2.01	c 2	180 (60%) CSP integer variables are encoded (103770 clauses, 1542323 bytes)
1.56/2.03	c 2	210 (70%) CSP integer variables are encoded (120165 clauses, 1821038 bytes)
1.56/2.06	c 2	240 (80%) CSP integer variables are encoded (140340 clauses, 2164013 bytes)
1.56/2.08	c 2	270 (90%) CSP integer variables are encoded (155970 clauses, 2429723 bytes)
1.67/2.10	c 2	300 (100%) CSP integer variables are encoded (175095 clauses, 2754848 bytes)
2.06/2.53	c 3	883 (10%) CSP clauses are encoded (393751 clauses, 7551567 bytes)
2.56/3.01	c 3	1766 (20%) CSP clauses are encoded (651974 clauses, 13500355 bytes)
2.97/3.45	c 3	2649 (30%) CSP clauses are encoded (896389 clauses, 19151488 bytes)
3.36/3.86	c 4	3532 (40%) CSP clauses are encoded (1119391 clauses, 24305593 bytes)
3.76/4.29	c 4	4415 (50%) CSP clauses are encoded (1354927 clauses, 29754879 bytes)
4.15/4.61	c 5	5298 (60%) CSP clauses are encoded (1530147 clauses, 33806261 bytes)
4.35/4.87	c 5	6181 (70%) CSP clauses are encoded (1672512 clauses, 37100712 bytes)
4.75/5.22	c 5	7064 (80%) CSP clauses are encoded (1859769 clauses, 41447094 bytes)
5.05/5.56	c 6	7947 (90%) CSP clauses are encoded (2044779 clauses, 45882402 bytes)
5.45/5.97	c 6	8830 (100%) CSP clauses are encoded (2282884 clauses, 51400782 bytes)
5.45/5.97	c 6	8830 CSP clauses encoded
5.45/5.98	c 6	Writing map file : HOME/temp.map
5.45/5.99	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.45/5.99	c 6	SAT : 181095 SAT variables, 2282884 SAT clauses, 51400782 bytes
5.45/5.99	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.53/6.02	c 6	SOLVING HOME/temp.cnf
5.53/6.02	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1807.81	c ERROR INTERRUPTED
1800.09/1807.82	s UNKNOWN
1800.09/1807.82	c 1808	CPU 5.03 (0.03 0.01 5 0.5)
1800.09/1807.82	c 1808	END Sat Jul  5 02:11:20 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-1080998-1215214872/watcher-1080998-1215214872 -o /tmp/evaluation-result-1080998-1215214872/solver-1080998-1215214872 -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-1080998-1215214872.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: 2.12 2.25 2.18 4/81 28006
/proc/meminfo: memFree=809544/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=18572 CPUtime=0
/proc/28006/stat : 28006 (runsolver) D 28004 28006 27559 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 644407339 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 243665530151 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/28006/statm: 4643 292 257 25 0 2626 0

[startup+0.104823 s]
/proc/loadavg: 2.12 2.25 2.18 4/81 28006
/proc/meminfo: memFree=809544/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=11904 CPUtime=0
/proc/28006/stat : 28006 (sugar) D 28004 28006 27559 0 -1 4194304 78 0 1 0 0 0 0 0 18 0 1 0 644407339 12189696 64 996147200 4194304 4206940 548682068608 18446744073709551615 243662912656 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28006/statm: 2976 64 47 3 0 64 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11904

[startup+0.201831 s]
/proc/loadavg: 2.12 2.25 2.18 4/81 28006
/proc/meminfo: memFree=809544/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=12000 CPUtime=0
/proc/28006/stat : 28006 (sugar) D 28004 28006 27559 0 -1 4194304 168 0 6 0 0 0 0 0 18 0 1 0 644407339 12288000 142 996147200 4194304 4206940 548682068608 18446744073709551615 243679685035 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/28006/statm: 3000 142 107 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301843 s]
/proc/loadavg: 2.12 2.25 2.18 4/81 28006
/proc/meminfo: memFree=809544/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=12272 CPUtime=0
/proc/28006/stat : 28006 (sugar) D 28004 28006 27559 0 -1 4194304 346 0 14 0 0 0 0 0 18 0 1 0 644407339 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/28006/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701889 s]
/proc/loadavg: 2.12 2.25 2.18 4/81 28006
/proc/meminfo: memFree=809544/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=0.04
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 644407339 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 2.12 2.25 2.18 3/92 28028
/proc/meminfo: memFree=800688/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=0.6
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 959 6761 15 1 3 1 51 5 15 0 1 0 644407339 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 3400 797 370 3 0 500 0
[pid=28019] ppid=28006 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (sh) S 28006 28006 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644407440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 233 193 169 0 50 0
[pid=28020] ppid=28019 vsize=868240 CPUtime=0.48
/proc/28020/stat : 28020 (java) S 28019 28006 27559 0 -1 0 5285 0 3 0 45 3 0 0 18 0 9 0 644407440 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28020/statm: 217060 4689 1733 9 0 211635 0
[pid=28020/tid=28021] ppid=28019 vsize=868240 CPUtime=0.26
/proc/28020/task/28021/stat : 28021 (java) R 28019 28006 27559 0 -1 64 2647 0 3 0 26 0 0 0 18 0 9 0 644407441 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4125977645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28022] ppid=28019 vsize=868240 CPUtime=0.02
/proc/28020/task/28022/stat : 28022 (java) S 28019 28006 27559 0 -1 64 497 0 0 0 2 0 0 0 16 0 9 0 644407442 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28023] ppid=28019 vsize=868240 CPUtime=0
/proc/28020/task/28023/stat : 28023 (java) S 28019 28006 27559 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 644407442 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28024] ppid=28019 vsize=868240 CPUtime=0
/proc/28020/task/28024/stat : 28024 (java) S 28019 28006 27559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 644407442 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28025] ppid=28019 vsize=868240 CPUtime=0
/proc/28020/task/28025/stat : 28025 (java) S 28019 28006 27559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644407444 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28026] ppid=28019 vsize=868240 CPUtime=0.16
/proc/28020/task/28026/stat : 28026 (java) S 28019 28006 27559 0 -1 64 1450 0 0 0 15 1 0 0 16 0 9 0 644407444 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28027] ppid=28019 vsize=868240 CPUtime=0
/proc/28020/task/28027/stat : 28027 (java) S 28019 28006 27559 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644407444 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28028] ppid=28019 vsize=868240 CPUtime=0
/proc/28020/task/28028/stat : 28028 (java) S 28019 28006 27559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644407444 889077760 4689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 887196

[startup+3.10214 s]
/proc/loadavg: 2.12 2.25 2.18 4/92 28028
/proc/meminfo: memFree=784880/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=0.6
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 959 6761 15 1 3 1 51 5 15 0 1 0 644407339 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 3400 797 370 3 0 500 0
[pid=28019] ppid=28006 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (sh) S 28006 28006 27559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644407440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 233 193 169 0 50 0
[pid=28020] ppid=28019 vsize=868464 CPUtime=2.06
/proc/28020/stat : 28020 (java) S 28019 28006 27559 0 -1 0 7775 0 5 0 190 16 0 0 18 0 9 0 644407440 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28020/statm: 217116 6572 2564 9 0 211663 0
[pid=28020/tid=28021] ppid=28019 vsize=868464 CPUtime=1.58
/proc/28020/task/28021/stat : 28021 (java) R 28019 28006 27559 0 -1 64 3128 0 4 0 148 10 0 0 25 0 9 0 644407441 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28022] ppid=28019 vsize=868464 CPUtime=0.22
/proc/28020/task/28022/stat : 28022 (java) S 28019 28006 27559 0 -1 64 2464 0 0 0 19 3 0 0 16 0 9 0 644407442 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28023] ppid=28019 vsize=868464 CPUtime=0
/proc/28020/task/28023/stat : 28023 (java) S 28019 28006 27559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644407442 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28024] ppid=28019 vsize=868464 CPUtime=0
/proc/28020/task/28024/stat : 28024 (java) S 28019 28006 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 644407442 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28025] ppid=28019 vsize=868464 CPUtime=0
/proc/28020/task/28025/stat : 28025 (java) S 28019 28006 27559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644407444 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28026] ppid=28019 vsize=868464 CPUtime=0.23
/proc/28020/task/28026/stat : 28026 (java) S 28019 28006 27559 0 -1 64 1491 0 1 0 22 1 0 0 16 0 9 0 644407444 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28027] ppid=28019 vsize=868464 CPUtime=0
/proc/28020/task/28027/stat : 28027 (java) S 28019 28006 27559 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644407444 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28028] ppid=28019 vsize=868464 CPUtime=0
/proc/28020/task/28028/stat : 28028 (java) S 28019 28006 27559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644407444 889307136 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 887420

[startup+6.30146 s]
/proc/loadavg: 2.11 2.25 2.18 3/92 28028
/proc/meminfo: memFree=743280/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 13600

[startup+12.7021 s]
/proc/loadavg: 2.18 2.26 2.19 3/84 28030
/proc/meminfo: memFree=715064/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=45532 CPUtime=6.64
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 9598 0 0 0 305 359 0 0 25 0 1 0 644407942 46624768 9584 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28030/statm: 11383 9584 40 102 0 11278 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 64488

[startup+25.5014 s]
/proc/loadavg: 2.28 2.28 2.19 3/84 28030
/proc/meminfo: memFree=667704/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=92876 CPUtime=19.39
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 21419 0 0 0 920 1019 0 0 25 0 1 0 644407942 95105024 21405 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/28030/statm: 23219 21405 42 102 0 23114 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 111832

[startup+51.102 s]
/proc/loadavg: 2.19 2.26 2.19 3/84 28030
/proc/meminfo: memFree=667640/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=95056 CPUtime=44.85
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 21482 0 0 0 3466 1019 0 0 25 0 1 0 644407942 97337344 21468 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/28030/statm: 23764 21468 42 102 0 23659 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 114012

[startup+102.301 s]
/proc/loadavg: 2.08 2.21 2.17 3/84 28030
/proc/meminfo: memFree=667128/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=95584 CPUtime=95.83
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 21616 0 0 0 8564 1019 0 0 25 0 1 0 644407942 97878016 21602 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28030/statm: 23896 21602 42 102 0 23791 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 114540

[startup+162.301 s]
/proc/loadavg: 2.03 2.17 2.16 3/84 28030
/proc/meminfo: memFree=666424/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=96244 CPUtime=155.58
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 21782 0 0 0 14539 1019 0 0 25 0 1 0 644407942 98553856 21768 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/28030/statm: 24061 21768 42 102 0 23956 0
Current children cumulated CPU time (s) 161.12

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

/proc/meminfo: memFree=738864/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=105096 CPUtime=1350.77
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24255 0 0 0 134052 1025 0 0 25 0 1 0 644407942 107618304 24141 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26274 24141 48 102 0 26169 0
Current children cumulated CPU time (s) 1356.31
Current children cumulated vsize (KiB) 124052

[startup+1422.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/76 28127
/proc/meminfo: memFree=738864/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=105096 CPUtime=1410.55
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24255 0 0 0 140030 1025 0 0 25 0 1 0 644407942 107618304 24141 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26274 24141 48 102 0 26169 0
Current children cumulated CPU time (s) 1416.09
Current children cumulated vsize (KiB) 124052

[startup+1482.3 s]
/proc/loadavg: 2.18 2.09 2.06 3/76 28127
/proc/meminfo: memFree=738864/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=105096 CPUtime=1470.31
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24255 0 0 0 146006 1025 0 0 25 0 1 0 644407942 107618304 24141 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26274 24141 48 102 0 26169 0
Current children cumulated CPU time (s) 1475.85
Current children cumulated vsize (KiB) 124052

[startup+1542.31 s]
/proc/loadavg: 2.11 2.08 2.06 3/76 28127
/proc/meminfo: memFree=738864/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=105096 CPUtime=1530.08
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24255 0 0 0 151983 1025 0 0 25 0 1 0 644407942 107618304 24141 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26274 24141 48 102 0 26169 0
Current children cumulated CPU time (s) 1535.62
Current children cumulated vsize (KiB) 124052

[startup+1602.3 s]
/proc/loadavg: 2.04 2.07 2.05 3/76 28127
/proc/meminfo: memFree=738864/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=105096 CPUtime=1589.84
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24261 0 0 0 157959 1025 0 0 25 0 1 0 644407942 107618304 24147 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26274 24147 48 102 0 26169 0
Current children cumulated CPU time (s) 1595.38
Current children cumulated vsize (KiB) 124052

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/76 28127
/proc/meminfo: memFree=738864/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=105096 CPUtime=1649.6
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24261 0 0 0 163935 1025 0 0 25 0 1 0 644407942 107618304 24147 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26274 24147 48 102 0 26169 0
Current children cumulated CPU time (s) 1655.14
Current children cumulated vsize (KiB) 124052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/76 28127
/proc/meminfo: memFree=738288/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=105624 CPUtime=1709.37
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24392 0 0 0 169912 1025 0 0 25 0 1 0 644407942 108158976 24278 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26406 24278 48 102 0 26301 0
Current children cumulated CPU time (s) 1714.91
Current children cumulated vsize (KiB) 124580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 28127
/proc/meminfo: memFree=737456/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=106284 CPUtime=1769.13
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24587 0 0 0 175888 1025 0 0 25 0 1 0 644407942 108834816 24473 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26571 24473 48 102 0 26466 0
Current children cumulated CPU time (s) 1774.67
Current children cumulated vsize (KiB) 125240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.03 2.03 3/76 28127
/proc/meminfo: memFree=737072/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=106680 CPUtime=1794.55
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24676 0 0 0 178429 1026 0 0 25 0 1 0 644407942 109240320 24562 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26670 24562 48 102 0 26565 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 125636

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

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

[startup+1807.8 s]
/proc/loadavg: 2.00 2.03 2.03 3/76 28127
/proc/meminfo: memFree=737072/2055920 swapFree=4176992/4192956
[pid=28006] ppid=28004 vsize=13600 CPUtime=5.54
/proc/28006/stat : 28006 (sugar) S 28004 28006 27559 0 -1 4194304 1007 15802 15 9 3 1 500 50 16 0 1 0 644407339 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 3400 799 370 3 0 500 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 27559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644407941 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=106680 CPUtime=1794.55
/proc/28030/stat : 28030 (picosat) R 28029 28006 27559 0 -1 4194304 24676 0 0 0 178429 1026 0 0 25 0 1 0 644407942 109240320 24562 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28030/statm: 26670 24562 48 102 0 26565 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 125636

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28006 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=40233
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=522920
# CPU time returned by wait4() is 5.56315
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.82
CPU time (s): 1800.09
CPU user time (s): 1789.32
CPU system time (s): 10.77
CPU usage (%): 99.5722
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.04023
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17164
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11992
involuntary context switches= 11794

runsolver used 1.79173 second user time and 4.82926 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 01:41:12
IDJOB=1080998
IDBENCH=57051
IDSOLVER=345
FILE ID=node84/1080998-1215214872
PBS_JOBID= 7881787
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-0.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-1080998-1215214872/watcher-1080998-1215214872 -o /tmp/evaluation-result-1080998-1215214872/solver-1080998-1215214872 -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-1080998-1215214872.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f25cc3c7c14e18f284d10d21fb07975
RANDOM SEED=1426647173

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        809960 kB
Buffers:          8680 kB
Cached:        1067640 kB
SwapCached:      10116 kB
Active:         151652 kB
Inactive:      1043548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        809960 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:         134648 kB
Slab:            35796 kB
Committed_AS:  1951256 kB
PageTables:       1996 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= 66556 MiB
End job on node84 at 2008-07-05 02:11:22