Trace number 1091042

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 1800.92

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-4-insertions-4-4.xml
MD5SUM085e453a39e64b1799e73e4b2f36d4a9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables475
Number of constraints1795
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1795
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 17:55:14 2008
0.00/0.04	c 0	PID 28371
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091042-1215273314.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-1091042-1215273314.xml' 'HOME/temp.csp'
0.04/0.69	c 0	1 domains, 475 variables, 1 predicates, 0 relations, 1795 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 0	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.66/0.81	c 1	Parsing HOME/temp.csp
0.66/0.97	c 1	parsed 2272 expressions
0.66/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/0.98	c 1	Converting to clausal form CSP
0.66/1.00	c 1	converted 228 (10%) expressions
0.66/1.01	c 1	converted 455 (20%) expressions
0.66/1.06	c 1	converted 682 (30%) expressions
1.01/1.15	c 1	converted 909 (40%) expressions
1.01/1.17	c 1	converted 1136 (50%) expressions
1.01/1.18	c 1	converted 1364 (60%) expressions
1.01/1.19	c 1	converted 1591 (70%) expressions
1.01/1.20	c 1	converted 1818 (80%) expressions
1.12/1.20	c 1	converted 2045 (90%) expressions
1.12/1.21	c 1	converted 2272 (100%) expressions
1.12/1.21	c 1	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
1.12/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	Propagation in CSP
1.12/1.24	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.25	c 1	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
1.12/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.28	c 1	CSP : 475 integers, 3590 booleans, 5385 clauses, largest domain size 4
1.12/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.32	c 1	48 (10%) CSP integer variables are encoded (96 clauses, 976 bytes)
1.21/1.33	c 1	95 (20%) CSP integer variables are encoded (190 clauses, 2010 bytes)
1.21/1.33	c 1	143 (30%) CSP integer variables are encoded (286 clauses, 3066 bytes)
1.21/1.33	c 1	190 (40%) CSP integer variables are encoded (380 clauses, 4100 bytes)
1.21/1.33	c 1	238 (50%) CSP integer variables are encoded (476 clauses, 5156 bytes)
1.21/1.33	c 1	285 (60%) CSP integer variables are encoded (570 clauses, 6190 bytes)
1.21/1.33	c 1	333 (70%) CSP integer variables are encoded (666 clauses, 7246 bytes)
1.21/1.34	c 1	380 (80%) CSP integer variables are encoded (760 clauses, 8468 bytes)
1.21/1.34	c 1	428 (90%) CSP integer variables are encoded (856 clauses, 9716 bytes)
1.21/1.34	c 1	475 (100%) CSP integer variables are encoded (950 clauses, 10938 bytes)
1.21/1.36	c 1	539 (10%) CSP clauses are encoded (2569 clauses, 32784 bytes)
1.21/1.38	c 1	1077 (20%) CSP clauses are encoded (4181 clauses, 55880 bytes)
1.21/1.39	c 1	1616 (30%) CSP clauses are encoded (5800 clauses, 79268 bytes)
1.30/1.40	c 1	2154 (40%) CSP clauses are encoded (7412 clauses, 102550 bytes)
1.30/1.41	c 1	2693 (50%) CSP clauses are encoded (9031 clauses, 125938 bytes)
1.30/1.42	c 1	3231 (60%) CSP clauses are encoded (10643 clauses, 149220 bytes)
1.30/1.42	c 1	3770 (70%) CSP clauses are encoded (12262 clauses, 173190 bytes)
1.30/1.43	c 1	4308 (80%) CSP clauses are encoded (13874 clauses, 197546 bytes)
1.30/1.43	c 1	4847 (90%) CSP clauses are encoded (15493 clauses, 222878 bytes)
1.30/1.44	c 1	5385 (100%) CSP clauses are encoded (17105 clauses, 248308 bytes)
1.30/1.44	c 1	5385 CSP clauses encoded
1.30/1.44	c 1	Writing map file : HOME/temp.map
1.30/1.45	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 1	SAT : 5015 SAT variables, 17105 SAT clauses, 248308 bytes
1.30/1.45	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.47	c 1	SOLVING HOME/temp.cnf
1.30/1.47	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1800.91	sh: line 1: 28395 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1800.91	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1800.91	c 1801	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/1800.92	c ERROR INTERRUPTED
1800.04/1800.92	s UNKNOWN
1800.04/1800.92	c 1801	CPU 1799.79 (0.03 0.01 1799.76 0.26)
1800.04/1800.92	c 1801	END Sat Jul  5 18:25:15 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-1091042-1215273314/watcher-1091042-1215273314 -o /tmp/evaluation-result-1091042-1215273314/solver-1091042-1215273314 -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-1091042-1215273314.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.00 2.00 2.00 4/81 28371
/proc/meminfo: memFree=1733696/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=12000 CPUtime=0
/proc/28371/stat : 28371 (sugar) R 28369 28371 28224 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 2006305525 12288000 177 996147200 4194304 4206940 548682068608 18446744073709551615 238505940368 0 0 4224 0 0 0 0 17 1 0 0
/proc/28371/statm: 3000 177 138 3 0 100 0

