Trace number 1070537

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.1 1800.32

General information on the benchmark

Namecsp/pseudoGLB/
normalized-army13-24ls.xml
MD5SUM6d43fd05d71d0ff49815e70563d3f9e5
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 variables490
Number of constraints737
Maximum constraint arity169
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(737)

Solver Data (download as text)

0.00/0.03	c 0	Sugar v1-13 + HOME/picosat
0.00/0.03	c 0	BEGIN Fri Jul  4 11:59:20 2008
0.00/0.03	c 0	PID 24945
0.00/0.04	c 0	HOST node71.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1070537-1215165560.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070537-1215165560.xml' 'HOME/temp.csp'
0.03/0.39	c 0	1 domains, 490 variables, 0 predicates, 0 relations, 737 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.49	c 0	Parsing HOME/temp.csp
0.54/0.65	c 1	parsed 1228 expressions
0.54/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.65	c 1	Converting to clausal form CSP
0.54/0.67	c 1	converted 123 (10%) expressions
0.54/0.68	c 1	converted 246 (20%) expressions
0.54/0.68	c 1	converted 369 (30%) expressions
0.54/0.69	c 1	converted 492 (40%) expressions
0.54/0.71	c 1	converted 614 (50%) expressions
0.54/0.72	c 1	converted 737 (60%) expressions
0.54/0.74	c 1	converted 860 (70%) expressions
0.54/0.75	c 1	converted 983 (80%) expressions
0.54/0.76	c 1	converted 1106 (90%) expressions
0.54/0.89	c 1	converted 1228 (100%) expressions
0.54/0.89	c 1	CSP : 1736 integers, 0 booleans, 3229 clauses, largest domain size 86
0.54/0.89	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.54/0.89	c 1	Propagation in CSP
0.54/0.92	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.54/0.92	c 1	CSP : 1736 integers, 0 booleans, 3229 clauses, largest domain size 86
0.54/0.92	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.54/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.54/0.93	c 1	CSP : 1736 integers, 0 booleans, 3229 clauses, largest domain size 86
0.54/0.93	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.54/0.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.54/0.97	c 1	174 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.54/0.97	c 1	348 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.54/0.97	c 1	521 (30%) CSP integer variables are encoded (63 clauses, 757 bytes)
0.54/0.97	c 1	695 (40%) CSP integer variables are encoded (446 clauses, 5167 bytes)
0.54/0.97	c 1	868 (50%) CSP integer variables are encoded (850 clauses, 10419 bytes)
0.54/0.98	c 1	1042 (60%) CSP integer variables are encoded (1256 clauses, 15697 bytes)
0.54/0.98	c 1	1216 (70%) CSP integer variables are encoded (1662 clauses, 20975 bytes)
0.54/0.98	c 1	1389 (80%) CSP integer variables are encoded (2062 clauses, 26175 bytes)
0.54/0.98	c 1	1563 (90%) CSP integer variables are encoded (2867 clauses, 36640 bytes)
0.54/0.98	c 1	1736 (100%) CSP integer variables are encoded (3954 clauses, 50771 bytes)
0.54/1.00	c 1	323 (10%) CSP clauses are encoded (4427 clauses, 55519 bytes)
1.31/1.03	c 1	646 (20%) CSP clauses are encoded (5614 clauses, 69223 bytes)
1.42/1.10	c 1	969 (30%) CSP clauses are encoded (7435 clauses, 93242 bytes)
1.42/1.11	c 1	1292 (40%) CSP clauses are encoded (9498 clauses, 124211 bytes)
1.42/1.12	c 1	1615 (50%) CSP clauses are encoded (11637 clauses, 157000 bytes)
1.42/1.13	c 1	1938 (60%) CSP clauses are encoded (13766 clauses, 189650 bytes)
1.42/1.13	c 1	2261 (70%) CSP clauses are encoded (15905 clauses, 222341 bytes)
1.42/1.14	c 1	2584 (80%) CSP clauses are encoded (18086 clauses, 256045 bytes)
1.42/1.17	c 1	2907 (90%) CSP clauses are encoded (34280 clauses, 542757 bytes)
1.42/1.20	c 1	3229 (100%) CSP clauses are encoded (50535 clauses, 830562 bytes)
1.52/1.20	c 1	3229 CSP clauses encoded
1.52/1.20	c 1	Writing map file : HOME/temp.map
1.52/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.21	c 1	SAT : 5690 SAT variables, 50535 SAT clauses, 830562 bytes
1.52/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.26	c 1	SOLVING HOME/temp.cnf
1.52/1.26	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1800.30	sh: line 1: 24969 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1800.31	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1800.31	c 1800	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.06/1800.31	c ERROR INTERRUPTED
1800.06/1800.31	s UNKNOWN
1800.06/1800.31	c 1800	CPU 1799.71 (0.03 0 1799.68 0.37)
1800.06/1800.31	c 1800	END Fri Jul  4 12:29:20 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-1070537-1215165560/watcher-1070537-1215165560 -o /tmp/evaluation-result-1070537-1215165560/solver-1070537-1215165560 -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-1070537-1215165560.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.00 1.00 1.05 3/64 24945
/proc/meminfo: memFree=1837568/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=12272 CPUtime=0
/proc/24945/stat : 24945 (sugar) R 24943 24945 23890 0 -1 4194304 390 0 0 0 0 0 0 0 18 0 1 0 1995524730 12566528 358 996147200 4194304 4206940 548682068608 18446744073709551615 231980488128 0 0 4224 0 0 0 0 17 0 0 0
/proc/24945/statm: 3068 364 274 3 0 168 0

