Trace number 1041409

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 1810.32

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-11_all.xml
MD5SUM14165ebb64384d7788391b193528de33
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.26981
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints44
Maximum constraint arity11
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(44)

Solver Data (download as text)

0.01/0.13	c 0	Sugar v1-13 + HOME/picosat
0.01/0.13	c 0	BEGIN Wed Jul  2 14:12:42 2008
0.01/0.13	c 0	PID 22876
0.01/0.13	c 0	HOST node18.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1041409-1215000762.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041409-1215000762.xml' 'HOME/temp.csp'
0.03/0.35	c 0	1 domains, 121 variables, 0 predicates, 0 relations, 44 constraints
0.03/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.40	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.03/0.48	c 0	Parsing HOME/temp.csp
0.24/0.56	c 0	parsed 166 expressions
0.24/0.57	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.57	c 0	Converting to clausal form CSP
0.24/0.59	c 0	converted 17 (10%) expressions
0.24/0.59	c 0	converted 34 (20%) expressions
0.24/0.59	c 0	converted 50 (30%) expressions
0.24/0.59	c 0	converted 67 (40%) expressions
0.24/0.59	c 0	converted 83 (50%) expressions
0.24/0.59	c 0	converted 100 (60%) expressions
0.24/0.59	c 0	converted 117 (70%) expressions
0.24/0.77	c 1	converted 133 (80%) expressions
0.24/0.80	c 1	converted 150 (90%) expressions
0.24/0.82	c 1	converted 166 (100%) expressions
0.24/0.83	c 1	CSP : 121 integers, 0 booleans, 2508 clauses, largest domain size 11
0.24/0.83	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.83	c 1	Propagation in CSP
0.24/0.87	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.87	c 1	CSP : 121 integers, 0 booleans, 2508 clauses, largest domain size 11
0.24/0.87	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.88	c 1	Simplifing CSP by introducing new Boolean variables
0.24/0.92	c 1	CSP : 121 integers, 4840 booleans, 7348 clauses, largest domain size 11
0.24/0.92	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.24/0.97	c 1	13 (10%) CSP integer variables are encoded (117 clauses, 1155 bytes)
0.24/0.97	c 1	25 (20%) CSP integer variables are encoded (225 clauses, 2343 bytes)
0.24/0.98	c 1	37 (30%) CSP integer variables are encoded (333 clauses, 3531 bytes)
0.24/0.98	c 1	49 (40%) CSP integer variables are encoded (441 clauses, 4719 bytes)
0.24/0.98	c 1	61 (50%) CSP integer variables are encoded (549 clauses, 5907 bytes)
0.24/0.98	c 1	73 (60%) CSP integer variables are encoded (657 clauses, 7095 bytes)
0.24/0.98	c 1	85 (70%) CSP integer variables are encoded (765 clauses, 8283 bytes)
0.24/0.98	c 1	97 (80%) CSP integer variables are encoded (873 clauses, 9471 bytes)
0.24/0.98	c 1	109 (90%) CSP integer variables are encoded (981 clauses, 10822 bytes)
0.24/0.98	c 1	121 (100%) CSP integer variables are encoded (1089 clauses, 12226 bytes)
0.82/1.03	c 1	735 (10%) CSP clauses are encoded (6674 clauses, 99454 bytes)
0.82/1.06	c 1	1470 (20%) CSP clauses are encoded (12259 clauses, 190068 bytes)
0.82/1.08	c 1	2205 (30%) CSP clauses are encoded (17824 clauses, 280090 bytes)
0.82/1.10	c 1	2940 (40%) CSP clauses are encoded (23409 clauses, 370664 bytes)
0.91/1.11	c 1	3674 (50%) CSP clauses are encoded (28963 clauses, 460929 bytes)
0.91/1.13	c 1	4409 (60%) CSP clauses are encoded (34548 clauses, 551263 bytes)
0.91/1.14	c 1	5144 (70%) CSP clauses are encoded (40133 clauses, 641830 bytes)
0.91/1.16	c 1	5879 (80%) CSP clauses are encoded (45698 clauses, 732526 bytes)
0.91/1.17	c 1	6614 (90%) CSP clauses are encoded (51283 clauses, 822172 bytes)
0.91/1.18	c 1	7348 (100%) CSP clauses are encoded (56837 clauses, 915650 bytes)
0.91/1.18	c 1	7348 CSP clauses encoded
0.91/1.19	c 1	Writing map file : HOME/temp.map
0.91/1.20	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.20	c 1	SAT : 6050 SAT variables, 56837 SAT clauses, 915650 bytes
0.91/1.20	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.24	c 1	SOLVING HOME/temp.cnf
0.99/1.24	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1810.31	sh: line 1: 22900 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1810.31	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1810.31	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.31	c ERROR INTERRUPTED
1800.02/1810.32	s UNKNOWN
1800.02/1810.32	c 1810	CPU 1799.44 (0.03 0.01 1799.41 0.58)
1800.02/1810.32	c 1810	END Wed Jul  2 14:42:52 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-1041409-1215000762/watcher-1041409-1215000762 -o /tmp/evaluation-result-1041409-1215000762/solver-1041409-1215000762 -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-1041409-1215000762.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.93 1.99 1.91 4/72 22876
/proc/meminfo: memFree=1940600/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=18572 CPUtime=0
/proc/22876/stat : 22876 (runsolver) D 22874 22876 22839 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1979050573 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/22876/statm: 4643 292 257 25 0 2626 0

