Trace number 1060430

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.07 1814.83

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-80.xml
MD5SUM6db1170e4794f8db50d7ec9410af70a0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.408937
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints6320
Maximum constraint arity3
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Fri Jul  4 01:12:10 2008
0.01/0.04	c 0	PID 7324
0.01/0.04	c 0	HOST node89.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1060430-1215126730.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060430-1215126730.xml' 'HOME/temp.csp'
0.02/0.71	c 1	2 domains, 159 variables, 2 predicates, 0 relations, 6320 constraints
0.02/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.72	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.02/0.80	c 1	Parsing HOME/temp.csp
0.94/1.06	c 1	parsed 6483 expressions
0.94/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.06	c 1	Converting to clausal form CSP
1.13/1.24	c 1	converted 649 (10%) expressions
1.13/1.27	c 1	converted 1297 (20%) expressions
1.13/1.29	c 2	converted 1945 (30%) expressions
1.23/1.31	c 2	converted 2594 (40%) expressions
1.23/1.32	c 2	converted 3242 (50%) expressions
1.23/1.34	c 2	converted 3890 (60%) expressions
1.23/1.39	c 2	converted 4539 (70%) expressions
1.33/1.41	c 2	converted 5187 (80%) expressions
1.33/1.43	c 2	converted 5835 (90%) expressions
1.33/1.45	c 2	converted 6483 (100%) expressions
1.33/1.45	c 2	CSP : 159 integers, 0 booleans, 6478 clauses, largest domain size 80
1.33/1.45	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.45	c 2	Propagation in CSP
1.43/1.52	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.52	c 2	CSP : 159 integers, 0 booleans, 6478 clauses, largest domain size 80
1.43/1.52	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.52	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.65	c 2	CSP : 159 integers, 12640 booleans, 19118 clauses, largest domain size 80
1.53/1.65	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.71	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.73	c 2	16 (10%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
1.64/1.74	c 2	32 (20%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
1.64/1.74	c 2	48 (30%) CSP integer variables are encoded (3744 clauses, 46551 bytes)
1.64/1.74	c 2	64 (40%) CSP integer variables are encoded (4992 clauses, 62775 bytes)
1.64/1.74	c 2	80 (50%) CSP integer variables are encoded (6240 clauses, 78999 bytes)
1.64/1.74	c 2	96 (60%) CSP integer variables are encoded (7472 clauses, 95015 bytes)
1.64/1.75	c 2	112 (70%) CSP integer variables are encoded (8704 clauses, 111031 bytes)
1.64/1.75	c 2	128 (80%) CSP integer variables are encoded (9936 clauses, 127176 bytes)
1.64/1.75	c 2	144 (90%) CSP integer variables are encoded (11168 clauses, 145656 bytes)
1.64/1.75	c 2	159 (100%) CSP integer variables are encoded (12323 clauses, 162981 bytes)
1.84/1.99	c 2	1912 (10%) CSP clauses are encoded (114960 clauses, 2069213 bytes)
2.04/2.20	c 2	3824 (20%) CSP clauses are encoded (217597 clauses, 4057861 bytes)
2.23/2.39	c 3	5736 (30%) CSP clauses are encoded (320155 clauses, 6091179 bytes)
2.43/2.59	c 3	7648 (40%) CSP clauses are encoded (422792 clauses, 8126072 bytes)
2.63/2.77	c 3	9559 (50%) CSP clauses are encoded (525296 clauses, 10158316 bytes)
2.82/2.96	c 3	11471 (60%) CSP clauses are encoded (626658 clauses, 12212091 bytes)
3.02/3.15	c 3	13383 (70%) CSP clauses are encoded (727942 clauses, 14268341 bytes)
3.22/3.34	c 4	15295 (80%) CSP clauses are encoded (829304 clauses, 16336624 bytes)
3.41/3.52	c 4	17207 (90%) CSP clauses are encoded (930666 clauses, 18426331 bytes)
5.59/5.72	c 6	19118 (100%) CSP clauses are encoded (2009601 clauses, 42089435 bytes)
5.59/5.72	c 6	19118 CSP clauses encoded
5.59/5.72	c 6	Writing map file : HOME/temp.map
5.59/5.73	c 6	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.59/5.73	c 6	SAT : 25122 SAT variables, 2009601 SAT clauses, 42089435 bytes
5.59/5.73	c 6	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.59/5.77	c 6	SOLVING HOME/temp.cnf
5.59/5.77	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1814.82	c ERROR INTERRUPTED
1800.07/1814.82	s UNKNOWN
1800.07/1814.82	c 1815	CPU 5.21 (0.03 0.01 5.18 0.42)
1800.07/1814.82	c 1815	END Fri Jul  4 01:42:25 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-1060430-1215126730/watcher-1060430-1215126730 -o /tmp/evaluation-result-1060430-1215126730/solver-1060430-1215126730 -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-1060430-1215126730.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.81 1.28 1.17 4/81 7324
/proc/meminfo: memFree=1606552/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=12272 CPUtime=0
/proc/7324/stat : 7324 (sugar) R 7322 7324 6847 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 668400642 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 1 0 0
/proc/7324/statm: 3068 327 246 3 0 168 0

[startup+0.021161 s]
/proc/loadavg: 1.81 1.28 1.17 4/81 7324
/proc/meminfo: memFree=1606552/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=12808 CPUtime=0.01
/proc/7324/stat : 7324 (sugar) R 7322 7324 6847 0 -1 4194304 562 0 0 0 1 0 0 0 18 0 1 0 668400642 13115392 530 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 1 0 0
/proc/7324/statm: 3202 530 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.102172 s]
/proc/loadavg: 1.81 1.28 1.17 4/81 7324
/proc/meminfo: memFree=1606552/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=0.02
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 668400642 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7324/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301194 s]
/proc/loadavg: 1.81 1.28 1.17 4/81 7324
/proc/meminfo: memFree=1606552/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=0.02
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 668400642 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7324/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.702233 s]
/proc/loadavg: 1.81 1.28 1.17 4/81 7324
/proc/meminfo: memFree=1606552/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=0.02
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 668400642 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7324/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50131 s]
/proc/loadavg: 1.90 1.31 1.18 4/92 7346
/proc/meminfo: memFree=1598016/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=0.68
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 974 7761 0 1 2 1 61 4 15 0 1 0 668400642 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 797 370 3 0 500 0
[pid=7337] ppid=7324 vsize=5356 CPUtime=0
/proc/7337/stat : 7337 (sh) S 7324 7324 6847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668400714 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7337/statm: 1339 233 193 169 0 50 0
[pid=7338] ppid=7337 vsize=868360 CPUtime=0.75
/proc/7338/stat : 7338 (java) S 7337 7324 6847 0 -1 0 7496 0 1 0 72 3 0 0 20 0 9 0 668400715 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7338/statm: 217090 6700 2540 9 0 211665 0
[pid=7338/tid=7339] ppid=7337 vsize=868360 CPUtime=0.44
/proc/7338/task/7339/stat : 7339 (java) R 7337 7324 6847 0 -1 64 2679 0 1 0 43 1 0 0 25 0 9 0 668400715 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4126871119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7340] ppid=7337 vsize=868360 CPUtime=0.11
/proc/7338/task/7340/stat : 7340 (java) S 7337 7324 6847 0 -1 64 2665 0 0 0 10 1 0 0 16 0 9 0 668400716 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7341] ppid=7337 vsize=868360 CPUtime=0
/proc/7338/task/7341/stat : 7341 (java) S 7337 7324 6847 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 668400717 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7342] ppid=7337 vsize=868360 CPUtime=0
/proc/7338/task/7342/stat : 7342 (java) S 7337 7324 6847 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 668400717 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7343] ppid=7337 vsize=868360 CPUtime=0
/proc/7338/task/7343/stat : 7343 (java) S 7337 7324 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 668400718 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7344] ppid=7337 vsize=868360 CPUtime=0.18
/proc/7338/task/7344/stat : 7344 (java) S 7337 7324 6847 0 -1 64 1459 0 0 0 18 0 0 0 16 0 9 0 668400718 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7345] ppid=7337 vsize=868360 CPUtime=0
/proc/7338/task/7345/stat : 7345 (java) S 7337 7324 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 668400718 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7346] ppid=7337 vsize=868360 CPUtime=0
/proc/7338/task/7346/stat : 7346 (java) S 7337 7324 6847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 668400719 889200640 6700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887316

