Trace number 1060724

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.11 1825.12

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1-c.xml
MD5SUMe4ec9a3febcaf38991fa134c8c940c52
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 variables2630
Number of constraints6569
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6569
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:36:37 2008
0.00/0.05	c 0	PID 24091
0.03/0.05	c 0	HOST node14.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1060724-1215128197.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060724-1215128197.xml' 'HOME/temp.csp'
0.96/1.03	c 1	1 domains, 2630 variables, 3 predicates, 0 relations, 6569 constraints
0.96/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.06	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.14	c 1	Parsing HOME/temp.csp
0.99/1.66	c 1	parsed 9203 expressions
0.99/1.66	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.66	c 1	Converting to clausal form CSP
0.99/1.70	c 1	converted 921 (10%) expressions
0.99/1.71	c 1	converted 1841 (20%) expressions
0.99/1.74	c 1	converted 2761 (30%) expressions
0.99/1.89	c 2	converted 3682 (40%) expressions
0.99/1.93	c 2	converted 4602 (50%) expressions
0.99/1.99	c 2	converted 5522 (60%) expressions
0.99/2.01	c 2	converted 6443 (70%) expressions
0.99/2.03	c 2	converted 7363 (80%) expressions
0.99/2.05	c 2	converted 8283 (90%) expressions
0.99/2.07	c 2	converted 9203 (100%) expressions
0.99/2.07	c 2	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
0.99/2.07	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/2.07	c 2	Propagation in CSP
2.01/2.13	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.13	c 2	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
2.01/2.13	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.14	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.14	c 2	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
2.01/2.14	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.20	c 2	263 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.20	c 2	526 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.20	c 2	789 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.21	c 2	1052 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.21	c 2	1315 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.22	c 2	1578 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.22	c 2	1841 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.22	c 2	2104 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.22	c 2	2367 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.22	c 2	2630 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.10/2.25	c 2	657 (10%) CSP clauses are encoded (657 clauses, 7078 bytes)
2.10/2.27	c 2	1314 (20%) CSP clauses are encoded (1314 clauses, 14621 bytes)
2.10/2.28	c 2	1971 (30%) CSP clauses are encoded (1971 clauses, 23506 bytes)
2.10/2.29	c 2	2628 (40%) CSP clauses are encoded (2628 clauses, 34807 bytes)
2.10/2.30	c 2	3285 (50%) CSP clauses are encoded (3285 clauses, 46640 bytes)
2.21/2.31	c 2	3942 (60%) CSP clauses are encoded (3942 clauses, 58940 bytes)
2.21/2.31	c 2	4599 (70%) CSP clauses are encoded (4599 clauses, 71242 bytes)
2.21/2.32	c 2	5256 (80%) CSP clauses are encoded (5256 clauses, 83449 bytes)
2.21/2.33	c 2	5913 (90%) CSP clauses are encoded (5913 clauses, 95788 bytes)
2.21/2.33	c 2	6569 (100%) CSP clauses are encoded (6569 clauses, 108172 bytes)
2.21/2.34	c 2	6569 CSP clauses encoded
2.21/2.34	c 2	Writing map file : HOME/temp.map
2.21/2.38	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.38	c 2	SAT : 2630 SAT variables, 6569 SAT clauses, 108172 bytes
2.21/2.38	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.29/2.43	c 2	SOLVING HOME/temp.cnf
2.29/2.43	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1825.10	sh: line 1: 24115 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1825.10	c 1825	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1825.10	c 1825	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.07/1825.11	c ERROR INTERRUPTED
1800.07/1825.11	s UNKNOWN
1800.07/1825.11	c 1825	CPU 1799.8 (0.04 0 1799.76 0.28)
1800.07/1825.12	c 1825	END Fri Jul  4 02:07:02 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-1060724-1215128197/watcher-1060724-1215128197 -o /tmp/evaluation-result-1060724-1215128197/solver-1060724-1215128197 -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-1060724-1215128197.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.91 1.95 1.83 4/80 24091
/proc/meminfo: memFree=1483696/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=18572 CPUtime=0
/proc/24091/stat : 24091 (runsolver) R 24089 24091 21893 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1542493695 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24091/statm: 4643 292 257 25 0 2626 0

