Trace number 1088921

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.08 1807.53

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-15.xml
MD5SUMb7b4a50dbc90438c7fd2d6d9453fd8c9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.499923
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13979
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 14:22:02 2008
0.00/0.04	c 0	PID 6326
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088921-1215260522.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-1088921-1215260522.xml' 'HOME/temp.csp'
1.16/1.29	c 1	1 domains, 645 variables, 1 predicates, 0 relations, 13979 constraints
1.25/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.30	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.25/1.39	c 1	Parsing HOME/temp.csp
1.26/1.70	c 1	parsed 10000 expressions
1.26/1.78	c 2	parsed 14626 expressions
1.26/1.78	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.26/1.78	c 2	Converting to clausal form CSP
1.26/2.05	c 2	converted 1463 (10%) expressions
2.04/2.10	c 2	converted 2926 (20%) expressions
2.04/2.14	c 2	converted 4388 (30%) expressions
2.04/2.18	c 2	converted 5851 (40%) expressions
2.15/2.27	c 2	converted 7313 (50%) expressions
2.24/2.31	c 2	converted 8776 (60%) expressions
2.24/2.35	c 2	converted 10239 (70%) expressions
2.24/2.39	c 2	converted 11701 (80%) expressions
2.35/2.43	c 2	converted 13164 (90%) expressions
2.35/2.48	c 2	converted 14626 (100%) expressions
2.35/2.48	c 2	CSP : 645 integers, 0 booleans, 13979 clauses, largest domain size 15
2.35/2.48	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.35/2.48	c 2	Propagation in CSP
2.54/2.68	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.54/2.68	c 2	CSP : 645 integers, 0 booleans, 13979 clauses, largest domain size 15
2.54/2.68	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.54/2.69	c 2	Simplifing CSP by introducing new Boolean variables
2.84/2.96	c 3	CSP : 645 integers, 27958 booleans, 41937 clauses, largest domain size 15
2.84/2.96	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.94/3.09	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.04/3.13	c 3	65 (10%) CSP integer variables are encoded (845 clauses, 9159 bytes)
3.04/3.13	c 3	129 (20%) CSP integer variables are encoded (1677 clauses, 19810 bytes)
3.04/3.13	c 3	194 (30%) CSP integer variables are encoded (2522 clauses, 30795 bytes)
3.04/3.13	c 3	258 (40%) CSP integer variables are encoded (3354 clauses, 41611 bytes)
3.04/3.14	c 3	323 (50%) CSP integer variables are encoded (4199 clauses, 52596 bytes)
3.04/3.14	c 3	387 (60%) CSP integer variables are encoded (5031 clauses, 63412 bytes)
3.04/3.14	c 3	452 (70%) CSP integer variables are encoded (5876 clauses, 74397 bytes)
3.04/3.14	c 3	516 (80%) CSP integer variables are encoded (6708 clauses, 85213 bytes)
3.04/3.14	c 3	581 (90%) CSP integer variables are encoded (7553 clauses, 96198 bytes)
3.04/3.14	c 3	645 (100%) CSP integer variables are encoded (8385 clauses, 107014 bytes)
3.14/3.29	c 3	4194 (10%) CSP clauses are encoded (51723 clauses, 826304 bytes)
3.24/3.39	c 3	8388 (20%) CSP clauses are encoded (95061 clauses, 1581100 bytes)
3.33/3.48	c 3	12582 (30%) CSP clauses are encoded (138399 clauses, 2368140 bytes)
3.43/3.58	c 3	16775 (40%) CSP clauses are encoded (181736 clauses, 3151902 bytes)
3.53/3.67	c 3	20969 (50%) CSP clauses are encoded (225074 clauses, 3934902 bytes)
3.63/3.77	c 4	25163 (60%) CSP clauses are encoded (268412 clauses, 4718220 bytes)
3.73/3.86	c 4	29356 (70%) CSP clauses are encoded (311735 clauses, 5501125 bytes)
3.83/3.97	c 4	33550 (80%) CSP clauses are encoded (355073 clauses, 6299131 bytes)
3.92/4.06	c 4	37744 (90%) CSP clauses are encoded (398411 clauses, 7126747 bytes)
4.03/4.16	c 4	41937 (100%) CSP clauses are encoded (441734 clauses, 7954074 bytes)
4.03/4.16	c 4	41937 CSP clauses encoded
4.03/4.16	c 4	Writing map file : HOME/temp.map
4.03/4.18	c 4	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.03/4.18	c 4	SAT : 36988 SAT variables, 441734 SAT clauses, 7954074 bytes
4.03/4.18	c 4	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.12/4.24	c 4	SOLVING HOME/temp.cnf
4.12/4.24	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1807.51	sh: line 1:  6350 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1807.51	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1807.51	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1807.51	c ERROR INTERRUPTED
1800.04/1807.52	s UNKNOWN
1800.04/1807.52	c 1807	CPU 1797.65 (0.03 0.01 1797.62 2.39)
1800.04/1807.52	c 1807	END Sat Jul  5 14:52:09 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-1088921-1215260522/watcher-1088921-1215260522 -o /tmp/evaluation-result-1088921-1215260522/solver-1088921-1215260522 -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-1088921-1215260522.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