[startup+3.10147 s]
/proc/loadavg: 1.90 1.31 1.18 3/92 7346
/proc/meminfo: memFree=1579584/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=0.69
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 974 7761 0 1 3 1 61 4 15 0 1 0 668400642 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 797 370 3 0 500 0
[pid=7337] ppid=7324 vsize=5356 CPUtime=0
/proc/7337/stat : 7337 (sh) S 7324 7324 6847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668400714 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7337/statm: 1339 233 193 169 0 50 0
[pid=7338] ppid=7337 vsize=868472 CPUtime=2.33
/proc/7338/stat : 7338 (java) S 7337 7324 6847 0 -1 0 9132 0 1 0 219 14 0 0 20 0 9 0 668400715 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7338/statm: 217118 7886 2565 9 0 211665 0
[pid=7338/tid=7339] ppid=7337 vsize=868472 CPUtime=1.7
/proc/7338/task/7339/stat : 7339 (java) R 7337 7324 6847 0 -1 64 3141 0 1 0 161 9 0 0 25 0 9 0 668400715 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4126948419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7340] ppid=7337 vsize=868472 CPUtime=0.36
/proc/7338/task/7340/stat : 7340 (java) S 7337 7324 6847 0 -1 64 3798 0 0 0 33 3 0 0 16 0 9 0 668400716 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7341] ppid=7337 vsize=868472 CPUtime=0
/proc/7338/task/7341/stat : 7341 (java) S 7337 7324 6847 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 668400717 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7342] ppid=7337 vsize=868472 CPUtime=0
/proc/7338/task/7342/stat : 7342 (java) S 7337 7324 6847 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 668400717 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7343] ppid=7337 vsize=868472 CPUtime=0
/proc/7338/task/7343/stat : 7343 (java) S 7337 7324 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 668400718 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7344] ppid=7337 vsize=868472 CPUtime=0.24
/proc/7338/task/7344/stat : 7344 (java) S 7337 7324 6847 0 -1 64 1500 0 0 0 24 0 0 0 16 0 9 0 668400718 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7345] ppid=7337 vsize=868472 CPUtime=0
/proc/7338/task/7345/stat : 7345 (java) S 7337 7324 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 668400718 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7338/tid=7346] ppid=7337 vsize=868472 CPUtime=0
/proc/7338/task/7346/stat : 7346 (java) S 7337 7324 6847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 668400719 889315328 7886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887428

