Trace number 3373370

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.24 1220.12

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...429978/instance-3373370-1305429978.cnf
18.45/18.50	c Solving...
4800.38/1218.32	
4800.38/1218.32	*** INTERRUPTED! ***
4800.38/1218.32	*** Shutting down threads...
4802.22/1220.10	s UNKNOWN
4802.22/1220.10	
4802.22/1220.10	c INTERRUPTED   : 1
4802.22/1220.10	c Models        : 0+    
4802.22/1220.10	c Time          : 1218.324s (Solving: 1199.82s 1st Model: 0.00s Unsat: 0.00s)
4802.22/1220.10	c CPU Time      : 4800.440s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3373370-1305429978/watcher-3373370-1305429978 -o /tmp/evaluation-result-3373370-1305429978/solver-3373370-1305429978 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373370-1305429978.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: 4.99 7.03 5.97 5/401 4870
/proc/meminfo: memFree=24152108/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=145936 CPUtime=0 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 845 0 0 0 0 0 0 0 23 0 1 0 654596861 149438464 775 33554432000 4194304 4964800 140733364132896 18446744073709551615 4686341 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 36484 776 374 189 0 31358 0

[startup+0.065921 s]
/proc/loadavg: 4.99 7.03 5.97 5/401 4870
/proc/meminfo: memFree=24152108/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=145936 CPUtime=0.06 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 21878 0 0 0 4 2 0 0 23 0 1 0 654596861 149438464 21808 33554432000 4194304 4964800 140733364132896 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 36484 21824 375 189 0 31358 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 145936

[startup+0.100901 s]
/proc/loadavg: 4.99 7.03 5.97 5/401 4870
/proc/meminfo: memFree=24152108/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=203656 CPUtime=0.09 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 35960 0 0 0 6 3 0 0 23 0 1 0 654596861 208543744 35371 33554432000 4194304 4964800 140733364132896 18446744073709551615 4679151 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 50914 35381 377 189 0 45788 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 203656

[startup+0.300866 s]
/proc/loadavg: 4.99 7.03 5.97 5/401 4870
/proc/meminfo: memFree=24152108/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=234432 CPUtime=0.29 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 62272 0 0 0 23 6 0 0 25 0 1 0 654596861 240058368 52749 33554432000 4194304 4964800 140733364132896 18446744073709551615 242970211013 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 58608 52751 388 189 0 53482 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 234432

[startup+0.700797 s]
/proc/loadavg: 4.99 7.03 5.97 5/401 4870
/proc/meminfo: memFree=24152108/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=286912 CPUtime=0.69 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 79700 0 0 0 60 9 0 0 25 0 1 0 654596861 293797888 65846 33554432000 4194304 4964800 140733364132896 18446744073709551615 242970211013 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 71728 65848 388 189 0 66602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 286912

[startup+1.50066 s]
/proc/loadavg: 4.99 7.03 5.97 6/402 4871
/proc/meminfo: memFree=23843848/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=440124 CPUtime=1.49 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 133981 0 0 0 133 16 0 0 25 0 1 0 654596861 450686976 102577 33554432000 4194304 4964800 140733364132896 18446744073709551615 242970211013 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 110031 102578 399 189 0 104905 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 440124

[startup+3.10039 s]
/proc/loadavg: 4.99 7.03 5.97 6/402 4871
/proc/meminfo: memFree=23698644/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=498884 CPUtime=3.09 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 148239 0 0 0 291 18 0 0 25 0 1 0 654596861 510857216 116835 33554432000 4194304 4964800 140733364132896 18446744073709551615 4615573 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 124721 116835 399 189 0 119595 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 498884

[startup+6.30084 s]
/proc/loadavg: 5.07 7.02 5.97 7/402 4871
/proc/meminfo: memFree=23651108/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=517860 CPUtime=6.29 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 153054 0 0 0 610 19 0 0 25 0 1 0 654596861 530288640 121650 33554432000 4194304 4964800 140733364132896 18446744073709551615 4607414 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4870/statm: 129465 121650 402 189 0 124339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 517860

[startup+12.7007 s]
/proc/loadavg: 5.15 7.00 5.97 7/402 4871
/proc/meminfo: memFree=23588440/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=577128 CPUtime=12.66 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 167878 0 0 0 1245 21 0 0 25 0 1 0 654596861 590979072 136474 33554432000 4194304 4964800 140733364132896 18446744073709551615 4615070 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/4870/statm: 144282 136474 403 189 0 139156 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 577128

