Trace number 2086063

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.12 1814.12

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-16.xml
MD5SUM2cf28b75918e7fc0ef0a213ad799f7e2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints120
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension120
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 Sun Jul 12 09:19:57 2009
0.00/0.08	c 0	PID 24390
0.07/0.08	c 0	HOST node42.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2086063-1247383197.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-2086063-1247383197.xml' 'HOME/temp.csp'
0.07/0.28	c 0	1 domains, 16 variables, 1 predicates, 0 relations, 120 constraints
0.07/0.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.30	c 1	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.07/0.38	c 1	Parsing HOME/temp.csp
0.07/0.39	c 1	parsed 138 expressions
0.27/0.40	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.40	c 1	Converting to clausal form CSP
0.27/0.42	c 1	converted 14 (10%) expressions
0.27/0.44	c 1	converted 28 (20%) expressions
0.27/0.44	c 1	converted 42 (30%) expressions
0.27/0.46	c 1	converted 56 (40%) expressions
0.27/0.46	c 1	converted 69 (50%) expressions
0.27/0.47	c 1	converted 83 (60%) expressions
0.27/0.48	c 1	converted 97 (70%) expressions
0.27/0.49	c 1	converted 111 (80%) expressions
0.27/0.49	c 1	converted 125 (90%) expressions
0.27/0.50	c 1	converted 138 (100%) expressions
0.27/0.50	c 1	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.27/0.50	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.50	c 1	Propagation in CSP
0.27/0.51	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.51	c 1	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.27/0.51	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.52	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.52	c 1	CSP : 16 integers, 240 booleans, 360 clauses, largest domain size 15
0.27/0.52	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.55	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/0.55	c 1	2 (10%) CSP integer variables are encoded (26 clauses, 281 bytes)
0.27/0.55	c 1	4 (20%) CSP integer variables are encoded (52 clauses, 515 bytes)
0.27/0.55	c 1	5 (30%) CSP integer variables are encoded (65 clauses, 632 bytes)
0.27/0.55	c 1	7 (40%) CSP integer variables are encoded (91 clauses, 866 bytes)
0.27/0.55	c 1	8 (50%) CSP integer variables are encoded (104 clauses, 1008 bytes)
0.27/0.56	c 1	10 (60%) CSP integer variables are encoded (130 clauses, 1294 bytes)
0.27/0.56	c 1	12 (70%) CSP integer variables are encoded (156 clauses, 1580 bytes)
0.27/0.56	c 1	13 (80%) CSP integer variables are encoded (169 clauses, 1723 bytes)
0.27/0.56	c 1	15 (90%) CSP integer variables are encoded (195 clauses, 2009 bytes)
0.27/0.56	c 1	16 (100%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.27/0.58	c 1	36 (10%) CSP clauses are encoded (580 clauses, 7094 bytes)
0.27/0.60	c 1	72 (20%) CSP clauses are encoded (952 clauses, 12226 bytes)
0.27/0.62	c 1	108 (30%) CSP clauses are encoded (1324 clauses, 17440 bytes)
0.27/0.64	c 1	144 (40%) CSP clauses are encoded (1696 clauses, 22682 bytes)
0.27/0.66	c 1	180 (50%) CSP clauses are encoded (2068 clauses, 27952 bytes)
0.27/0.68	c 1	216 (60%) CSP clauses are encoded (2440 clauses, 33250 bytes)
0.27/0.72	c 1	252 (70%) CSP clauses are encoded (2812 clauses, 38576 bytes)
0.27/0.74	c 1	288 (80%) CSP clauses are encoded (3184 clauses, 44224 bytes)
0.27/0.76	c 1	324 (90%) CSP clauses are encoded (3556 clauses, 49888 bytes)
0.27/0.78	c 1	360 (100%) CSP clauses are encoded (3928 clauses, 55552 bytes)
0.27/0.78	c 1	360 CSP clauses encoded
0.27/0.78	c 1	Writing map file : HOME/temp.map
0.27/0.78	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.78	c 1	SAT : 464 SAT variables, 3928 SAT clauses, 55552 bytes
0.27/0.78	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.83	c 1	SOLVING HOME/temp.cnf
0.27/0.83	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1814.10	sh: line 1: 24414 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1814.10	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1814.10	c 1814	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/1814.11	c ERROR INTERRUPTED
1800.09/1814.11	s UNKNOWN
1800.09/1814.11	c 1814	CPU 1800.1 (0.06 0.01 1799.85 0.18)
1800.09/1814.11	c 1814	END Sun Jul 12 09:50:11 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-2086063-1247383197/watcher-2086063-1247383197 -o /tmp/evaluation-result-2086063-1247383197/solver-2086063-1247383197 -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-2086063-1247383197.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.00 2.07 2.07 4/81 24390
/proc/meminfo: memFree=1901376/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=18576 CPUtime=0
/proc/24390/stat : 24390 (runsolver) R 24388 24390 23745 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25383642 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24390/statm: 4644 284 249 26 0 2626 0

[startup+0.0877469 s]
/proc/loadavg: 2.00 2.07 2.07 4/81 24390
/proc/meminfo: memFree=1901376/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16740 CPUtime=0.07
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25383642 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101774 s]
/proc/loadavg: 2.00 2.07 2.07 4/81 24390
/proc/meminfo: memFree=1901376/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.07
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301811 s]
/proc/loadavg: 2.00 2.07 2.07 4/81 24390
/proc/meminfo: memFree=1901376/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.07
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701887 s]
/proc/loadavg: 2.00 2.07 2.07 4/81 24390
/proc/meminfo: memFree=1901376/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.27
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1310 4104 0 1 6 1 17 3 15 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 2.00 2.07 2.07 3/84 24414
/proc/meminfo: memFree=1897768/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=844 CPUtime=0.64
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 147 0 0 0 63 1 0 0 25 0 1 0 25383725 864256 131 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 211 131 48 102 0 106 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 23068