[startup+0.050289 s]
/proc/loadavg: 1.00 1.00 1.05 3/64 24945
/proc/meminfo: memFree=1837568/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=0.03
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995524730 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101294 s]
/proc/loadavg: 1.00 1.00 1.05 3/64 24945
/proc/meminfo: memFree=1837568/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=0.03
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995524730 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301324 s]
/proc/loadavg: 1.00 1.00 1.05 3/64 24945
/proc/meminfo: memFree=1837568/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=0.03
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995524730 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701377 s]
/proc/loadavg: 1.00 1.00 1.05 3/64 24945
/proc/meminfo: memFree=1837568/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=0.54
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 973 4913 0 1 3 0 47 4 16 0 1 0 1995524730 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 24967
/proc/meminfo: memFree=1821152/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 13600

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 24969
/proc/meminfo: memFree=1832032/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=3632 CPUtime=1.82
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 794 0 0 0 163 19 0 0 25 0 1 0 1995524857 3719168 778 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 908 778 42 102 0 803 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 22588

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 24969
/proc/meminfo: memFree=1830816/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=4324 CPUtime=5.02
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 961 0 0 0 482 20 0 0 25 0 1 0 1995524857 4427776 943 996147200 134512640 134931368 4294956256 18446744073709551615 134529719 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 1081 943 48 102 0 976 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 23280

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 24969
/proc/meminfo: memFree=1830504/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=4572 CPUtime=11.42
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 1050 0 0 0 1122 20 0 0 25 0 1 0 1995524857 4681728 1032 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 1143 1032 48 102 0 1038 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 23528

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 24969
/proc/meminfo: memFree=1829744/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=5444 CPUtime=24.22
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 1264 0 0 0 2402 20 0 0 25 0 1 0 1995524857 5574656 1246 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 1361 1246 48 102 0 1256 0
Current children cumulated CPU time (s) 25.77
Current children cumulated vsize (KiB) 24400

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.04 2/67 24969
/proc/meminfo: memFree=1828848/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=6432 CPUtime=49.81
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 1504 0 0 0 4961 20 0 0 25 0 1 0 1995524857 6586368 1486 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 1608 1486 48 102 0 1503 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 25388

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.04 2/67 24975
/proc/meminfo: memFree=1826992/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=7952 CPUtime=101
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 1899 0 0 0 10079 21 0 0 25 0 1 0 1995524857 8142848 1881 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 1988 1881 48 102 0 1883 0
Current children cumulated CPU time (s) 102.55
Current children cumulated vsize (KiB) 26908

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/67 24975
/proc/meminfo: memFree=1825904/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=9308 CPUtime=160.98
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 2196 0 0 0 16077 21 0 0 25 0 1 0 1995524857 9531392 2172 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 2327 2172 48 102 0 2222 0
Current children cumulated CPU time (s) 162.53
Current children cumulated vsize (KiB) 28264

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/67 24975
/proc/meminfo: memFree=1824240/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=10972 CPUtime=220.96
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 2681 0 0 0 22074 22 0 0 25 0 1 0 1995524857 11235328 2555 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 2743 2555 48 102 0 2638 0
Current children cumulated CPU time (s) 222.51
Current children cumulated vsize (KiB) 29928

[startup+282.302 s]
/proc/loadavg: 1.11 1.03 1.03 2/67 24975
/proc/meminfo: memFree=1824240/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=10972 CPUtime=280.94
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 2908 0 0 0 28072 22 0 0 25 0 1 0 1995524857 11235328 2562 996147200 134512640 134931368 4294956256 18446744073709551615 134520121 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 2743 2562 48 102 0 2638 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 29928


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