[startup+0.019343 s]
/proc/loadavg: 1.93 1.99 1.91 4/72 22876
/proc/meminfo: memFree=1940600/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=124 CPUtime=0
/proc/22876/stat : 22876 (sugar) D 22874 22876 22839 0 -1 4194304 38 0 0 0 0 0 0 0 21 0 1 0 1979050573 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 227846190569 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/22876/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102364 s]
/proc/loadavg: 1.93 1.99 1.91 4/72 22876
/proc/meminfo: memFree=1940600/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=12544 CPUtime=0.01
/proc/22876/stat : 22876 (sugar) R 22874 22876 22839 0 -1 4194304 518 0 0 0 1 0 0 0 18 0 1 0 1979050573 12845056 486 996147200 4194304 4206940 548682068608 18446744073709551615 227866668561 0 0 4224 0 0 0 0 17 1 0 0
/proc/22876/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.302401 s]
/proc/loadavg: 1.93 1.99 1.91 4/72 22876
/proc/meminfo: memFree=1940600/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=0.03
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979050573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701475 s]
/proc/loadavg: 1.93 1.99 1.91 4/72 22876
/proc/meminfo: memFree=1940600/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=0.24
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 973 4283 0 1 3 1 17 3 15 0 1 0 1979050573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+1.5016 s]
/proc/loadavg: 1.93 1.99 1.91 3/83 22898
/proc/meminfo: memFree=1923728/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.1019 s]
/proc/loadavg: 1.93 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1933328/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=4172 CPUtime=1.83
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 926 0 0 0 158 25 0 0 25 0 1 0 1979050698 4272128 910 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 1043 910 42 102 0 938 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 23128

[startup+6.30146 s]
/proc/loadavg: 1.93 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1931792/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=4840 CPUtime=5.01
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 1117 0 0 0 475 26 0 0 25 0 1 0 1979050698 4956160 1099 996147200 134512640 134931368 4294956256 18446744073709551615 134529356 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 1210 1099 48 102 0 1105 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 23796

[startup+12.7016 s]
/proc/loadavg: 1.94 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1931224/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=5272 CPUtime=11.34
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 1220 0 0 0 1108 26 0 0 25 0 1 0 1979050698 5398528 1202 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 1318 1202 48 102 0 1213 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 24228

[startup+25.5028 s]
/proc/loadavg: 1.95 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1930648/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=5976 CPUtime=24.02
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 1390 0 0 0 2376 26 0 0 25 0 1 0 1979050698 6119424 1372 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 1494 1372 48 102 0 1389 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 24932

[startup+51.1024 s]
/proc/loadavg: 1.97 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1929304/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=7440 CPUtime=49.37
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 1710 0 0 0 4911 26 0 0 25 0 1 0 1979050698 7618560 1692 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 1860 1692 48 102 0 1755 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 26396

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1927384/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=9128 CPUtime=100.1
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 2159 0 0 0 9983 27 0 0 25 0 1 0 1979050698 9347072 2134 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 2282 2134 48 102 0 2177 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 28084

[startup+162.303 s]
/proc/loadavg: 1.99 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1926232/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=10288 CPUtime=159.53
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 2546 0 0 0 15926 27 0 0 25 0 1 0 1979050698 10534912 2385 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 2572 2385 48 102 0 2467 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 29244

[startup+222.302 s]
/proc/loadavg: 1.99 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1925016/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=11472 CPUtime=218.96
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 3029 0 0 0 21868 28 0 0 25 0 1 0 1979050698 11747328 2681 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 2868 2681 48 102 0 2763 0
Current children cumulated CPU time (s) 219.97
Current children cumulated vsize (KiB) 30428

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/75 22900
/proc/meminfo: memFree=1924184/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=12132 CPUtime=278.39
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 3380 0 0 0 27811 28 0 0 25 0 1 0 1979050698 12423168 2868 996147200 134512640 134931368 4294956256 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 1 0 0
/proc/22900/statm: 3033 2868 48 102 0 2928 0
Current children cumulated CPU time (s) 279.4
Current children cumulated vsize (KiB) 31088


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

