Trace number 1091441

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.06 1809.22

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.006998
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 18:19:21 2008
0.00/0.04	c 0	PID 17099
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091441-1215274760.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091441-1215274760.xml' 'HOME/temp.csp'
0.04/0.26	c 0	1 domains, 16 variables, 1 predicates, 0 relations, 120 constraints
0.04/0.27	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.24/0.35	c 0	Parsing HOME/temp.csp
0.24/0.40	c 0	parsed 138 expressions
0.24/0.40	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.40	c 0	Converting to clausal form CSP
0.24/0.43	c 0	converted 14 (10%) expressions
0.24/0.44	c 0	converted 28 (20%) expressions
0.24/0.44	c 0	converted 42 (30%) expressions
0.24/0.45	c 0	converted 56 (40%) expressions
0.24/0.45	c 0	converted 69 (50%) expressions
0.24/0.46	c 0	converted 83 (60%) expressions
0.24/0.46	c 0	converted 97 (70%) expressions
0.24/0.47	c 0	converted 111 (80%) expressions
0.24/0.47	c 0	converted 125 (90%) expressions
0.24/0.48	c 0	converted 138 (100%) expressions
0.24/0.48	c 0	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.24/0.48	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.48	c 0	Propagation in CSP
0.24/0.49	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.49	c 0	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.24/0.49	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.49	c 0	Simplifing CSP by introducing new Boolean variables
0.24/0.50	c 0	CSP : 16 integers, 240 booleans, 360 clauses, largest domain size 15
0.24/0.50	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.52	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.24/0.53	c 0	2 (10%) CSP integer variables are encoded (26 clauses, 281 bytes)
0.24/0.53	c 0	4 (20%) CSP integer variables are encoded (52 clauses, 515 bytes)
0.24/0.53	c 0	5 (30%) CSP integer variables are encoded (65 clauses, 632 bytes)
0.24/0.53	c 0	7 (40%) CSP integer variables are encoded (91 clauses, 866 bytes)
0.24/0.53	c 0	8 (50%) CSP integer variables are encoded (104 clauses, 1008 bytes)
0.24/0.53	c 0	10 (60%) CSP integer variables are encoded (130 clauses, 1294 bytes)
0.24/0.53	c 0	12 (70%) CSP integer variables are encoded (156 clauses, 1580 bytes)
0.24/0.53	c 0	13 (80%) CSP integer variables are encoded (169 clauses, 1723 bytes)
0.24/0.54	c 0	15 (90%) CSP integer variables are encoded (195 clauses, 2009 bytes)
0.24/0.54	c 0	16 (100%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.24/0.55	c 0	36 (10%) CSP clauses are encoded (580 clauses, 7094 bytes)
0.24/0.55	c 0	72 (20%) CSP clauses are encoded (952 clauses, 12226 bytes)
0.24/0.56	c 0	108 (30%) CSP clauses are encoded (1324 clauses, 17440 bytes)
0.24/0.56	c 0	144 (40%) CSP clauses are encoded (1696 clauses, 22682 bytes)
0.24/0.57	c 0	180 (50%) CSP clauses are encoded (2068 clauses, 27952 bytes)
0.24/0.57	c 0	216 (60%) CSP clauses are encoded (2440 clauses, 33250 bytes)
0.24/0.57	c 0	252 (70%) CSP clauses are encoded (2812 clauses, 38576 bytes)
0.24/0.57	c 0	288 (80%) CSP clauses are encoded (3184 clauses, 44224 bytes)
0.24/0.57	c 0	324 (90%) CSP clauses are encoded (3556 clauses, 49888 bytes)
0.24/0.58	c 0	360 (100%) CSP clauses are encoded (3928 clauses, 55552 bytes)
0.24/0.58	c 0	360 CSP clauses encoded
0.24/0.58	c 0	Writing map file : HOME/temp.map
0.24/0.58	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.58	c 0	SAT : 464 SAT variables, 3928 SAT clauses, 55552 bytes
0.24/0.58	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.59	c 0	SOLVING HOME/temp.cnf
0.24/0.59	c 0	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1809.20	sh: line 1: 17123 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1809.20	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1809.20	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1809.22	c ERROR INTERRUPTED
1800.02/1809.22	s UNKNOWN
1800.02/1809.22	c 1809	CPU 1799.91 (0.03 0.01 1799.88 0.12)
1800.02/1809.22	c 1809	END Sat Jul  5 18:49:30 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091441-1215274760/watcher-1091441-1215274760 -o /tmp/evaluation-result-1091441-1215274760/solver-1091441-1215274760 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1091441-1215274760.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 17099
/proc/meminfo: memFree=1737840/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=12268 CPUtime=0
/proc/17099/stat : 17099 (sugar) R 17097 17099 15401 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006447793 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236446596094 0 0 4224 0 0 0 0 17 1 0 0
/proc/17099/statm: 3067 316 241 3 0 167 0

[startup+0.0654651 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 17099
/proc/meminfo: memFree=1737840/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.04
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006447793 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101467 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 17099
/proc/meminfo: memFree=1737840/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.04
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006447793 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301509 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 17099
/proc/meminfo: memFree=1737840/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.24
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 956 4124 0 1 3 1 18 2 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+0.70158 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 17099
/proc/meminfo: memFree=1737840/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1735320/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=844 CPUtime=0.89
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 161 0 0 0 88 1 0 0 25 0 1 0 2006447852 864256 145 996147200 134512640 134931368 4294956256 18446744073709551615 134531494 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 211 145 48 102 0 106 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 19800

[startup+3.10105 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1735064/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=972 CPUtime=2.48
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 185 0 0 0 247 1 0 0 25 0 1 0 2006447852 995328 169 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 243 169 48 102 0 138 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 19928

[startup+6.30267 s]
/proc/loadavg: 2.00 1.99 1.99 4/84 17123
/proc/meminfo: memFree=1734872/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=1084 CPUtime=5.65
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 210 0 0 0 564 1 0 0 25 0 1 0 2006447852 1110016 194 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 271 194 48 102 0 166 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 20040

[startup+12.7019 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1734488/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=1292 CPUtime=11.99
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 259 0 0 0 1198 1 0 0 25 0 1 0 2006447852 1323008 243 996147200 134512640 134931368 4294956256 18446744073709551615 134549528 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 323 243 48 102 0 218 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 20248

[startup+25.5014 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1734232/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=1408 CPUtime=24.68
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 308 0 0 0 2467 1 0 0 25 0 1 0 2006447852 1441792 292 996147200 134512640 134931368 4294956256 18446744073709551615 134520101 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 352 292 48 102 0 247 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 20364

[startup+51.1014 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1734040/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=1716 CPUtime=50.04
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 368 0 0 0 5003 1 0 0 25 0 1 0 2006447852 1757184 352 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 429 352 48 102 0 324 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 20672

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1733656/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=2048 CPUtime=100.77
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 449 0 0 0 10076 1 0 0 25 0 1 0 2006447852 2097152 431 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 512 431 48 102 0 407 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 21004

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1733272/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=2300 CPUtime=160.21
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 508 0 0 0 16020 1 0 0 25 0 1 0 2006447852 2355200 490 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 575 490 48 102 0 470 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 21256

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1733080/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=2548 CPUtime=219.64
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 571 0 0 0 21963 1 0 0 25 0 1 0 2006447852 2609152 552 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/17123/statm: 637 552 48 102 0 532 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 21504

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17123
/proc/meminfo: memFree=1732824/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0

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

[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4220 CPUtime=1234.9
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 1529 0 0 0 123486 4 0 0 25 0 1 0 2006447852 4321280 935 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1055 935 48 102 0 950 0
Current children cumulated CPU time (s) 1235.45
Current children cumulated vsize (KiB) 23176

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17207
/proc/meminfo: memFree=1753512/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4216 CPUtime=1294.66
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 1542 0 0 0 129462 4 0 0 25 0 1 0 2006447852 4317184 934 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1054 934 48 102 0 949 0
Current children cumulated CPU time (s) 1295.21
Current children cumulated vsize (KiB) 23172

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17207
/proc/meminfo: memFree=1753128/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1354.41
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 1650 0 0 0 135437 4 0 0 25 0 1 0 2006447852 4579328 1000 996147200 134512640 134931368 4294956256 18446744073709551615 134525858 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1000 48 102 0 1013 0
Current children cumulated CPU time (s) 1354.96
Current children cumulated vsize (KiB) 23428

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17208
/proc/meminfo: memFree=1753000/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1414.16
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 1650 0 0 0 141412 4 0 0 25 0 1 0 2006447852 4579328 1000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1000 48 102 0 1013 0
Current children cumulated CPU time (s) 1414.71
Current children cumulated vsize (KiB) 23428

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17209
/proc/meminfo: memFree=1752936/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1473.91
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 1650 0 0 0 147387 4 0 0 25 0 1 0 2006447852 4579328 1000 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1000 48 102 0 1013 0
Current children cumulated CPU time (s) 1474.46
Current children cumulated vsize (KiB) 23428

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17209
/proc/meminfo: memFree=1752936/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1533.66
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 1819 0 0 0 153362 4 0 0 25 0 1 0 2006447852 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1534.21
Current children cumulated vsize (KiB) 23428

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17209
/proc/meminfo: memFree=1752936/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1593.41
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 2446 0 0 0 159337 4 0 0 25 0 1 0 2006447852 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134529909 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1593.96
Current children cumulated vsize (KiB) 23428

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17209
/proc/meminfo: memFree=1752936/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1653.17
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 3040 0 0 0 165312 5 0 0 25 0 1 0 2006447852 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1653.72
Current children cumulated vsize (KiB) 23428

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17209
/proc/meminfo: memFree=1752936/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1712.92
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 3634 0 0 0 171287 5 0 0 25 0 1 0 2006447852 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1713.47
Current children cumulated vsize (KiB) 23428

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17209
/proc/meminfo: memFree=1752936/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4472 CPUtime=1772.67
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 4225 0 0 0 177262 5 0 0 25 0 1 0 2006447852 4579328 1008 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1118 1008 48 102 0 1013 0
Current children cumulated CPU time (s) 1773.22
Current children cumulated vsize (KiB) 23428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 17209
/proc/meminfo: memFree=1752744/2055920 swapFree=4179416/4192956
[pid=17099] ppid=17097 vsize=13600 CPUtime=0.55
/proc/17099/stat : 17099 (sugar) S 17097 17099 15401 0 -1 4194304 1021 9379 0 2 3 1 45 6 16 0 1 0 2006447793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17099/statm: 3400 797 370 3 0 500 0
[pid=17122] ppid=17099 vsize=5356 CPUtime=0
/proc/17122/stat : 17122 (sh) S 17099 17099 15401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006447852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17122/statm: 1339 232 193 169 0 50 0
[pid=17123] ppid=17122 vsize=4664 CPUtime=1799.47
/proc/17123/stat : 17123 (picosat) R 17122 17099 15401 0 -1 4194304 4559 0 0 0 179942 5 0 0 25 0 1 0 2006447852 4775936 1056 996147200 134512640 134931368 4294956256 18446744073709551615 134529211 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 1166 1056 48 102 0 1061 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 23620

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

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

Child status: 0
Real time (s): 1809.22
CPU time (s): 1800.06
CPU user time (s): 1799.92
CPU system time (s): 0.138978
CPU usage (%): 99.4935
Max. virtual memory (cumulated for all children) (KiB): 23832

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

runsolver used 1.71474 second user time and 5.16221 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 18:19:20
IDJOB=1091441
IDBENCH=58557
IDSOLVER=345
FILE ID=node62/1091441-1215274760
PBS_JOBID= 7882184
Free space on /tmp= 65256 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-16.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091441-1215274760/watcher-1091441-1215274760 -o /tmp/evaluation-result-1091441-1215274760/solver-1091441-1215274760 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1091441-1215274760.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2cf28b75918e7fc0ef0a213ad799f7e2
RANDOM SEED=1723763795

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.259
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.259
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:       1738320 kB
Buffers:         37156 kB
Cached:         187836 kB
SwapCached:       7024 kB
Active:         180128 kB
Inactive:        81332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738320 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            1276 kB
Writeback:           0 kB
Mapped:          52272 kB
Slab:            41188 kB
Committed_AS:  4142488 kB
PageTables:       1996 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= 65256 MiB
End job on node62 at 2008-07-05 18:49:32