[startup+0 s]
/proc/loadavg: 2.24 2.08 2.03 4/84 6326
/proc/meminfo: memFree=1280056/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=18572 CPUtime=0
/proc/6326/stat : 6326 (runsolver) R 6324 5038 5038 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 1555728418 19017728 290 996147200 4194304 4296836 548682068272 18446744073709551615 215416372722 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6326/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0783049 s]
/proc/loadavg: 2.24 2.08 2.03 4/84 6326
/proc/meminfo: memFree=1280056/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=0.03
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1555728418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101308 s]
/proc/loadavg: 2.24 2.08 2.03 4/84 6326
/proc/meminfo: memFree=1280056/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=0.03
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1555728418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301343 s]
/proc/loadavg: 2.24 2.08 2.03 4/84 6326
/proc/meminfo: memFree=1280056/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=0.03
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1555728418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701437 s]
/proc/loadavg: 2.24 2.08 2.03 4/84 6326
/proc/meminfo: memFree=1280056/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=0.03
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1555728418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 2.24 2.08 2.03 4/95 6338
/proc/meminfo: memFree=1255712/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=1.26
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 973 10712 0 1 3 0 115 8 16 0 1 0 1555728418 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 13600

[startup+3.10189 s]
/proc/loadavg: 2.24 2.08 2.03 3/95 6348
/proc/meminfo: memFree=1261344/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=1.27
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 974 10712 0 1 3 1 115 8 15 0 1 0 1555728418 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 797 370 3 0 500 0
[pid=6339] ppid=6326 vsize=5356 CPUtime=0
/proc/6339/stat : 6339 (sh) S 6326 6326 5038 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1555728549 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6339/statm: 1339 233 193 169 0 50 0
[pid=6340] ppid=6339 vsize=868436 CPUtime=1.77
/proc/6340/stat : 6340 (java) S 6339 6326 5038 0 -1 0 11968 0 1 0 169 8 0 0 18 0 9 0 1555728549 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6340/statm: 217109 10911 2549 9 0 211664 0
[pid=6340/tid=6341] ppid=6339 vsize=868436 CPUtime=0.84
/proc/6340/task/6341/stat : 6341 (java) R 6339 6326 5038 0 -1 64 3011 0 1 0 82 2 0 0 25 0 9 0 1555728550 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6340/tid=6342] ppid=6339 vsize=868436 CPUtime=0.69
/proc/6340/task/6342/stat : 6342 (java) S 6339 6326 5038 0 -1 64 6803 0 0 0 65 4 0 0 16 0 9 0 1555728551 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6340/tid=6343] ppid=6339 vsize=868436 CPUtime=0
/proc/6340/task/6343/stat : 6343 (java) S 6339 6326 5038 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1555728551 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6340/tid=6344] ppid=6339 vsize=868436 CPUtime=0
/proc/6340/task/6344/stat : 6344 (java) S 6339 6326 5038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1555728552 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6340/tid=6345] ppid=6339 vsize=868436 CPUtime=0
/proc/6340/task/6345/stat : 6345 (java) S 6339 6326 5038 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1555728554 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6340/tid=6346] ppid=6339 vsize=868436 CPUtime=0.21
/proc/6340/task/6346/stat : 6346 (java) S 6339 6326 5038 0 -1 64 1462 0 0 0 21 0 0 0 16 0 9 0 1555728554 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6340/tid=6347] ppid=6339 vsize=868436 CPUtime=0
/proc/6340/task/6347/stat : 6347 (java) S 6339 6326 5038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1555728554 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6340/tid=6348] ppid=6339 vsize=868436 CPUtime=0
/proc/6340/task/6348/stat : 6348 (java) S 6339 6326 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1555728554 889278464 10911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887392

