Trace number 1091000

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.04 1822.32

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-2-insertions-4-4.xml
MD5SUMdfbaaa13f2d6f57ebdf2612f1b019d13
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 variables149
Number of constraints541
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension541
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 17:52:07 2008
0.01/0.04	c 0	PID 12725
0.01/0.04	c 0	HOST node91.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1091000-1215273127.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-1091000-1215273127.xml' 'HOME/temp.csp'
0.03/0.38	c 0	1 domains, 149 variables, 1 predicates, 0 relations, 541 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.03/0.48	c 0	Parsing HOME/temp.csp
0.35/0.60	c 0	parsed 692 expressions
0.35/0.60	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.60	c 0	Converting to clausal form CSP
0.35/0.63	c 0	converted 70 (10%) expressions
0.35/0.63	c 0	converted 139 (20%) expressions
0.35/0.65	c 0	converted 208 (30%) expressions
0.35/0.67	c 0	converted 277 (40%) expressions
0.35/0.69	c 0	converted 346 (50%) expressions
0.35/0.71	c 0	converted 416 (60%) expressions
0.35/0.77	c 0	converted 485 (70%) expressions
0.35/0.78	c 1	converted 554 (80%) expressions
0.35/0.79	c 1	converted 623 (90%) expressions
0.35/0.79	c 1	converted 692 (100%) expressions
0.35/0.80	c 1	CSP : 149 integers, 0 booleans, 541 clauses, largest domain size 4
0.35/0.80	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.80	c 1	Propagation in CSP
0.36/0.82	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/0.82	c 1	CSP : 149 integers, 0 booleans, 541 clauses, largest domain size 4
0.36/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.82	c 1	Simplifing CSP by introducing new Boolean variables
0.36/0.84	c 1	CSP : 149 integers, 1082 booleans, 1623 clauses, largest domain size 4
0.36/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.36/0.87	c 1	15 (10%) CSP integer variables are encoded (30 clauses, 322 bytes)
0.36/0.87	c 1	30 (20%) CSP integer variables are encoded (60 clauses, 592 bytes)
0.36/0.88	c 1	45 (30%) CSP integer variables are encoded (90 clauses, 910 bytes)
0.36/0.88	c 1	60 (40%) CSP integer variables are encoded (120 clauses, 1240 bytes)
0.36/0.88	c 1	75 (50%) CSP integer variables are encoded (150 clauses, 1570 bytes)
0.36/0.88	c 1	90 (60%) CSP integer variables are encoded (180 clauses, 1900 bytes)
0.36/0.88	c 1	105 (70%) CSP integer variables are encoded (210 clauses, 2230 bytes)
0.36/0.88	c 1	120 (80%) CSP integer variables are encoded (240 clauses, 2560 bytes)
0.36/0.88	c 1	135 (90%) CSP integer variables are encoded (270 clauses, 2890 bytes)
0.36/0.88	c 1	149 (100%) CSP integer variables are encoded (298 clauses, 3198 bytes)
0.36/0.89	c 1	163 (10%) CSP clauses are encoded (788 clauses, 9112 bytes)
0.36/0.91	c 1	325 (20%) CSP clauses are encoded (1274 clauses, 15160 bytes)
0.36/0.91	c 1	487 (30%) CSP clauses are encoded (1760 clauses, 21232 bytes)
0.36/0.92	c 1	650 (40%) CSP clauses are encoded (2250 clauses, 27572 bytes)
0.36/0.93	c 1	812 (50%) CSP clauses are encoded (2736 clauses, 34052 bytes)
0.36/0.93	c 1	974 (60%) CSP clauses are encoded (3222 clauses, 41020 bytes)
0.36/0.94	c 1	1137 (70%) CSP clauses are encoded (3709 clauses, 48052 bytes)
0.36/0.94	c 1	1299 (80%) CSP clauses are encoded (4195 clauses, 55072 bytes)
0.36/0.94	c 1	1461 (90%) CSP clauses are encoded (4681 clauses, 62092 bytes)
0.36/0.94	c 1	1623 (100%) CSP clauses are encoded (5167 clauses, 69112 bytes)
0.36/0.95	c 1	1623 CSP clauses encoded
0.36/0.95	c 1	Writing map file : HOME/temp.map
0.36/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.95	c 1	SAT : 1529 SAT variables, 5167 SAT clauses, 69112 bytes
0.36/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.99	c 1	SOLVING HOME/temp.cnf
0.36/0.99	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1822.30	sh: line 1: 12749 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1822.31	c 1822	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1822.31	c 1822	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.01/1822.32	c ERROR INTERRUPTED
1800.01/1822.32	s UNKNOWN
1800.01/1822.32	c 1822	CPU 1799.88 (0.03 0.01 1799.85 0.13)
1800.01/1822.32	c 1822	END Sat Jul  5 18:22:29 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-1091000-1215273127/watcher-1091000-1215273127 -o /tmp/evaluation-result-1091000-1215273127/solver-1091000-1215273127 -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-1091000-1215273127.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/82 12725
/proc/meminfo: memFree=1776976/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=12272 CPUtime=0
/proc/12725/stat : 12725 (sugar) R 12723 12725 11246 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 2006279758 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 251601320549 0 0 4224 0 0 0 0 17 0 0 0
/proc/12725/statm: 3068 330 246 3 0 168 0

