Trace number 2065889

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.14.6+picosat? (TO) 1800.14 1802.93

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-20-3.xml
MD5SUM329ec1b3e20036aaf15be07a06f46f0b
Bench CategoryN-ARY-INT (n-ary 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 variables190
Number of constraints1140
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:34:30 2009
0.00/0.08	c 0	PID 17228
0.07/0.08	c 0	HOST node67.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2065889-1247340870.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065889-1247340870.xml' 'HOME/temp.csp'
0.07/0.55	c 0	1 domains, 190 variables, 1 predicates, 0 relations, 1140 constraints
0.07/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.57	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.52/0.65	c 0	Parsing HOME/temp.csp
0.52/0.76	c 1	parsed 1332 expressions
0.52/0.77	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.77	c 1	Converting to clausal form CSP
0.52/0.79	c 1	converted 134 (10%) expressions
0.52/0.86	c 1	converted 267 (20%) expressions
0.52/0.96	c 1	converted 400 (30%) expressions
0.52/0.98	c 1	converted 533 (40%) expressions
0.52/1.00	c 1	converted 666 (50%) expressions
0.92/1.01	c 1	converted 800 (60%) expressions
0.92/1.02	c 1	converted 933 (70%) expressions
0.92/1.03	c 1	converted 1066 (80%) expressions
0.92/1.04	c 1	converted 1199 (90%) expressions
0.92/1.05	c 1	converted 1332 (100%) expressions
0.92/1.05	c 1	CSP : 190 integers, 0 booleans, 1140 clauses, largest domain size 3
0.92/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Propagation in CSP
0.92/1.06	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.06	c 1	CSP : 190 integers, 0 booleans, 1140 clauses, largest domain size 3
0.92/1.06	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.07	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.11	c 1	CSP : 190 integers, 6840 booleans, 7980 clauses, largest domain size 3
1.03/1.11	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.15	c 1	19 (10%) CSP integer variables are encoded (19 clauses, 226 bytes)
1.03/1.15	c 1	38 (20%) CSP integer variables are encoded (38 clauses, 397 bytes)
1.03/1.16	c 1	57 (30%) CSP integer variables are encoded (57 clauses, 583 bytes)
1.03/1.16	c 1	76 (40%) CSP integer variables are encoded (76 clauses, 792 bytes)
1.03/1.16	c 1	95 (50%) CSP integer variables are encoded (95 clauses, 1001 bytes)
1.03/1.16	c 1	114 (60%) CSP integer variables are encoded (114 clauses, 1210 bytes)
1.03/1.16	c 1	133 (70%) CSP integer variables are encoded (133 clauses, 1419 bytes)
1.03/1.16	c 1	152 (80%) CSP integer variables are encoded (152 clauses, 1628 bytes)
1.03/1.16	c 1	171 (90%) CSP integer variables are encoded (171 clauses, 1837 bytes)
1.03/1.16	c 1	190 (100%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.12/1.20	c 1	798 (10%) CSP clauses are encoded (2356 clauses, 29230 bytes)
1.12/1.22	c 1	1596 (20%) CSP clauses are encoded (4522 clauses, 59682 bytes)
1.12/1.24	c 1	2394 (30%) CSP clauses are encoded (6688 clauses, 90270 bytes)
1.12/1.25	c 1	3192 (40%) CSP clauses are encoded (8854 clauses, 121298 bytes)
1.12/1.25	c 1	3990 (50%) CSP clauses are encoded (11020 clauses, 153674 bytes)
1.12/1.26	c 1	4788 (60%) CSP clauses are encoded (13186 clauses, 186050 bytes)
1.12/1.27	c 1	5586 (70%) CSP clauses are encoded (15352 clauses, 218426 bytes)
1.12/1.28	c 1	6384 (80%) CSP clauses are encoded (17518 clauses, 250802 bytes)
1.21/1.30	c 1	7182 (90%) CSP clauses are encoded (19684 clauses, 283178 bytes)
1.21/1.31	c 1	7980 (100%) CSP clauses are encoded (21850 clauses, 315554 bytes)
1.21/1.31	c 1	7980 CSP clauses encoded
1.21/1.31	c 1	Writing map file : HOME/temp.map
1.21/1.31	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.31	c 1	SAT : 7220 SAT variables, 21850 SAT clauses, 315554 bytes
1.21/1.31	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.36	c 1	SOLVING HOME/temp.cnf
1.21/1.36	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1802.91	sh: line 1: 17252 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1802.91	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1802.91	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1802.92	c ERROR INTERRUPTED
1800.09/1802.92	s UNKNOWN
1800.09/1802.92	c 1803	CPU 1800.12 (0.05 0.02 1799.76 0.29)
1800.09/1802.92	c 1803	END Sat Jul 11 22:04:33 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065889-1247340870/watcher-2065889-1247340870 -o /tmp/evaluation-result-2065889-1247340870/solver-2065889-1247340870 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2065889-1247340870.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.97 4/81 17228
/proc/meminfo: memFree=1136528/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=18576 CPUtime=0
/proc/17228/stat : 17228 (runsolver) R 17226 17228 16388 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 21149708 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17228/statm: 4644 284 249 26 0 2626 0

[startup+0.082199 s]
/proc/loadavg: 1.91 1.95 1.97 4/81 17228
/proc/meminfo: memFree=1136528/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16740 CPUtime=0.07
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 21149708 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17228/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102401 s]
/proc/loadavg: 1.91 1.95 1.97 4/81 17228
/proc/meminfo: memFree=1136528/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=0.07
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21149708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17228/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302425 s]
/proc/loadavg: 1.91 1.95 1.97 4/81 17228
/proc/meminfo: memFree=1136528/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=0.07
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21149708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17228/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701463 s]
/proc/loadavg: 1.91 1.95 1.97 4/81 17228
/proc/meminfo: memFree=1136528/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=0.52
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1309 4858 0 1 5 2 42 3 16 0 1 0 21149708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50154 s]
/proc/loadavg: 1.91 1.95 1.97 4/92 17250
/proc/meminfo: memFree=1121528/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 16868