[startup+6.30178 s]
/proc/loadavg: 1.91 1.32 1.18 4/92 7346
/proc/meminfo: memFree=1543360/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 13600

[startup+12.7014 s]
/proc/loadavg: 2.00 1.35 1.19 3/84 7348
/proc/meminfo: memFree=1533568/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=32140 CPUtime=6.84
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 7586 0 0 0 306 378 0 0 25 0 1 0 668401220 32911360 7572 996147200 134512640 134931368 4294956256 18446744073709551615 134582062 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 8035 7572 40 102 0 7930 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 51096

[startup+25.5027 s]
/proc/loadavg: 2.07 1.39 1.21 3/84 7348
/proc/meminfo: memFree=1489920/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=73732 CPUtime=19.53
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 18087 0 0 0 982 971 0 0 25 0 1 0 668401220 75501568 18062 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 18433 18062 42 102 0 18328 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 92688

[startup+51.1022 s]
/proc/loadavg: 2.04 1.45 1.23 3/84 7348
/proc/meminfo: memFree=1487552/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=75316 CPUtime=44.89
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 18482 0 0 0 3517 972 0 0 25 0 1 0 668401220 77123584 18457 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 18829 18457 42 102 0 18724 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 94272

[startup+102.306 s]
/proc/loadavg: 2.02 1.53 1.27 3/84 7348
/proc/meminfo: memFree=1484992/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=78484 CPUtime=95.65
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 19295 0 0 0 8592 973 0 0 25 0 1 0 668401220 80367616 19270 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 19621 19270 42 102 0 19516 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 97440

[startup+162.302 s]
/proc/loadavg: 2.00 1.61 1.31 3/84 7348
/proc/meminfo: memFree=1480960/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=82444 CPUtime=155.13
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 20286 0 0 0 14539 974 0 0 25 0 1 0 668401220 84422656 20261 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 20611 20261 42 102 0 20506 0
Current children cumulated CPU time (s) 160.77

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

