Trace number 1060325

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.05 1810.63

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-35.xml
MD5SUM69977ce6c8ea267a2a069c25034e898b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06099
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
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 Fri Jul  4 01:04:23 2008
0.00/0.04	c 0	PID 18535
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060325-1215126263.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-1060325-1215126263.xml' 'HOME/temp.csp'
0.04/0.45	c 0	2 domains, 69 variables, 2 predicates, 0 relations, 1190 constraints
0.04/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.48	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.42/0.57	c 0	Parsing HOME/temp.csp
0.42/0.71	c 1	parsed 1263 expressions
0.42/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.72	c 1	Converting to clausal form CSP
0.42/0.77	c 1	converted 127 (10%) expressions
0.42/0.80	c 1	converted 253 (20%) expressions
0.42/0.88	c 1	converted 379 (30%) expressions
0.42/0.90	c 1	converted 506 (40%) expressions
0.42/0.92	c 1	converted 632 (50%) expressions
0.42/0.92	c 1	converted 758 (60%) expressions
0.42/0.93	c 1	converted 885 (70%) expressions
0.42/0.94	c 1	converted 1011 (80%) expressions
0.42/0.94	c 1	converted 1137 (90%) expressions
0.42/0.95	c 1	converted 1263 (100%) expressions
0.42/0.95	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
0.42/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.95	c 1	Propagation in CSP
0.42/0.98	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.98	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
0.42/0.98	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.42/1.02	c 1	CSP : 69 integers, 2380 booleans, 3638 clauses, largest domain size 35
0.42/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/1.05	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.42/1.06	c 1	7 (10%) CSP integer variables are encoded (231 clauses, 2395 bytes)
0.42/1.06	c 1	14 (20%) CSP integer variables are encoded (462 clauses, 4936 bytes)
0.42/1.07	c 1	21 (30%) CSP integer variables are encoded (693 clauses, 7477 bytes)
0.42/1.07	c 1	28 (40%) CSP integer variables are encoded (924 clauses, 10018 bytes)
0.42/1.07	c 1	35 (50%) CSP integer variables are encoded (1155 clauses, 12930 bytes)
0.42/1.07	c 1	42 (60%) CSP integer variables are encoded (1379 clauses, 15842 bytes)
0.42/1.07	c 1	49 (70%) CSP integer variables are encoded (1603 clauses, 18754 bytes)
0.42/1.07	c 1	56 (80%) CSP integer variables are encoded (1827 clauses, 21666 bytes)
0.42/1.07	c 1	63 (90%) CSP integer variables are encoded (2051 clauses, 24578 bytes)
0.42/1.07	c 1	69 (100%) CSP integer variables are encoded (2243 clauses, 27074 bytes)
1.00/1.11	c 1	364 (10%) CSP clauses are encoded (10869 clauses, 164726 bytes)
1.00/1.14	c 1	728 (20%) CSP clauses are encoded (19495 clauses, 310418 bytes)
1.00/1.17	c 1	1092 (30%) CSP clauses are encoded (28087 clauses, 455672 bytes)
1.00/1.19	c 1	1456 (40%) CSP clauses are encoded (36713 clauses, 601890 bytes)
1.11/1.21	c 1	1819 (50%) CSP clauses are encoded (45281 clauses, 751935 bytes)
1.11/1.23	c 1	2183 (60%) CSP clauses are encoded (53664 clauses, 907692 bytes)
1.11/1.25	c 1	2547 (70%) CSP clauses are encoded (62014 clauses, 1062826 bytes)
1.11/1.27	c 1	2911 (80%) CSP clauses are encoded (70397 clauses, 1218583 bytes)
1.11/1.28	c 1	3275 (90%) CSP clauses are encoded (78780 clauses, 1374340 bytes)
1.30/1.46	c 1	3638 (100%) CSP clauses are encoded (164151 clauses, 3025500 bytes)
1.30/1.46	c 1	3638 CSP clauses encoded
1.30/1.46	c 1	Writing map file : HOME/temp.map
1.30/1.46	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.46	c 1	SAT : 4692 SAT variables, 164151 SAT clauses, 3025500 bytes
1.30/1.46	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.48	c 1	SOLVING HOME/temp.cnf
1.30/1.48	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1810.61	sh: line 1: 18559 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1810.61	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1810.61	c 1810	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/1810.62	c ERROR INTERRUPTED
1800.02/1810.62	s UNKNOWN
1800.02/1810.62	c 1810	CPU 1798.92 (0.03 0.01 1798.89 1.1)
1800.02/1810.62	c 1810	END Fri Jul  4 01:34:33 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-1060325-1215126263/watcher-1060325-1215126263 -o /tmp/evaluation-result-1060325-1215126263/solver-1060325-1215126263 -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-1060325-1215126263.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: 1.61 1.97 2.00 4/84 18535
/proc/meminfo: memFree=1834128/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=12272 CPUtime=0
/proc/18535/stat : 18535 (sugar) R 18533 18535 15897 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 1991599528 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 213125217278 0 0 4224 0 0 0 0 17 1 0 0
/proc/18535/statm: 3068 327 246 3 0 168 0

