Trace number 3380730

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)UNSAT 106.964 14.5641

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.3553
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...490831/instance-3380730-1305490831.cnf
0.49/0.55	c Solving...
106.89/14.56	s UNSATISFIABLE
106.89/14.56	
106.89/14.56	c Models        : 0     
106.89/14.56	c Time          : 14.503s (Solving: 13.95s 1st Model: 0.00s Unsat: 13.95s)
106.89/14.56	c CPU Time      : 106.890s

Verifier Data

No possible verification on an UNSAT instance

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-3380730-1305490831/watcher-3380730-1305490831 -o /tmp/evaluation-result-3380730-1305490831/solver-3380730-1305490831 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380730-1305490831.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.83 7.85 8.00 2/323 29473
/proc/meminfo: memFree=19929916/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=25380 CPUtime=0 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 1774 0 0 0 0 0 0 0 23 0 1 0 660680990 25989120 1531 33554432000 4194304 4964800 140735740461504 18446744073709551615 271550198469 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29473/statm: 6345 1532 386 189 0 1219 0

[startup+0.035948 s]
/proc/loadavg: 6.83 7.85 8.00 2/323 29473
/proc/meminfo: memFree=19929916/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=29680 CPUtime=0.02 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 3251 0 0 0 2 0 0 0 23 0 1 0 660680990 30392320 2571 33554432000 4194304 4964800 140735740461504 18446744073709551615 271550198469 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29473/statm: 7420 2572 386 189 0 2294 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29680

[startup+0.100919 s]
/proc/loadavg: 6.83 7.85 8.00 2/323 29473
/proc/meminfo: memFree=19929916/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=39952 CPUtime=0.09 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 6729 0 0 0 8 1 0 0 23 0 1 0 660680990 40910848 5200 33554432000 4194304 4964800 140735740461504 18446744073709551615 271550198469 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29473/statm: 10021 5202 399 189 0 4895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39952

[startup+0.300879 s]
/proc/loadavg: 6.83 7.85 8.00 2/323 29473
/proc/meminfo: memFree=19929916/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=46220 CPUtime=0.29 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 8301 0 0 0 28 1 0 0 25 0 1 0 660680990 47329280 6772 33554432000 4194304 4964800 140735740461504 18446744073709551615 4607600 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29473/statm: 11555 6772 403 189 0 6429 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46220

[startup+0.700809 s]
/proc/loadavg: 6.83 7.85 8.00 2/323 29473
/proc/meminfo: memFree=19929916/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=409804 CPUtime=0.75 cores=0-7
/proc/29473/stat : 29473 (claspmt) S 29471 29473 29444 0 -1 4202496 15567 0 0 0 71 4 0 0 18 0 8 0 660680990 419639296 12615 33554432000 4194304 4964800 140735740461504 18446744073709551615 271562353561 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 102451 12615 443 189 0 96800 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 409804

[startup+1.50063 s]
/proc/loadavg: 6.83 7.85 8.00 2/331 29482
/proc/meminfo: memFree=19882120/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=475340 CPUtime=3.22 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 17093 0 0 0 316 6 0 0 16 0 8 0 660680990 486748160 14138 33554432000 4194304 4964800 140735740461504 18446744073709551615 4652167 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 118835 14138 464 189 0 113184 0
[pid=29473/tid=29475] ppid=29471 vsize=475340 CPUtime=0.25 cores=0-7
/proc/29473/task/29475/stat : 29475 (claspmt) R 29471 29473 29444 0 -1 4202560 337 0 0 0 25 0 0 0 16 0 8 0 660681046 486748160 14138 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=475340 CPUtime=0.26 cores=0-7
/proc/29473/task/29476/stat : 29476 (claspmt) R 29471 29473 29444 0 -1 4202560 1209 0 0 0 26 0 0 0 16 0 8 0 660681046 486748160 14138 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668846 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=475340 CPUtime=0.26 cores=0-7
/proc/29473/task/29477/stat : 29477 (claspmt) R 29471 29473 29444 0 -1 4202560 1244 0 0 0 26 0 0 0 16 0 8 0 660681046 486748160 14138 33554432000 4194304 4964800 140735740461504 18446744073709551615 4342174 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=475340 CPUtime=0.25 cores=0-7
/proc/29473/task/29478/stat : 29478 (claspmt) R 29471 29473 29444 0 -1 4202560 1153 0 0 0 25 0 0 0 16 0 8 0 660681046 486748160 14138 33554432000 4194304 4964800 140735740461504 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=475340 CPUtime=0.77 cores=0-7
/proc/29473/task/29479/stat : 29479 (claspmt) R 29471 29473 29444 0 -1 4202560 985 0 0 0 77 0 0 0 18 0 8 0 660681046 486748160 14139 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=475340 CPUtime=0.26 cores=0-7
/proc/29473/task/29481/stat : 29481 (claspmt) R 29471 29473 29444 0 -1 4202560 1267 0 0 0 26 0 0 0 16 0 8 0 660681046 486748160 14140 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=475340 CPUtime=0.27 cores=0-7
/proc/29473/task/29482/stat : 29482 (claspmt) R 29471 29473 29444 0 -1 4202560 1241 0 0 0 27 0 0 0 16 0 8 0 660681046 486748160 14140 33554432000 4194304 4964800 140735740461504 18446744073709551615 4319903 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 475340

