Trace number 3373040

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
claspmt 2.0-R4095-patched (fixed)? (TO) 4802.43 1212.67

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x34.cnf
MD5SUM72677fc46303044d3d9e832fa24a37b2
Bench CategoryCRAFTED (crafted instances)
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 variables1904
Number of clauses207536
Sum of the clauses size824432
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22856
Number of clauses of size 30
Number of clauses of size 4204680
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...424607/instance-3373040-1305424607.cnf
9.29/9.37	c Solving...
4800.33/1210.61	
4800.33/1210.61	*** INTERRUPTED! ***
4800.33/1210.61	*** Shutting down threads...

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3373040-1305424607/watcher-3373040-1305424607 -o /tmp/evaluation-result-3373040-1305424607/solver-3373040-1305424607 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373040-1305424607.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.50 7.99 8.00 2/311 19888
/proc/meminfo: memFree=15633000/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=21264 CPUtime=0 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 577 0 0 0 0 0 0 0 22 0 1 0 732691401 21774336 505 33554432000 4194304 4964800 140734938607920 18446744073709551615 4679094 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 5316 510 376 189 0 190 0

[startup+0.0527701 s]
/proc/loadavg: 7.50 7.99 8.00 2/311 19888
/proc/meminfo: memFree=15633000/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=29892 CPUtime=0.04 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 3412 0 0 0 4 0 0 0 22 0 1 0 732691401 30609408 2584 33554432000 4194304 4964800 140734938607920 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 7473 2586 385 189 0 2347 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29892

[startup+0.100717 s]
/proc/loadavg: 7.50 7.99 8.00 2/311 19888
/proc/meminfo: memFree=15633000/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=38576 CPUtime=0.08 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 5889 0 0 0 8 0 0 0 22 0 1 0 732691401 39501824 4638 33554432000 4194304 4964800 140734938607920 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 9644 4640 396 189 0 4518 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38576

[startup+0.300674 s]
/proc/loadavg: 7.50 7.99 8.00 2/311 19888
/proc/meminfo: memFree=15633000/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=40236 CPUtime=0.28 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 6230 0 0 0 28 0 0 0 23 0 1 0 732691401 41201664 4978 33554432000 4194304 4964800 140734938607920 18446744073709551615 4607604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 10059 4978 398 189 0 4933 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40236

[startup+0.700605 s]
/proc/loadavg: 7.50 7.99 8.00 2/311 19888
/proc/meminfo: memFree=15633000/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=40236 CPUtime=0.68 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 6230 0 0 0 68 0 0 0 25 0 1 0 732691401 41201664 4978 33554432000 4194304 4964800 140734938607920 18446744073709551615 4607536 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 10059 4978 398 189 0 4933 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40236

[startup+1.50046 s]
/proc/loadavg: 7.50 7.99 8.00 3/317 19899
/proc/meminfo: memFree=15540684/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=41028 CPUtime=1.48 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 6437 0 0 0 148 0 0 0 25 0 1 0 732691401 42012672 5185 33554432000 4194304 4964800 140734938607920 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 10257 5185 399 189 0 5131 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41028

[startup+3.10117 s]
/proc/loadavg: 7.50 7.99 8.00 3/317 19899
/proc/meminfo: memFree=15536096/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=46840 CPUtime=3.09 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 7912 0 0 0 308 1 0 0 25 0 1 0 732691401 47964160 6660 33554432000 4194304 4964800 140734938607920 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 11710 6660 399 189 0 6584 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46840

[startup+6.30056 s]
/proc/loadavg: 7.06 7.89 7.97 3/317 19900
/proc/meminfo: memFree=15526364/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=54768 CPUtime=6.29 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 9865 0 0 0 628 1 0 0 25 0 1 0 732691401 56082432 8613 33554432000 4194304 4964800 140734938607920 18446744073709551615 4600730 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19888/statm: 13692 8613 399 189 0 8566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54768

[startup+12.7003 s]
/proc/loadavg: 6.82 7.83 7.95 6/320 19903
/proc/meminfo: memFree=15415864/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=292548 CPUtime=22.48 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 37708 0 0 0 2230 18 0 0 18 0 4 0 732691401 299569152 36025 33554432000 4194304 4964800 140734938607920 18446744073709551615 4321122 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 73137 36025 460 189 0 67486 0
[pid=19888/tid=19901] ppid=19886 vsize=292548 CPUtime=3.28 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 4775 0 0 0 326 2 0 0 20 0 4 0 732692338 299569152 36026 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=292548 CPUtime=3.28 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 8590 0 0 0 322 6 0 0 18 0 4 0 732692338 299569152 36026 33554432000 4194304 4964800 140734938607920 18446744073709551615 231895151649 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=292548 CPUtime=3.26 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 6889 0 0 0 321 5 0 0 18 0 4 0 732692338 299569152 36026 33554432000 4194304 4964800 140734938607920 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.48
Current children cumulated vsize (KiB) 292548