[startup+0.13151 s]
/proc/loadavg: 1.61 1.97 2.00 4/84 18535
/proc/meminfo: memFree=1834128/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=0.04
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1991599528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201517 s]
/proc/loadavg: 1.61 1.97 2.00 4/84 18535
/proc/meminfo: memFree=1834128/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=0.04
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1991599528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301528 s]
/proc/loadavg: 1.61 1.97 2.00 4/84 18535
/proc/meminfo: memFree=1834128/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=0.04
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1991599528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70157 s]
/proc/loadavg: 1.61 1.97 2.00 4/84 18535
/proc/meminfo: memFree=1834128/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=0.42
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 973 4798 0 1 3 1 35 3 16 0 1 0 1991599528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 1.72 1.99 2.01 3/95 18557
/proc/meminfo: memFree=1818992/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10184 s]
/proc/loadavg: 1.72 1.99 2.01 3/87 18559
/proc/meminfo: memFree=1825584/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=7288 CPUtime=1.6
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 1605 0 0 0 74 86 0 0 25 0 1 0 1991599677 7462912 1588 996147200 134512640 134931368 4294956256 18446744073709551615 134544762 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 1822 1588 42 102 0 1717 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26244

[startup+6.30119 s]
/proc/loadavg: 1.72 1.99 2.01 3/87 18559
/proc/meminfo: memFree=1821744/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=8080 CPUtime=4.77
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 1815 0 0 0 391 86 0 0 25 0 1 0 1991599677 8273920 1798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 2020 1798 42 102 0 1915 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 27036

[startup+12.7029 s]
/proc/loadavg: 1.76 1.99 2.01 3/87 18559
/proc/meminfo: memFree=1820016/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=9532 CPUtime=11.15
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 2198 0 0 0 1028 87 0 0 25 0 1 0 1991599677 9760768 2181 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 2383 2181 42 102 0 2278 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 28488

[startup+25.5013 s]
/proc/loadavg: 1.80 1.99 2.01 3/87 18559
/proc/meminfo: memFree=1817456/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=12172 CPUtime=23.88
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 2851 0 0 0 2300 88 0 0 25 0 1 0 1991599677 12464128 2834 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 3043 2834 42 102 0 2938 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 31128

[startup+51.1011 s]
/proc/loadavg: 1.87 1.99 2.00 3/87 18559
/proc/meminfo: memFree=1814512/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=14936 CPUtime=49.35
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 3600 0 0 0 4846 89 0 0 25 0 1 0 1991599677 15294464 3520 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 3734 3520 48 102 0 3629 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 33892

[startup+102.302 s]
/proc/loadavg: 1.94 1.99 2.00 3/87 18559
/proc/meminfo: memFree=1813616/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=15860 CPUtime=100.32
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 3867 0 0 0 9942 90 0 0 25 0 1 0 1991599677 16240640 3747 996147200 134512640 134931368 4294956256 18446744073709551615 134529446 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 3965 3747 48 102 0 3860 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 34816

[startup+162.301 s]
/proc/loadavg: 1.98 1.99 2.00 3/87 18559
/proc/meminfo: memFree=1812912/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=16388 CPUtime=160.02
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 4102 0 0 0 15912 90 0 0 25 0 1 0 1991599677 16781312 3895 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 4097 3895 48 102 0 3992 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 35344

[startup+222.307 s]
/proc/loadavg: 1.99 1.99 2.00 3/87 18559
/proc/meminfo: memFree=1811824/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=17444 CPUtime=219.73
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 4489 0 0 0 21883 90 0 0 25 0 1 0 1991599677 17862656 4186 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 4361 4186 48 102 0 4256 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 36400

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/87 18559
/proc/meminfo: memFree=1811440/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=17840 CPUtime=279.44
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 4638 0 0 0 27853 91 0 0 25 0 1 0 1991599677 18268160 4283 996147200 134512640 134931368 4294956256 18446744073709551615 134529802 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 4460 4283 48 102 0 4355 0
Current children cumulated CPU time (s) 280.83
Current children cumulated vsize (KiB) 36796


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