[startup+0.0505749 s]
/proc/loadavg: 1.91 1.95 1.83 4/80 24091
/proc/meminfo: memFree=1483696/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=0.03
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1542493695 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102347 s]
/proc/loadavg: 1.91 1.95 1.83 4/80 24091
/proc/meminfo: memFree=1483696/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=0.03
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1542493695 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301383 s]
/proc/loadavg: 1.91 1.95 1.83 4/80 24091
/proc/meminfo: memFree=1483696/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=0.03
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1542493695 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701451 s]
/proc/loadavg: 1.91 1.95 1.83 4/80 24091
/proc/meminfo: memFree=1483696/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=0.03
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1542493695 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 1.91 1.95 1.83 4/91 24103
/proc/meminfo: memFree=1463640/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=0.99
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 973 8241 0 1 3 0 91 5 16 0 1 0 1542493695 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10186 s]
/proc/loadavg: 1.91 1.95 1.83 3/91 24113
/proc/meminfo: memFree=1463960/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 13600

[startup+6.30142 s]
/proc/loadavg: 1.92 1.95 1.83 3/83 24115
/proc/meminfo: memFree=1480088/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=1312 CPUtime=3.83
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 267 0 0 0 380 3 0 0 25 0 1 0 1542493938 1343488 251 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 328 251 48 102 0 223 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 20268

[startup+12.7015 s]
/proc/loadavg: 1.93 1.95 1.83 3/83 24115
/proc/meminfo: memFree=1479960/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=1432 CPUtime=10.17
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 287 0 0 0 1014 3 0 0 25 0 1 0 1542493938 1466368 271 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 358 271 48 102 0 253 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 20388

[startup+25.5027 s]
/proc/loadavg: 1.94 1.96 1.84 3/83 24115
/proc/meminfo: memFree=1479896/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=1564 CPUtime=22.86
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 327 0 0 0 2283 3 0 0 25 0 1 0 1542493938 1601536 311 996147200 134512640 134931368 4294956256 18446744073709551615 134530341 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 391 311 48 102 0 286 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 20520

[startup+51.1022 s]
/proc/loadavg: 1.96 1.96 1.84 3/83 24115
/proc/meminfo: memFree=1479704/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=1820 CPUtime=48.24
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 378 0 0 0 4821 3 0 0 25 0 1 0 1542493938 1863680 362 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 455 362 48 102 0 350 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 20776

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.84 3/83 24115
/proc/meminfo: memFree=1479256/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=2208 CPUtime=99
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 463 0 0 0 9897 3 0 0 25 0 1 0 1542493938 2260992 447 996147200 134512640 134931368 4294956256 18446744073709551615 134523094 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 552 447 48 102 0 447 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 21164

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.85 3/83 24115
/proc/meminfo: memFree=1479000/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=2312 CPUtime=158.48
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 517 0 0 0 15845 3 0 0 25 0 1 0 1542493938 2367488 501 996147200 134512640 134931368 4294956256 18446744073709551615 134522694 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 578 501 48 102 0 473 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 21268

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.85 3/83 24115
/proc/meminfo: memFree=1478808/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=2608 CPUtime=217.94
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 571 0 0 0 21790 4 0 0 25 0 1 0 1542493938 2670592 555 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 652 555 48 102 0 547 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 21564

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.86 3/83 24115
/proc/meminfo: memFree=1478616/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=2780 CPUtime=277.4
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 603 0 0 0 27736 4 0 0 25 0 1 0 1542493938 2846720 587 996147200 134512640 134931368 4294956256 18446744073709551615 134525659 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 695 587 48 102 0 590 0
Current children cumulated CPU time (s) 279.71
Current children cumulated vsize (KiB) 21736

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.87 3/83 24115
/proc/meminfo: memFree=1478488/2055920 swapFree=4121284/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0

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