[startup+25.5005 s]
/proc/loadavg: 5.72 7.03 5.99 9/405 4874
/proc/meminfo: memFree=23280580/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=979760 CPUtime=44.73 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 279152 0 0 0 4429 44 0 0 25 0 4 0 654596861 1003274240 208959 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 244940 208959 458 189 0 239289 0
[pid=4870/tid=4872] ppid=4868 vsize=979760 CPUtime=6.76 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 30671 0 0 0 670 6 0 0 25 0 4 0 654598712 1003274240 208959 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=979760 CPUtime=6.07 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 35364 0 0 0 601 6 0 0 25 0 4 0 654598712 1003274240 208959 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=979760 CPUtime=6.72 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 34251 0 0 0 665 7 0 0 25 0 4 0 654598712 1003274240 208959 33554432000 4194304 4964800 140733364132896 18446744073709551615 4683667 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.73
Current children cumulated vsize (KiB) 979760

[startup+51.1011 s]
/proc/loadavg: 6.57 7.13 6.05 9/405 4875
/proc/meminfo: memFree=23263720/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=979760 CPUtime=146.76 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 280303 0 0 0 14627 49 0 0 25 0 4 0 654596861 1003274240 210110 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 244940 210110 458 189 0 239289 0
[pid=4870/tid=4872] ppid=4868 vsize=979760 CPUtime=32.37 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 30877 0 0 0 3230 7 0 0 25 0 4 0 654598712 1003274240 210110 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668681 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=979760 CPUtime=31.33 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 35833 0 0 0 3127 6 0 0 25 0 4 0 654598712 1003274240 210110 33554432000 4194304 4964800 140733364132896 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=979760 CPUtime=32.31 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 34400 0 0 0 3220 11 0 0 25 0 4 0 654598712 1003274240 210110 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 146.76
Current children cumulated vsize (KiB) 979760

[startup+102.315 s]
/proc/loadavg: 7.46 7.27 6.16 9/405 4876
/proc/meminfo: memFree=23237900/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=979760 CPUtime=350.94 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 282635 0 0 0 35042 52 0 0 25 0 4 0 654596861 1003274240 212442 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668773 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 244940 212442 458 189 0 239289 0
[pid=4870/tid=4872] ppid=4868 vsize=979760 CPUtime=83.58 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 31322 0 0 0 8351 7 0 0 25 0 4 0 654598712 1003274240 212442 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=979760 CPUtime=81.86 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 36783 0 0 0 8179 7 0 0 25 0 4 0 654598712 1003274240 212442 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668920 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=979760 CPUtime=83.53 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 35205 0 0 0 8340 13 0 0 25 0 4 0 654598712 1003274240 212442 33554432000 4194304 4964800 140733364132896 18446744073709551615 4678036 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 350.94
Current children cumulated vsize (KiB) 979760

[startup+162.301 s]
/proc/loadavg: 7.87 7.42 6.27 9/405 4878
/proc/meminfo: memFree=23203520/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=979760 CPUtime=590.11 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 285687 0 0 0 58953 58 0 0 25 0 4 0 654596861 1003274240 215494 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668900 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 244940 215494 458 189 0 239289 0
[pid=4870/tid=4872] ppid=4868 vsize=979760 CPUtime=143.57 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 31965 0 0 0 14349 8 0 0 25 0 4 0 654598712 1003274240 215494 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=979760 CPUtime=141.09 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 38170 0 0 0 14098 11 0 0 25 0 4 0 654598712 1003274240 215494 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=979760 CPUtime=143.5 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 35681 0 0 0 14337 13 0 0 25 0 4 0 654598712 1003274240 215494 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 590.11
Current children cumulated vsize (KiB) 979760

[startup+222.301 s]
/proc/loadavg: 8.02 7.54 6.38 9/405 4879
/proc/meminfo: memFree=23170532/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=979760 CPUtime=829.33 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 291333 0 0 0 82864 69 0 0 25 0 4 0 654596861 1003274240 221140 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 244940 221140 460 189 0 239289 0
[pid=4870/tid=4872] ppid=4868 vsize=979760 CPUtime=203.57 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 32415 0 0 0 20348 9 0 0 25 0 4 0 654598712 1003274240 221140 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=979760 CPUtime=200.29 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 42866 0 0 0 20010 19 0 0 25 0 4 0 654598712 1003274240 221140 33554432000 4194304 4964800 140733364132896 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=979760 CPUtime=203.51 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 35912 0 0 0 20337 14 0 0 25 0 4 0 654598712 1003274240 221140 33554432000 4194304 4964800 140733364132896 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 829.33
Current children cumulated vsize (KiB) 979760

