Trace number 1061018

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.07 1813.43

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-40-50.xml
MD5SUMb1915226816e1e7cb0d07198fea8fed9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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 intension180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 02:06:11 2008
0.00/0.04	c 0	PID 20396
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1061018-1215129971.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-1061018-1215129971.xml' 'HOME/temp.csp'
0.03/0.73	c 1	1 domains, 4000 variables, 2 predicates, 0 relations, 180 constraints
0.03/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.82	c 1	Parsing HOME/temp.csp
1.13/1.28	c 2	parsed 4183 expressions
1.13/1.28	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.28	c 2	Converting to clausal form CSP
1.23/1.31	c 2	converted 419 (10%) expressions
1.23/1.32	c 2	converted 837 (20%) expressions
1.23/1.32	c 2	converted 1255 (30%) expressions
1.23/1.34	c 2	converted 1674 (40%) expressions
1.23/1.34	c 2	converted 2092 (50%) expressions
1.23/1.34	c 2	converted 2510 (60%) expressions
1.23/1.34	c 2	converted 2929 (70%) expressions
1.23/1.34	c 2	converted 3347 (80%) expressions
1.23/1.34	c 2	converted 3765 (90%) expressions
2.02/2.10	c 2	converted 4183 (100%) expressions
2.02/2.10	c 2	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 26
2.02/2.10	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.10	c 2	Propagation in CSP
2.22/2.32	c 3	15040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.32	c 3	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 21
2.22/2.32	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.33	c 3	Simplifing CSP by introducing new Boolean variables
2.22/2.34	c 3	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 21
2.22/2.34	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.42	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.44	c 3	1164 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.32/2.45	c 3	2328 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.32/2.46	c 3	3492 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.32/2.47	c 3	4656 (40%) CSP integer variables are encoded (2372 clauses, 30900 bytes)
2.32/2.47	c 3	5820 (50%) CSP integer variables are encoded (6591 clauses, 89526 bytes)
2.32/2.48	c 3	6984 (60%) CSP integer variables are encoded (10834 clauses, 153171 bytes)
2.32/2.49	c 3	8148 (70%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.32/2.49	c 3	9312 (80%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.32/2.49	c 3	10476 (90%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.32/2.49	c 3	11640 (100%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.41/2.59	c 3	1546 (10%) CSP clauses are encoded (36082 clauses, 566935 bytes)
2.51/2.64	c 3	3092 (20%) CSP clauses are encoded (58380 clauses, 956435 bytes)
2.51/2.70	c 3	4638 (30%) CSP clauses are encoded (80738 clauses, 1387473 bytes)
2.61/2.75	c 3	6184 (40%) CSP clauses are encoded (103020 clauses, 1816993 bytes)
2.71/2.81	c 3	7730 (50%) CSP clauses are encoded (125160 clauses, 2243782 bytes)
2.71/2.83	c 3	9276 (60%) CSP clauses are encoded (128236 clauses, 2290749 bytes)
2.71/2.85	c 3	10822 (70%) CSP clauses are encoded (131312 clauses, 2337773 bytes)
2.71/2.87	c 3	12368 (80%) CSP clauses are encoded (134388 clauses, 2385472 bytes)
2.71/2.88	c 3	13914 (90%) CSP clauses are encoded (137464 clauses, 2433795 bytes)
2.81/2.90	c 3	15460 (100%) CSP clauses are encoded (140540 clauses, 2482121 bytes)
2.81/2.90	c 3	15460 CSP clauses encoded
2.81/2.91	c 3	Writing map file : HOME/temp.map
2.81/2.96	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.96	c 3	SAT : 25440 SAT variables, 140540 SAT clauses, 2482121 bytes
2.81/2.96	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.01	c 3	SOLVING HOME/temp.cnf
2.87/3.01	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1813.41	c ERROR INTERRUPTED
1800.07/1813.42	s UNKNOWN
1800.07/1813.42	c 1814	CPU 2.74 (0.03 0 2.71 0.15)
1800.07/1813.42	c 1814	END Fri Jul  4 02:36:25 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-1061018-1215129971/watcher-1061018-1215129971 -o /tmp/evaluation-result-1061018-1215129971/solver-1061018-1215129971 -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-1061018-1215129971.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: 2.00 2.00 2.00 4/80 20396
/proc/meminfo: memFree=1676448/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=18572 CPUtime=0
/proc/20396/stat : 20396 (runsolver) R 20394 20396 20204 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991970133 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20396/statm: 4643 292 257 25 0 2626 0

[startup+0.100595 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20396
/proc/meminfo: memFree=1676448/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=0.03
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991970133 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201607 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20396
/proc/meminfo: memFree=1676448/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=0.03
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991970133 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30161 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20396
/proc/meminfo: memFree=1676448/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=0.03
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991970133 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701652 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20396
/proc/meminfo: memFree=1676448/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=0.03
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991970133 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 20418
/proc/meminfo: memFree=1668552/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=0.7
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 973 5114 0 1 3 0 63 4 15 0 1 0 1991970133 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 797 370 3 0 500 0
[pid=20409] ppid=20396 vsize=5356 CPUtime=0
/proc/20409/stat : 20409 (sh) S 20396 20396 20204 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991970208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20409/statm: 1339 233 193 169 0 50 0
[pid=20410] ppid=20409 vsize=868152 CPUtime=0.73
/proc/20410/stat : 20410 (java) S 20409 20396 20204 0 -1 0 5296 0 1 0 70 3 0 0 19 0 9 0 1991970208 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20410/statm: 217038 4739 1732 9 0 211613 0
[pid=20410/tid=20411] ppid=20409 vsize=868152 CPUtime=0.5
/proc/20410/task/20411/stat : 20411 (java) R 20409 20396 20204 0 -1 64 2655 0 1 0 49 1 0 0 21 0 9 0 1991970209 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 102359468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20412] ppid=20409 vsize=868152 CPUtime=0.03
/proc/20410/task/20412/stat : 20412 (java) S 20409 20396 20204 0 -1 64 663 0 0 0 3 0 0 0 16 0 9 0 1991970210 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20413] ppid=20409 vsize=868152 CPUtime=0
/proc/20410/task/20413/stat : 20413 (java) S 20409 20396 20204 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991970211 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20414] ppid=20409 vsize=868152 CPUtime=0
/proc/20410/task/20414/stat : 20414 (java) S 20409 20396 20204 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1991970211 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20415] ppid=20409 vsize=868152 CPUtime=0
/proc/20410/task/20415/stat : 20415 (java) S 20409 20396 20204 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991970213 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20416] ppid=20409 vsize=868152 CPUtime=0.17
/proc/20410/task/20416/stat : 20416 (java) R 20409 20396 20204 0 -1 64 1287 0 0 0 17 0 0 0 16 0 9 0 1991970213 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 101464260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20417] ppid=20409 vsize=868152 CPUtime=0
/proc/20410/task/20417/stat : 20417 (java) S 20409 20396 20204 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991970213 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20418] ppid=20409 vsize=868152 CPUtime=0
/proc/20410/task/20418/stat : 20418 (java) S 20409 20396 20204 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991970213 888987648 4739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887108

