Trace number 1091781

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.05 1805.73

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-45-24-8-12_glb.xml
MD5SUM33f5f3048703dcb701fa932159cca596
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark717.186
Satisfiable
(Un)Satisfiability was proved
Number of variables5400
Number of constraints4890
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4725
Global constraints used (with number of constraints)weightedsum(165)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:57:34 2008
0.00/0.05	c 0	PID 12158
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091781-1215262653.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-1091781-1215262653.xml' 'HOME/temp.csp'
0.95/1.04	c 1	1 domains, 5400 variables, 1 predicates, 0 relations, 4890 constraints
0.95/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.06	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.99/1.15	c 1	Parsing HOME/temp.csp
0.99/1.48	c 1	parsed 10000 expressions
0.99/1.55	c 1	parsed 10292 expressions
0.99/1.55	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.55	c 1	Converting to clausal form CSP
0.99/1.60	c 1	converted 1030 (10%) expressions
0.99/1.61	c 1	converted 2059 (20%) expressions
0.99/1.61	c 1	converted 3088 (30%) expressions
0.99/1.61	c 1	converted 4117 (40%) expressions
0.99/1.62	c 1	converted 5146 (50%) expressions
1.99/2.15	c 2	converted 6176 (60%) expressions
2.38/2.50	c 2	converted 7205 (70%) expressions
2.58/2.77	c 2	converted 8234 (80%) expressions
2.96/3.17	c 3	converted 9263 (90%) expressions
4.14/4.38	c 4	converted 10292 (100%) expressions
4.14/4.38	c 4	CSP : 26340 integers, 9450 booleans, 70560 clauses, largest domain size 24
4.14/4.38	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.14/4.38	c 4	Propagation in CSP
4.53/4.70	c 4	2295 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.53/4.71	c 4	CSP : 26340 integers, 9450 booleans, 70560 clauses, largest domain size 24
4.53/4.71	c 4	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.53/4.73	c 4	Simplifing CSP by introducing new Boolean variables
4.53/4.76	c 4	CSP : 26340 integers, 9450 booleans, 70560 clauses, largest domain size 24
4.53/4.76	c 4	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.82/5.03	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.82/5.07	c 5	2634 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/5.08	c 5	5268 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/5.08	c 5	7902 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/5.08	c 5	10536 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/5.09	c 5	13170 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/5.10	c 5	15804 (60%) CSP integer variables are encoded (2234 clauses, 33574 bytes)
4.92/5.11	c 5	18438 (70%) CSP integer variables are encoded (11577 clauses, 173719 bytes)
4.92/5.13	c 5	21072 (80%) CSP integer variables are encoded (20909 clauses, 313699 bytes)
4.92/5.14	c 5	23706 (90%) CSP integer variables are encoded (30262 clauses, 453994 bytes)
4.92/5.16	c 5	26340 (100%) CSP integer variables are encoded (39615 clauses, 594289 bytes)
5.01/5.26	c 5	7056 (10%) CSP clauses are encoded (46671 clauses, 695909 bytes)
5.12/5.31	c 5	14112 (20%) CSP clauses are encoded (53727 clauses, 799267 bytes)
5.12/5.36	c 5	21168 (30%) CSP clauses are encoded (60783 clauses, 905117 bytes)
5.23/5.41	c 5	28224 (40%) CSP clauses are encoded (67839 clauses, 1015138 bytes)
5.23/5.46	c 5	35280 (50%) CSP clauses are encoded (74895 clauses, 1126621 bytes)
5.32/5.51	c 5	42336 (60%) CSP clauses are encoded (81951 clauses, 1238101 bytes)
5.32/5.58	c 5	49392 (70%) CSP clauses are encoded (102067 clauses, 1582741 bytes)
5.61/5.83	c 5	56448 (80%) CSP clauses are encoded (206587 clauses, 3581894 bytes)
5.80/6.08	c 6	63504 (90%) CSP clauses are encoded (309595 clauses, 5560486 bytes)
6.10/6.34	c 6	70560 (100%) CSP clauses are encoded (412965 clauses, 7546529 bytes)
6.10/6.34	c 6	70560 CSP clauses encoded
6.10/6.34	c 6	Writing map file : HOME/temp.map
6.21/6.41	c 6	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.21/6.41	c 6	SAT : 75405 SAT variables, 412965 SAT clauses, 7546529 bytes
6.21/6.41	c 6	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.21/6.44	c 6	SOLVING HOME/temp.cnf
6.21/6.44	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1805.72	c ERROR INTERRUPTED
1800.05/1805.72	s UNKNOWN
1800.05/1805.72	c 1805	CPU 6.01 (0.04 0 5.97 0.23)
1800.05/1805.72	c 1805	END Sat Jul  5 15:27:39 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-1091781-1215262653/watcher-1091781-1215262653 -o /tmp/evaluation-result-1091781-1215262653/solver-1091781-1215262653 -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-1091781-1215262653.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.15 2.09 2.02 4/93 12158
/proc/meminfo: memFree=1564576/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=4708 CPUtime=0
/proc/12158/stat : 12158 (sugar) R 12156 12158 11917 0 -1 4194304 56 0 0 0 0 0 0 0 22 0 1 0 2005234235 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 237945029328 0 0 4096 0 0 0 0 17 1 0 0
/proc/12158/statm: 1177 41 31 3 0 8 0