[startup+3.10034 s]
/proc/loadavg: 6.83 7.85 8.00 11/331 29482
/proc/meminfo: memFree=19863396/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=475876 CPUtime=15.99 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 22491 0 0 0 1589 10 0 0 18 0 8 0 660680990 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 118969 19536 464 189 0 113318 0
[pid=29473/tid=29475] ppid=29471 vsize=475876 CPUtime=1.85 cores=0-7
/proc/29473/task/29475/stat : 29475 (claspmt) R 29471 29473 29444 0 -1 4202560 640 0 0 0 185 0 0 0 18 0 8 0 660681046 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=475876 CPUtime=1.86 cores=0-7
/proc/29473/task/29476/stat : 29476 (claspmt) R 29471 29473 29444 0 -1 4202560 1865 0 0 0 185 1 0 0 18 0 8 0 660681046 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=475876 CPUtime=1.86 cores=0-7
/proc/29473/task/29477/stat : 29477 (claspmt) R 29471 29473 29444 0 -1 4202560 2360 0 0 0 186 0 0 0 17 0 8 0 660681046 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4660110 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=475876 CPUtime=1.86 cores=0-7
/proc/29473/task/29478/stat : 29478 (claspmt) R 29471 29473 29444 0 -1 4202560 1596 0 0 0 185 1 0 0 17 0 8 0 660681046 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4660384 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=475876 CPUtime=2.37 cores=0-7
/proc/29473/task/29479/stat : 29479 (claspmt) R 29471 29473 29444 0 -1 4202560 995 0 0 0 237 0 0 0 21 0 8 0 660681046 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670097 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=475876 CPUtime=1.86 cores=0-7
/proc/29473/task/29481/stat : 29481 (claspmt) R 29471 29473 29444 0 -1 4202560 2083 0 0 0 185 1 0 0 17 0 8 0 660681046 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=475876 CPUtime=1.85 cores=0-7
/proc/29473/task/29482/stat : 29482 (claspmt) R 29471 29473 29444 0 -1 4202560 2908 0 0 0 184 1 0 0 17 0 8 0 660681046 487297024 19536 33554432000 4194304 4964800 140735740461504 18446744073709551615 4365167 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 475876

[startup+6.30076 s]
/proc/loadavg: 6.93 7.86 8.00 9/331 29482
/proc/meminfo: memFree=19822600/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=475876 CPUtime=41.55 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 30897 0 0 0 4139 16 0 0 25 0 8 0 660680990 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4333252 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 118969 27942 464 189 0 113318 0
[pid=29473/tid=29475] ppid=29471 vsize=475876 CPUtime=5.06 cores=0-7
/proc/29473/task/29475/stat : 29475 (claspmt) R 29471 29473 29444 0 -1 4202560 1050 0 0 0 505 1 0 0 25 0 8 0 660681046 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=475876 CPUtime=5.06 cores=0-7
/proc/29473/task/29476/stat : 29476 (claspmt) R 29471 29473 29444 0 -1 4202560 2987 0 0 0 504 2 0 0 25 0 8 0 660681046 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4627519 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=475876 CPUtime=5.06 cores=0-7
/proc/29473/task/29477/stat : 29477 (claspmt) R 29471 29473 29444 0 -1 4202560 3416 0 0 0 505 1 0 0 25 0 8 0 660681046 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=475876 CPUtime=5.05 cores=0-7
/proc/29473/task/29478/stat : 29478 (claspmt) R 29471 29473 29444 0 -1 4202560 1914 0 0 0 504 1 0 0 25 0 8 0 660681046 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=475876 CPUtime=5.57 cores=0-7
/proc/29473/task/29479/stat : 29479 (claspmt) R 29471 29473 29444 0 -1 4202560 995 0 0 0 557 0 0 0 25 0 8 0 660681046 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4669085 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=475876 CPUtime=5.05 cores=0-7
/proc/29473/task/29481/stat : 29481 (claspmt) R 29471 29473 29444 0 -1 4202560 3923 0 0 0 502 3 0 0 25 0 8 0 660681046 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4653507 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=475876 CPUtime=5.02 cores=0-7
/proc/29473/task/29482/stat : 29482 (claspmt) R 29471 29473 29444 0 -1 4202560 6175 0 0 0 499 3 0 0 25 0 8 0 660681046 487297024 27942 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.55
Current children cumulated vsize (KiB) 475876