[startup+3.10134 s]
/proc/loadavg: 2.00 2.07 2.07 3/84 24414
/proc/meminfo: memFree=1897448/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=972 CPUtime=2.23
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 185 0 0 0 222 1 0 0 25 0 1 0 25383725 995328 169 996147200 134512640 134931368 4294956256 18446744073709551615 134529395 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 243 169 48 102 0 138 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 23196

[startup+6.30195 s]
/proc/loadavg: 2.00 2.07 2.07 3/84 24414
/proc/meminfo: memFree=1897256/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=1084 CPUtime=5.4
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 209 0 0 0 539 1 0 0 25 0 1 0 25383725 1110016 193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 271 193 48 102 0 166 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 23308

[startup+12.7012 s]
/proc/loadavg: 2.00 2.07 2.07 3/84 24414
/proc/meminfo: memFree=1896944/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=1292 CPUtime=11.74
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 259 0 0 0 1173 1 0 0 25 0 1 0 25383725 1323008 243 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 323 243 48 102 0 218 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 23516

[startup+25.5016 s]
/proc/loadavg: 2.00 2.07 2.07 3/84 24414
/proc/meminfo: memFree=1896816/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=1408 CPUtime=24.41
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 308 0 0 0 2440 1 0 0 25 0 1 0 25383725 1441792 292 996147200 134512640 134931368 4294956256 18446744073709551615 134529700 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 352 292 48 102 0 247 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 23632

[startup+51.1015 s]
/proc/loadavg: 2.00 2.06 2.06 3/84 24414
/proc/meminfo: memFree=1896560/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=1764 CPUtime=49.78
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 368 0 0 0 4976 2 0 0 25 0 1 0 25383725 1806336 352 996147200 134512640 134931368 4294956256 18446744073709551615 134529108 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 441 352 48 102 0 336 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 23988

[startup+102.306 s]
/proc/loadavg: 2.00 2.05 2.06 3/84 24414
/proc/meminfo: memFree=1896112/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=2048 CPUtime=100.5
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 449 0 0 0 10048 2 0 0 25 0 1 0 25383725 2097152 431 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 512 431 48 102 0 407 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 24272

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.05 3/84 24414
/proc/meminfo: memFree=1895792/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=2300 CPUtime=159.92
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 508 0 0 0 15990 2 0 0 25 0 1 0 25383725 2355200 490 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 575 490 48 102 0 470 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 24524

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.05 3/84 24414
/proc/meminfo: memFree=1895536/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=2548 CPUtime=219.36
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 571 0 0 0 21933 3 0 0 25 0 1 0 25383725 2609152 552 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 637 552 48 102 0 532 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 24772

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 24414
/proc/meminfo: memFree=1895344/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=2740 CPUtime=278.79

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