[startup+3.10287 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 20418
/proc/meminfo: memFree=1652552/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 13600

[startup+6.30115 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 20420
/proc/meminfo: memFree=1664776/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=8420 CPUtime=3.24
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 1861 0 0 0 263 61 0 0 25 0 1 0 1991970435 8622080 1845 996147200 134512640 134931368 4294956256 18446744073709551615 134529170 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 2105 1845 48 102 0 2000 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27376

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 20420
/proc/meminfo: memFree=1661704/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=10768 CPUtime=9.57
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 2479 0 0 0 896 61 0 0 25 0 1 0 1991970435 11026432 2453 996147200 134512640 134931368 4294956256 18446744073709551615 134520021 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 2692 2453 48 102 0 2587 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 29724

[startup+25.5018 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 20420
/proc/meminfo: memFree=1658568/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=13972 CPUtime=22.25
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 3293 0 0 0 2164 61 0 0 25 0 1 0 1991970435 14307328 3267 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 3493 3267 48 102 0 3388 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 32928

[startup+51.1011 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 20420
/proc/meminfo: memFree=1651528/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=21444 CPUtime=47.62
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 5171 0 0 0 4699 63 0 0 25 0 1 0 1991970435 21958656 5145 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 5361 5145 48 102 0 5256 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 40400

[startup+102.302 s]
/proc/loadavg: 2.08 2.04 2.01 3/83 20420
/proc/meminfo: memFree=1638536/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=33768 CPUtime=98.34
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 8419 0 0 0 9769 65 0 0 25 0 1 0 1991970435 34578432 8225 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 8442 8225 48 102 0 8337 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 52724

[startup+162.302 s]
/proc/loadavg: 2.22 2.07 2.02 3/83 20420
/proc/meminfo: memFree=1633800/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=38320 CPUtime=157.78
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 9730 0 0 0 15712 66 0 0 25 0 1 0 1991970435 39239680 9366 996147200 134512640 134931368 4294956256 18446744073709551615 134529884 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 9580 9366 48 102 0 9475 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 57276

[startup+222.306 s]
/proc/loadavg: 2.11 2.07 2.02 3/83 20420
/proc/meminfo: memFree=1628040/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=44728 CPUtime=217.22
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 11317 0 0 0 21655 67 0 0 25 0 1 0 1991970435 45801472 10856 996147200 134512640 134931368 4294956256 18446744073709551615 134529451 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 11182 10856 48 102 0 11077 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 63684

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

/proc/meminfo: memFree=1576264/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=95500 CPUtime=1346.56
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 25217 0 0 0 134577 79 0 0 25 0 1 0 1991970435 97792000 23566 996147200 134512640 134931368 4294956256 18446744073709551615 134549502 0 0 4096 0 0 0 0 17 1 0 0
/proc/20420/statm: 23875 23566 48 102 0 23770 0
Current children cumulated CPU time (s) 1349.44
Current children cumulated vsize (KiB) 114456

[startup+1422.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/83 20458
/proc/meminfo: memFree=1567560/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=95500 CPUtime=1406.24
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 25217 0 0 0 140544 80 0 0 25 0 1 0 1991970435 97792000 23566 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 23875 23566 48 102 0 23770 0
Current children cumulated CPU time (s) 1409.12
Current children cumulated vsize (KiB) 114456

[startup+1482.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/83 20458
/proc/meminfo: memFree=1568840/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=93604 CPUtime=1466.22
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 25227 0 0 0 146542 80 0 0 25 0 1 0 1991970435 95850496 23127 996147200 134512640 134931368 4294956256 18446744073709551615 134524001 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 23401 23127 48 102 0 23296 0
Current children cumulated CPU time (s) 1469.1
Current children cumulated vsize (KiB) 112560

[startup+1542.31 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 20458
/proc/meminfo: memFree=1561096/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=101372 CPUtime=1526.21
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 27267 0 0 0 152537 84 0 0 25 0 1 0 1991970435 103804928 25064 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 25343 25064 48 102 0 25238 0
Current children cumulated CPU time (s) 1529.09
Current children cumulated vsize (KiB) 120328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 20458
/proc/meminfo: memFree=1560904/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=101372 CPUtime=1586.18
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 27267 0 0 0 158534 84 0 0 25 0 1 0 1991970435 103804928 25064 996147200 134512640 134931368 4294956256 18446744073709551615 134530019 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 25343 25064 48 102 0 25238 0
Current children cumulated CPU time (s) 1589.06
Current children cumulated vsize (KiB) 120328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 20459
/proc/meminfo: memFree=1547784/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=114220 CPUtime=1646.15
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 30603 0 0 0 164528 87 0 0 25 0 1 0 1991970435 116961280 28292 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 28555 28292 48 102 0 28450 0
Current children cumulated CPU time (s) 1649.03
Current children cumulated vsize (KiB) 133176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 20460
/proc/meminfo: memFree=1547784/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=114220 CPUtime=1706.13
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 30603 0 0 0 170526 87 0 0 25 0 1 0 1991970435 116961280 28292 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 28555 28292 48 102 0 28450 0
Current children cumulated CPU time (s) 1709.01
Current children cumulated vsize (KiB) 133176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 20460
/proc/meminfo: memFree=1547912/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=114048 CPUtime=1766.1
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 30603 0 0 0 176523 87 0 0 25 0 1 0 1991970435 116785152 28249 996147200 134512640 134931368 4294956256 18446744073709551615 134522842 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 28512 28249 48 102 0 28407 0
Current children cumulated CPU time (s) 1768.98
Current children cumulated vsize (KiB) 133004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20460
/proc/meminfo: memFree=1547912/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=114048 CPUtime=1797.19
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 30603 0 0 0 179632 87 0 0 25 0 1 0 1991970435 116785152 28249 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 28512 28249 48 102 0 28407 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 133004

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

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

[startup+1813.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20460
/proc/meminfo: memFree=1547912/2055920 swapFree=4180688/4192956
[pid=20396] ppid=20394 vsize=13600 CPUtime=2.88
/proc/20396/stat : 20396 (sugar) S 20394 20396 20204 0 -1 4194304 1024 14432 0 2 3 0 271 14 16 0 1 0 1991970133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 3400 799 370 3 0 500 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 20204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991970435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=114048 CPUtime=1797.19
/proc/20420/stat : 20420 (picosat) R 20419 20396 20204 0 -1 4194304 30603 0 0 0 179632 87 0 0 25 0 1 0 1991970435 116785152 28249 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20420/statm: 28512 28249 48 102 0 28407 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 133004

Child status: 0

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

Real time (s): 1813.43
CPU time (s): 1800.07
CPU user time (s): 1799.06
CPU system time (s): 1.01
CPU usage (%): 99.2635
Max. virtual memory (cumulated for all children) (KiB): 887648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.75658
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15810
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= 2718
involuntary context switches= 2640

runsolver used 2.43263 second user time and 5.82011 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 02:06:11
IDJOB=1061018
IDBENCH=54501
IDSOLVER=345
FILE ID=node41/1061018-1215129971
PBS_JOBID= 7877297
Free space on /tmp= 66192 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-40-50.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-1061018-1215129971/watcher-1061018-1215129971 -o /tmp/evaluation-result-1061018-1215129971/solver-1061018-1215129971 -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-1061018-1215129971.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1915226816e1e7cb0d07198fea8fed9
RANDOM SEED=970137847

node41.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.232
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.232
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:       1676928 kB
Buffers:         44532 kB
Cached:         200556 kB
SwapCached:       6172 kB
Active:         203296 kB
Inactive:       116560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676928 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          88312 kB
Slab:            44312 kB
Committed_AS:  4284168 kB
PageTables:       1864 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= 66192 MiB
End job on node41 at 2008-07-04 02:36:27