Trace number 1089698

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 1810.22

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15c-14.xml
MD5SUM2bd39fc824a9aa9825590a76be10fd6c
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.618905
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16680
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16680
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 Sat Jul  5 16:46:31 2008
0.01/0.04	c 0	PID 27284
0.01/0.04	c 0	HOST node89.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1089698-1215269191.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-1089698-1215269191.xml' 'HOME/temp.csp'
1.14/1.23	c 2	1 domains, 450 variables, 1 predicates, 0 relations, 16680 constraints
1.14/1.27	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.27	c 2	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.18/1.35	c 2	Parsing HOME/temp.csp
1.18/1.67	c 2	parsed 10000 expressions
1.18/1.82	c 2	parsed 17132 expressions
1.18/1.82	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.82	c 2	Converting to clausal form CSP
1.18/2.05	c 2	converted 1714 (10%) expressions
1.18/2.10	c 3	converted 3427 (20%) expressions
2.00/2.19	c 3	converted 5140 (30%) expressions
2.10/2.24	c 3	converted 6853 (40%) expressions
2.10/2.28	c 3	converted 8566 (50%) expressions
2.19/2.32	c 3	converted 10280 (60%) expressions
2.19/2.37	c 3	converted 11993 (70%) expressions
2.29/2.41	c 3	converted 13706 (80%) expressions
2.39/2.55	c 3	converted 15419 (90%) expressions
2.39/2.59	c 3	converted 17132 (100%) expressions
2.39/2.59	c 3	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 14
2.39/2.59	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.59	c 3	Propagation in CSP
2.59/2.72	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.72	c 3	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 14
2.59/2.72	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.73	c 3	Simplifing CSP by introducing new Boolean variables
2.89/3.05	c 3	CSP : 450 integers, 33360 booleans, 50040 clauses, largest domain size 14
2.89/3.05	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.99/3.19	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.22	c 4	45 (10%) CSP integer variables are encoded (540 clauses, 5804 bytes)
3.09/3.22	c 4	90 (20%) CSP integer variables are encoded (1080 clauses, 12059 bytes)
3.09/3.23	c 4	135 (30%) CSP integer variables are encoded (1620 clauses, 19079 bytes)
3.09/3.23	c 4	180 (40%) CSP integer variables are encoded (2160 clauses, 26099 bytes)
3.09/3.23	c 4	225 (50%) CSP integer variables are encoded (2700 clauses, 33119 bytes)
3.09/3.23	c 4	270 (60%) CSP integer variables are encoded (3240 clauses, 40139 bytes)
3.09/3.23	c 4	315 (70%) CSP integer variables are encoded (3780 clauses, 47159 bytes)
3.09/3.23	c 4	360 (80%) CSP integer variables are encoded (4320 clauses, 54179 bytes)
3.09/3.23	c 4	405 (90%) CSP integer variables are encoded (4860 clauses, 61199 bytes)
3.09/3.24	c 4	450 (100%) CSP integer variables are encoded (5400 clauses, 68219 bytes)
3.19/3.39	c 4	5004 (10%) CSP clauses are encoded (53772 clauses, 874033 bytes)
3.28/3.49	c 4	10008 (20%) CSP clauses are encoded (102144 clauses, 1734646 bytes)
3.49/3.60	c 4	15012 (30%) CSP clauses are encoded (150516 clauses, 2610448 bytes)
3.58/3.71	c 4	20016 (40%) CSP clauses are encoded (198888 clauses, 3526186 bytes)
3.68/3.82	c 4	25020 (50%) CSP clauses are encoded (247260 clauses, 4446922 bytes)
3.78/3.93	c 4	30024 (60%) CSP clauses are encoded (295632 clauses, 5367658 bytes)
3.88/4.05	c 4	35028 (70%) CSP clauses are encoded (344004 clauses, 6288394 bytes)
3.98/4.16	c 5	40032 (80%) CSP clauses are encoded (392376 clauses, 7209130 bytes)
4.07/4.27	c 5	45036 (90%) CSP clauses are encoded (440748 clauses, 8129866 bytes)
4.18/4.37	c 5	50040 (100%) CSP clauses are encoded (489120 clauses, 9050602 bytes)
4.18/4.37	c 5	50040 CSP clauses encoded
4.18/4.37	c 5	Writing map file : HOME/temp.map
4.18/4.39	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.18/4.39	c 5	SAT : 39210 SAT variables, 489120 SAT clauses, 9050602 bytes
4.18/4.39	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.18/4.40	c 5	SOLVING HOME/temp.cnf
5.96/6.18	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1810.21	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1810.21	c 1811	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.05/1810.21	c ERROR INTERRUPTED
1800.05/1810.21	s UNKNOWN
1800.05/1810.21	c 1811	CPU 4.04 (0.03 0.01 4.01 0.24)
1800.05/1810.21	c 1811	END Sat Jul  5 17:16:42 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-1089698-1215269191/watcher-1089698-1215269191 -o /tmp/evaluation-result-1089698-1215269191/solver-1089698-1215269191 -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-1089698-1215269191.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.06 2.00 2.00 4/73 27284
/proc/meminfo: memFree=1703632/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=12268 CPUtime=0
/proc/27284/stat : 27284 (sugar) R 27282 27284 25444 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 682646763 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/27284/statm: 3067 316 241 3 0 167 0