[startup+6.3015 s]
/proc/loadavg: 2.22 2.08 2.03 3/87 6350
/proc/meminfo: memFree=1263904/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=10416 CPUtime=2.03
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 2354 0 0 0 96 107 0 0 25 0 1 0 1555728842 10665984 2340 996147200 134512640 134931368 4294956256 18446744073709551615 134520640 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 2604 2340 40 102 0 2499 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 29372

[startup+12.7027 s]
/proc/loadavg: 2.21 2.08 2.03 3/87 6350
/proc/meminfo: memFree=1251872/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=20436 CPUtime=8.41
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 4456 0 0 0 636 205 0 0 25 0 1 0 1555728842 20926464 4433 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 5109 4433 42 102 0 5004 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 39392

[startup+25.5012 s]
/proc/loadavg: 2.16 2.08 2.02 3/87 6350
/proc/meminfo: memFree=1250400/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=22020 CPUtime=21.13
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 4884 0 0 0 1908 205 0 0 25 0 1 0 1555728842 22548480 4861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 5505 4861 42 102 0 5400 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 40976

[startup+51.1011 s]
/proc/loadavg: 2.10 2.07 2.02 3/87 6350
/proc/meminfo: memFree=1247200/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=25188 CPUtime=46.61
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 5706 0 0 0 4455 206 0 0 25 0 1 0 1555728842 25792512 5683 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 6297 5683 42 102 0 6192 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 44144

[startup+102.307 s]
/proc/loadavg: 2.04 2.06 2.02 3/87 6350
/proc/meminfo: memFree=1244512/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=27692 CPUtime=97.56
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 6407 0 0 0 9549 207 0 0 25 0 1 0 1555728842 28356608 6293 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 6923 6293 48 102 0 6818 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 46648

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/87 6350
/proc/meminfo: memFree=1218464/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=28088 CPUtime=157.26
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 6596 0 0 0 15519 207 0 0 25 0 1 0 1555728842 28762112 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 7022 6388 48 102 0 6917 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 47044

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/87 6350
/proc/meminfo: memFree=1217824/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=28616 CPUtime=216.96
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 6837 0 0 0 21489 207 0 0 25 0 1 0 1555728842 29302784 6531 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 7154 6531 48 102 0 7049 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 47572

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