[startup+0.102158 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 28371
/proc/meminfo: memFree=1733696/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=0.04
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006305525 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28371/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202168 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 28371
/proc/meminfo: memFree=1733696/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=0.04
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006305525 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28371/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302178 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 28371
/proc/meminfo: memFree=1733696/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=0.04
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006305525 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28371/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702225 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 28371
/proc/meminfo: memFree=1733696/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=0.04
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 2006305525 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28371/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50132 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 28393
/proc/meminfo: memFree=1723496/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.1015 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 28395
/proc/meminfo: memFree=1729960/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=1972 CPUtime=1.61
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 398 0 0 0 155 6 0 0 25 0 1 0 2006305673 2019328 382 996147200 134512640 134931368 4294956256 18446744073709551615 134524195 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 493 382 48 102 0 388 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 20928

[startup+6.30186 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 28395
/proc/meminfo: memFree=1729576/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=2220 CPUtime=4.81
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 458 0 0 0 475 6 0 0 25 0 1 0 2006305673 2273280 442 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 555 442 48 102 0 450 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 21176

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 28395
/proc/meminfo: memFree=1728872/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=2840 CPUtime=11.2
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 613 0 0 0 1114 6 0 0 25 0 1 0 2006305673 2908160 597 996147200 134512640 134931368 4294956256 18446744073709551615 134522778 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 710 597 48 102 0 605 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 21796

[startup+25.502 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 28395
/proc/meminfo: memFree=1728168/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=3616 CPUtime=24.01
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 783 0 0 0 2394 7 0 0 25 0 1 0 2006305673 3702784 767 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 904 767 48 102 0 799 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 22572

[startup+51.1033 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 28395
/proc/meminfo: memFree=1727208/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=4540 CPUtime=49.59
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 1031 0 0 0 4952 7 0 0 25 0 1 0 2006305673 4648960 1015 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 1135 1015 48 102 0 1030 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 23496

[startup+102.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 28395
/proc/meminfo: memFree=1725672/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=5812 CPUtime=100.77
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 1525 0 0 0 10070 7 0 0 25 0 1 0 2006305673 5951488 1342 996147200 134512640 134931368 4294956256 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 1453 1342 48 102 0 1348 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 24768

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28395
/proc/meminfo: memFree=1723560/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=8024 CPUtime=160.75
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 2078 0 0 0 16067 8 0 0 25 0 1 0 2006305673 8216576 1880 996147200 134512640 134931368 4294956256 18446744073709551615 134531002 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 2006 1880 48 102 0 1901 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 26980

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28395
/proc/meminfo: memFree=1722472/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=8764 CPUtime=220.72
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 2508 0 0 0 22064 8 0 0 25 0 1 0 2006305673 8974336 2075 996147200 134512640 134931368 4294956256 18446744073709551615 134525603 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 2191 2075 48 102 0 2086 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 27720

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28395
/proc/meminfo: memFree=1722280/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=8928 CPUtime=280.7
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 2653 0 0 0 28062 8 0 0 25 0 1 0 2006305673 9142272 2120 996147200 134512640 134931368 4294956256 18446744073709551615 134524072 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 2232 2120 48 102 0 2127 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 27884


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

[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=17284 CPUtime=1240.31
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 7210 0 0 0 124017 14 0 0 25 0 1 0 2006305673 17698816 4179 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 4321 4179 48 102 0 4216 0
Current children cumulated CPU time (s) 1241.69
Current children cumulated vsize (KiB) 36240

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 28401
/proc/meminfo: memFree=1713704/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=17120 CPUtime=1300.28
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 7543 0 0 0 130014 14 0 0 25 0 1 0 2006305673 17530880 4138 996147200 134512640 134931368 4294956256 18446744073709551615 134549286 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 4280 4138 48 102 0 4175 0
Current children cumulated CPU time (s) 1301.66
Current children cumulated vsize (KiB) 36076

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28401
/proc/meminfo: memFree=1711656/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=19224 CPUtime=1360.25
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 8175 0 0 0 136011 14 0 0 25 0 1 0 2006305673 19685376 4654 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 4806 4654 48 102 0 4701 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 38180

[startup+1422.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 28401
/proc/meminfo: memFree=1710312/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=20620 CPUtime=1420.24
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 8583 0 0 0 142009 15 0 0 25 0 1 0 2006305673 21114880 4989 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5155 4989 48 102 0 5050 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 39576

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 28401
/proc/meminfo: memFree=1710248/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=20540 CPUtime=1480.21
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 8583 0 0 0 148006 15 0 0 25 0 1 0 2006305673 21032960 4989 996147200 134512640 134931368 4294956256 18446744073709551615 134531132 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5135 4989 48 102 0 5030 0
Current children cumulated CPU time (s) 1481.59
Current children cumulated vsize (KiB) 39496

[startup+1542.31 s]
/proc/loadavg: 1.94 1.99 1.99 4/76 28489
/proc/meminfo: memFree=1709416/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=21992 CPUtime=1540.16
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 9188 0 0 0 154000 16 0 0 25 0 1 0 2006305673 22519808 5354 996147200 134512640 134931368 4294956256 18446744073709551615 134524017 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5498 5354 48 102 0 5393 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 40948

[startup+1602.3 s]
/proc/loadavg: 1.98 1.99 1.99 4/76 28489
/proc/meminfo: memFree=1702824/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=21992 CPUtime=1600.13
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 9192 0 0 0 159997 16 0 0 25 0 1 0 2006305673 22519808 5358 996147200 134512640 134931368 4294956256 18446744073709551615 134529299 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5498 5358 48 102 0 5393 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 40948

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 28489
/proc/meminfo: memFree=1692008/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=21968 CPUtime=1660.11
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 9192 0 0 0 165994 17 0 0 25 0 1 0 2006305673 22495232 5358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5492 5358 48 102 0 5387 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 40924

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 28489
/proc/meminfo: memFree=1686312/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=21956 CPUtime=1720.09
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 9192 0 0 0 171992 17 0 0 25 0 1 0 2006305673 22482944 5355 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5489 5355 48 102 0 5384 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 40912

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 28489
/proc/meminfo: memFree=1681896/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=21956 CPUtime=1780.06
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 9192 0 0 0 177989 17 0 0 25 0 1 0 2006305673 22482944 5355 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5489 5355 48 102 0 5384 0
Current children cumulated CPU time (s) 1781.44
Current children cumulated vsize (KiB) 40912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 28489
/proc/meminfo: memFree=1681896/2055920 swapFree=4180004/4192956
[pid=28371] ppid=28369 vsize=13600 CPUtime=1.38
/proc/28371/stat : 28371 (sugar) S 28369 28371 28224 0 -1 4194304 1023 12224 0 2 3 1 126 8 16 0 1 0 2006305525 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28371/statm: 3400 799 370 3 0 500 0
[pid=28394] ppid=28371 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28371 28371 28224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006305673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=21956 CPUtime=1798.66
/proc/28395/stat : 28395 (picosat) R 28394 28371 28224 0 -1 4194304 9196 0 0 0 179849 17 0 0 25 0 1 0 2006305673 22482944 5359 996147200 134512640 134931368 4294956256 18446744073709551615 134520135 0 0 4096 0 0 0 0 17 0 0 0
/proc/28395/statm: 5489 5359 48 102 0 5384 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 40912

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

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

Child status: 0
Real time (s): 1800.92
CPU time (s): 1800.08
CPU user time (s): 1799.8
CPU system time (s): 0.280957
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23115
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= 1869
involuntary context switches= 8887

runsolver used 2.6286 second user time and 5.55316 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 17:55:14
IDJOB=1091042
IDBENCH=58523
IDSOLVER=345
FILE ID=node23/1091042-1215273314
PBS_JOBID= 7882250
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-4-insertions-4-4.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-1091042-1215273314/watcher-1091042-1215273314 -o /tmp/evaluation-result-1091042-1215273314/solver-1091042-1215273314 -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-1091042-1215273314.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 085e453a39e64b1799e73e4b2f36d4a9
RANDOM SEED=275998561

node23.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.216
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.216
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:       1734176 kB
Buffers:         37132 kB
Cached:         209564 kB
SwapCached:       7012 kB
Active:         154980 kB
Inactive:       114392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734176 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          38500 kB
Slab:            37580 kB
Committed_AS:  3504256 kB
PageTables:       1852 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= 66536 MiB
End job on node23 at 2008-07-05 18:25:17