Trace number 1042739

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 1803.32

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-9.xml
MD5SUM0ce45c432ac349031f1c34773638f3be
Bench CategoryGLOBAL (global constraints)
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 variables243
Number of constraints118
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension81
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(37)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 15:11:26 2008
0.00/0.05	c 0	PID 14874
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042739-1215004286.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-1042739-1215004286.xml' 'HOME/temp.csp'
0.03/0.32	c 0	2 domains, 243 variables, 0 predicates, 1 relations, 118 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	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.28/0.41	c 0	Parsing HOME/temp.csp
0.28/0.54	c 0	parsed 364 expressions
0.28/0.60	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.60	c 0	Converting to clausal form CSP
0.28/0.62	c 0	converted 37 (10%) expressions
0.28/0.62	c 0	converted 73 (20%) expressions
0.28/0.62	c 0	converted 110 (30%) expressions
0.28/0.62	c 0	converted 146 (40%) expressions
0.28/0.62	c 0	converted 182 (50%) expressions
0.28/0.62	c 0	converted 219 (60%) expressions
0.28/0.64	c 0	converted 255 (70%) expressions
0.28/0.67	c 0	converted 292 (80%) expressions
0.28/0.70	c 0	converted 328 (90%) expressions
0.93/1.01	c 1	converted 364 (100%) expressions
0.93/1.01	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
0.93/1.01	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.01	c 1	Propagation in CSP
1.04/1.11	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.11	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
1.04/1.11	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.11	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.23	c 1	CSP : 243 integers, 9072 booleans, 13763 clauses, largest domain size 81
1.13/1.23	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.29	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.30	c 1	25 (10%) CSP integer variables are encoded (175 clauses, 1801 bytes)
1.23/1.31	c 1	49 (20%) CSP integer variables are encoded (343 clauses, 3649 bytes)
1.23/1.31	c 1	73 (30%) CSP integer variables are encoded (511 clauses, 5497 bytes)
1.23/1.31	c 1	98 (40%) CSP integer variables are encoded (686 clauses, 7422 bytes)
1.23/1.31	c 1	122 (50%) CSP integer variables are encoded (854 clauses, 9270 bytes)
1.23/1.31	c 1	146 (60%) CSP integer variables are encoded (1022 clauses, 11413 bytes)
1.23/1.32	c 1	171 (70%) CSP integer variables are encoded (1845 clauses, 22112 bytes)
1.23/1.32	c 1	195 (80%) CSP integer variables are encoded (3741 clauses, 46760 bytes)
1.23/1.32	c 1	219 (90%) CSP integer variables are encoded (5637 clauses, 71408 bytes)
1.23/1.32	c 1	243 (100%) CSP integer variables are encoded (7533 clauses, 96056 bytes)
1.53/1.68	c 1	1377 (10%) CSP clauses are encoded (28589 clauses, 492792 bytes)
1.62/1.71	c 1	2753 (20%) CSP clauses are encoded (37165 clauses, 631561 bytes)
1.62/1.74	c 2	4129 (30%) CSP clauses are encoded (49997 clauses, 864910 bytes)
1.72/1.90	c 2	5506 (40%) CSP clauses are encoded (124814 clauses, 2348398 bytes)
1.93/2.04	c 2	6882 (50%) CSP clauses are encoded (199550 clauses, 3830277 bytes)
2.02/2.19	c 2	8258 (60%) CSP clauses are encoded (274366 clauses, 5313751 bytes)
2.22/2.34	c 2	9635 (70%) CSP clauses are encoded (349183 clauses, 6797239 bytes)
2.31/2.48	c 2	11011 (80%) CSP clauses are encoded (423919 clauses, 8279118 bytes)
2.51/2.62	c 2	12387 (90%) CSP clauses are encoded (498655 clauses, 9760997 bytes)
2.61/2.76	c 3	13763 (100%) CSP clauses are encoded (573311 clauses, 11242148 bytes)
2.61/2.76	c 3	13763 CSP clauses encoded
2.61/2.76	c 3	Writing map file : HOME/temp.map
2.61/2.77	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.77	c 3	SAT : 16848 SAT variables, 573311 SAT clauses, 11242148 bytes
2.61/2.77	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.79	c 3	SOLVING HOME/temp.cnf
2.61/2.79	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1803.31	c ERROR INTERRUPTED
1800.06/1803.31	s UNKNOWN
1800.06/1803.31	c 1803	CPU 2.5 (0.03 0.01 2.47 0.19)
1800.06/1803.31	c 1803	END Wed Jul  2 15:41:29 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-1042739-1215004286/watcher-1042739-1215004286 -o /tmp/evaluation-result-1042739-1215004286/solver-1042739-1215004286 -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-1042739-1215004286.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.93 4/72 14874
/proc/meminfo: memFree=1901264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=18572 CPUtime=0
/proc/14874/stat : 14874 (runsolver) R 14872 14874 13355 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1979402945 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14874/statm: 4643 292 257 25 0 2626 0