[startup+25.5009 s]
/proc/loadavg: 6.41 7.69 7.90 6/320 19903
/proc/meminfo: memFree=15289632/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=380056 CPUtime=73.53 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 62557 0 0 0 7317 36 0 0 25 0 4 0 732691401 389177344 60873 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 95014 60873 460 189 0 89363 0
[pid=19888/tid=19901] ppid=19886 vsize=380056 CPUtime=16.08 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 10653 0 0 0 1601 7 0 0 25 0 4 0 732692338 389177344 60874 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=380056 CPUtime=16.08 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 17270 0 0 0 1596 12 0 0 25 0 4 0 732692338 389177344 60874 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=380056 CPUtime=15.92 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 10715 0 0 0 1585 7 0 0 25 0 4 0 732692338 389177344 60874 33554432000 4194304 4964800 140734938607920 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 73.53
Current children cumulated vsize (KiB) 380056

[startup+51.1011 s]
/proc/loadavg: 6.01 7.49 7.82 6/320 19904
/proc/meminfo: memFree=15169292/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=546976 CPUtime=175.66 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 88703 0 0 0 17506 60 0 0 25 0 4 0 732691401 560103424 86981 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670349 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 136744 86981 460 189 0 131093 0
[pid=19888/tid=19901] ppid=19886 vsize=546976 CPUtime=41.67 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 19172 0 0 0 4150 17 0 0 25 0 4 0 732692338 560103424 86981 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=546976 CPUtime=41.67 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 23168 0 0 0 4152 15 0 0 25 0 4 0 732692338 560103424 86981 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=546976 CPUtime=41.27 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 13844 0 0 0 4117 10 0 0 25 0 4 0 732692338 560103424 86981 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175.66
Current children cumulated vsize (KiB) 546976

[startup+102.313 s]
/proc/loadavg: 7.07 7.53 7.82 9/323 19908
/proc/meminfo: memFree=14522224/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=644656 CPUtime=379.97 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 134355 0 0 0 37900 97 0 0 25 0 4 0 732691401 660127744 131459 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 161164 131459 460 189 0 155513 0
[pid=19888/tid=19901] ppid=19886 vsize=644656 CPUtime=92.86 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 35114 0 0 0 9257 29 0 0 25 0 4 0 732692338 660127744 131459 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=644656 CPUtime=92.88 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 37999 0 0 0 9264 24 0 0 25 0 4 0 732692338 660127744 131459 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=644656 CPUtime=91.96 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 21386 0 0 0 9177 19 0 0 25 0 4 0 732692338 660127744 131459 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 379.97
Current children cumulated vsize (KiB) 644656

[startup+162.3 s]
/proc/loadavg: 7.70 7.63 7.83 9/323 19910
/proc/meminfo: memFree=14257588/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=679188 CPUtime=619.3 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 155502 0 0 0 61816 114 0 0 25 0 4 0 732691401 695488512 152340 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 169797 152340 460 189 0 164146 0
[pid=19888/tid=19901] ppid=19886 vsize=679188 CPUtime=152.82 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 38124 0 0 0 15251 31 0 0 25 0 4 0 732692338 695488512 152340 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=679188 CPUtime=152.87 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 44030 0 0 0 15259 28 0 0 25 0 4 0 732692338 695488512 152340 33554432000 4194304 4964800 140734938607920 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=679188 CPUtime=151.36 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 28736 0 0 0 15111 25 0 0 25 0 4 0 732692338 695488512 152340 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 619.3
Current children cumulated vsize (KiB) 679188

[startup+222.301 s]
/proc/loadavg: 7.96 7.72 7.85 9/323 19911
/proc/meminfo: memFree=14138148/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=784404 CPUtime=858.69 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 175154 0 0 0 85740 129 0 0 25 0 4 0 732691401 803229696 171859 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 196101 171859 460 189 0 190450 0
[pid=19888/tid=19901] ppid=19886 vsize=784404 CPUtime=212.81 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 43056 0 0 0 21247 34 0 0 25 0 4 0 732692338 803229696 171859 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=784404 CPUtime=212.87 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 49948 0 0 0 21256 31 0 0 25 0 4 0 732692338 803229696 171859 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=784404 CPUtime=210.76 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 29634 0 0 0 21048 28 0 0 25 0 4 0 732692338 803229696 171859 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 858.69
Current children cumulated vsize (KiB) 784404