[startup+0.0621991 s]
/proc/loadavg: 2.15 2.09 2.02 4/93 12158
/proc/meminfo: memFree=1564576/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=0.03
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005234235 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102883 s]
/proc/loadavg: 2.15 2.09 2.02 4/93 12158
/proc/meminfo: memFree=1564576/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=0.03
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005234235 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301394 s]
/proc/loadavg: 2.15 2.09 2.02 4/93 12158
/proc/meminfo: memFree=1564576/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=0.03
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005234235 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701463 s]
/proc/loadavg: 2.15 2.09 2.02 4/93 12158
/proc/meminfo: memFree=1564576/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=0.03
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005234235 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.15 2.09 2.02 4/104 12170
/proc/meminfo: memFree=1544840/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=0.99
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 973 8152 0 1 3 0 92 4 15 0 1 0 2005234235 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10186 s]
/proc/loadavg: 2.15 2.09 2.02 4/104 12180
/proc/meminfo: memFree=1542984/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=0.99
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 974 8152 0 1 3 0 92 4 15 0 1 0 2005234235 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 797 370 3 0 500 0
[pid=12171] ppid=12158 vsize=5356 CPUtime=0
/proc/12171/stat : 12171 (sh) S 12158 12158 11917 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005234341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12171/statm: 1339 233 193 169 0 50 0
[pid=12172] ppid=12171 vsize=868640 CPUtime=1.97
/proc/12172/stat : 12172 (java) S 12171 12158 11917 0 -1 0 11930 0 1 0 189 8 0 0 18 0 9 0 2005234342 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12172/statm: 217160 11016 2540 9 0 211735 0
[pid=12172/tid=12173] ppid=12171 vsize=868640 CPUtime=1.14
/proc/12172/task/12173/stat : 12173 (java) R 12171 12158 11917 0 -1 64 2906 0 1 0 112 2 0 0 25 0 9 0 2005234343 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12174] ppid=12171 vsize=868640 CPUtime=0.6
/proc/12172/task/12174/stat : 12174 (java) R 12171 12158 11917 0 -1 64 6885 0 0 0 56 4 0 0 16 0 9 0 2005234344 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 104182460 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12175] ppid=12171 vsize=868640 CPUtime=0
/proc/12172/task/12175/stat : 12175 (java) S 12171 12158 11917 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005234344 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12176] ppid=12171 vsize=868640 CPUtime=0
/proc/12172/task/12176/stat : 12176 (java) S 12171 12158 11917 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005234344 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12177] ppid=12171 vsize=868640 CPUtime=0
/proc/12172/task/12177/stat : 12177 (java) S 12171 12158 11917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005234346 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12178] ppid=12171 vsize=868640 CPUtime=0.22
/proc/12172/task/12178/stat : 12178 (java) S 12171 12158 11917 0 -1 64 1447 0 0 0 21 1 0 0 16 0 9 0 2005234346 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12179] ppid=12171 vsize=868640 CPUtime=0
/proc/12172/task/12179/stat : 12179 (java) S 12171 12158 11917 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005234346 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12180] ppid=12171 vsize=868640 CPUtime=0
/proc/12172/task/12180/stat : 12180 (java) S 12171 12158 11917 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005234346 889487360 11016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887596

