Trace number 1060556

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.08 1808.92

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-25.xml
MD5SUM177c3fba917c31966b3b94a9ac2abc25
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
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.05	c 0	BEGIN Fri Jul  4 01:23:17 2008
0.00/0.05	c 0	PID 8123
0.03/0.05	c 0	HOST node21.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1060556-1215127397.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-1060556-1215127397.xml' 'HOME/temp.csp'
0.03/0.57	c 0	2 domains, 49 variables, 2 predicates, 0 relations, 600 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.56/0.70	c 0	Parsing HOME/temp.csp
0.56/0.88	c 1	parsed 653 expressions
0.56/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.93	c 1	Converting to clausal form CSP
0.56/0.97	c 1	converted 66 (10%) expressions
0.56/0.99	c 1	converted 131 (20%) expressions
0.91/1.01	c 1	converted 196 (30%) expressions
0.91/1.03	c 1	converted 262 (40%) expressions
0.91/1.05	c 1	converted 327 (50%) expressions
1.01/1.11	c 1	converted 392 (60%) expressions
1.01/1.13	c 1	converted 458 (70%) expressions
1.01/1.13	c 1	converted 523 (80%) expressions
1.01/1.14	c 1	converted 588 (90%) expressions
1.01/1.15	c 1	converted 653 (100%) expressions
1.01/1.15	c 1	CSP : 49 integers, 0 booleans, 648 clauses, largest domain size 25
1.01/1.15	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.15	c 1	Propagation in CSP
1.01/1.18	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.18	c 1	CSP : 49 integers, 0 booleans, 648 clauses, largest domain size 25
1.01/1.18	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.20	c 1	CSP : 49 integers, 1200 booleans, 1848 clauses, largest domain size 25
1.10/1.20	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.24	c 1	5 (10%) CSP integer variables are encoded (115 clauses, 1123 bytes)
1.10/1.24	c 1	10 (20%) CSP integer variables are encoded (230 clauses, 2388 bytes)
1.10/1.24	c 1	15 (30%) CSP integer variables are encoded (345 clauses, 3653 bytes)
1.10/1.24	c 1	20 (40%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.10/1.25	c 1	25 (50%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.10/1.25	c 1	30 (60%) CSP integer variables are encoded (685 clauses, 7393 bytes)
1.10/1.25	c 1	35 (70%) CSP integer variables are encoded (795 clauses, 8603 bytes)
1.10/1.25	c 1	40 (80%) CSP integer variables are encoded (905 clauses, 9813 bytes)
1.10/1.25	c 1	45 (90%) CSP integer variables are encoded (1015 clauses, 11140 bytes)
1.10/1.25	c 1	49 (100%) CSP integer variables are encoded (1103 clauses, 12284 bytes)
1.10/1.27	c 1	185 (10%) CSP clauses are encoded (4264 clauses, 60886 bytes)
1.10/1.28	c 1	370 (20%) CSP clauses are encoded (7401 clauses, 111328 bytes)
1.10/1.30	c 1	555 (30%) CSP clauses are encoded (10538 clauses, 163240 bytes)
1.20/1.31	c 1	740 (40%) CSP clauses are encoded (13699 clauses, 215556 bytes)
1.20/1.32	c 1	924 (50%) CSP clauses are encoded (16795 clauses, 266780 bytes)
1.20/1.33	c 1	1109 (60%) CSP clauses are encoded (19832 clauses, 317906 bytes)
1.20/1.34	c 1	1294 (70%) CSP clauses are encoded (22846 clauses, 368645 bytes)
1.20/1.35	c 1	1479 (80%) CSP clauses are encoded (25860 clauses, 419766 bytes)
1.20/1.35	c 1	1664 (90%) CSP clauses are encoded (28897 clauses, 472040 bytes)
1.31/1.42	c 1	1848 (100%) CSP clauses are encoded (58751 clauses, 1013204 bytes)
1.31/1.42	c 1	1848 CSP clauses encoded
1.31/1.42	c 1	Writing map file : HOME/temp.map
1.31/1.42	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.42	c 1	SAT : 2352 SAT variables, 58751 SAT clauses, 1013204 bytes
1.31/1.42	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	SOLVING HOME/temp.cnf
1.31/1.47	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1808.91	sh: line 1:  8147 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1808.91	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1808.91	c 1809	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.03/1808.92	c ERROR INTERRUPTED
1800.03/1808.92	s UNKNOWN
1800.03/1808.92	c 1809	CPU 1799.52 (0.04 0.01 1799.48 0.53)
1800.03/1808.92	c 1809	END Fri Jul  4 01:53:26 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-1060556-1215127397/watcher-1060556-1215127397 -o /tmp/evaluation-result-1060556-1215127397/solver-1060556-1215127397 -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-1060556-1215127397.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.99 1.85 1.49 4/81 8123
/proc/meminfo: memFree=1595760/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=18572 CPUtime=0
/proc/8123/stat : 8123 (runsolver) R 8121 8123 8029 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991713931 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8123/statm: 4643 292 257 25 0 2626 0

[startup+0.050723 s]
/proc/loadavg: 1.99 1.85 1.49 4/81 8123
/proc/meminfo: memFree=1595760/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=0.03
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991713931 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10262 s]
/proc/loadavg: 1.99 1.85 1.49 4/81 8123
/proc/meminfo: memFree=1595760/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=0.03
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991713931 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302652 s]
/proc/loadavg: 1.99 1.85 1.49 4/81 8123
/proc/meminfo: memFree=1595760/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=0.03
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991713931 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702735 s]
/proc/loadavg: 1.99 1.85 1.49 4/81 8123
/proc/meminfo: memFree=1595760/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=0.56
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 956 4550 0 1 3 0 50 3 16 0 1 0 1991713931 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 1.99 1.85 1.49 4/92 8145
/proc/meminfo: memFree=1587416/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 13600

