Trace number 2086910

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.07 1816.53

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-30.xml
MD5SUM947fd10df4466df33806de675e63a7bd
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 variables120
Number of constraints7230
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7230
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 09:44:03 2009
0.05/0.08	c 0	PID 24785
0.05/0.08	c 0	HOST node62.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2086910-1247384642.xml TO HOME/temp.csp
0.05/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-2086910-1247384642.xml' 'HOME/temp.csp'
0.06/0.97	c 0	1 domains, 120 variables, 2 predicates, 0 relations, 7230 constraints
0.93/1.03	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.93/1.03	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.94/1.11	c 1	Parsing HOME/temp.csp
0.94/1.24	c 1	parsed 7353 expressions
0.94/1.25	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.25	c 1	Converting to clausal form CSP
0.94/1.47	c 1	converted 736 (10%) expressions
0.94/1.51	c 1	converted 1471 (20%) expressions
0.94/1.54	c 1	converted 2206 (30%) expressions
0.94/1.57	c 1	converted 2942 (40%) expressions
0.94/1.64	c 1	converted 3677 (50%) expressions
0.94/1.66	c 1	converted 4412 (60%) expressions
0.94/1.68	c 1	converted 5148 (70%) expressions
0.94/1.71	c 1	converted 5883 (80%) expressions
0.94/1.73	c 1	converted 6618 (90%) expressions
0.94/1.76	c 1	converted 7353 (100%) expressions
0.94/1.76	c 1	CSP : 120 integers, 0 booleans, 7320 clauses, largest domain size 118
0.94/1.76	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.76	c 1	Propagation in CSP
0.94/1.88	c 1	1485 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.88	c 1	CSP : 120 integers, 0 booleans, 7320 clauses, largest domain size 114
0.94/1.88	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.89	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.96	c 1	CSP : 120 integers, 14280 booleans, 21600 clauses, largest domain size 114
0.94/1.96	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/2.04	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.94/2.07	c 2	12 (10%) CSP integer variables are encoded (1146 clauses, 12771 bytes)
0.94/2.07	c 2	24 (20%) CSP integer variables are encoded (1860 clauses, 22053 bytes)
0.94/2.08	c 2	36 (30%) CSP integer variables are encoded (2682 clauses, 32739 bytes)
0.94/2.08	c 2	48 (40%) CSP integer variables are encoded (3612 clauses, 44829 bytes)
0.94/2.08	c 2	60 (50%) CSP integer variables are encoded (4110 clauses, 51303 bytes)
0.94/2.08	c 2	72 (60%) CSP integer variables are encoded (5256 clauses, 66201 bytes)
0.94/2.08	c 2	84 (70%) CSP integer variables are encoded (5970 clauses, 75483 bytes)
0.94/2.08	c 2	96 (80%) CSP integer variables are encoded (6792 clauses, 86169 bytes)
0.94/2.08	c 2	108 (90%) CSP integer variables are encoded (7722 clauses, 98259 bytes)
0.94/2.08	c 2	120 (100%) CSP integer variables are encoded (8220 clauses, 104733 bytes)
2.17/2.32	c 2	2160 (10%) CSP clauses are encoded (103202 clauses, 1770483 bytes)
2.29/2.48	c 2	4320 (20%) CSP clauses are encoded (181174 clauses, 3246872 bytes)
2.49/2.60	c 2	6480 (30%) CSP clauses are encoded (235326 clauses, 4310903 bytes)
2.49/2.67	c 2	8640 (40%) CSP clauses are encoded (263132 clauses, 4850340 bytes)
2.68/2.80	c 2	10800 (50%) CSP clauses are encoded (328301 clauses, 6132803 bytes)
2.78/2.97	c 2	12960 (60%) CSP clauses are encoded (409434 clauses, 7732400 bytes)
2.87/3.08	c 3	15120 (70%) CSP clauses are encoded (464549 clauses, 8814483 bytes)
3.08/3.21	c 3	17280 (80%) CSP clauses are encoded (527507 clauses, 10049828 bytes)
3.18/3.36	c 3	19440 (90%) CSP clauses are encoded (602649 clauses, 11525033 bytes)
3.27/3.49	c 3	21600 (100%) CSP clauses are encoded (667978 clauses, 12812062 bytes)
3.27/3.49	c 3	21600 CSP clauses encoded
3.27/3.49	c 3	Writing map file : HOME/temp.map
3.38/3.51	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.38/3.51	c 3	SAT : 22620 SAT variables, 667978 SAT clauses, 12812062 bytes
3.38/3.51	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.38/3.54	c 3	SOLVING HOME/temp.cnf
3.38/3.54	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1816.51	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1816.51	c 1816	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.07/1816.51	c ERROR INTERRUPTED
1800.07/1816.51	s UNKNOWN
1800.07/1816.51	c 1816	CPU 3.4 (0.05 0.02 3.11 0.22)
1800.07/1816.51	c 1816	END Sun Jul 12 10:14:19 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-2086910-1247384642/watcher-2086910-1247384642 -o /tmp/evaluation-result-2086910-1247384642/solver-2086910-1247384642 -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-2086910-1247384642.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: 2.05 2.03 2.00 3/73 24785
/proc/meminfo: memFree=1894816/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=12132 CPUtime=0
/proc/24785/stat : 24785 (sugar) R 24783 24785 24160 0 -1 4194304 218 0 0 0 0 0 0 0 20 0 1 0 25528157 12423168 186 996147200 4194304 4206940 548682068608 18446744073709551615 236437541601 0 0 4224 0 0 0 0 17 1 0 0
/proc/24785/statm: 3033 186 142 3 0 133 0