[startup+282.301 s]
/proc/loadavg: 8.10 7.80 7.87 9/323 19922
/proc/meminfo: memFree=13989800/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=849940 CPUtime=1098.02 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 182548 0 0 0 109662 140 0 0 25 0 4 0 732691401 870338560 179216 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 212485 179216 460 189 0 206834 0
[pid=19888/tid=19901] ppid=19886 vsize=849940 CPUtime=272.76 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 46263 0 0 0 27237 39 0 0 25 0 4 0 732692338 870338560 179216 33554432000 4194304 4964800 140734938607920 18446744073709551615 4684718 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=849940 CPUtime=272.86 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 51662 0 0 0 27253 33 0 0 25 0 4 0 732692338 870338560 179216 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=849940 CPUtime=270.15 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 31562 0 0 0 26985 30 0 0 25 0 4 0 732692338 870338560 179216 33554432000 4194304 4964800 140734938607920 18446744073709551615 4644886 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1098.02
Current children cumulated vsize (KiB) 849940

[startup+342.301 s]
/proc/loadavg: 8.44 7.94 7.91 9/323 20397
/proc/meminfo: memFree=13903048/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=849940 CPUtime=1336 cores=1,3,5,7

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

[pid=19888/tid=19901] ppid=19886 vsize=1119236 CPUtime=810.1 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 70752 0 0 0 80939 71 0 0 25 0 4 0 732692338 1146097664 238730 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1119236 CPUtime=812.83 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 61075 0 0 0 81238 45 0 0 25 0 4 0 732692338 1146097664 238730 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1119236 CPUtime=806.08 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 50805 0 0 0 80545 63 0 0 25 0 4 0 732692338 1146097664 238730 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3251.05
Current children cumulated vsize (KiB) 1119236

[startup+882.3 s]
/proc/loadavg: 8.14 8.09 7.98 9/323 20411
/proc/meminfo: memFree=12876232/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1142712 CPUtime=3490.45 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 248819 0 0 0 348815 230 0 0 25 0 4 0 732691401 1170137088 244591 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 285678 244591 460 189 0 280027 0
[pid=19888/tid=19901] ppid=19886 vsize=1142712 CPUtime=869.49 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 70770 0 0 0 86878 71 0 0 25 0 4 0 732692338 1170137088 244591 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1142712 CPUtime=872.83 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 61305 0 0 0 87238 45 0 0 25 0 4 0 732692338 1170137088 244591 33554432000 4194304 4964800 140734938607920 18446744073709551615 4653198 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1142712 CPUtime=866.08 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 56418 0 0 0 86540 68 0 0 25 0 4 0 732692338 1170137088 244591 33554432000 4194304 4964800 140734938607920 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3490.45
Current children cumulated vsize (KiB) 1142712

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 7.99 9/323 20413
/proc/meminfo: memFree=12825344/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1160684 CPUtime=3729.82 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 253353 0 0 0 372746 236 0 0 25 0 4 0 732691401 1188540416 249119 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 290171 249119 460 189 0 284520 0
[pid=19888/tid=19901] ppid=19886 vsize=1160684 CPUtime=928.87 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 73055 0 0 0 92813 74 0 0 25 0 4 0 732692338 1188540416 249119 33554432000 4194304 4964800 140734938607920 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1160684 CPUtime=932.84 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 61309 0 0 0 93238 46 0 0 25 0 4 0 732692338 1188540416 249119 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1160684 CPUtime=926.07 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 58636 0 0 0 92537 70 0 0 25 0 4 0 732692338 1188540416 249119 33554432000 4194304 4964800 140734938607920 18446744073709551615 4332364 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3729.82
Current children cumulated vsize (KiB) 1160684

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.00 9/323 20414
/proc/meminfo: memFree=12809200/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1169264 CPUtime=3969.22 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 255720 0 0 0 396684 238 0 0 25 0 4 0 732691401 1197326336 251486 33554432000 4194304 4964800 140734938607920 18446744073709551615 4653341 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 292316 251486 460 189 0 286665 0
[pid=19888/tid=19901] ppid=19886 vsize=1169264 CPUtime=988.26 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 73719 0 0 0 98752 74 0 0 25 0 4 0 732692338 1197326336 251486 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1169264 CPUtime=992.84 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 61513 0 0 0 99238 46 0 0 25 0 4 0 732692338 1197326336 251486 33554432000 4194304 4964800 140734938607920 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1169264 CPUtime=986.07 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 60135 0 0 0 98535 72 0 0 25 0 4 0 732692338 1197326336 251486 33554432000 4194304 4964800 140734938607920 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3969.22
Current children cumulated vsize (KiB) 1169264

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/323 20416
/proc/meminfo: memFree=12692856/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1222504 CPUtime=4208.64 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 277552 0 0 0 420602 262 0 0 25 0 4 0 732691401 1251844096 273318 33554432000 4194304 4964800 140734938607920 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 305626 273318 460 189 0 299975 0
[pid=19888/tid=19901] ppid=19886 vsize=1222504 CPUtime=1047.67 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 81741 0 0 0 104680 87 0 0 25 0 4 0 732692338 1251844096 273318 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1222504 CPUtime=1052.84 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 61613 0 0 0 105238 46 0 0 25 0 4 0 732692338 1251844096 273318 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1222504 CPUtime=1046.07 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 73370 0 0 0 104525 82 0 0 25 0 4 0 732692338 1251844096 273318 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4208.64
Current children cumulated vsize (KiB) 1222504