[startup+0.026768 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 27284
/proc/meminfo: memFree=1703632/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=12940 CPUtime=0.01
/proc/27284/stat : 27284 (sugar) R 27282 27284 25444 0 -1 4194304 616 0 0 0 1 0 0 0 18 0 1 0 682646763 13250560 584 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 0 0 0
/proc/27284/statm: 3235 585 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.108773 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 27284
/proc/meminfo: memFree=1703632/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=0.03
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 682646763 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301791 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 27284
/proc/meminfo: memFree=1703632/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=0.03
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 682646763 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701833 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 27284
/proc/meminfo: memFree=1703632/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=0.03
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 682646763 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 27296
/proc/meminfo: memFree=1673208/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=1.18
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 973 11750 0 1 2 1 108 7 15 0 1 0 682646763 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13600

[startup+3.10208 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 27306
/proc/meminfo: memFree=1683832/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=1.19
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 974 11750 0 1 3 1 108 7 15 0 1 0 682646763 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 797 370 3 0 500 0
[pid=27297] ppid=27284 vsize=5356 CPUtime=0
/proc/27297/stat : 27297 (sh) S 27284 27284 25444 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 682646891 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27297/statm: 1339 233 193 169 0 50 0
[pid=27298] ppid=27297 vsize=868652 CPUtime=1.8
/proc/27298/stat : 27298 (java) S 27297 27284 25444 0 -1 0 13326 0 1 0 172 8 0 0 20 0 9 0 682646891 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27298/statm: 217163 12193 2540 9 0 211738 0
[pid=27298/tid=27299] ppid=27297 vsize=868652 CPUtime=0.9
/proc/27298/task/27299/stat : 27299 (java) R 27297 27284 25444 0 -1 64 2918 0 1 0 88 2 0 0 25 0 9 0 682646892 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27298/tid=27300] ppid=27297 vsize=868652 CPUtime=0.67
/proc/27298/task/27300/stat : 27300 (java) R 27297 27284 25444 0 -1 64 8243 0 0 0 63 4 0 0 16 0 9 0 682646893 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 104181370 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27298/tid=27301] ppid=27297 vsize=868652 CPUtime=0
/proc/27298/task/27301/stat : 27301 (java) S 27297 27284 25444 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 682646893 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27298/tid=27302] ppid=27297 vsize=868652 CPUtime=0
/proc/27298/task/27302/stat : 27302 (java) S 27297 27284 25444 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 682646893 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27298/tid=27303] ppid=27297 vsize=868652 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27297 27284 25444 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 682646895 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27297 vsize=868652 CPUtime=0.2
/proc/27298/task/27304/stat : 27304 (java) S 27297 27284 25444 0 -1 64 1468 0 0 0 19 1 0 0 16 0 9 0 682646895 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27297 vsize=868652 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27297 27284 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682646895 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27297 vsize=868652 CPUtime=0
/proc/27298/task/27306/stat : 27306 (java) S 27297 27284 25444 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 682646895 889499648 12193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887608

[startup+6.30138 s]
/proc/loadavg: 2.06 2.00 2.00 3/76 27308
/proc/meminfo: memFree=1686648/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=10380 CPUtime=1.87
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 2289 0 0 0 83 104 0 0 25 0 1 0 682647204 10629120 2275 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 2595 2275 40 102 0 2490 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 29336

[startup+12.702 s]
/proc/loadavg: 2.05 2.00 2.00 3/76 27308
/proc/meminfo: memFree=1671224/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=23500 CPUtime=8.24
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 5300 0 0 0 607 217 0 0 25 0 1 0 682647204 24064000 5286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 5875 5286 42 102 0 5770 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 42456

[startup+25.5013 s]
/proc/loadavg: 2.04 2.00 2.00 3/76 27308
/proc/meminfo: memFree=1668408/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=25876 CPUtime=20.99
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 5926 0 0 0 1881 218 0 0 25 0 1 0 682647204 26497024 5912 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 6469 5912 42 102 0 6364 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 44832