/proc/meminfo: memFree=1443008/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1285.38
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 127552 986 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1291.02
Current children cumulated vsize (KiB) 137960

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/84 7348
/proc/meminfo: memFree=1442944/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1344.87
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 133501 986 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1350.51
Current children cumulated vsize (KiB) 137960

[startup+1422.31 s]
/proc/loadavg: 2.06 1.99 1.79 3/84 7348
/proc/meminfo: memFree=1442944/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1404.36
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 139450 986 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1410
Current children cumulated vsize (KiB) 137960

[startup+1482.3 s]
/proc/loadavg: 2.07 2.00 1.81 3/84 7348
/proc/meminfo: memFree=1442880/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1463.85
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 145398 987 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1469.49
Current children cumulated vsize (KiB) 137960

[startup+1542.3 s]
/proc/loadavg: 2.07 2.01 1.82 3/84 7348
/proc/meminfo: memFree=1442880/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1523.34
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 151347 987 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1528.98
Current children cumulated vsize (KiB) 137960

[startup+1602.3 s]
/proc/loadavg: 2.22 2.06 1.84 3/84 7348
/proc/meminfo: memFree=1442816/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1582.82
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 157295 987 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1588.46
Current children cumulated vsize (KiB) 137960

[startup+1662.3 s]
/proc/loadavg: 2.22 2.09 1.87 3/84 7348
/proc/meminfo: memFree=1442816/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1642.32
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 163245 987 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1647.96
Current children cumulated vsize (KiB) 137960

[startup+1722.3 s]
/proc/loadavg: 2.06 2.07 1.87 3/84 7385
/proc/meminfo: memFree=1351232/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1701.95
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 169208 987 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1707.59
Current children cumulated vsize (KiB) 137960

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 1.88 3/84 7385
/proc/meminfo: memFree=1347072/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1761.94
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 175207 987 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1767.58
Current children cumulated vsize (KiB) 137960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.8 s]
/proc/loadavg: 2.01 2.05 1.88 3/84 7385
/proc/meminfo: memFree=1346944/2055920 swapFree=4174660/4192956
[pid=7324] ppid=7322 vsize=13600 CPUtime=5.64
/proc/7324/stat : 7324 (sugar) S 7322 7324 6847 0 -1 4194304 1022 18022 0 2 3 1 518 42 16 0 1 0 668400642 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7324/statm: 3400 798 370 3 0 500 0
[pid=7347] ppid=7324 vsize=5356 CPUtime=0
/proc/7347/stat : 7347 (sh) S 7324 7324 6847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668401219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7347/statm: 1339 232 193 169 0 50 0
[pid=7348] ppid=7347 vsize=119004 CPUtime=1794.43
/proc/7348/stat : 7348 (picosat) R 7347 7324 6847 0 -1 4194304 29761 0 0 0 178456 987 0 0 25 0 1 0 668401220 121860096 29521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7348/statm: 29751 29521 48 102 0 29646 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 137960

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

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

Child status: 0

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

Real time (s): 1814.83
CPU time (s): 1800.07
CPU user time (s): 1789.77
CPU system time (s): 10.3
CPU usage (%): 99.1869
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.21421
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19397
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= 10743
involuntary context switches= 10800

runsolver used 1.80073 second user time and 4.84326 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 01:12:10
IDJOB=1060430
IDBENCH=54450
IDSOLVER=345
FILE ID=node89/1060430-1215126730
PBS_JOBID= 7877239
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-80.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-1060430-1215126730/watcher-1060430-1215126730 -o /tmp/evaluation-result-1060430-1215126730/solver-1060430-1215126730 -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-1060430-1215126730.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6db1170e4794f8db50d7ec9410af70a0
RANDOM SEED=831421833

node89.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.213
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.213
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:       1607032 kB
Buffers:         23624 kB
Cached:         333124 kB
SwapCached:      12832 kB
Active:         195068 kB
Inactive:       210472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607032 kB
SwapTotal:     4192956 kB
SwapFree:      4174660 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          59360 kB
Slab:            28556 kB
Committed_AS:  2611796 kB
PageTables:       1820 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= 66528 MiB
End job on node89 at 2008-07-04 01:42:27