[startup+1122.3 s]
/proc/loadavg: 8.15 8.10 8.01 9/323 20417
/proc/meminfo: memFree=12652528/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1289852 CPUtime=4447.98 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 283809 0 0 0 444528 270 0 0 25 0 4 0 732691401 1320808448 279575 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 322463 279575 460 189 0 316812 0
[pid=19888/tid=19901] ppid=19886 vsize=1289852 CPUtime=1107.03 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 82329 0 0 0 110615 88 0 0 25 0 4 0 732692338 1320808448 279575 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1289852 CPUtime=1112.84 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 61744 0 0 0 111238 46 0 0 25 0 4 0 732692338 1320808448 279575 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1289852 CPUtime=1106.07 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 73474 0 0 0 110525 82 0 0 25 0 4 0 732692338 1320808448 279575 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4447.98
Current children cumulated vsize (KiB) 1289852

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.01 9/323 20419
/proc/meminfo: memFree=12649900/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1289852 CPUtime=4687.39 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 283957 0 0 0 468469 270 0 0 25 0 4 0 732691401 1320808448 279723 33554432000 4194304 4964800 140734938607920 18446744073709551615 4659391 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 322463 279723 460 189 0 316812 0
[pid=19888/tid=19901] ppid=19886 vsize=1289852 CPUtime=1166.44 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 82336 0 0 0 116556 88 0 0 25 0 4 0 732692338 1320808448 279723 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1289852 CPUtime=1172.84 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 61750 0 0 0 117238 46 0 0 25 0 4 0 732692338 1320808448 279723 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1289852 CPUtime=1166.07 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 73604 0 0 0 116525 82 0 0 25 0 4 0 732692338 1320808448 279723 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4687.39
Current children cumulated vsize (KiB) 1289852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.6 s]
/proc/loadavg: 8.11 8.10 8.01 10/323 20420
/proc/meminfo: memFree=12646540/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1291660 CPUtime=4800.33 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) R 19886 19888 19229 0 -1 4202496 284335 0 0 0 479762 271 0 0 25 0 4 0 732691401 1322659840 280101 33554432000 4194304 4964800 140734938607920 18446744073709551615 4659400 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 322915 280101 460 189 0 317264 0
[pid=19888/tid=19901] ppid=19886 vsize=1291660 CPUtime=1194.45 cores=1,3,5,7
/proc/19888/task/19901/stat : 19901 (claspmt) R 19886 19888 19229 0 -1 4202560 82346 0 0 0 119357 88 0 0 25 0 4 0 732692338 1322659840 280101 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19888/tid=19902] ppid=19886 vsize=1291660 CPUtime=1201.15 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 62117 0 0 0 120069 46 0 0 25 0 4 0 732692338 1322659840 280101 33554432000 4194304 4964800 140734938607920 18446744073709551615 4644872 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19888/tid=19903] ppid=19886 vsize=1291660 CPUtime=1194.39 cores=1,3,5,7
/proc/19888/task/19903/stat : 19903 (claspmt) R 19886 19888 19229 0 -1 4202560 73605 0 0 0 119357 82 0 0 25 0 4 0 732692338 1322659840 280101 33554432000 4194304 4964800 140734938607920 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1291660

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19888

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