[startup+51.1018 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 27308
/proc/meminfo: memFree=1665656/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=28512 CPUtime=46.47
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 6675 0 0 0 4429 218 0 0 25 0 1 0 682647204 29196288 6550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 7128 6550 48 102 0 7023 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 47468

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 27308
/proc/meminfo: memFree=1665080/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=29040 CPUtime=97.47
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 6939 0 0 0 9528 219 0 0 25 0 1 0 682647204 29736960 6711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 7260 6711 48 102 0 7155 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 47996

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27308
/proc/meminfo: memFree=1664568/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=29568 CPUtime=157.22
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 7191 0 0 0 15503 219 0 0 25 0 1 0 682647204 30277632 6855 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 7392 6855 48 102 0 7287 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 48524

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27309
/proc/meminfo: memFree=1664504/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=29568 CPUtime=216.96
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 7191 0 0 0 21477 219 0 0 25 0 1 0 682647204 30277632 6855 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 7392 6855 48 102 0 7287 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 48524

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

/proc/meminfo: memFree=1532600/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=36616 CPUtime=1291.98
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 9783 0 0 0 128974 224 0 0 25 0 1 0 682647204 37494784 8095 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9154 8095 48 102 0 9049 0
Current children cumulated CPU time (s) 1296.27
Current children cumulated vsize (KiB) 55572

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1493304/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=36616 CPUtime=1351.49
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 9783 0 0 0 134925 224 0 0 25 0 1 0 682647204 37494784 8095 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9154 8095 48 102 0 9049 0
Current children cumulated CPU time (s) 1355.78
Current children cumulated vsize (KiB) 55572

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1462904/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=36748 CPUtime=1411.02
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 9990 0 0 0 140877 225 0 0 25 0 1 0 682647204 37629952 8132 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9187 8132 48 102 0 9082 0
Current children cumulated CPU time (s) 1415.31
Current children cumulated vsize (KiB) 55704

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1427192/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=36748 CPUtime=1470.53
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 9990 0 0 0 146828 225 0 0 25 0 1 0 682647204 37629952 8132 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9187 8132 48 102 0 9082 0
Current children cumulated CPU time (s) 1474.82
Current children cumulated vsize (KiB) 55704

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1403256/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=36748 CPUtime=1530.04
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 9990 0 0 0 152779 225 0 0 25 0 1 0 682647204 37629952 8132 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9187 8132 48 102 0 9082 0
Current children cumulated CPU time (s) 1534.33
Current children cumulated vsize (KiB) 55704

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1380472/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=37672 CPUtime=1589.57
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 10419 0 0 0 158731 226 0 0 25 0 1 0 682647204 38576128 8383 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9418 8383 48 102 0 9313 0
Current children cumulated CPU time (s) 1593.86
Current children cumulated vsize (KiB) 56628

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1367352/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=37672 CPUtime=1649.07
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 10419 0 0 0 164681 226 0 0 25 0 1 0 682647204 38576128 8383 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9418 8383 48 102 0 9313 0
Current children cumulated CPU time (s) 1653.36
Current children cumulated vsize (KiB) 56628

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1352248/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=37672 CPUtime=1708.58
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 10419 0 0 0 170632 226 0 0 25 0 1 0 682647204 38576128 8383 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9418 8383 48 102 0 9313 0
Current children cumulated CPU time (s) 1712.87
Current children cumulated vsize (KiB) 56628

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1332920/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=37672 CPUtime=1768.09
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 10436 0 0 0 176582 227 0 0 25 0 1 0 682647204 38576128 8400 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9418 8400 48 102 0 9313 0
Current children cumulated CPU time (s) 1772.38
Current children cumulated vsize (KiB) 56628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 27402
/proc/meminfo: memFree=1322424/2055920 swapFree=4179812/4192956
[pid=27284] ppid=27282 vsize=13600 CPUtime=4.29
/proc/27284/stat : 27284 (sugar) S 27282 27284 25444 0 -1 4194304 1022 25592 0 2 3 1 401 24 16 0 1 0 682646763 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27284/statm: 3400 799 370 3 0 500 0
[pid=27307] ppid=27284 vsize=5356 CPUtime=0
/proc/27307/stat : 27307 (sh) S 27284 27284 25444 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 682647204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27307/statm: 1339 232 193 169 0 50 0
[pid=27308] ppid=27307 vsize=38200 CPUtime=1795.76
/proc/27308/stat : 27308 (picosat) R 27307 27284 25444 0 -1 4194304 10554 0 0 0 179349 227 0 0 25 0 1 0 682647204 39116800 8518 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27308/statm: 9550 8518 48 102 0 9445 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 57156

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 27284 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=51384
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=267959
# CPU time returned by wait4() is 4.31934
# 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): 1810.22
CPU time (s): 1800.05
CPU user time (s): 1797.53
CPU system time (s): 2.52
CPU usage (%): 99.4379
Max. virtual memory (cumulated for all children) (KiB): 887608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.05138
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27231
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= 3544
involuntary context switches= 3445

runsolver used 1.9467 second user time and 5.13622 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 16:46:31
IDJOB=1089698
IDBENCH=58299
IDSOLVER=345
FILE ID=node89/1089698-1215269191
PBS_JOBID= 7882067
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15c-14.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-1089698-1215269191/watcher-1089698-1215269191 -o /tmp/evaluation-result-1089698-1215269191/solver-1089698-1215269191 -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-1089698-1215269191.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2bd39fc824a9aa9825590a76be10fd6c
RANDOM SEED=1986154908

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:       1704112 kB
Buffers:         57804 kB
Cached:         210532 kB
SwapCached:       7132 kB
Active:         168448 kB
Inactive:       127572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704112 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:          32736 kB
Slab:            41216 kB
Committed_AS:  2051368 kB
PageTables:       1740 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= 66512 MiB
End job on node89 at 2008-07-05 17:16:44