[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4220 CPUtime=1289.14
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 1525 0 0 0 128907 7 0 0 25 0 1 0 25383725 4321280 935 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 1055 935 48 102 0 950 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 26444

[startup+1362.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/84 24414
/proc/meminfo: memFree=1892976/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4220 CPUtime=1348.57
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 1542 0 0 0 134849 8 0 0 25 0 1 0 25383725 4321280 935 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 1055 935 48 102 0 950 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 26444

[startup+1422.31 s]
/proc/loadavg: 2.16 2.08 2.01 3/84 24414
/proc/meminfo: memFree=1892784/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4348 CPUtime=1408
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 1577 0 0 0 140792 8 0 0 25 0 1 0 25383725 4452352 967 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24414/statm: 1087 967 48 102 0 982 0
Current children cumulated CPU time (s) 1408.78
Current children cumulated vsize (KiB) 26572

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1861744/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1467.65
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 1650 0 0 0 146755 10 0 0 25 0 1 0 25383725 4579328 1000 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1000 48 102 0 1013 0
Current children cumulated CPU time (s) 1468.43
Current children cumulated vsize (KiB) 26696

[startup+1542.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1859760/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1527.63
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 1650 0 0 0 152753 10 0 0 25 0 1 0 25383725 4579328 1000 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1000 48 102 0 1013 0
Current children cumulated CPU time (s) 1528.41
Current children cumulated vsize (KiB) 26696

[startup+1602.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1858416/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1587.6
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 1650 0 0 0 158750 10 0 0 25 0 1 0 25383725 4579328 1000 996147200 134512640 134931368 4294956256 18446744073709551615 134525652 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1000 48 102 0 1013 0
Current children cumulated CPU time (s) 1588.38
Current children cumulated vsize (KiB) 26696

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1856560/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1647.57
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 2017 0 0 0 164747 10 0 0 25 0 1 0 25383725 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1648.35
Current children cumulated vsize (KiB) 26696

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1854704/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1707.54
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 2578 0 0 0 170744 10 0 0 25 0 1 0 25383725 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1708.32
Current children cumulated vsize (KiB) 26696

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/77 24466
/proc/meminfo: memFree=1852912/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1767.52
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 3139 0 0 0 176741 11 0 0 25 0 1 0 25383725 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1768.3
Current children cumulated vsize (KiB) 26696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.09 2.07 2.01 3/77 24466
/proc/meminfo: memFree=1852080/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1799.31
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 3469 0 0 0 179920 11 0 0 25 0 1 0 25383725 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 26696

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

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

[startup+1814.1 s]
/proc/loadavg: 2.09 2.07 2.01 3/77 24466
/proc/meminfo: memFree=1852080/2055920 swapFree=4192812/4192956
[pid=24390] ppid=24388 vsize=16868 CPUtime=0.78
/proc/24390/stat : 24390 (sugar) S 24388 24390 23745 0 -1 4194304 1363 9382 0 2 6 1 65 6 16 0 1 0 25383642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24390/statm: 4217 1111 409 3 0 796 0
[pid=24413] ppid=24390 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24390 24390 23745 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25383725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=4472 CPUtime=1799.31
/proc/24414/stat : 24414 (picosat) R 24413 24390 23745 0 -1 4194304 3469 0 0 0 179920 11 0 0 25 0 1 0 25383725 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24414/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 26696

Child status: 0
Real time (s): 1814.12
CPU time (s): 1800.12
CPU user time (s): 1799.92
CPU system time (s): 0.204968
CPU usage (%): 99.2285
Max. virtual memory (cumulated for all children) (KiB): 26984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15006
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= 426
involuntary context switches= 61351

runsolver used 2.13567 second user time and 6.12607 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 09:19:57
IDJOB=2086063
IDBENCH=58557
IDSOLVER=738
FILE ID=node42/2086063-1247383197
PBS_JOBID= 9507230
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-16.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-2086063-1247383197/watcher-2086063-1247383197 -o /tmp/evaluation-result-2086063-1247383197/solver-2086063-1247383197 -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-2086063-1247383197.xml

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

MD5SUM BENCH= 2cf28b75918e7fc0ef0a213ad799f7e2
RANDOM SEED=447601556

node42.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.283
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.283
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:       1901792 kB
Buffers:         11852 kB
Cached:          61928 kB
SwapCached:          0 kB
Active:          83320 kB
Inactive:        23744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          53780 kB
Slab:            32128 kB
Committed_AS:   226296 kB
PageTables:       1876 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= 66296 MiB
End job on node42 at 2009-07-12 09:50:13