[startup+3.1017 s]
/proc/loadavg: 1.91 1.95 1.97 3/84 17252
/proc/meminfo: memFree=1131448/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=1872 CPUtime=1.72
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 402 0 0 0 162 10 0 0 25 0 1 0 21149844 1916928 386 996147200 134512640 134931368 4294956256 18446744073709551615 134520301 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 468 386 48 102 0 363 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24096

[startup+6.30103 s]
/proc/loadavg: 1.92 1.95 1.97 3/84 17252
/proc/meminfo: memFree=1131008/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=2256 CPUtime=4.89
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 479 0 0 0 479 10 0 0 25 0 1 0 21149844 2310144 461 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 564 461 48 102 0 459 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24480

[startup+12.7017 s]
/proc/loadavg: 1.93 1.95 1.97 3/84 17252
/proc/meminfo: memFree=1132352/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=2504 CPUtime=11.22
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 566 0 0 0 1112 10 0 0 25 0 1 0 21149844 2564096 548 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 626 548 48 102 0 521 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24728

[startup+25.503 s]
/proc/loadavg: 1.94 1.96 1.97 3/84 17252
/proc/meminfo: memFree=1131456/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=3164 CPUtime=23.9
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 720 0 0 0 2380 10 0 0 25 0 1 0 21149844 3239936 702 996147200 134512640 134931368 4294956256 18446744073709551615 134544762 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 791 702 48 102 0 686 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25388

[startup+51.1026 s]
/proc/loadavg: 1.96 1.96 1.97 3/84 17252
/proc/meminfo: memFree=1130176/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=3692 CPUtime=49.26
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 856 0 0 0 4916 10 0 0 25 0 1 0 21149844 3780608 838 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 923 838 48 102 0 818 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 25916

[startup+102.308 s]
/proc/loadavg: 1.98 1.96 1.97 3/84 17252
/proc/meminfo: memFree=1128576/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=4440 CPUtime=99.98
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 1035 0 0 0 9988 10 0 0 25 0 1 0 21149844 4546560 1011 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 1110 1011 48 102 0 1005 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 26664

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 17252
/proc/meminfo: memFree=1129344/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=5164 CPUtime=159.41
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 1210 0 0 0 15931 10 0 0 25 0 1 0 21149844 5287936 1186 996147200 134512640 134931368 4294956256 18446744073709551615 134525657 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 1291 1186 48 102 0 1186 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 27388

[startup+222.302 s]
/proc/loadavg: 1.78 1.92 1.96 3/77 17432
/proc/meminfo: memFree=1156280/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=5556 CPUtime=218.95
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 1305 0 0 0 21882 13 0 0 25 0 1 0 21149844 5689344 1280 996147200 134512640 134931368 4294956256 18446744073709551615 134549334 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 1389 1280 48 102 0 1284 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 27780

[startup+282.302 s]
/proc/loadavg: 1.97 1.95 1.96 3/77 17492
/proc/meminfo: memFree=1140728/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=5768 CPUtime=278.84
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 1364 0 0 0 27870 14 0 0 25 0 1 0 21149844 5906432 1339 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 1442 1339 48 102 0 1337 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 27992

[startup+342.302 s]

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