[startup+1211 s]
/proc/loadavg: 8.11 8.10 8.01 6/322 20421
/proc/meminfo: memFree=12646548/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1291660 CPUtime=4800.76 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) S 19886 19888 19229 0 -1 4202496 284337 0 0 0 479805 271 0 0 25 0 2 0 732691401 1322659840 280103 33554432000 4194304 4964800 140734938607920 18446744073709551615 231907293157 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 322915 280103 462 189 0 317264 0
[pid=19888/tid=19902] ppid=19886 vsize=1291660 CPUtime=1201.55 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 62117 0 0 0 120109 46 0 0 25 0 2 0 732692338 1322659840 280103 33554432000 4194304 4964800 140734938607920 18446744073709551615 4644832 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.76
Current children cumulated vsize (KiB) 1291660

[startup+1211.8 s]
/proc/loadavg: 8.11 8.10 8.01 6/322 20421
/proc/meminfo: memFree=12646548/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1291660 CPUtime=4801.55 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) S 19886 19888 19229 0 -1 4202496 284337 0 0 0 479884 271 0 0 25 0 2 0 732691401 1322659840 280080 33554432000 4194304 4964800 140734938607920 18446744073709551615 231907293157 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 322915 280080 462 189 0 317264 0
[pid=19888/tid=19902] ppid=19886 vsize=1291660 CPUtime=1202.33 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 62117 0 0 0 120187 46 0 0 25 0 2 0 732692338 1322659840 280080 33554432000 4194304 4964800 140734938607920 18446744073709551615 4644896 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4801.55
Current children cumulated vsize (KiB) 1291660

[startup+1212.21 s]
/proc/loadavg: 8.11 8.10 8.01 6/322 20421
/proc/meminfo: memFree=12646548/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1291660 CPUtime=4801.97 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) S 19886 19888 19229 0 -1 4202496 284337 0 0 0 479926 271 0 0 25 0 2 0 732691401 1322659840 280080 33554432000 4194304 4964800 140734938607920 18446744073709551615 231907293157 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 322915 280080 462 189 0 317264 0
[pid=19888/tid=19902] ppid=19886 vsize=1291660 CPUtime=1202.75 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 62117 0 0 0 120229 46 0 0 25 0 2 0 732692338 1322659840 280080 33554432000 4194304 4964800 140734938607920 18446744073709551615 231895188062 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4801.97
Current children cumulated vsize (KiB) 1291660

[startup+1212.6 s]
/proc/loadavg: 8.11 8.10 8.01 6/322 20421
/proc/meminfo: memFree=12646548/32950928 swapFree=67085488/67111528
[pid=19888] ppid=19886 vsize=1291660 CPUtime=4802.35 cores=1,3,5,7
/proc/19888/stat : 19888 (claspmt) S 19886 19888 19229 0 -1 4202496 284337 0 0 0 479964 271 0 0 25 0 2 0 732691401 1322659840 280080 33554432000 4194304 4964800 140734938607920 18446744073709551615 231907293157 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/19888/statm: 322915 280080 462 189 0 317264 0
[pid=19888/tid=19902] ppid=19886 vsize=1291660 CPUtime=1203.13 cores=1,3,5,7
/proc/19888/task/19902/stat : 19902 (claspmt) R 19886 19888 19229 0 -1 4202560 62117 0 0 0 120267 46 0 0 25 0 2 0 732692338 1322659840 280080 33554432000 4194304 4964800 140734938607920 18446744073709551615 231895188082 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4802.35
Current children cumulated vsize (KiB) 1291660

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1212.67
CPU time (s): 4802.43
CPU user time (s): 4799.67
CPU system time (s): 2.76058
CPU usage (%): 396.021
Max. virtual memory (cumulated for all children) (KiB): 1291660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.67
system time used= 2.76058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284337
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24305
involuntary context switches= 35216

runsolver used 3.23351 second user time and 8.92664 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 03:56:47
IDJOB=3373040
IDBENCH=83182
IDSOLVER=1853
FILE ID=node114/3373040-1305424607
RUNJOBID= node114-1305423402-19722
PBS_JOBID= 13324585
Free space on /tmp= 72976 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x34.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373040-1305424607/watcher-3373040-1305424607 -o /tmp/evaluation-result-3373040-1305424607/solver-3373040-1305424607 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373040-1305424607.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 72677fc46303044d3d9e832fa24a37b2
RANDOM SEED=209666700

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15633272 kB
Buffers:        285076 kB
Cached:        6271972 kB
SwapCached:         96 kB
Active:       11893356 kB
Inactive:      5016304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15633272 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            5444 kB
Writeback:          12 kB
AnonPages:    10352664 kB
Mapped:          26896 kB
Slab:           307092 kB
PageTables:      36168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52428904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72980 MiB
End job on node114 at 2011-05-15 04:17:00