[startup+282.3 s]
/proc/loadavg: 8.13 7.65 6.49 9/405 4881
/proc/meminfo: memFree=23135424/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1045296 CPUtime=1068.54 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 299512 0 0 0 106772 82 0 0 25 0 4 0 654596861 1070383104 229319 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669486 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 261324 229319 460 189 0 255673 0
[pid=4870/tid=4872] ppid=4868 vsize=1045296 CPUtime=263.57 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 32549 0 0 0 26347 10 0 0 25 0 4 0 654598712 1070383104 229319 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1045296 CPUtime=259.51 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 49318 0 0 0 25921 30 0 0 25 0 4 0 654598712 1070383104 229319 33554432000 4194304 4964800 140733364132896 18446744073709551615 4325338 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1045296 CPUtime=263.51 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 37347 0 0 0 26335 16 0 0 25 0 4 0 654598712 1070383104 229319 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1068.54
Current children cumulated vsize (KiB) 1045296

[startup+342.301 s]
/proc/loadavg: 8.17 7.74 6.60 9/405 4883
/proc/meminfo: memFree=23090520/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1045296 CPUtime=1307.77 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 307064 0 0 0 130682 95 0 0 25 0 4 0 654596861 1070383104 236871 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 261324 236871 460 189 0 255673 0
[pid=4870/tid=4872] ppid=4868 vsize=1045296 CPUtime=323.57 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 32862 0 0 0 32347 10 0 0 25 0 4 0 654598712 1070383104 236871 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1045296 CPUtime=318.73 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 55157 0 0 0 31833 40 0 0 25 0 4 0 654598712 1070383104 236871 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 7 0 0 0

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

/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 107037 0 0 0 73218 108 0 0 25 0 4 0 654598712 1409474560 306976 33554432000 4194304 4964800 140733364132896 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1376440 CPUtime=743.53 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 50153 0 0 0 74321 32 0 0 25 0 4 0 654598712 1409474560 306976 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668681 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2982.37
Current children cumulated vsize (KiB) 1376440

[startup+822.3 s]
/proc/loadavg: 8.09 8.01 7.19 9/405 4895
/proc/meminfo: memFree=22737020/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1379608 CPUtime=3221.52 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 385974 0 0 0 321952 200 0 0 25 0 4 0 654596861 1412718592 315781 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668940 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 344902 315781 460 189 0 339251 0
[pid=4870/tid=4872] ppid=4868 vsize=1379608 CPUtime=803.58 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 36958 0 0 0 80342 16 0 0 25 0 4 0 654598712 1412718592 315781 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1379608 CPUtime=792.47 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 114091 0 0 0 79128 119 0 0 25 0 4 0 654598712 1412718592 315781 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1379608 CPUtime=803.52 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 50849 0 0 0 80319 33 0 0 25 0 4 0 654598712 1412718592 315781 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3221.52
Current children cumulated vsize (KiB) 1379608

[startup+882.301 s]
/proc/loadavg: 8.14 8.04 7.25 9/405 4897
/proc/meminfo: memFree=22696704/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1457168 CPUtime=3460.74 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 395855 0 0 0 345860 214 0 0 25 0 4 0 654596861 1492140032 325662 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669509 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 364292 325662 460 189 0 358641 0
[pid=4870/tid=4872] ppid=4868 vsize=1457168 CPUtime=863.58 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 37272 0 0 0 86342 16 0 0 25 0 4 0 654598712 1492140032 325662 33554432000 4194304 4964800 140733364132896 18446744073709551615 4370295 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1457168 CPUtime=851.68 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 121250 0 0 0 85039 129 0 0 25 0 4 0 654598712 1492140032 325662 33554432000 4194304 4964800 140733364132896 18446744073709551615 4313761 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1457168 CPUtime=863.52 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 52564 0 0 0 86316 36 0 0 25 0 4 0 654598712 1492140032 325662 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3460.74
Current children cumulated vsize (KiB) 1457168

[startup+942.301 s]
/proc/loadavg: 8.24 8.08 7.31 9/405 4899
/proc/meminfo: memFree=22665452/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1468004 CPUtime=3699.97 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 403817 0 0 0 369774 223 0 0 25 0 4 0 654596861 1503236096 333624 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 367001 333625 460 189 0 361350 0
[pid=4870/tid=4872] ppid=4868 vsize=1468004 CPUtime=923.58 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 37675 0 0 0 92341 17 0 0 25 0 4 0 654598712 1503236096 333625 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1468004 CPUtime=911.17 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 126789 0 0 0 90982 135 0 0 25 0 4 0 654598712 1503236096 333625 33554432000 4194304 4964800 140733364132896 18446744073709551615 242970211013 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1468004 CPUtime=923.26 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 54044 0 0 0 92288 38 0 0 25 0 4 0 654598712 1503236096 333625 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3699.97
Current children cumulated vsize (KiB) 1468004