[startup+0.0725111 s]
/proc/loadavg: 2.05 2.03 2.00 3/73 24785
/proc/meminfo: memFree=1894816/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16476 CPUtime=0.05
/proc/24785/stat : 24785 (sugar) R 24783 24785 24160 0 -1 4194304 1023 0 0 0 4 1 0 0 18 0 1 0 25528157 16871424 991 996147200 4194304 4206940 548682068608 18446744073709551615 236455478586 0 0 4224 0 0 0 0 17 1 0 0
/proc/24785/statm: 4119 991 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.102513 s]
/proc/loadavg: 2.05 2.03 2.00 3/73 24785
/proc/meminfo: memFree=1894816/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.06
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25528157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301531 s]
/proc/loadavg: 2.05 2.03 2.00 3/73 24785
/proc/meminfo: memFree=1894816/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.06
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25528157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702581 s]
/proc/loadavg: 2.05 2.03 2.00 3/73 24785
/proc/meminfo: memFree=1894816/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.06
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25528157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.05 2.03 2.00 2/84 24797
/proc/meminfo: memFree=1874248/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.94
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1309 8141 0 1 5 1 83 5 15 0 1 0 25528157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16868

[startup+3.10185 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 24807
/proc/meminfo: memFree=1868616/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.95
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1310 8141 0 1 5 2 83 5 15 0 1 0 25528157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
[pid=24798] ppid=24785 vsize=5356 CPUtime=0
/proc/24798/stat : 24798 (sh) S 24785 24785 24160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25528260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24798/statm: 1339 233 193 169 0 50 0
[pid=24799] ppid=24798 vsize=868672 CPUtime=2.03
/proc/24799/stat : 24799 (java) S 24798 24785 24160 0 -1 0 9290 0 1 0 191 12 0 0 18 0 9 0 25528260 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24799/statm: 217168 8199 2590 9 0 211645 0
[pid=24799/tid=24800] ppid=24798 vsize=868672 CPUtime=1.44
/proc/24799/task/24800/stat : 24800 (java) R 24798 24785 24160 0 -1 64 3012 0 1 0 138 6 0 0 25 0 9 0 25528261 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4126962164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24801] ppid=24798 vsize=868672 CPUtime=0.33
/proc/24799/task/24801/stat : 24801 (java) S 24798 24785 24160 0 -1 64 4066 0 0 0 29 4 0 0 16 0 9 0 25528263 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24802] ppid=24798 vsize=868672 CPUtime=0
/proc/24799/task/24802/stat : 24802 (java) S 24798 24785 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25528263 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24803] ppid=24798 vsize=868672 CPUtime=0
/proc/24799/task/24803/stat : 24803 (java) S 24798 24785 24160 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25528263 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24804] ppid=24798 vsize=868672 CPUtime=0
/proc/24799/task/24804/stat : 24804 (java) S 24798 24785 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25528265 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24805] ppid=24798 vsize=868672 CPUtime=0.23
/proc/24799/task/24805/stat : 24805 (java) S 24798 24785 24160 0 -1 64 1514 0 0 0 22 1 0 0 16 0 9 0 25528265 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24806] ppid=24798 vsize=868672 CPUtime=0
/proc/24799/task/24806/stat : 24806 (java) S 24798 24785 24160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25528265 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24807] ppid=24798 vsize=868672 CPUtime=0
/proc/24799/task/24807/stat : 24807 (java) S 24798 24785 24160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25528265 889520128 8199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890896

[startup+6.30122 s]
/proc/loadavg: 2.05 2.03 2.00 3/76 24809
/proc/meminfo: memFree=1870536/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=13084 CPUtime=2.71
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 2948 0 0 0 123 148 0 0 25 0 1 0 25528512 13398016 2934 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 3271 2934 40 102 0 3166 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 35308

