Trace number 1060598

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.09 1815.62

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-3-c.xml
MD5SUMba8f742f11fb03cbfcc6b53468067cc9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2650
Number of constraints6619
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6619
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.15	c 0	BEGIN Fri Jul  4 01:25:20 2008
0.00/0.15	c 0	PID 19591
0.00/0.16	c 0	HOST node43.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1060598-1215127520.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060598-1215127520.xml' 'HOME/temp.csp'
0.96/1.14	c 1	1 domains, 2650 variables, 3 predicates, 0 relations, 6619 constraints
0.96/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.16	c 1	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.99/1.24	c 1	Parsing HOME/temp.csp
0.99/1.76	c 2	parsed 9273 expressions
0.99/1.76	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.76	c 2	Converting to clausal form CSP
0.99/1.80	c 2	converted 928 (10%) expressions
0.99/1.82	c 2	converted 1855 (20%) expressions
0.99/1.85	c 2	converted 2782 (30%) expressions
0.99/1.99	c 2	converted 3710 (40%) expressions
0.99/2.03	c 2	converted 4637 (50%) expressions
0.99/2.09	c 2	converted 5564 (60%) expressions
1.90/2.11	c 2	converted 6492 (70%) expressions
1.90/2.13	c 2	converted 7419 (80%) expressions
1.90/2.15	c 2	converted 8346 (90%) expressions
1.90/2.17	c 2	converted 9273 (100%) expressions
1.90/2.17	c 2	CSP : 2650 integers, 0 booleans, 6619 clauses, largest domain size 2
1.90/2.17	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.17	c 2	Propagation in CSP
2.00/2.23	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.23	c 2	CSP : 2650 integers, 0 booleans, 6619 clauses, largest domain size 2
2.00/2.23	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.24	c 2	Simplifing CSP by introducing new Boolean variables
2.00/2.24	c 2	CSP : 2650 integers, 0 booleans, 6619 clauses, largest domain size 2
2.00/2.24	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.28	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.00/2.30	c 3	265 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.30	c 3	530 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.30	c 3	795 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.30	c 3	1060 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.31	c 3	1325 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.31	c 3	1590 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.31	c 3	1855 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.31	c 3	2120 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.32	c 3	2385 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.32	c 3	2650 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.09/2.35	c 3	662 (10%) CSP clauses are encoded (662 clauses, 7134 bytes)
2.09/2.36	c 3	1324 (20%) CSP clauses are encoded (1324 clauses, 14741 bytes)
2.09/2.38	c 3	1986 (30%) CSP clauses are encoded (1986 clauses, 23709 bytes)
2.09/2.38	c 3	2648 (40%) CSP clauses are encoded (2648 clauses, 35096 bytes)
2.09/2.39	c 3	3310 (50%) CSP clauses are encoded (3310 clauses, 47027 bytes)
2.09/2.40	c 3	3972 (60%) CSP clauses are encoded (3972 clauses, 59461 bytes)
2.19/2.40	c 3	4634 (70%) CSP clauses are encoded (4634 clauses, 71842 bytes)
2.19/2.41	c 3	5296 (80%) CSP clauses are encoded (5296 clauses, 84205 bytes)
2.19/2.42	c 3	5958 (90%) CSP clauses are encoded (5958 clauses, 96565 bytes)
2.19/2.42	c 3	6619 (100%) CSP clauses are encoded (6619 clauses, 109052 bytes)
2.19/2.42	c 3	6619 CSP clauses encoded
2.19/2.43	c 3	Writing map file : HOME/temp.map
2.19/2.47	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.47	c 3	SAT : 2650 SAT variables, 6619 SAT clauses, 109052 bytes
2.19/2.47	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.27/2.53	c 3	SOLVING HOME/temp.cnf
2.27/2.53	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1815.60	sh: line 1: 19615 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1815.60	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1815.60	c 1816	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.04/1815.61	c ERROR INTERRUPTED
1800.04/1815.62	s UNKNOWN
1800.04/1815.62	c 1816	CPU 1799.84 (0.04 0.02 1799.8 0.22)
1800.04/1815.62	c 1816	END Fri Jul  4 01:55:36 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-1060598-1215127520/watcher-1060598-1215127520 -o /tmp/evaluation-result-1060598-1215127520/solver-1060598-1215127520 -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-1060598-1215127520.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.92 1.98 1.99 4/81 19591
/proc/meminfo: memFree=1914904/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=18572 CPUtime=0
/proc/19591/stat : 19591 (runsolver) D 19589 19591 19249 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1991724495 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19591/statm: 4643 292 257 25 0 2626 0