[startup+3.10118 s]
/proc/loadavg: 1.99 1.85 1.49 3/84 8147
/proc/meminfo: memFree=1590104/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=3412 CPUtime=1.6
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 750 0 0 0 129 31 0 0 25 0 1 0 1991714079 3493888 736 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 853 736 42 102 0 748 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22368

[startup+6.3026 s]
/proc/loadavg: 1.99 1.86 1.49 3/84 8147
/proc/meminfo: memFree=1588696/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=4856 CPUtime=4.78
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 1065 0 0 0 447 31 0 0 25 0 1 0 1991714079 4972544 1051 996147200 134512640 134931368 4294956256 18446744073709551615 134525811 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 1214 1051 42 102 0 1109 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23812

[startup+12.7018 s]
/proc/loadavg: 1.99 1.86 1.49 3/84 8147
/proc/meminfo: memFree=1587864/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=5328 CPUtime=11.15
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 1196 0 0 0 1084 31 0 0 25 0 1 0 1991714079 5455872 1180 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 1332 1180 48 102 0 1227 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 24284

[startup+25.5012 s]
/proc/loadavg: 1.99 1.86 1.50 3/84 8147
/proc/meminfo: memFree=1587544/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=5820 CPUtime=23.88
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 1314 0 0 0 2357 31 0 0 25 0 1 0 1991714079 5959680 1298 996147200 134512640 134931368 4294956256 18446744073709551615 134529700 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 1455 1298 48 102 0 1350 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 24776

[startup+51.101 s]
/proc/loadavg: 1.99 1.87 1.51 3/84 8147
/proc/meminfo: memFree=1586776/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=6496 CPUtime=49.36
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 1500 0 0 0 4904 32 0 0 25 0 1 0 1991714079 6651904 1484 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 1624 1484 48 102 0 1519 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 25452

[startup+102.307 s]
/proc/loadavg: 1.99 1.89 1.53 3/84 8147
/proc/meminfo: memFree=1585560/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=7616 CPUtime=100.31
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 1792 0 0 0 9999 32 0 0 25 0 1 0 1991714079 7798784 1776 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 1904 1776 48 102 0 1799 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 26572

[startup+162.302 s]
/proc/loadavg: 1.99 1.91 1.56 3/84 8147
/proc/meminfo: memFree=1584408/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=8720 CPUtime=160.01
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 2097 0 0 0 15969 32 0 0 25 0 1 0 1991714079 8929280 2014 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 2180 2014 48 102 0 2075 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 27676

[startup+222.301 s]
/proc/loadavg: 1.99 1.92 1.58 3/84 8147
/proc/meminfo: memFree=1583704/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=9380 CPUtime=219.72
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 2414 0 0 0 21940 32 0 0 25 0 1 0 1991714079 9605120 2185 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 2345 2185 48 102 0 2240 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 28336

[startup+282.302 s]
/proc/loadavg: 2.13 1.98 1.62 3/84 8147
/proc/meminfo: memFree=1582872/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=10040 CPUtime=279.43
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 2731 0 0 0 27910 33 0 0 25 0 1 0 1991714079 10280960 2380 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8147/statm: 2510 2380 48 102 0 2405 0
Current children cumulated CPU time (s) 280.77
Current children cumulated vsize (KiB) 28996


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