[startup+0.0994991 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 14874
/proc/meminfo: memFree=1901264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=0.03
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979402945 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101537 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 14874
/proc/meminfo: memFree=1901264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=0.03
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979402945 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301579 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 14874
/proc/meminfo: memFree=1901264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=0.03
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979402945 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701657 s]
/proc/loadavg: 1.92 1.98 1.93 4/72 14874
/proc/meminfo: memFree=1901264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=0.28
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 973 4328 0 1 3 0 22 3 15 0 1 0 1979402945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 1.92 1.98 1.93 4/83 14896
/proc/meminfo: memFree=1885176/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=0.29
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 974 4328 0 1 3 1 22 3 15 0 1 0 1979402945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 797 370 3 0 500 0
[pid=14887] ppid=14874 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14874 14874 13355 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979402979 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 233 193 169 0 50 0
[pid=14888] ppid=14887 vsize=868508 CPUtime=1.13
/proc/14888/stat : 14888 (java) S 14887 14874 13355 0 -1 0 7963 0 1 0 109 4 0 0 19 0 9 0 1979402979 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14888/statm: 217127 7161 2564 9 0 211674 0
[pid=14888/tid=14889] ppid=14887 vsize=868508 CPUtime=0.65
/proc/14888/task/14889/stat : 14889 (java) R 14887 14874 13355 0 -1 64 2748 0 1 0 63 2 0 0 19 0 9 0 1979402980 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4126539519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14890] ppid=14887 vsize=868508 CPUtime=0.24
/proc/14888/task/14890/stat : 14890 (java) S 14887 14874 13355 0 -1 64 3037 0 0 0 23 1 0 0 16 0 9 0 1979402981 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14891] ppid=14887 vsize=868508 CPUtime=0
/proc/14888/task/14891/stat : 14891 (java) S 14887 14874 13355 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979402981 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14892] ppid=14887 vsize=868508 CPUtime=0
/proc/14888/task/14892/stat : 14892 (java) S 14887 14874 13355 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979402981 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14893] ppid=14887 vsize=868508 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14887 14874 13355 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979402983 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14894] ppid=14887 vsize=868508 CPUtime=0.23
/proc/14888/task/14894/stat : 14894 (java) S 14887 14874 13355 0 -1 64 1484 0 0 0 22 1 0 0 16 0 9 0 1979402983 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14895] ppid=14887 vsize=868508 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14887 14874 13355 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979402983 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14887 vsize=868508 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14887 14874 13355 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979402983 889352192 7161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887464

[startup+3.10111 s]
/proc/loadavg: 1.92 1.98 1.93 3/83 14896
/proc/meminfo: memFree=1875832/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 13600

[startup+6.3017 s]
/proc/loadavg: 1.93 1.98 1.93 3/75 14898
/proc/meminfo: memFree=1876856/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=15532 CPUtime=3.46
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 3635 0 0 0 160 186 0 0 25 0 1 0 1979403225 15904768 3621 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14898/statm: 3883 3621 40 102 0 3778 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 34488

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.93 3/75 14898
/proc/meminfo: memFree=1866168/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=24964 CPUtime=9.8
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 5436 0 0 0 704 276 0 0 25 0 1 0 1979403225 25563136 5411 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/14898/statm: 6241 5411 42 102 0 6136 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 43920

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.93 3/75 14898
/proc/meminfo: memFree=1865080/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=26152 CPUtime=22.48
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 5757 0 0 0 1971 277 0 0 25 0 1 0 1979403225 26779648 5732 996147200 134512640 134931368 4294956256 18446744073709551615 134522761 0 0 4096 0 0 0 0 17 1 0 0
/proc/14898/statm: 6538 5732 42 102 0 6433 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 45108

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.93 3/75 14898
/proc/meminfo: memFree=1862392/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=28800 CPUtime=47.84
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 6438 0 0 0 4505 279 0 0 25 0 1 0 1979403225 29491200 6411 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14898/statm: 7200 6411 48 102 0 7095 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 47756

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.93 3/75 14898
/proc/meminfo: memFree=1857208/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=33816 CPUtime=98.57
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 7711 0 0 0 9575 282 0 0 25 0 1 0 1979403225 34627584 7684 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14898/statm: 8454 7684 48 102 0 8349 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 52772

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 14898
/proc/meminfo: memFree=1851640/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=39096 CPUtime=157.99
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 9080 0 0 0 15516 283 0 0 25 0 1 0 1979403225 40034304 9053 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14898/statm: 9774 9053 48 102 0 9669 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 58052

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 14898
/proc/meminfo: memFree=1846200/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=44628 CPUtime=217.42
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 10524 0 0 0 21458 284 0 0 25 0 1 0 1979403225 45699072 10386 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14898/statm: 11157 10386 48 102 0 11052 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 63584

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