[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4176 CPUtime=1285.13
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1021 0 0 0 128499 14 0 0 25 0 1 0 1542493938 4276224 959 996147200 134512640 134931368 4294956256 18446744073709551615 134524021 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1044 959 48 102 0 939 0
Current children cumulated CPU time (s) 1287.44
Current children cumulated vsize (KiB) 23132

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 1.95 3/96 24386
/proc/meminfo: memFree=1434992/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4220 CPUtime=1343.96
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1071 0 0 0 134382 14 0 0 25 0 1 0 1542493938 4321280 970 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1055 970 48 102 0 950 0
Current children cumulated CPU time (s) 1346.27
Current children cumulated vsize (KiB) 23176

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 1.95 3/96 24386
/proc/meminfo: memFree=1435120/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4252 CPUtime=1402.81
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1086 0 0 0 140266 15 0 0 25 0 1 0 1542493938 4354048 973 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1063 973 48 102 0 958 0
Current children cumulated CPU time (s) 1405.12
Current children cumulated vsize (KiB) 23208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/96 24392
/proc/meminfo: memFree=1432232/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4436 CPUtime=1461.62
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1144 0 0 0 146147 15 0 0 25 0 1 0 1542493938 4542464 1018 996147200 134512640 134931368 4294956256 18446744073709551615 134530153 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1109 1018 48 102 0 1004 0
Current children cumulated CPU time (s) 1463.93
Current children cumulated vsize (KiB) 23392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/96 24392
/proc/meminfo: memFree=1429672/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4308 CPUtime=1520.45
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1144 0 0 0 152030 15 0 0 25 0 1 0 1542493938 4411392 995 996147200 134512640 134931368 4294956256 18446744073709551615 134522761 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1077 995 48 102 0 972 0
Current children cumulated CPU time (s) 1522.76
Current children cumulated vsize (KiB) 23264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.95 5/96 24392
/proc/meminfo: memFree=1426664/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4536 CPUtime=1579.29
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1195 0 0 0 157914 15 0 0 25 0 1 0 1542493938 4644864 1046 996147200 134512640 134931368 4294956256 18446744073709551615 134523045 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1134 1046 48 102 0 1029 0
Current children cumulated CPU time (s) 1581.6
Current children cumulated vsize (KiB) 23492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/96 24392
/proc/meminfo: memFree=1426472/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4516 CPUtime=1638.12
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1199 0 0 0 163797 15 0 0 25 0 1 0 1542493938 4624384 1049 996147200 134512640 134931368 4294956256 18446744073709551615 134529828 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1129 1049 48 102 0 1024 0
Current children cumulated CPU time (s) 1640.43
Current children cumulated vsize (KiB) 23472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/96 24392
/proc/meminfo: memFree=1423016/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4516 CPUtime=1696.96
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1199 0 0 0 169681 15 0 0 25 0 1 0 1542493938 4624384 1049 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1129 1049 48 102 0 1024 0
Current children cumulated CPU time (s) 1699.27
Current children cumulated vsize (KiB) 23472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/96 24392
/proc/meminfo: memFree=1420464/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4516 CPUtime=1755.8
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1199 0 0 0 175564 16 0 0 25 0 1 0 1542493938 4624384 1049 996147200 134512640 134931368 4294956256 18446744073709551615 134530261 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1129 1049 48 102 0 1024 0
Current children cumulated CPU time (s) 1758.11
Current children cumulated vsize (KiB) 23472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1825.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/96 24392
/proc/meminfo: memFree=1417456/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4844 CPUtime=1797.76
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1248 0 0 0 179760 16 0 0 25 0 1 0 1542493938 4960256 1095 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1211 1095 48 102 0 1106 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 23800

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

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

[startup+1825.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/96 24392
/proc/meminfo: memFree=1417456/2055920 swapFree=4121304/4192956
[pid=24091] ppid=24089 vsize=13600 CPUtime=2.31
/proc/24091/stat : 24091 (sugar) S 24089 24091 21893 0 -1 4194304 1023 16249 0 2 4 0 216 11 16 0 1 0 1542493695 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24091/statm: 3400 799 370 3 0 500 0
[pid=24114] ppid=24091 vsize=5356 CPUtime=0
/proc/24114/stat : 24114 (sh) S 24091 24091 21893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542493938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24114/statm: 1339 232 193 169 0 50 0
[pid=24115] ppid=24114 vsize=4844 CPUtime=1797.76
/proc/24115/stat : 24115 (picosat) R 24114 24091 21893 0 -1 4194304 1248 0 0 0 179760 16 0 0 25 0 1 0 1542493938 4960256 1095 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24115/statm: 1211 1095 48 102 0 1106 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 23800

Child status: 0
Real time (s): 1825.12
CPU time (s): 1800.11
CPU user time (s): 1799.81
CPU system time (s): 0.298954
CPU usage (%): 98.6298
Max. virtual memory (cumulated for all children) (KiB): 887476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19335
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= 2090
involuntary context switches= 59481

runsolver used 2.32665 second user time and 5.73013 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 01:36:37
IDJOB=1060724
IDBENCH=54476
IDSOLVER=345
FILE ID=node14/1060724-1215128197
PBS_JOBID= 7877176
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e4ec9a3febcaf38991fa134c8c940c52
RANDOM SEED=1890804199

node14.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.267
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.267
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:       1484176 kB
Buffers:         43188 kB
Cached:         290028 kB
SwapCached:      65808 kB
Active:         339208 kB
Inactive:       168752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484176 kB
SwapTotal:     4192956 kB
SwapFree:      4121284 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:         191160 kB
Slab:            48672 kB
Committed_AS:  3795996 kB
PageTables:       2176 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= 66508 MiB
End job on node14 at 2008-07-04 02:07:04