[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=36720 CPUtime=1291.47
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 9992 0 0 0 128934 213 0 0 25 0 1 0 1555728842 37601280 8080 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 9180 8080 48 102 0 9075 0
Current children cumulated CPU time (s) 1295.61
Current children cumulated vsize (KiB) 55676

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 6352
/proc/meminfo: memFree=996320/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=36720 CPUtime=1351.18
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 9992 0 0 0 134905 213 0 0 25 0 1 0 1555728842 37601280 8080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 9180 8080 48 102 0 9075 0
Current children cumulated CPU time (s) 1355.32
Current children cumulated vsize (KiB) 55676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1530032/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=36720 CPUtime=1411.06
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 9992 0 0 0 140892 214 0 0 25 0 1 0 1555728842 37601280 8080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9180 8080 48 102 0 9075 0
Current children cumulated CPU time (s) 1415.2
Current children cumulated vsize (KiB) 55676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1527728/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=37644 CPUtime=1471
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10413 0 0 0 146886 214 0 0 25 0 1 0 1555728842 38547456 8324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9411 8324 48 102 0 9306 0
Current children cumulated CPU time (s) 1475.14
Current children cumulated vsize (KiB) 56600

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1526320/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=37644 CPUtime=1530.94
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10413 0 0 0 152880 214 0 0 25 0 1 0 1555728842 38547456 8324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9411 8324 48 102 0 9306 0
Current children cumulated CPU time (s) 1535.08
Current children cumulated vsize (KiB) 56600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1525232/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=38512 CPUtime=1590.89
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10548 0 0 0 158875 214 0 0 25 0 1 0 1555728842 39436288 8459 996147200 134512640 134931368 4294956256 18446744073709551615 134549273 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9628 8459 48 102 0 9523 0
Current children cumulated CPU time (s) 1595.03
Current children cumulated vsize (KiB) 57468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1524144/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=37776 CPUtime=1650.83
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10640 0 0 0 164869 214 0 0 25 0 1 0 1555728842 38682624 8367 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9444 8367 48 102 0 9339 0
Current children cumulated CPU time (s) 1654.97
Current children cumulated vsize (KiB) 56732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1523504/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=37776 CPUtime=1710.77
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10640 0 0 0 170863 214 0 0 25 0 1 0 1555728842 38682624 8367 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9444 8367 48 102 0 9339 0
Current children cumulated CPU time (s) 1714.91
Current children cumulated vsize (KiB) 56732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1522544/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=37776 CPUtime=1770.71
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10640 0 0 0 176857 214 0 0 25 0 1 0 1555728842 38682624 8367 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9444 8367 48 102 0 9339 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 56732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1521584/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=38568 CPUtime=1795.9
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10848 0 0 0 179375 215 0 0 25 0 1 0 1555728842 39493632 8575 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9642 8575 48 102 0 9537 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 57524

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6442
/proc/meminfo: memFree=1521584/2055920 swapFree=4114192/4192956
[pid=6326] ppid=6324 vsize=13600 CPUtime=4.14
/proc/6326/stat : 6326 (sugar) S 6324 6326 5038 0 -1 4194304 1022 23159 0 2 3 1 387 23 16 0 1 0 1555728418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6326/statm: 3400 799 370 3 0 500 0
[pid=6349] ppid=6326 vsize=5356 CPUtime=0
/proc/6349/stat : 6349 (sh) S 6326 6326 5038 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1555728842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6349/statm: 1339 232 193 169 0 50 0
[pid=6350] ppid=6349 vsize=38568 CPUtime=1795.9
/proc/6350/stat : 6350 (picosat) R 6349 6326 5038 0 -1 4194304 10848 0 0 0 179375 215 0 0 25 0 1 0 1555728842 39493632 8575 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6350/statm: 9642 8575 48 102 0 9537 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 57524

Child status: 0
Real time (s): 1807.53
CPU time (s): 1800.08
CPU user time (s): 1797.67
CPU system time (s): 2.41463
CPU usage (%): 99.5882
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 2.41463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35659
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= 3485
involuntary context switches= 21336

runsolver used 2.09768 second user time and 6.13607 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 14:22:02
IDJOB=1088921
IDBENCH=58150
IDSOLVER=345
FILE ID=node9/1088921-1215260522
PBS_JOBID= 7882050
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-2-15.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-1088921-1215260522/watcher-1088921-1215260522 -o /tmp/evaluation-result-1088921-1215260522/solver-1088921-1215260522 -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-1088921-1215260522.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7b4a50dbc90438c7fd2d6d9453fd8c9
RANDOM SEED=62426726

node9.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.265
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	: 5931.00
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.265
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:       1280536 kB
Buffers:         62948 kB
Cached:         244352 kB
SwapCached:      72956 kB
Active:         585892 kB
Inactive:       131680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280536 kB
SwapTotal:     4192956 kB
SwapFree:      4114192 kB
Dirty:            3308 kB
Writeback:           0 kB
Mapped:         421244 kB
Slab:            42236 kB
Committed_AS:  3755832 kB
PageTables:       2612 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= 66540 MiB
End job on node9 at 2008-07-05 14:52:11