Trace number 1070329

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.01 1815.13

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl40-50-pb-cnf-cr.xml
MD5SUM65732382fd866cb6c9e231272e80cd14
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 variables4000
Number of constraints180
Maximum constraint arity50
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(180)

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 11:40:48 2008
0.00/0.04	c 0	PID 24045
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070329-1215164448.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070329-1215164448.xml' 'HOME/temp.csp'
0.04/0.55	c 0	1 domains, 4000 variables, 0 predicates, 0 relations, 180 constraints
0.04/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	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.53/0.66	c 0	Parsing HOME/temp.csp
0.53/0.96	c 1	parsed 4181 expressions
0.53/0.96	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.96	c 1	Converting to clausal form CSP
0.53/0.99	c 1	converted 419 (10%) expressions
0.53/0.99	c 1	converted 837 (20%) expressions
0.93/1.00	c 1	converted 1255 (30%) expressions
0.93/1.02	c 1	converted 1673 (40%) expressions
0.93/1.02	c 1	converted 2091 (50%) expressions
0.93/1.02	c 1	converted 2509 (60%) expressions
0.93/1.02	c 1	converted 2927 (70%) expressions
0.93/1.02	c 1	converted 3345 (80%) expressions
0.93/1.02	c 1	converted 3763 (90%) expressions
1.62/1.79	c 1	converted 4181 (100%) expressions
1.62/1.79	c 1	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 26
1.62/1.79	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.79	c 1	Propagation in CSP
1.82/2.00	c 2	15040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.00	c 2	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 21
1.91/2.00	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.02	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.03	c 2	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 21
1.91/2.03	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.13	c 2	1164 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.14	c 2	2328 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.15	c 2	3492 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.16	c 2	4656 (40%) CSP integer variables are encoded (2372 clauses, 30900 bytes)
2.01/2.16	c 2	5820 (50%) CSP integer variables are encoded (6591 clauses, 89526 bytes)
2.01/2.17	c 2	6984 (60%) CSP integer variables are encoded (10834 clauses, 153171 bytes)
2.01/2.18	c 2	8148 (70%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.01/2.18	c 2	9312 (80%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.01/2.18	c 2	10476 (90%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.01/2.18	c 2	11640 (100%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.11/2.28	c 2	1546 (10%) CSP clauses are encoded (36082 clauses, 566935 bytes)
2.21/2.33	c 2	3092 (20%) CSP clauses are encoded (58380 clauses, 956435 bytes)
2.21/2.38	c 2	4638 (30%) CSP clauses are encoded (80738 clauses, 1387473 bytes)
2.30/2.44	c 2	6184 (40%) CSP clauses are encoded (103020 clauses, 1816993 bytes)
2.30/2.49	c 2	7730 (50%) CSP clauses are encoded (125160 clauses, 2243782 bytes)
2.41/2.51	c 2	9276 (60%) CSP clauses are encoded (128236 clauses, 2290749 bytes)
2.41/2.53	c 2	10822 (70%) CSP clauses are encoded (131312 clauses, 2337773 bytes)
2.41/2.55	c 2	12368 (80%) CSP clauses are encoded (134388 clauses, 2385472 bytes)
2.41/2.57	c 2	13914 (90%) CSP clauses are encoded (137464 clauses, 2433795 bytes)
2.41/2.58	c 2	15460 (100%) CSP clauses are encoded (140540 clauses, 2482121 bytes)
2.41/2.58	c 2	15460 CSP clauses encoded
2.41/2.58	c 2	Writing map file : HOME/temp.map
2.50/2.64	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.64	c 2	SAT : 25440 SAT variables, 140540 SAT clauses, 2482121 bytes
2.50/2.64	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.69	c 2	SOLVING HOME/temp.cnf
2.50/2.69	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1815.12	c ERROR INTERRUPTED
1800.01/1815.12	s UNKNOWN
1800.01/1815.12	c 1815	CPU 2.41 (0.04 0.01 2.37 0.15)
1800.01/1815.12	c 1815	END Fri Jul  4 12:11:03 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-1070329-1215164448/watcher-1070329-1215164448 -o /tmp/evaluation-result-1070329-1215164448/solver-1070329-1215164448 -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-1070329-1215164448.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.93 2.00 1.99 4/72 24045
/proc/meminfo: memFree=1817216/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=12268 CPUtime=0
/proc/24045/stat : 24045 (sugar) R 24043 24045 23573 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1995419628 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24045/statm: 3067 316 241 3 0 167 0

[startup+0.061561 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 24045
/proc/meminfo: memFree=1817216/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=0.04
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995419628 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101171 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 24045
/proc/meminfo: memFree=1817216/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=0.04
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995419628 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301201 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 24045
/proc/meminfo: memFree=1817216/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=0.04
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995419628 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701255 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 24045
/proc/meminfo: memFree=1817216/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=0.53
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 973 5178 0 1 3 1 45 4 16 0 1 0 1995419628 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 1.93 2.00 1.99 4/83 24067
/proc/meminfo: memFree=1806696/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=0.53
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 973 5178 0 1 3 1 45 4 15 0 1 0 1995419628 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 797 370 3 0 500 0
[pid=24058] ppid=24045 vsize=5356 CPUtime=0
/proc/24058/stat : 24058 (sh) S 24045 24045 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995419687 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24058/statm: 1339 233 193 169 0 50 0
[pid=24059] ppid=24058 vsize=868388 CPUtime=0.9
/proc/24059/stat : 24059 (java) S 24058 24045 23573 0 -1 0 7740 0 1 0 85 5 0 0 18 0 9 0 1995419687 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24059/statm: 217097 6957 2540 9 0 211672 0
[pid=24059/tid=24060] ppid=24058 vsize=868388 CPUtime=0.55
/proc/24059/task/24060/stat : 24060 (java) R 24058 24045 23573 0 -1 64 2685 0 1 0 54 1 0 0 20 0 9 0 1995419688 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24059/tid=24061] ppid=24058 vsize=868388 CPUtime=0.12
/proc/24059/task/24061/stat : 24061 (java) S 24058 24045 23573 0 -1 64 2891 0 0 0 11 1 0 0 15 0 9 0 1995419689 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24059/tid=24062] ppid=24058 vsize=868388 CPUtime=0
/proc/24059/task/24062/stat : 24062 (java) S 24058 24045 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995419689 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24059/tid=24063] ppid=24058 vsize=868388 CPUtime=0
/proc/24059/task/24063/stat : 24063 (java) S 24058 24045 23573 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995419689 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24059/tid=24064] ppid=24058 vsize=868388 CPUtime=0
/proc/24059/task/24064/stat : 24064 (java) S 24058 24045 23573 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995419691 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24059/tid=24065] ppid=24058 vsize=868388 CPUtime=0.19
/proc/24059/task/24065/stat : 24065 (java) S 24058 24045 23573 0 -1 64 1471 0 0 0 19 0 0 0 16 0 9 0 1995419691 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24059/tid=24066] ppid=24058 vsize=868388 CPUtime=0
/proc/24059/task/24066/stat : 24066 (java) S 24058 24045 23573 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995419691 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24059/tid=24067] ppid=24058 vsize=868388 CPUtime=0
/proc/24059/task/24067/stat : 24067 (java) S 24058 24045 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995419691 889229312 6957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887344