[startup+1002.3 s]
/proc/loadavg: 8.23 8.09 7.36 9/405 4900
/proc/meminfo: memFree=22631708/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1472944 CPUtime=3939.18 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 411599 0 0 0 393685 233 0 0 25 0 4 0 654596861 1508294656 341406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 368236 341406 460 189 0 362585 0
[pid=4870/tid=4872] ppid=4868 vsize=1472944 CPUtime=983.58 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 38197 0 0 0 98341 17 0 0 25 0 4 0 654598712 1508294656 341406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1472944 CPUtime=971.18 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 132983 0 0 0 96975 143 0 0 25 0 4 0 654598712 1508294656 341406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1472944 CPUtime=982.45 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 54954 0 0 0 98207 38 0 0 25 0 4 0 654598712 1508294656 341406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3939.18
Current children cumulated vsize (KiB) 1472944

[startup+1062.3 s]
/proc/loadavg: 8.31 8.13 7.42 9/405 4902
/proc/meminfo: memFree=22592004/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1551316 CPUtime=4178.41 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 421321 0 0 0 417595 246 0 0 25 0 4 0 654596861 1588547584 351128 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 387829 351128 460 189 0 382178 0
[pid=4870/tid=4872] ppid=4868 vsize=1551316 CPUtime=1043.59 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 38915 0 0 0 104340 19 0 0 25 0 4 0 654598712 1588547584 351128 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1551316 CPUtime=1031.18 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 139906 0 0 0 102964 154 0 0 25 0 4 0 654598712 1588547584 351128 33554432000 4194304 4964800 140733364132896 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1551316 CPUtime=1041.68 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 56959 0 0 0 104129 39 0 0 25 0 4 0 654598712 1588547584 351128 33554432000 4194304 4964800 140733364132896 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4178.41
Current children cumulated vsize (KiB) 1551316

[startup+1122.3 s]
/proc/loadavg: 8.24 8.14 7.46 9/405 4903
/proc/meminfo: memFree=22554308/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1568924 CPUtime=4417.62 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 428641 0 0 0 441509 253 0 0 25 0 4 0 654596861 1606578176 358439 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 392231 358439 460 189 0 386580 0
[pid=4870/tid=4872] ppid=4868 vsize=1568924 CPUtime=1103.58 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 39195 0 0 0 110339 19 0 0 25 0 4 0 654598712 1606578176 358439 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669310 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1568924 CPUtime=1091.18 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 144531 0 0 0 108959 159 0 0 25 0 4 0 654598712 1606578176 358439 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1568924 CPUtime=1100.9 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 59313 0 0 0 110049 41 0 0 25 0 4 0 654598712 1606578176 358439 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4417.62
Current children cumulated vsize (KiB) 1568924

[startup+1182.3 s]
/proc/loadavg: 8.14 8.13 7.50 9/405 4905
/proc/meminfo: memFree=22537808/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1575128 CPUtime=4656.83 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 431548 0 0 0 465426 257 0 0 25 0 4 0 654596861 1612931072 361346 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668773 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 393782 361346 460 189 0 388131 0
[pid=4870/tid=4872] ppid=4868 vsize=1575128 CPUtime=1163.58 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 39329 0 0 0 116339 19 0 0 25 0 4 0 654598712 1612931072 361346 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1575128 CPUtime=1151.18 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 146651 0 0 0 114956 162 0 0 25 0 4 0 654598712 1612931072 361346 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1575128 CPUtime=1160.11 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 59856 0 0 0 115969 42 0 0 25 0 4 0 654598712 1612931072 361346 33554432000 4194304 4964800 140733364132896 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4656.83
Current children cumulated vsize (KiB) 1575128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1218.3 s]
/proc/loadavg: 6.94 7.85 7.43 5/396 4924
/proc/meminfo: memFree=22727264/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1575128 CPUtime=4800.38 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 431621 0 0 0 479781 257 0 0 25 0 4 0 654596861 1612931072 361406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669011 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/4870/statm: 393782 361406 460 189 0 388131 0
[pid=4870/tid=4872] ppid=4868 vsize=1575128 CPUtime=1199.6 cores=1,3,5,7
/proc/4870/task/4872/stat : 4872 (claspmt) R 4868 4870 29580 0 -1 4202560 39376 0 0 0 119941 19 0 0 25 0 4 0 654598712 1612931072 361406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=4870/tid=4873] ppid=4868 vsize=1575128 CPUtime=1187.2 cores=1,3,5,7
/proc/4870/task/4873/stat : 4873 (claspmt) R 4868 4870 29580 0 -1 4202560 146677 0 0 0 118558 162 0 0 25 0 4 0 654598712 1612931072 361406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4870/tid=4874] ppid=4868 vsize=1575128 CPUtime=1195.64 cores=1,3,5,7
/proc/4870/task/4874/stat : 4874 (claspmt) R 4868 4870 29580 0 -1 4202560 59856 0 0 0 119522 42 0 0 25 0 4 0 654598712 1612931072 361406 33554432000 4194304 4964800 140733364132896 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1575128

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

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