[startup+0.0256441 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12725
/proc/meminfo: memFree=1776976/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=12940 CPUtime=0.01
/proc/12725/stat : 12725 (sugar) R 12723 12725 11246 0 -1 4194304 615 0 0 0 1 0 0 0 18 0 1 0 2006279758 13250560 583 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 0 0 0
/proc/12725/statm: 3235 584 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102654 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12725
/proc/meminfo: memFree=1776976/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.03
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2006279758 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12725/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301674 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12725
/proc/meminfo: memFree=1776976/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.03
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2006279758 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12725/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702724 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12725
/proc/meminfo: memFree=1776976/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.35
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 973 4535 0 1 2 1 29 3 15 0 1 0 2006279758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1774648/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=976 CPUtime=0.49
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 189 0 0 0 47 2 0 0 23 0 1 0 2006279857 999424 173 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 244 173 48 102 0 139 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 19932

[startup+3.10199 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1774008/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=1096 CPUtime=2.09
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 217 0 0 0 207 2 0 0 25 0 1 0 2006279857 1122304 201 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 274 201 48 102 0 169 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 20052

[startup+6.30135 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1773752/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=1228 CPUtime=5.27
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 263 0 0 0 525 2 0 0 25 0 1 0 2006279857 1257472 247 996147200 134512640 134931368 4294956256 18446744073709551615 134529886 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 307 247 48 102 0 202 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 20184

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1773368/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=1476 CPUtime=11.64
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 310 0 0 0 1162 2 0 0 25 0 1 0 2006279857 1511424 294 996147200 134512640 134931368 4294956256 18446744073709551615 134523350 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 369 294 48 102 0 264 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 20432

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1773176/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=1708 CPUtime=24.38
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 356 0 0 0 2436 2 0 0 25 0 1 0 2006279857 1748992 340 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 427 340 48 102 0 322 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 20664

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1772728/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=2216 CPUtime=49.85
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 483 0 0 0 4983 2 0 0 25 0 1 0 2006279857 2269184 467 996147200 134512640 134931368 4294956256 18446744073709551615 134549296 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 554 467 48 102 0 449 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 21172

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1772280/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=2480 CPUtime=100.81
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 558 0 0 0 10079 2 0 0 25 0 1 0 2006279857 2539520 541 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 620 541 48 102 0 515 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 21436

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1771704/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=2988 CPUtime=160.51
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 677 0 0 0 16049 2 0 0 25 0 1 0 2006279857 3059712 660 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 747 660 48 102 0 642 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 21944

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1771448/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=3280 CPUtime=220.22
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 770 0 0 0 22020 2 0 0 25 0 1 0 2006279857 3358720 753 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 820 753 48 102 0 715 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 22236

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12749
/proc/meminfo: memFree=1771384/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0

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

[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5488 CPUtime=1284.47
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1314 0 0 0 128442 5 0 0 25 0 1 0 2006279857 5619712 1296 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1372 1296 48 102 0 1267 0
Current children cumulated CPU time (s) 1285.37
Current children cumulated vsize (KiB) 24444

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1719072/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5488 CPUtime=1343.85
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1314 0 0 0 134380 5 0 0 25 0 1 0 2006279857 5619712 1296 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1372 1296 48 102 0 1267 0
Current children cumulated CPU time (s) 1344.75
Current children cumulated vsize (KiB) 24444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1719008/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5488 CPUtime=1403.23
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1316 0 0 0 140318 5 0 0 25 0 1 0 2006279857 5619712 1298 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1372 1298 48 102 0 1267 0
Current children cumulated CPU time (s) 1404.13
Current children cumulated vsize (KiB) 24444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718560/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5856 CPUtime=1462.61
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1412 0 0 0 146256 5 0 0 25 0 1 0 2006279857 5996544 1394 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1464 1394 48 102 0 1359 0
Current children cumulated CPU time (s) 1463.51
Current children cumulated vsize (KiB) 24812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718560/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5856 CPUtime=1521.99
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1412 0 0 0 152194 5 0 0 25 0 1 0 2006279857 5996544 1394 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1464 1394 48 102 0 1359 0
Current children cumulated CPU time (s) 1522.89
Current children cumulated vsize (KiB) 24812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718432/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5924 CPUtime=1581.37
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1427 0 0 0 158132 5 0 0 25 0 1 0 2006279857 6066176 1409 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1481 1409 48 102 0 1376 0
Current children cumulated CPU time (s) 1582.27
Current children cumulated vsize (KiB) 24880

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718368/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5920 CPUtime=1640.75
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1427 0 0 0 164070 5 0 0 25 0 1 0 2006279857 6062080 1409 996147200 134512640 134931368 4294956256 18446744073709551615 134522747 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1480 1409 48 102 0 1375 0
Current children cumulated CPU time (s) 1641.65
Current children cumulated vsize (KiB) 24876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718368/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5920 CPUtime=1700.14
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1427 0 0 0 170009 5 0 0 25 0 1 0 2006279857 6062080 1409 996147200 134512640 134931368 4294956256 18446744073709551615 134530111 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1480 1409 48 102 0 1375 0
Current children cumulated CPU time (s) 1701.04
Current children cumulated vsize (KiB) 24876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718240/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5920 CPUtime=1759.51
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1427 0 0 0 175946 5 0 0 25 0 1 0 2006279857 6062080 1409 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1480 1409 48 102 0 1375 0
Current children cumulated CPU time (s) 1760.41
Current children cumulated vsize (KiB) 24876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718240/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5920 CPUtime=1799.11
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1431 0 0 0 179906 5 0 0 25 0 1 0 2006279857 6062080 1413 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1480 1413 48 102 0 1375 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 24876

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

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

[startup+1822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12814
/proc/meminfo: memFree=1718240/2055920 swapFree=4176360/4192956
[pid=12725] ppid=12723 vsize=13600 CPUtime=0.9
/proc/12725/stat : 12725 (sugar) S 12723 12725 11246 0 -1 4194304 1022 11110 0 2 3 1 79 7 16 0 1 0 2006279758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12725/statm: 3400 798 370 3 0 500 0
[pid=12748] ppid=12725 vsize=5356 CPUtime=0
/proc/12748/stat : 12748 (sh) S 12725 12725 11246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006279857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12748/statm: 1339 232 193 169 0 50 0
[pid=12749] ppid=12748 vsize=5920 CPUtime=1799.11
/proc/12749/stat : 12749 (picosat) R 12748 12725 11246 0 -1 4194304 1431 0 0 0 179906 5 0 0 25 0 1 0 2006279857 6062080 1413 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12749/statm: 1480 1413 48 102 0 1375 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 24876

Child status: 0
Real time (s): 1822.32
CPU time (s): 1800.04
CPU user time (s): 1799.89
CPU system time (s): 0.146977
CPU usage (%): 98.777
Max. virtual memory (cumulated for all children) (KiB): 24884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14365
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= 1539
involuntary context switches= 36888

runsolver used 2.26365 second user time and 6.03308 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 17:52:07
IDJOB=1091000
IDBENCH=58519
IDSOLVER=345
FILE ID=node91/1091000-1215273127
PBS_JOBID= 7882164
Free space on /tmp= 66452 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dfbaaa13f2d6f57ebdf2612f1b019d13
RANDOM SEED=1961363888

node91.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.231
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.231
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:       1777456 kB
Buffers:         30504 kB
Cached:         186856 kB
SwapCached:       7788 kB
Active:         139048 kB
Inactive:        94524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777456 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          22716 kB
Slab:            29576 kB
Committed_AS: 12519684 kB
PageTables:       2216 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= 66428 MiB
End job on node91 at 2008-07-05 18:22:31