/proc/meminfo: memFree=1851264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=64544 CPUtime=1356.52
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 15953 0 0 0 135361 291 0 0 25 0 1 0 1979403225 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1359.22
Current children cumulated vsize (KiB) 83500

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.24 2/67 14920
/proc/meminfo: memFree=1851328/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=64544 CPUtime=1416.51
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 15953 0 0 0 141360 291 0 0 25 0 1 0 1979403225 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1419.21
Current children cumulated vsize (KiB) 83500

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/67 14920
/proc/meminfo: memFree=1851328/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=64544 CPUtime=1476.48
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 15953 0 0 0 147357 291 0 0 25 0 1 0 1979403225 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1479.18
Current children cumulated vsize (KiB) 83500

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/67 14920
/proc/meminfo: memFree=1851264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=64544 CPUtime=1536.46
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 15953 0 0 0 153355 291 0 0 25 0 1 0 1979403225 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1539.16
Current children cumulated vsize (KiB) 83500

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/67 14920
/proc/meminfo: memFree=1851264/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=64544 CPUtime=1596.44
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 15953 0 0 0 159353 291 0 0 25 0 1 0 1979403225 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1599.14
Current children cumulated vsize (KiB) 83500

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/67 14920
/proc/meminfo: memFree=1848640/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=67316 CPUtime=1656.41
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 16648 0 0 0 165350 291 0 0 25 0 1 0 1979403225 68931584 16007 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 16829 16007 48 102 0 16724 0
Current children cumulated CPU time (s) 1659.11
Current children cumulated vsize (KiB) 86272

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 14921
/proc/meminfo: memFree=1845440/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=70088 CPUtime=1716.38
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 17493 0 0 0 171346 292 0 0 25 0 1 0 1979403225 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1719.08
Current children cumulated vsize (KiB) 89044

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/67 14922
/proc/meminfo: memFree=1845376/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=70088 CPUtime=1776.36
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 17493 0 0 0 177344 292 0 0 25 0 1 0 1979403225 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1779.06
Current children cumulated vsize (KiB) 89044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/67 14922
/proc/meminfo: memFree=1845376/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=70088 CPUtime=1797.36
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 17493 0 0 0 179444 292 0 0 25 0 1 0 1979403225 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 89044

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

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

[startup+1803.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/67 14922
/proc/meminfo: memFree=1845376/2055920 swapFree=4180456/4192956
[pid=14874] ppid=14872 vsize=13600 CPUtime=2.7
/proc/14874/stat : 14874 (sugar) S 14872 14874 13355 0 -1 4194304 1023 12947 0 2 3 1 247 19 16 0 1 0 1979402945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14874/statm: 3400 799 370 3 0 500 0
[pid=14897] ppid=14874 vsize=5356 CPUtime=0
/proc/14897/stat : 14897 (sh) S 14874 14874 13355 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979403224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14897/statm: 1339 232 193 169 0 50 0
[pid=14898] ppid=14897 vsize=70088 CPUtime=1797.36
/proc/14898/stat : 14898 (picosat) R 14897 14874 13355 0 -1 4194304 17493 0 0 0 179444 292 0 0 25 0 1 0 1979403225 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14898/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 89044

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14874 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=517617
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=214967
# CPU time returned by wait4() is 2.73258
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.32
CPU time (s): 1800.06
CPU user time (s): 1796.94
CPU system time (s): 3.12
CPU usage (%): 99.819
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.51762
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14324
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= 3891
involuntary context switches= 3801

runsolver used 1.78273 second user time and 5.04523 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-02 15:11:26
IDJOB=1042739
IDBENCH=53936
IDSOLVER=345
FILE ID=node19/1042739-1215004286
PBS_JOBID= 7870885
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-9.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-1042739-1215004286/watcher-1042739-1215004286 -o /tmp/evaluation-result-1042739-1215004286/solver-1042739-1215004286 -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-1042739-1215004286.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ce45c432ac349031f1c34773638f3be
RANDOM SEED=1275896843

node19.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.263
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.263
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:       1901744 kB
Buffers:          7612 kB
Cached:          58456 kB
SwapCached:       6760 kB
Active:          83744 kB
Inactive:        14592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901744 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:          39592 kB
Slab:            41152 kB
Committed_AS:  3302908 kB
PageTables:       1836 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= 66552 MiB
End job on node19 at 2008-07-02 15:41:31