[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=26148 CPUtime=1295.38
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 7581 0 0 0 129442 96 0 0 25 0 1 0 1991599677 26775552 6378 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 6537 6378 48 102 0 6432 0
Current children cumulated CPU time (s) 1296.77
Current children cumulated vsize (KiB) 45104

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1623728/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=27336 CPUtime=1354.81
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 7977 0 0 0 135385 96 0 0 25 0 1 0 1991599677 27992064 6682 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 6834 6682 48 102 0 6729 0
Current children cumulated CPU time (s) 1356.2
Current children cumulated vsize (KiB) 46292

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1623664/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=27336 CPUtime=1414.25
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 7977 0 0 0 141329 96 0 0 25 0 1 0 1991599677 27992064 6682 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 6834 6682 48 102 0 6729 0
Current children cumulated CPU time (s) 1415.64
Current children cumulated vsize (KiB) 46292

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1568304/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=27732 CPUtime=1473.4
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8061 0 0 0 147244 96 0 0 25 0 1 0 1991599677 28397568 6766 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 6933 6766 48 102 0 6828 0
Current children cumulated CPU time (s) 1474.79
Current children cumulated vsize (KiB) 46688

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1567216/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=28524 CPUtime=1532.85
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8368 0 0 0 153188 97 0 0 25 0 1 0 1991599677 29208576 6976 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 7131 6976 48 102 0 7026 0
Current children cumulated CPU time (s) 1534.24
Current children cumulated vsize (KiB) 47480

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1567152/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=28524 CPUtime=1592.28
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8368 0 0 0 159131 97 0 0 25 0 1 0 1991599677 29208576 6976 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 7131 6976 48 102 0 7026 0
Current children cumulated CPU time (s) 1593.67
Current children cumulated vsize (KiB) 47480

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1566000/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=29580 CPUtime=1651.71
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8741 0 0 0 165074 97 0 0 25 0 1 0 1991599677 30289920 7247 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 7395 7247 48 102 0 7290 0
Current children cumulated CPU time (s) 1653.1
Current children cumulated vsize (KiB) 48536

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1566000/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=29580 CPUtime=1711.14
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8741 0 0 0 171017 97 0 0 25 0 1 0 1991599677 30289920 7247 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 7395 7247 48 102 0 7290 0
Current children cumulated CPU time (s) 1712.53
Current children cumulated vsize (KiB) 48536

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1566000/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=29580 CPUtime=1770.58
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8741 0 0 0 176961 97 0 0 25 0 1 0 1991599677 30289920 7247 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 7395 7247 48 102 0 7290 0
Current children cumulated CPU time (s) 1771.97
Current children cumulated vsize (KiB) 48536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.6 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1565296/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=30240 CPUtime=1798.63
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8924 0 0 0 179765 98 0 0 25 0 1 0 1991599677 30965760 7430 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 7560 7430 48 102 0 7455 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 49196

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

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

[startup+1810.6 s]
/proc/loadavg: 2.00 1.99 2.00 3/87 18659
/proc/meminfo: memFree=1565296/2055920 swapFree=4179916/4192956
[pid=18535] ppid=18533 vsize=13600 CPUtime=1.39
/proc/18535/stat : 18535 (sugar) S 18533 18535 15897 0 -1 4194304 1022 11695 0 2 3 1 124 11 16 0 1 0 1991599528 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18535/statm: 3400 798 370 3 0 500 0
[pid=18558] ppid=18535 vsize=5356 CPUtime=0
/proc/18558/stat : 18558 (sh) S 18535 18535 15897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991599677 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18558/statm: 1339 232 193 169 0 50 0
[pid=18559] ppid=18558 vsize=30240 CPUtime=1798.63
/proc/18559/stat : 18559 (picosat) R 18558 18535 15897 0 -1 4194304 8924 0 0 0 179765 98 0 0 25 0 1 0 1991599677 30965760 7430 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18559/statm: 7560 7430 48 102 0 7455 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 49196

Child status: 0
Real time (s): 1810.63
CPU time (s): 1800.05
CPU user time (s): 1798.93
CPU system time (s): 1.12483
CPU usage (%): 99.4158
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.12483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22248
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= 2438
involuntary context switches= 52409

runsolver used 2.37764 second user time and 5.85811 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 01:04:23
IDJOB=1060325
IDBENCH=54444
IDSOLVER=345
FILE ID=node37/1060325-1215126263
PBS_JOBID= 7877129
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-35.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-1060325-1215126263/watcher-1060325-1215126263 -o /tmp/evaluation-result-1060325-1215126263/solver-1060325-1215126263 -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-1060325-1215126263.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 69977ce6c8ea267a2a069c25034e898b
RANDOM SEED=1112332808

node37.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.236
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.236
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:       1834608 kB
Buffers:          5864 kB
Cached:         118140 kB
SwapCached:       6964 kB
Active:         143616 kB
Inactive:        20604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834608 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          57424 kB
Slab:            42152 kB
Committed_AS:  3469060 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node37 at 2008-07-04 01:34:35