[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=9852 CPUtime=1298.44
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 2369 0 0 0 129827 17 0 0 25 0 1 0 21149844 10088448 2337 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2463 2337 48 102 0 2358 0
Current children cumulated CPU time (s) 1299.69
Current children cumulated vsize (KiB) 32076

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17494
/proc/meminfo: memFree=1113528/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=9848 CPUtime=1358.41
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 2369 0 0 0 135824 17 0 0 25 0 1 0 21149844 10084352 2336 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2462 2336 48 102 0 2357 0
Current children cumulated CPU time (s) 1359.66
Current children cumulated vsize (KiB) 32072

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17494
/proc/meminfo: memFree=1113080/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=9848 CPUtime=1418.39
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 2437 0 0 0 141821 18 0 0 25 0 1 0 21149844 10084352 2338 996147200 134512640 134931368 4294956256 18446744073709551615 134524040 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2462 2338 48 102 0 2357 0
Current children cumulated CPU time (s) 1419.64
Current children cumulated vsize (KiB) 32072

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17494
/proc/meminfo: memFree=1111288/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=9848 CPUtime=1478.37
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 2635 0 0 0 147819 18 0 0 25 0 1 0 21149844 10084352 2338 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2462 2338 48 102 0 2357 0
Current children cumulated CPU time (s) 1479.62
Current children cumulated vsize (KiB) 32072

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17494
/proc/meminfo: memFree=1110840/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=9980 CPUtime=1538.34
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 2837 0 0 0 153816 18 0 0 25 0 1 0 21149844 10219520 2342 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2495 2342 48 102 0 2390 0
Current children cumulated CPU time (s) 1539.59
Current children cumulated vsize (KiB) 32204

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1109744/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=10112 CPUtime=1598.31
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 3078 0 0 0 159813 18 0 0 25 0 1 0 21149844 10354688 2385 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2528 2385 48 102 0 2423 0
Current children cumulated CPU time (s) 1599.56
Current children cumulated vsize (KiB) 32336

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1108976/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=10112 CPUtime=1658.29
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 3319 0 0 0 165810 19 0 0 25 0 1 0 21149844 10354688 2389 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2528 2389 48 102 0 2423 0
Current children cumulated CPU time (s) 1659.54
Current children cumulated vsize (KiB) 32336

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1108656/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=10376 CPUtime=1718.27
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 3627 0 0 0 171808 19 0 0 25 0 1 0 21149844 10625024 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2594 2452 48 102 0 2489 0
Current children cumulated CPU time (s) 1719.52
Current children cumulated vsize (KiB) 32600

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1106288/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=10376 CPUtime=1778.24
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 3802 0 0 0 177805 19 0 0 25 0 1 0 21149844 10625024 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2594 2452 48 102 0 2489 0
Current children cumulated CPU time (s) 1779.49
Current children cumulated vsize (KiB) 32600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1106288/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=10376 CPUtime=1798.84
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 3872 0 0 0 179865 19 0 0 25 0 1 0 21149844 10625024 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2594 2452 48 102 0 2489 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 32600

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

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

[startup+1802.91 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1106288/2055920 swapFree=4192956/4192956
[pid=17228] ppid=17226 vsize=16868 CPUtime=1.25
/proc/17228/stat : 17228 (sugar) S 17226 17228 16388 0 -1 4194304 1365 12297 0 2 5 2 110 8 16 0 1 0 21149708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17228/statm: 4217 1113 409 3 0 796 0
[pid=17251] ppid=17228 vsize=5356 CPUtime=0
/proc/17251/stat : 17251 (sh) S 17228 17228 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21149844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17251/statm: 1339 232 193 169 0 50 0
[pid=17252] ppid=17251 vsize=10376 CPUtime=1798.84
/proc/17252/stat : 17252 (picosat) R 17251 17228 16388 0 -1 4194304 3872 0 0 0 179865 19 0 0 25 0 1 0 21149844 10625024 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17252/statm: 2594 2452 48 102 0 2489 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 32600

Child status: 0
Real time (s): 1802.93
CPU time (s): 1800.14
CPU user time (s): 1799.82
CPU system time (s): 0.318951
CPU usage (%): 99.8455
Max. virtual memory (cumulated for all children) (KiB): 890892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18328
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= 1594
involuntary context switches= 11989

runsolver used 2.27765 second user time and 5.9231 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-11 21:34:30
IDJOB=2065889
IDBENCH=54438
IDSOLVER=738
FILE ID=node67/2065889-1247340870
PBS_JOBID= 9506712
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-20-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065889-1247340870/watcher-2065889-1247340870 -o /tmp/evaluation-result-2065889-1247340870/solver-2065889-1247340870 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2065889-1247340870.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 329ec1b3e20036aaf15be07a06f46f0b
RANDOM SEED=403190394

node67.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.239
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.239
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:       1137008 kB
Buffers:         50844 kB
Cached:         773044 kB
SwapCached:          0 kB
Active:         101808 kB
Inactive:       752380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1137008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:          43000 kB
Slab:            49908 kB
Committed_AS:   178940 kB
PageTables:       1904 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= 66488 MiB
End job on node67 at 2009-07-11 22:04:35