[startup+12.7006 s]
/proc/loadavg: 7.01 7.86 8.00 9/331 29482
/proc/meminfo: memFree=19774284/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=480292 CPUtime=92.67 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 44328 0 0 0 9241 26 0 0 25 0 8 0 660680990 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670371 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 120073 41373 466 189 0 114422 0
[pid=29473/tid=29475] ppid=29471 vsize=480292 CPUtime=11.45 cores=0-7
/proc/29473/task/29475/stat : 29475 (claspmt) R 29471 29473 29444 0 -1 4202560 1543 0 0 0 1144 1 0 0 25 0 8 0 660681046 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4652110 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=480292 CPUtime=11.46 cores=0-7
/proc/29473/task/29476/stat : 29476 (claspmt) R 29471 29473 29444 0 -1 4202560 5925 0 0 0 1142 4 0 0 25 0 8 0 660681046 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=480292 CPUtime=11.46 cores=0-7
/proc/29473/task/29477/stat : 29477 (claspmt) R 29471 29473 29444 0 -1 4202560 5671 0 0 0 1144 2 0 0 25 0 8 0 660681046 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4361296 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=480292 CPUtime=11.45 cores=0-7
/proc/29473/task/29478/stat : 29478 (claspmt) R 29471 29473 29444 0 -1 4202560 2361 0 0 0 1144 1 0 0 25 0 8 0 660681046 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=480292 CPUtime=11.97 cores=0-7
/proc/29473/task/29479/stat : 29479 (claspmt) R 29471 29473 29444 0 -1 4202560 1000 0 0 0 1197 0 0 0 25 0 8 0 660681046 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=480292 CPUtime=11.45 cores=0-7
/proc/29473/task/29481/stat : 29481 (claspmt) R 29471 29473 29444 0 -1 4202560 6373 0 0 0 1140 5 0 0 25 0 8 0 660681046 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=480292 CPUtime=11.35 cores=0-7
/proc/29473/task/29482/stat : 29482 (claspmt) R 29471 29473 29444 0 -1 4202560 10184 0 0 0 1129 6 0 0 25 0 8 0 660681046 491819008 41373 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 92.67
Current children cumulated vsize (KiB) 480292

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

[startup+13.5005 s]
/proc/loadavg: 7.09 7.86 8.00 9/331 29483
/proc/meminfo: memFree=19765852/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=481500 CPUtime=99.06 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 44824 0 0 0 9880 26 0 0 25 0 8 0 660680990 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670323 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 120375 41869 466 189 0 114724 0
[pid=29473/tid=29475] ppid=29471 vsize=481500 CPUtime=12.25 cores=0-7
/proc/29473/task/29475/stat : 29475 (claspmt) R 29471 29473 29444 0 -1 4202560 1590 0 0 0 1224 1 0 0 25 0 8 0 660681046 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670674 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=481500 CPUtime=12.26 cores=0-7
/proc/29473/task/29476/stat : 29476 (claspmt) R 29471 29473 29444 0 -1 4202560 5955 0 0 0 1222 4 0 0 25 0 8 0 660681046 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=481500 CPUtime=12.25 cores=0-7
/proc/29473/task/29477/stat : 29477 (claspmt) R 29471 29473 29444 0 -1 4202560 5781 0 0 0 1223 2 0 0 25 0 8 0 660681046 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=481500 CPUtime=12.25 cores=0-7
/proc/29473/task/29478/stat : 29478 (claspmt) R 29471 29473 29444 0 -1 4202560 2413 0 0 0 1224 1 0 0 25 0 8 0 660681046 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670259 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=481500 CPUtime=12.77 cores=0-7
/proc/29473/task/29479/stat : 29479 (claspmt) R 29471 29473 29444 0 -1 4202560 1001 0 0 0 1277 0 0 0 25 0 8 0 660681046 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4669591 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=481500 CPUtime=12.25 cores=0-7
/proc/29473/task/29481/stat : 29481 (claspmt) R 29471 29473 29444 0 -1 4202560 6403 0 0 0 1220 5 0 0 25 0 8 0 660681046 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668984 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=481500 CPUtime=12.13 cores=0-7
/proc/29473/task/29482/stat : 29482 (claspmt) R 29471 29473 29444 0 -1 4202560 10409 0 0 0 1207 6 0 0 25 0 8 0 660681046 493056000 41869 33554432000 4194304 4964800 140735740461504 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.06
Current children cumulated vsize (KiB) 481500