[startup+0.054297 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19591
/proc/meminfo: memFree=1914904/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=12268 CPUtime=0
/proc/19591/stat : 19591 (sugar) D 19589 19591 19249 0 -1 4194304 345 0 3 0 0 0 0 0 18 0 1 0 1991724495 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221954931301 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19591/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.1013 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19591
/proc/meminfo: memFree=1914904/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=12272 CPUtime=0
/proc/19591/stat : 19591 (sugar) R 19589 19591 19249 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 1991724495 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 0 0 0 17 1 0 0
/proc/19591/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301326 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19591
/proc/meminfo: memFree=1914904/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=0.04
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 1991724495 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19591/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701359 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19591
/proc/meminfo: memFree=1914904/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=0.04
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 1991724495 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19591/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50143 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 19603
/proc/meminfo: memFree=1894528/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=0.99
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 970 8259 3 1 3 1 90 5 16 0 1 0 1991724495 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19591/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10157 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 19613
/proc/meminfo: memFree=1895680/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 13600

[startup+6.30186 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 19615
/proc/meminfo: memFree=1910144/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=1308 CPUtime=3.73
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 263 0 0 0 370 3 0 0 25 0 1 0 1991724748 1339392 247 996147200 134512640 134931368 4294956256 18446744073709551615 134529666 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 327 247 48 102 0 222 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 20264

[startup+12.7024 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 19615
/proc/meminfo: memFree=1909824/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=1428 CPUtime=10.07
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 287 0 0 0 1004 3 0 0 25 0 1 0 1991724748 1462272 271 996147200 134512640 134931368 4294956256 18446744073709551615 134529215 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 357 271 48 102 0 252 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 20384

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19615
/proc/meminfo: memFree=1909824/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=1568 CPUtime=22.74
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 328 0 0 0 2271 3 0 0 25 0 1 0 1991724748 1605632 312 996147200 134512640 134931368 4294956256 18446744073709551615 134520491 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 392 312 48 102 0 287 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 20524

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19615
/proc/meminfo: memFree=1909696/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=1824 CPUtime=48.11
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 382 0 0 0 4808 3 0 0 25 0 1 0 1991724748 1867776 366 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 456 366 48 102 0 351 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 20780

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19615
/proc/meminfo: memFree=1909184/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=2204 CPUtime=98.83
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 462 0 0 0 9880 3 0 0 25 0 1 0 1991724748 2256896 446 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 551 446 48 102 0 446 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 21160

[startup+162.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 19615
/proc/meminfo: memFree=1908928/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=2400 CPUtime=158.27
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 519 0 0 0 15824 3 0 0 25 0 1 0 1991724748 2457600 503 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 600 503 48 102 0 495 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 21356

[startup+222.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 19615
/proc/meminfo: memFree=1908736/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=2632 CPUtime=217.7
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 573 0 0 0 21767 3 0 0 25 0 1 0 1991724748 2695168 557 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 658 557 48 102 0 553 0
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (KiB) 21588

[startup+282.302 s]
/proc/loadavg: 2.15 2.06 2.01 3/84 19615
/proc/meminfo: memFree=1908544/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=2772 CPUtime=277.15
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 607 0 0 0 27712 3 0 0 25 0 1 0 1991724748 2838528 591 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 693 591 48 102 0 588 0
Current children cumulated CPU time (s) 279.44
Current children cumulated vsize (KiB) 21728

[startup+342.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/84 19615
/proc/meminfo: memFree=1908288/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0

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

[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4148 CPUtime=1228.18
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1006 0 0 0 122814 4 0 0 25 0 1 0 1991724748 4247552 948 996147200 134512640 134931368 4294956256 18446744073709551615 134529353 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 1037 948 48 102 0 932 0
Current children cumulated CPU time (s) 1230.47
Current children cumulated vsize (KiB) 23104

[startup+1302.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/84 19617
/proc/meminfo: memFree=1906112/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4148 CPUtime=1287.63
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1006 0 0 0 128759 4 0 0 25 0 1 0 1991724748 4247552 948 996147200 134512640 134931368 4294956256 18446744073709551615 134529293 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 1037 948 48 102 0 932 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 23104

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/84 19617
/proc/meminfo: memFree=1905984/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4168 CPUtime=1347.06
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1037 0 0 0 134702 4 0 0 25 0 1 0 1991724748 4268032 958 996147200 134512640 134931368 4294956256 18446744073709551615 134525528 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 1042 958 48 102 0 937 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 23124

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 19617
/proc/meminfo: memFree=1905920/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4188 CPUtime=1406.5
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1081 0 0 0 140646 4 0 0 25 0 1 0 1991724748 4288512 963 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 1047 963 48 102 0 942 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 23144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19617
/proc/meminfo: memFree=1905920/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4160 CPUtime=1465.94
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1081 0 0 0 146590 4 0 0 25 0 1 0 1991724748 4259840 956 996147200 134512640 134931368 4294956256 18446744073709551615 134529280 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 1040 956 48 102 0 935 0
Current children cumulated CPU time (s) 1468.23
Current children cumulated vsize (KiB) 23116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 19617
/proc/meminfo: memFree=1905792/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4332 CPUtime=1525.38
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1137 0 0 0 152534 4 0 0 25 0 1 0 1991724748 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134530214 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 1527.67
Current children cumulated vsize (KiB) 23288

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 19617
/proc/meminfo: memFree=1905728/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4332 CPUtime=1584.82
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1137 0 0 0 158478 4 0 0 25 0 1 0 1991724748 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19615/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 1587.11
Current children cumulated vsize (KiB) 23288

[startup+1662.3 s]
/proc/loadavg: 1.95 2.00 1.99 3/75 19697
/proc/meminfo: memFree=1913744/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4332 CPUtime=1644.5
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1137 0 0 0 164443 7 0 0 25 0 1 0 1991724748 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19615/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 1646.79
Current children cumulated vsize (KiB) 23288

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 19697
/proc/meminfo: memFree=1913808/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4332 CPUtime=1704.48
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1137 0 0 0 170440 8 0 0 25 0 1 0 1991724748 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19615/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 1706.77
Current children cumulated vsize (KiB) 23288

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 19697
/proc/meminfo: memFree=1913616/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4396 CPUtime=1764.46
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1182 0 0 0 176438 8 0 0 25 0 1 0 1991724748 4501504 1019 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/19615/statm: 1099 1019 48 102 0 994 0
Current children cumulated CPU time (s) 1766.75
Current children cumulated vsize (KiB) 23352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 19697
/proc/meminfo: memFree=1913552/2055920 swapFree=4179776/4192956
[pid=19591] ppid=19589 vsize=13600 CPUtime=2.29
/proc/19591/stat : 19591 (sugar) S 19589 19591 19249 0 -1 4194304 1020 16285 3 4 3 2 212 12 16 0 1 0 1991724495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19591/statm: 3400 799 370 3 0 500 0
[pid=19614] ppid=19591 vsize=5356 CPUtime=0
/proc/19614/stat : 19614 (sh) S 19591 19591 19249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991724748 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19614/statm: 1339 232 193 169 0 50 0
[pid=19615] ppid=19614 vsize=4396 CPUtime=1797.75
/proc/19615/stat : 19615 (picosat) R 19614 19591 19249 0 -1 4194304 1182 0 0 0 179767 8 0 0 25 0 1 0 1991724748 4501504 1019 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19615/statm: 1099 1019 48 102 0 994 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 23352

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): 1815.62
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.245962
CPU usage (%): 99.1445
Max. virtual memory (cumulated for all children) (KiB): 888500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19357
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2206
involuntary context switches= 68562

runsolver used 2.17567 second user time and 5.9241 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 01:25:20
IDJOB=1060598
IDBENCH=54466
IDSOLVER=345
FILE ID=node43/1060598-1215127520
PBS_JOBID= 7877220
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-3-c.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-1060598-1215127520/watcher-1060598-1215127520 -o /tmp/evaluation-result-1060598-1215127520/solver-1060598-1215127520 -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-1060598-1215127520.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ba8f742f11fb03cbfcc6b53468067cc9
RANDOM SEED=1142374026

node43.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.230
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.230
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:       1915320 kB
Buffers:          7452 kB
Cached:          43732 kB
SwapCached:       7024 kB
Active:          64328 kB
Inactive:        13008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915320 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:          42312 kB
Slab:            48400 kB
Committed_AS:  3690056 kB
PageTables:       1976 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= 66524 MiB
End job on node43 at 2008-07-04 01:55:38