[startup+12.702 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 24809
/proc/meminfo: memFree=1853576/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=27536 CPUtime=9.05
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 6239 0 0 0 585 320 0 0 25 0 1 0 25528512 28196864 6205 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 6884 6205 42 102 0 6779 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 49760

[startup+25.5024 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 24809
/proc/meminfo: memFree=1853576/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=27800 CPUtime=21.73
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 6295 0 0 0 1853 320 0 0 25 0 1 0 25528512 28467200 6261 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 6950 6261 42 102 0 6845 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 50024

[startup+51.1024 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 24809
/proc/meminfo: memFree=1853128/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=28328 CPUtime=47.08
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 6429 0 0 0 4388 320 0 0 25 0 1 0 25528512 29007872 6395 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 7082 6395 42 102 0 6977 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 50552

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 24809
/proc/meminfo: memFree=1852104/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=29252 CPUtime=97.81
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 6662 0 0 0 9460 321 0 0 25 0 1 0 25528512 29954048 6628 996147200 134512640 134931368 4294956256 18446744073709551615 134524012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 7313 6628 42 102 0 7208 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 51476

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 24809
/proc/meminfo: memFree=1850760/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=30308 CPUtime=157.24
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 6953 0 0 0 15403 321 0 0 25 0 1 0 25528512 31035392 6919 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 7577 6919 42 102 0 7472 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 52532

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 24809
/proc/meminfo: memFree=1849736/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=31364 CPUtime=216.67
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 7228 0 0 0 21346 321 0 0 25 0 1 0 25528512 32116736 7194 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 7841 7194 42 102 0 7736 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 53588


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

/proc/meminfo: memFree=1839544/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=40468 CPUtime=1345.96
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 9638 0 0 0 134271 325 0 0 25 0 1 0 25528512 41439232 9504 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 10117 9504 48 102 0 10012 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 62692

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24819
/proc/meminfo: memFree=1838584/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41260 CPUtime=1405.39
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 9865 0 0 0 140214 325 0 0 25 0 1 0 25528512 42250240 9731 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 10315 9731 48 102 0 10210 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 63484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24819
/proc/meminfo: memFree=1837688/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1464.84
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 146158 326 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1468.24
Current children cumulated vsize (KiB) 64144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 24820
/proc/meminfo: memFree=1837680/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1524.27
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 152101 326 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1527.67
Current children cumulated vsize (KiB) 64144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 24820
/proc/meminfo: memFree=1837680/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1583.71
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 158045 326 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1587.11
Current children cumulated vsize (KiB) 64144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 24820
/proc/meminfo: memFree=1837680/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1643.15
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 163989 326 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1646.55
Current children cumulated vsize (KiB) 64144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 24820
/proc/meminfo: memFree=1837552/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1702.58
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 169932 326 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1705.98
Current children cumulated vsize (KiB) 64144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24986
/proc/meminfo: memFree=1632696/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1762.48
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 175921 327 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1765.88
Current children cumulated vsize (KiB) 64144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24986
/proc/meminfo: memFree=1528696/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1796.67
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 179340 327 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 64144

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

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

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24986
/proc/meminfo: memFree=1528696/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=3.4
/proc/24785/stat : 24785 (sugar) S 24783 24785 24160 0 -1 4194304 1365 17846 0 2 5 2 311 22 16 0 1 0 25528157 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25528511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=41920 CPUtime=1796.67
/proc/24809/stat : 24809 (picosat) R 24808 24785 24160 0 -1 4194304 10149 0 0 0 179340 327 0 0 25 0 1 0 25528512 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24809/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 64144

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24785 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=172517
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=258960
# CPU time returned by wait4() is 3.43148
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.53
CPU time (s): 1800.07
CPU user time (s): 1796.56
CPU system time (s): 3.51
CPU usage (%): 99.094
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.17252
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19842
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= 5375
involuntary context switches= 5281

runsolver used 2.22666 second user time and 6.05008 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 09:44:02
IDJOB=2086910
IDBENCH=58658
IDSOLVER=738
FILE ID=node62/2086910-1247384642
PBS_JOBID= 9507309
Free space on /tmp= 66348 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-30.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-2086910-1247384642/watcher-2086910-1247384642 -o /tmp/evaluation-result-2086910-1247384642/solver-2086910-1247384642 -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-2086910-1247384642.xml

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

MD5SUM BENCH= 947fd10df4466df33806de675e63a7bd
RANDOM SEED=637325601

node62.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.220
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.220
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:       1895424 kB
Buffers:         14004 kB
Cached:          69500 kB
SwapCached:          0 kB
Active:          80468 kB
Inactive:        28396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          36080 kB
Slab:            36864 kB
Committed_AS:   259184 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node62 at 2009-07-12 10:14:21