[startup+14.3123 s]
/proc/loadavg: 7.09 7.86 8.00 9/331 29483
/proc/meminfo: memFree=19765232/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=481500 CPUtime=105.54 cores=0-7
/proc/29473/stat : 29473 (claspmt) R 29471 29473 29444 0 -1 4202496 44969 0 0 0 10528 26 0 0 25 0 8 0 660680990 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 4333216 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 120375 42014 466 189 0 114724 0
[pid=29473/tid=29475] ppid=29471 vsize=481500 CPUtime=13.06 cores=0-7
/proc/29473/task/29475/stat : 29475 (claspmt) R 29471 29473 29444 0 -1 4202560 1590 0 0 0 1305 1 0 0 25 0 8 0 660681046 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 271550642719 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=481500 CPUtime=13.08 cores=0-7
/proc/29473/task/29476/stat : 29476 (claspmt) R 29471 29473 29444 0 -1 4202560 5955 0 0 0 1304 4 0 0 25 0 8 0 660681046 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=481500 CPUtime=13.07 cores=0-7
/proc/29473/task/29477/stat : 29477 (claspmt) R 29471 29473 29444 0 -1 4202560 5924 0 0 0 1305 2 0 0 25 0 8 0 660681046 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=481500 CPUtime=13.06 cores=0-7
/proc/29473/task/29478/stat : 29478 (claspmt) R 29471 29473 29444 0 -1 4202560 2413 0 0 0 1305 1 0 0 25 0 8 0 660681046 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 271550642719 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=481500 CPUtime=13.58 cores=0-7
/proc/29473/task/29479/stat : 29479 (claspmt) R 29471 29473 29444 0 -1 4202560 1001 0 0 0 1358 0 0 0 25 0 8 0 660681046 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=481500 CPUtime=13.06 cores=0-7
/proc/29473/task/29481/stat : 29481 (claspmt) R 29471 29473 29444 0 -1 4202560 6403 0 0 0 1301 5 0 0 25 0 8 0 660681046 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 4627272 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=481500 CPUtime=12.94 cores=0-7
/proc/29473/task/29482/stat : 29482 (claspmt) R 29471 29473 29444 0 -1 4202560 10409 0 0 0 1288 6 0 0 25 0 8 0 660681046 493056000 42014 33554432000 4194304 4964800 140735740461504 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 105.54
Current children cumulated vsize (KiB) 481500

[startup+14.5013 s]
/proc/loadavg: 7.09 7.86 8.00 9/331 29483
/proc/meminfo: memFree=19765232/32951124 swapFree=67056788/67111528
[pid=29473] ppid=29471 vsize=481500 CPUtime=106.89 cores=0-7
/proc/29473/stat : 29473 (claspmt) S 29471 29473 29444 0 -1 4202496 44974 0 0 0 10661 28 0 0 25 0 3 0 660680990 493056000 42019 33554432000 4194304 4964800 140735740461504 18446744073709551615 271562340325 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/29473/statm: 120375 42019 467 189 0 114724 0
[pid=29473/tid=29477] ppid=29471 vsize=481500 CPUtime=13.26 cores=0-7
/proc/29473/task/29477/stat : 29477 (claspmt) R 29471 29473 29444 0 -1 4202560 5928 0 0 0 1323 3 0 0 17 0 3 0 660681046 493056000 42019 33554432000 4194304 4964800 140735740461504 18446744073709551615 271550235390 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=481500 CPUtime=13.25 cores=0-7
/proc/29473/task/29481/stat : 29481 (claspmt) R 29471 29473 29444 0 -1 4202560 6403 0 0 0 1319 6 0 0 17 0 3 0 660681046 493056000 42019 33554432000 4194304 4964800 140735740461504 18446744073709551615 271550642719 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 106.89
Current children cumulated vsize (KiB) 481500

Child status: 20
Real time (s): 14.5641
CPU time (s): 106.964
CPU user time (s): 106.669
CPU system time (s): 0.294955
CPU usage (%): 734.434
Max. virtual memory (cumulated for all children) (KiB): 481500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.669
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44984
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= 8539
involuntary context switches= 1289

runsolver used 0.043993 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 22:20:31
IDJOB=3380730
IDBENCH=71718
IDSOLVER=1865
FILE ID=node133/3380730-1305490831
RUNJOBID= node133-1305490831-29459
PBS_JOBID= 13325411
Free space on /tmp= 73620 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.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-3380730-1305490831/watcher-3380730-1305490831 -o /tmp/evaluation-result-3380730-1305490831/solver-3380730-1305490831 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380730-1305490831.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=948511320

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.834
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:     32951124 kB
MemFree:      19930320 kB
Buffers:        311740 kB
Cached:        4213772 kB
SwapCached:       8756 kB
Active:        9499340 kB
Inactive:      3219780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19930320 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            6744 kB
Writeback:           0 kB
AnonPages:     8191160 kB
Mapped:          27980 kB
Slab:           201468 kB
PageTables:      33620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63750276 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73620 MiB
End job on node133 at 2011-05-15 22:20:46