[startup+6.30236 s]
/proc/loadavg: 2.14 2.09 2.02 3/104 12180
/proc/meminfo: memFree=1504392/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=1
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 974 8152 0 1 4 0 92 4 15 0 1 0 2005234235 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 797 370 3 0 500 0
[pid=12171] ppid=12158 vsize=5356 CPUtime=0
/proc/12171/stat : 12171 (sh) S 12158 12158 11917 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005234341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12171/statm: 1339 233 193 169 0 50 0
[pid=12172] ppid=12171 vsize=868500 CPUtime=5.1
/proc/12172/stat : 12172 (java) S 12171 12158 11917 0 -1 0 18387 0 1 0 493 17 0 0 18 0 9 0 2005234342 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12172/statm: 217125 16616 2565 9 0 211672 0
[pid=12172/tid=12173] ppid=12171 vsize=868500 CPUtime=3.36
/proc/12172/task/12173/stat : 12173 (java) R 12171 12158 11917 0 -1 64 3453 0 1 0 329 7 0 0 25 0 9 0 2005234343 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4126913016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12174] ppid=12171 vsize=868500 CPUtime=1.41
/proc/12172/task/12174/stat : 12174 (java) S 12171 12158 11917 0 -1 64 12742 0 0 0 134 7 0 0 16 0 9 0 2005234344 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12175] ppid=12171 vsize=868500 CPUtime=0
/proc/12172/task/12175/stat : 12175 (java) S 12171 12158 11917 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005234344 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12176] ppid=12171 vsize=868500 CPUtime=0
/proc/12172/task/12176/stat : 12176 (java) S 12171 12158 11917 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005234344 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12177] ppid=12171 vsize=868500 CPUtime=0
/proc/12172/task/12177/stat : 12177 (java) S 12171 12158 11917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005234346 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12178] ppid=12171 vsize=868500 CPUtime=0.31
/proc/12172/task/12178/stat : 12178 (java) S 12171 12158 11917 0 -1 64 1500 0 0 0 30 1 0 0 16 0 9 0 2005234346 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12179] ppid=12171 vsize=868500 CPUtime=0
/proc/12172/task/12179/stat : 12179 (java) S 12171 12158 11917 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005234346 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12172/tid=12180] ppid=12171 vsize=868500 CPUtime=0
/proc/12172/task/12180/stat : 12180 (java) S 12171 12158 11917 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005234346 889344000 16616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 887456

[startup+12.7014 s]
/proc/loadavg: 2.13 2.08 2.02 3/96 12182
/proc/meminfo: memFree=1537224/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=21272 CPUtime=6.12
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 4337 0 0 0 430 182 0 0 25 0 1 0 2005234880 21782528 4307 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12182/statm: 5318 4307 42 102 0 5213 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 40228

[startup+25.5014 s]
/proc/loadavg: 2.10 2.08 2.02 3/96 12182
/proc/meminfo: memFree=1534088/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=25340 CPUtime=18.67
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 5146 0 0 0 1684 183 0 0 25 0 1 0 2005234880 25948160 5114 996147200 134512640 134931368 4294956256 18446744073709551615 134522787 0 0 4096 0 0 0 0 17 1 0 0
/proc/12182/statm: 6335 5114 48 102 0 6230 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 44296

[startup+51.1016 s]
/proc/loadavg: 2.07 2.07 2.01 3/96 12182
/proc/meminfo: memFree=1529928/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=29416 CPUtime=43.76
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 6197 0 0 0 4192 184 0 0 25 0 1 0 2005234880 30121984 6085 996147200 134512640 134931368 4294956256 18446744073709551615 134542948 0 0 4096 0 0 0 0 17 1 0 0
/proc/12182/statm: 7354 6085 48 102 0 7249 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 48372

[startup+102.308 s]
/proc/loadavg: 2.03 2.06 2.01 3/96 12182
/proc/meminfo: memFree=1525704/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=33624 CPUtime=93.97
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 7361 0 0 0 9213 184 0 0 25 0 1 0 2005234880 34430976 7124 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/12182/statm: 8406 7124 48 102 0 8301 0
Current children cumulated CPU time (s) 100.21
Current children cumulated vsize (KiB) 52580

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/96 12182
/proc/meminfo: memFree=1522440/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=36788 CPUtime=152.8
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 8283 0 0 0 15094 186 0 0 25 0 1 0 2005234880 37670912 7908 996147200 134512640 134931368 4294956256 18446744073709551615 134529834 0 0 4096 0 0 0 0 17 1 0 0
/proc/12182/statm: 9197 7908 48 102 0 9092 0
Current children cumulated CPU time (s) 159.04

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