[startup+3.10157 s]
/proc/loadavg: 1.93 2.00 1.99 4/83 24067
/proc/meminfo: memFree=1792168/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 13600

[startup+6.30301 s]
/proc/loadavg: 1.93 2.00 1.99 3/75 24069
/proc/meminfo: memFree=1805288/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=8684 CPUtime=3.56
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 1944 0 0 0 295 61 0 0 25 0 1 0 1995419898 8892416 1928 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 2171 1928 48 102 0 2066 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27640

[startup+12.7029 s]
/proc/loadavg: 1.94 2.00 1.99 3/75 24069
/proc/meminfo: memFree=1802472/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=10768 CPUtime=9.91
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 2479 0 0 0 929 62 0 0 25 0 1 0 1995419898 11026432 2453 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 2692 2453 48 102 0 2587 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 29724

[startup+25.5016 s]
/proc/loadavg: 1.95 2.00 1.99 3/75 24069
/proc/meminfo: memFree=1799336/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=13972 CPUtime=22.57
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 3293 0 0 0 2195 62 0 0 25 0 1 0 1995419898 14307328 3267 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 3493 3267 48 102 0 3388 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 32928

[startup+51.101 s]
/proc/loadavg: 1.97 2.00 1.99 3/75 24069
/proc/meminfo: memFree=1791400/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=21900 CPUtime=47.94
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 5264 0 0 0 4730 64 0 0 25 0 1 0 1995419898 22425600 5238 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 5475 5238 48 102 0 5370 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 40856

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 24069
/proc/meminfo: memFree=1779112/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=33768 CPUtime=98.66
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 8419 0 0 0 9801 65 0 0 25 0 1 0 1995419898 34578432 8225 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 8442 8225 48 102 0 8337 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 52724

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24069
/proc/meminfo: memFree=1774440/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=38320 CPUtime=158.09
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 9730 0 0 0 15743 66 0 0 25 0 1 0 1995419898 39239680 9366 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 9580 9366 48 102 0 9475 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 57276

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24069
/proc/meminfo: memFree=1766376/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=46812 CPUtime=217.52
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 11902 0 0 0 21684 68 0 0 25 0 1 0 1995419898 47935488 11389 996147200 134512640 134931368 4294956256 18446744073709551615 134529850 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 11703 11389 48 102 0 11598 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 65768

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