[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=17956 CPUtime=1300.66
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 6722 0 0 0 130040 26 0 0 25 0 1 0 1995524857 18386944 4288 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 4489 4288 48 102 0 4384 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 36912

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1816560/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=18220 CPUtime=1360.64
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 6941 0 0 0 136038 26 0 0 25 0 1 0 1995524857 18657280 4369 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 4555 4369 48 102 0 4450 0
Current children cumulated CPU time (s) 1362.19
Current children cumulated vsize (KiB) 37176

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1816496/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=18220 CPUtime=1420.62
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 7020 0 0 0 142036 26 0 0 25 0 1 0 1995524857 18657280 4376 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 4555 4376 48 102 0 4450 0
Current children cumulated CPU time (s) 1422.17
Current children cumulated vsize (KiB) 37176

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1816496/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=18220 CPUtime=1480.6
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 7092 0 0 0 148034 26 0 0 25 0 1 0 1995524857 18657280 4376 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 4555 4376 48 102 0 4450 0
Current children cumulated CPU time (s) 1482.15
Current children cumulated vsize (KiB) 37176

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1815664/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=19012 CPUtime=1540.58
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 7425 0 0 0 154032 26 0 0 25 0 1 0 1995524857 19468288 4565 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 4753 4565 48 102 0 4648 0
Current children cumulated CPU time (s) 1542.13
Current children cumulated vsize (KiB) 37968

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1814256/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=20464 CPUtime=1600.56
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 7868 0 0 0 160030 26 0 0 25 0 1 0 1995524857 20955136 4932 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 5116 4932 48 102 0 5011 0
Current children cumulated CPU time (s) 1602.11
Current children cumulated vsize (KiB) 39420

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1814192/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=20464 CPUtime=1660.55
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 7944 0 0 0 166028 27 0 0 25 0 1 0 1995524857 20955136 4932 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 5116 4932 48 102 0 5011 0
Current children cumulated CPU time (s) 1662.1
Current children cumulated vsize (KiB) 39420

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1814192/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=20396 CPUtime=1720.53
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 8020 0 0 0 172026 27 0 0 25 0 1 0 1995524857 20885504 4932 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 5099 4932 48 102 0 4994 0
Current children cumulated CPU time (s) 1722.08
Current children cumulated vsize (KiB) 39352

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1814128/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=20392 CPUtime=1780.52
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 8096 0 0 0 178025 27 0 0 25 0 1 0 1995524857 20881408 4932 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 5098 4932 48 102 0 4993 0
Current children cumulated CPU time (s) 1782.07
Current children cumulated vsize (KiB) 39348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1814128/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=20392 CPUtime=1798.51
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 8100 0 0 0 179824 27 0 0 25 0 1 0 1995524857 20881408 4936 996147200 134512640 134931368 4294956256 18446744073709551615 134530220 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 5098 4936 48 102 0 4993 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 39348

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

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

[startup+1800.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24975
/proc/meminfo: memFree=1814128/2055920 swapFree=4180436/4192956
[pid=24945] ppid=24943 vsize=13600 CPUtime=1.55
/proc/24945/stat : 24945 (sugar) S 24943 24945 23890 0 -1 4194304 1022 12101 0 2 3 0 143 9 16 0 1 0 1995524730 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24945/statm: 3400 799 370 3 0 500 0
[pid=24968] ppid=24945 vsize=5356 CPUtime=0
/proc/24968/stat : 24968 (sh) S 24945 24945 23890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995524857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24968/statm: 1339 232 193 169 0 50 0
[pid=24969] ppid=24968 vsize=20392 CPUtime=1798.51
/proc/24969/stat : 24969 (picosat) R 24968 24945 23890 0 -1 4194304 8100 0 0 0 179824 27 0 0 25 0 1 0 1995524857 20881408 4936 996147200 134512640 134931368 4294956256 18446744073709551615 134530220 0 0 4096 0 0 0 0 17 0 0 0
/proc/24969/statm: 5098 4936 48 102 0 4993 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 39348

Child status: 0
Real time (s): 1800.32
CPU time (s): 1800.1
CPU user time (s): 1799.71
CPU system time (s): 0.385941
CPU usage (%): 99.9879
Max. virtual memory (cumulated for all children) (KiB): 888364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21895
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= 957
involuntary context switches= 4152

runsolver used 1.9447 second user time and 4.6173 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 11:59:20
IDJOB=1070537
IDBENCH=55884
IDSOLVER=345
FILE ID=node71/1070537-1215165560
PBS_JOBID= 7877476
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-army13-24ls.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-1070537-1215165560/watcher-1070537-1215165560 -o /tmp/evaluation-result-1070537-1215165560/solver-1070537-1215165560 -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-1070537-1215165560.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d43fd05d71d0ff49815e70563d3f9e5
RANDOM SEED=1172744516

node71.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.209
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.209
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:       1838048 kB
Buffers:         38496 kB
Cached:         113652 kB
SwapCached:       6632 kB
Active:         114104 kB
Inactive:        46744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838048 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            42968 kB
Committed_AS:  4170364 kB
PageTables:       1464 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= 66560 MiB
End job on node71 at 2008-07-04 12:29:22