[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=16572 CPUtime=1294.47
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 5616 0 0 0 129410 37 0 0 25 0 1 0 1991714079 16969728 3869 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4143 3869 48 102 0 4038 0
Current children cumulated CPU time (s) 1295.81
Current children cumulated vsize (KiB) 35528

[startup+1362.3 s]
/proc/loadavg: 1.99 2.04 1.91 3/75 8179
/proc/meminfo: memFree=1585448/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=16572 CPUtime=1354.23
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 5690 0 0 0 135386 37 0 0 25 0 1 0 1991714079 16969728 3869 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4143 3869 48 102 0 4038 0
Current children cumulated CPU time (s) 1355.57
Current children cumulated vsize (KiB) 35528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 1.91 3/87 8224
/proc/meminfo: memFree=1535304/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=16968 CPUtime=1413.94
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 5876 0 0 0 141352 42 0 0 25 0 1 0 1991714079 17375232 3977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4242 3977 48 102 0 4137 0
Current children cumulated CPU time (s) 1415.28
Current children cumulated vsize (KiB) 35924

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/87 8224
/proc/meminfo: memFree=1535048/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=17364 CPUtime=1473.64
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6050 0 0 0 147322 42 0 0 25 0 1 0 1991714079 17780736 4073 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4341 4073 48 102 0 4236 0
Current children cumulated CPU time (s) 1474.98
Current children cumulated vsize (KiB) 36320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/87 8224
/proc/meminfo: memFree=1534984/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=17364 CPUtime=1533.34
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6050 0 0 0 153292 42 0 0 25 0 1 0 1991714079 17780736 4073 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4341 4073 48 102 0 4236 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 36320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/87 8224
/proc/meminfo: memFree=1534152/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=18156 CPUtime=1593.04
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6341 0 0 0 159262 42 0 0 25 0 1 0 1991714079 18591744 4282 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4539 4282 48 102 0 4434 0
Current children cumulated CPU time (s) 1594.38
Current children cumulated vsize (KiB) 37112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/87 8224
/proc/meminfo: memFree=1534152/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=18116 CPUtime=1652.74
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6341 0 0 0 165232 42 0 0 25 0 1 0 1991714079 18550784 4282 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4529 4282 48 102 0 4424 0
Current children cumulated CPU time (s) 1654.08
Current children cumulated vsize (KiB) 37072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 8224
/proc/meminfo: memFree=1534088/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=18248 CPUtime=1712.45
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6434 0 0 0 171202 43 0 0 25 0 1 0 1991714079 18685952 4293 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4562 4293 48 102 0 4457 0
Current children cumulated CPU time (s) 1713.79
Current children cumulated vsize (KiB) 37204

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/84 8263
/proc/meminfo: memFree=1575520/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=18380 CPUtime=1772.19
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6492 0 0 0 177175 44 0 0 25 0 1 0 1991714079 18821120 4351 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4595 4351 48 102 0 4490 0
Current children cumulated CPU time (s) 1773.53
Current children cumulated vsize (KiB) 37336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.01 2.00 1.91 3/84 8263
/proc/meminfo: memFree=1575072/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=18512 CPUtime=1798.69
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6595 0 0 0 179825 44 0 0 25 0 1 0 1991714079 18956288 4368 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4628 4368 48 102 0 4523 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 37468

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

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

[startup+1808.9 s]
/proc/loadavg: 2.01 2.00 1.91 3/84 8263
/proc/meminfo: memFree=1575072/2055920 swapFree=4180412/4192956
[pid=8123] ppid=8121 vsize=13600 CPUtime=1.34
/proc/8123/stat : 8123 (sugar) S 8121 8123 8029 0 -1 4194304 1022 11175 0 2 4 0 123 7 16 0 1 0 1991713931 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8123/statm: 3400 798 370 3 0 500 0
[pid=8146] ppid=8123 vsize=5356 CPUtime=0
/proc/8146/stat : 8146 (sh) S 8123 8123 8029 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991714079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8146/statm: 1339 232 193 169 0 50 0
[pid=8147] ppid=8146 vsize=18512 CPUtime=1798.69
/proc/8147/stat : 8147 (picosat) R 8146 8123 8029 0 -1 4194304 6595 0 0 0 179825 44 0 0 25 0 1 0 1991714079 18956288 4368 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/8147/statm: 4628 4368 48 102 0 4523 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 37468

Child status: 0
Real time (s): 1808.92
CPU time (s): 1800.08
CPU user time (s): 1799.53
CPU system time (s): 0.544917
CPU usage (%): 99.511
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19525
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= 1233
involuntary context switches= 46197

runsolver used 2.09568 second user time and 4.80427 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 01:23:17
IDJOB=1060556
IDBENCH=54461
IDSOLVER=345
FILE ID=node21/1060556-1215127397
PBS_JOBID= 7877286
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 177c3fba917c31966b3b94a9ac2abc25
RANDOM SEED=2088550320

node21.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	: 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.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:       1596240 kB
Buffers:         61040 kB
Cached:         306080 kB
SwapCached:       6608 kB
Active:         191620 kB
Inactive:       203100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596240 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          43632 kB
Slab:            50124 kB
Committed_AS:  3472692 kB
PageTables:       1912 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= 66556 MiB
End job on node21 at 2008-07-04 01:53:28