[startup+1219 s]
/proc/loadavg: 6.94 7.85 7.43 2/394 4925
/proc/meminfo: memFree=22850908/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1451032 CPUtime=4801.12 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 431631 0 0 0 479854 258 0 0 25 0 1 0 654596861 1485856768 330392 33554432000 4194304 4964800 140733364132896 18446744073709551615 242970199432 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/4870/statm: 362758 330392 470 189 0 357107 0
Current children cumulated CPU time (s) 4801.12
Current children cumulated vsize (KiB) 1451032

[startup+1219.8 s]
/proc/loadavg: 6.94 7.85 7.43 2/394 4925
/proc/meminfo: memFree=22897796/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1404856 CPUtime=4801.92 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 431631 0 0 0 479934 258 0 0 25 0 1 0 654596861 1438572544 318848 33554432000 4194304 4964800 140733364132896 18446744073709551615 242970205537 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/4870/statm: 351214 318848 470 189 0 345563 0
Current children cumulated CPU time (s) 4801.92
Current children cumulated vsize (KiB) 1404856

[startup+1220 s]
/proc/loadavg: 6.94 7.85 7.43 2/394 4925
/proc/meminfo: memFree=22897796/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=1312504 CPUtime=4802.11 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 431632 0 0 0 479953 258 0 0 25 0 1 0 654596861 1344004096 295747 33554432000 4194304 4964800 140733364132896 18446744073709551615 4646717 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/4870/statm: 328126 295747 471 189 0 322475 0
Current children cumulated CPU time (s) 4802.11
Current children cumulated vsize (KiB) 1312504

[startup+1220.1 s]
/proc/loadavg: 6.94 7.85 7.43 2/394 4925
/proc/meminfo: memFree=22897796/32951132 swapFree=67093844/67111528
[pid=4870] ppid=4868 vsize=595212 CPUtime=4802.22 cores=1,3,5,7
/proc/4870/stat : 4870 (claspmt) R 4868 4870 29580 0 -1 4202496 431632 0 0 0 479961 261 0 0 25 0 1 0 654596861 609497088 118233 33554432000 4194304 4964800 140733364132896 18446744073709551615 242970593415 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/4870/statm: 148803 117721 471 189 0 143152 0
Current children cumulated CPU time (s) 4802.22
Current children cumulated vsize (KiB) 595212

Child status: 0
Real time (s): 1220.12
CPU time (s): 4802.24
CPU user time (s): 4799.61
CPU system time (s): 2.6346
CPU usage (%): 393.588
Max. virtual memory (cumulated for all children) (KiB): 1575128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.61
system time used= 2.6346
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431633
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= 1626
involuntary context switches= 36025

runsolver used 4.5933 second user time and 10.9783 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 05:26:22
IDJOB=3373370
IDBENCH=84238
IDSOLVER=1853
FILE ID=node128/3373370-1305429978
RUNJOBID= node128-1305429978-4847
PBS_JOBID= 13324542
Free space on /tmp= 73556 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.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-3373370-1305429978/watcher-3373370-1305429978 -o /tmp/evaluation-result-3373370-1305429978/solver-3373370-1305429978 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373370-1305429978.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=989581607

node128.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.852
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.70
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.852
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	: 5332.75
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24152388 kB
Buffers:        275060 kB
Cached:        2953636 kB
SwapCached:       1440 kB
Active:        6429268 kB
Inactive:      2078116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24152388 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           65576 kB
Writeback:           0 kB
AnonPages:     5276540 kB
Mapped:          32640 kB
Slab:           189248 kB
PageTables:      38300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100724804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node128 at 2011-05-15 05:46:42