/proc/meminfo: memFree=1521976/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=74300 CPUtime=1351.58
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 19786 0 0 0 134958 200 0 0 25 0 1 0 2005234880 76083200 17358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12182/statm: 18575 17358 48 102 0 18470 0
Current children cumulated CPU time (s) 1357.82
Current children cumulated vsize (KiB) 93256

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 12256
/proc/meminfo: memFree=1518584/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=77060 CPUtime=1411.01
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 20646 0 0 0 140900 201 0 0 25 0 1 0 2005234880 78909440 18052 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/12182/statm: 19265 18052 48 102 0 19160 0
Current children cumulated CPU time (s) 1417.25
Current children cumulated vsize (KiB) 96016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1512632/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=77060 CPUtime=1470.54
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 20651 0 0 0 146852 202 0 0 25 0 1 0 2005234880 78909440 18057 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 19265 18057 48 102 0 19160 0
Current children cumulated CPU time (s) 1476.78
Current children cumulated vsize (KiB) 96016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1507320/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=80872 CPUtime=1530.52
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 21804 0 0 0 152849 203 0 0 25 0 1 0 2005234880 82812928 19036 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 20218 19036 48 102 0 20113 0
Current children cumulated CPU time (s) 1536.76
Current children cumulated vsize (KiB) 99828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1507128/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=80872 CPUtime=1590.49
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 21804 0 0 0 158846 203 0 0 25 0 1 0 2005234880 82812928 19036 996147200 134512640 134931368 4294956256 18446744073709551615 134522692 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 20218 19036 48 102 0 20113 0
Current children cumulated CPU time (s) 1596.73
Current children cumulated vsize (KiB) 99828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1501304/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=86668 CPUtime=1650.47
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 23422 0 0 0 164841 206 0 0 25 0 1 0 2005234880 88748032 20476 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 21667 20476 48 102 0 21562 0
Current children cumulated CPU time (s) 1656.71
Current children cumulated vsize (KiB) 105624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1501304/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=86668 CPUtime=1710.44
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 23422 0 0 0 170838 206 0 0 25 0 1 0 2005234880 88748032 20476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 21667 20476 48 102 0 21562 0
Current children cumulated CPU time (s) 1716.68
Current children cumulated vsize (KiB) 105624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1501176/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=86668 CPUtime=1770.41
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 23612 0 0 0 176835 206 0 0 25 0 1 0 2005234880 88748032 20484 996147200 134512640 134931368 4294956256 18446744073709551615 134525589 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 21667 20484 48 102 0 21562 0
Current children cumulated CPU time (s) 1776.65
Current children cumulated vsize (KiB) 105624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1501176/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=86668 CPUtime=1793.81
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 23612 0 0 0 179175 206 0 0 25 0 1 0 2005234880 88748032 20484 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 21667 20484 48 102 0 21562 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 105624

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

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

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1501176/2055920 swapFree=4179808/4192956
[pid=12158] ppid=12156 vsize=13600 CPUtime=6.24
/proc/12158/stat : 12158 (sugar) S 12156 12158 11917 0 -1 4194304 1022 26861 0 2 4 0 597 23 16 0 1 0 2005234235 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12158/statm: 3400 799 370 3 0 500 0
[pid=12181] ppid=12158 vsize=5356 CPUtime=0
/proc/12181/stat : 12181 (sh) S 12158 12158 11917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005234879 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12181/statm: 1339 232 193 169 0 50 0
[pid=12182] ppid=12181 vsize=86668 CPUtime=1793.81
/proc/12182/stat : 12182 (picosat) R 12181 12158 11917 0 -1 4194304 23612 0 0 0 179175 206 0 0 25 0 1 0 2005234880 88748032 20484 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/12182/statm: 21667 20484 48 102 0 21562 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 105624

Child status: 0

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

Real time (s): 1805.73
CPU time (s): 1800.05
CPU user time (s): 1797.76
CPU system time (s): 2.29
CPU usage (%): 99.6856
Max. virtual memory (cumulated for all children) (KiB): 888348

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

runsolver used 2.15667 second user time and 6.07408 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 14:57:34
IDJOB=1091781
IDBENCH=58576
IDSOLVER=345
FILE ID=node69/1091781-1215262653
PBS_JOBID= 7882146
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-45-24-8-12_glb.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-1091781-1215262653/watcher-1091781-1215262653 -o /tmp/evaluation-result-1091781-1215262653/solver-1091781-1215262653 -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-1091781-1215262653.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 33f5f3048703dcb701fa932159cca596
RANDOM SEED=1820945413

node69.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.259
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.259
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:       1565120 kB
Buffers:         52312 kB
Cached:         263740 kB
SwapCached:       7560 kB
Active:         291900 kB
Inactive:       135052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565120 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:         126820 kB
Slab:            48348 kB
Committed_AS:  4649648 kB
PageTables:       2344 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= 66472 MiB
End job on node69 at 2008-07-05 15:27:41