/proc/meminfo: memFree=1724576/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=95500 CPUtime=1348.86
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 25217 0 0 0 134800 86 0 0 25 0 1 0 1995419898 97792000 23566 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 23875 23566 48 102 0 23770 0
Current children cumulated CPU time (s) 1351.43
Current children cumulated vsize (KiB) 114456

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1726304/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=93604 CPUtime=1408.32
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 25227 0 0 0 140745 87 0 0 25 0 1 0 1995419898 95850496 23127 996147200 134512640 134931368 4294956256 18446744073709551615 134529886 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 23401 23127 48 102 0 23296 0
Current children cumulated CPU time (s) 1410.89
Current children cumulated vsize (KiB) 112560

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1722144/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=98268 CPUtime=1467.75
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 26379 0 0 0 146687 88 0 0 25 0 1 0 1995419898 100626432 24279 996147200 134512640 134931368 4294956256 18446744073709551615 134549464 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 24567 24279 48 102 0 24462 0
Current children cumulated CPU time (s) 1470.32
Current children cumulated vsize (KiB) 117224

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1718624/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=101372 CPUtime=1527.19
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 27267 0 0 0 152630 89 0 0 25 0 1 0 1995419898 103804928 25064 996147200 134512640 134931368 4294956256 18446744073709551615 134529943 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 25343 25064 48 102 0 25238 0
Current children cumulated CPU time (s) 1529.76
Current children cumulated vsize (KiB) 120328

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1709664/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=110700 CPUtime=1586.63
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 29600 0 0 0 158571 92 0 0 25 0 1 0 1995419898 113356800 27397 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 27675 27397 48 102 0 27570 0
Current children cumulated CPU time (s) 1589.2
Current children cumulated vsize (KiB) 129656

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1705632/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=114220 CPUtime=1646.07
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 30603 0 0 0 164514 93 0 0 25 0 1 0 1995419898 116961280 28292 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 28555 28292 48 102 0 28450 0
Current children cumulated CPU time (s) 1648.64
Current children cumulated vsize (KiB) 133176

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1705696/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=114048 CPUtime=1705.52
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 30603 0 0 0 170458 94 0 0 25 0 1 0 1995419898 116785152 28249 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 28512 28249 48 102 0 28407 0
Current children cumulated CPU time (s) 1708.09
Current children cumulated vsize (KiB) 133004

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1705632/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=114048 CPUtime=1764.95
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 30603 0 0 0 176401 94 0 0 25 0 1 0 1995419898 116785152 28249 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 28512 28249 48 102 0 28407 0
Current children cumulated CPU time (s) 1767.52
Current children cumulated vsize (KiB) 133004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1705632/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=114040 CPUtime=1797.44
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 30603 0 0 0 179650 94 0 0 25 0 1 0 1995419898 116776960 28247 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 28510 28247 48 102 0 28405 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 132996

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

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

[startup+1815.1 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 24132
/proc/meminfo: memFree=1705632/2055920 swapFree=4179464/4192956
[pid=24045] ppid=24043 vsize=13600 CPUtime=2.57
/proc/24045/stat : 24045 (sugar) S 24043 24045 23573 0 -1 4194304 1024 14652 0 2 4 1 237 15 16 0 1 0 1995419628 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24045/statm: 3400 799 370 3 0 500 0
[pid=24068] ppid=24045 vsize=5356 CPUtime=0
/proc/24068/stat : 24068 (sh) S 24045 24045 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995419898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24068/statm: 1339 232 193 169 0 50 0
[pid=24069] ppid=24068 vsize=114040 CPUtime=1797.44
/proc/24069/stat : 24069 (picosat) R 24068 24045 23573 0 -1 4194304 30603 0 0 0 179650 94 0 0 25 0 1 0 1995419898 116776960 28247 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 1 0 0
/proc/24069/statm: 28510 28247 48 102 0 28405 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 132996

Child status: 0

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

Real time (s): 1815.13
CPU time (s): 1800.01
CPU user time (s): 1798.91
CPU system time (s): 1.1
CPU usage (%): 99.1671
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42063
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16030
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= 3520
involuntary context switches= 3426

runsolver used 2.50162 second user time and 5.44317 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 11:40:48
IDJOB=1070329
IDBENCH=55842
IDSOLVER=345
FILE ID=node10/1070329-1215164448
PBS_JOBID= 7881433
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl40-50-pb-cnf-cr.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-1070329-1215164448/watcher-1070329-1215164448 -o /tmp/evaluation-result-1070329-1215164448/solver-1070329-1215164448 -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-1070329-1215164448.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 65732382fd866cb6c9e231272e80cd14
RANDOM SEED=478214979

node10.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.229
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.229
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:       1817696 kB
Buffers:         23272 kB
Cached:         136944 kB
SwapCached:       7540 kB
Active:         139816 kB
Inactive:        44956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817696 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          32616 kB
Slab:            38540 kB
Committed_AS:  3421524 kB
PageTables:       1960 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= 66528 MiB
End job on node10 at 2008-07-04 12:11:05