[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=21768 CPUtime=1291.24
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 7988 0 0 0 129079 45 0 0 25 0 1 0 1979050698 22290432 5298 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 5442 5298 48 102 0 5337 0
Current children cumulated CPU time (s) 1292.25
Current children cumulated vsize (KiB) 40724

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/77 22950
/proc/meminfo: memFree=1053064/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=21768 CPUtime=1351.21
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 8068 0 0 0 135076 45 0 0 25 0 1 0 1979050698 22290432 5299 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 5442 5299 48 102 0 5337 0
Current children cumulated CPU time (s) 1352.22
Current children cumulated vsize (KiB) 40724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.99 3/77 22952
/proc/meminfo: memFree=1051208/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=22692 CPUtime=1411.19
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 8368 0 0 0 141073 46 0 0 25 0 1 0 1979050698 23236608 5516 996147200 134512640 134931368 4294956256 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 5673 5516 48 102 0 5568 0
Current children cumulated CPU time (s) 1412.2
Current children cumulated vsize (KiB) 41648

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/77 22952
/proc/meminfo: memFree=1046984/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26124 CPUtime=1471.15
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9303 0 0 0 147068 47 0 0 25 0 1 0 1979050698 26750976 6368 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6531 6368 48 102 0 6426 0
Current children cumulated CPU time (s) 1472.16
Current children cumulated vsize (KiB) 45080

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 22952
/proc/meminfo: memFree=1045768/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26768 CPUtime=1531.12
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9535 0 0 0 153065 47 0 0 25 0 1 0 1979050698 27410432 6430 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6692 6430 48 102 0 6587 0
Current children cumulated CPU time (s) 1532.13
Current children cumulated vsize (KiB) 45724

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 22952
/proc/meminfo: memFree=1045576/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26688 CPUtime=1591.1
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9535 0 0 0 159062 48 0 0 25 0 1 0 1979050698 27328512 6420 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6672 6420 48 102 0 6567 0
Current children cumulated CPU time (s) 1592.11
Current children cumulated vsize (KiB) 45644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 22952
/proc/meminfo: memFree=1044936/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26656 CPUtime=1651.07
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9535 0 0 0 165059 48 0 0 25 0 1 0 1979050698 27295744 6412 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6664 6412 48 102 0 6559 0
Current children cumulated CPU time (s) 1652.08
Current children cumulated vsize (KiB) 45612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 22952
/proc/meminfo: memFree=1043912/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26920 CPUtime=1711.04
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9678 0 0 0 171056 48 0 0 25 0 1 0 1979050698 27566080 6468 996147200 134512640 134931368 4294956256 18446744073709551615 134529782 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6730 6468 48 102 0 6625 0
Current children cumulated CPU time (s) 1712.05
Current children cumulated vsize (KiB) 45876

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 22952
/proc/meminfo: memFree=1043272/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26920 CPUtime=1771.01
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9779 0 0 0 177053 48 0 0 25 0 1 0 1979050698 27566080 6477 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6730 6477 48 102 0 6625 0
Current children cumulated CPU time (s) 1772.02
Current children cumulated vsize (KiB) 45876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 22952
/proc/meminfo: memFree=1043144/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26920 CPUtime=1799.01
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9871 0 0 0 179853 48 0 0 25 0 1 0 1979050698 27566080 6477 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6730 6477 48 102 0 6625 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 45876

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

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

[startup+1810.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 22952
/proc/meminfo: memFree=1043144/2055920 swapFree=4180540/4192956
[pid=22876] ppid=22874 vsize=13600 CPUtime=1.01
/proc/22876/stat : 22876 (sugar) S 22874 22876 22839 0 -1 4194304 1022 11475 0 4 3 1 88 9 16 0 1 0 1979050573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22876/statm: 3400 798 370 3 0 500 0
[pid=22899] ppid=22876 vsize=5356 CPUtime=0
/proc/22899/stat : 22899 (sh) S 22876 22876 22839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979050698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22899/statm: 1339 232 193 169 0 50 0
[pid=22900] ppid=22899 vsize=26920 CPUtime=1799.01
/proc/22900/stat : 22900 (picosat) R 22899 22876 22839 0 -1 4194304 9871 0 0 0 179853 48 0 0 25 0 1 0 1979050698 27566080 6477 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22900/statm: 6730 6477 48 102 0 6625 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 45876

Child status: 0
Real time (s): 1810.32
CPU time (s): 1800.06
CPU user time (s): 1799.46
CPU system time (s): 0.602908
CPU usage (%): 99.4332
Max. virtual memory (cumulated for all children) (KiB): 887404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22994
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1719
involuntary context switches= 26613

runsolver used 2.17867 second user time and 6.06008 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-02 14:12:42
IDJOB=1041409
IDBENCH=53803
IDSOLVER=345
FILE ID=node18/1041409-1215000762
PBS_JOBID= 7870927
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-11_all.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-1041409-1215000762/watcher-1041409-1215000762 -o /tmp/evaluation-result-1041409-1215000762/solver-1041409-1215000762 -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-1041409-1215000762.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14165ebb64384d7788391b193528de33
RANDOM SEED=242887046

node18.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.268
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	: 5931.00
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.268
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:       1941080 kB
Buffers:          4684 kB
Cached:          45476 kB
SwapCached:       6280 kB
Active:          43136 kB
Inactive:        17768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1941080 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          18216 kB
Slab:            39604 kB
Committed_AS:  3319224 kB
PageTables:       1680 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= 66268 MiB
End job on node18 at 2008-07-02 14:42:54