Trace number 3380566

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 203.792 26.6072

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6651
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
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 ...481517/instance-3380566-1305481517.cnf
0.79/0.89	c Solving...
203.78/26.60	s UNSATISFIABLE
203.78/26.60	
203.78/26.60	c Models        : 0     
203.78/26.60	c Time          : 26.395s (Solving: 25.51s 1st Model: 0.00s Unsat: 25.51s)
203.78/26.60	c CPU Time      : 203.570s

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-3380566-1305481517/watcher-3380566-1305481517 -o /tmp/evaluation-result-3380566-1305481517/solver-3380566-1305481517 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380566-1305481517.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: 7.46 4.13 1.68 1/354 4273
/proc/meminfo: memFree=14625744/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=33044 CPUtime=0 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 1150 0 0 0 0 0 0 0 20 0 1 0 640567551 33837056 1080 33554432000 4194304 4964800 140735862273808 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/4273/statm: 8261 1087 376 189 0 3135 0

[startup+0.082393 s]
/proc/loadavg: 7.46 4.13 1.68 1/354 4273
/proc/meminfo: memFree=14625744/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=50584 CPUtime=0.07 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 9602 0 0 0 6 1 0 0 20 0 1 0 640567551 51798016 7631 33554432000 4194304 4964800 140735862273808 18446744073709551615 233510297344 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/4273/statm: 12646 7633 386 189 0 7520 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50584

[startup+0.1004 s]
/proc/loadavg: 7.46 4.13 1.68 1/354 4273
/proc/meminfo: memFree=14625744/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=56628 CPUtime=0.09 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 12141 0 0 0 8 1 0 0 20 0 1 0 640567551 57987072 9232 33554432000 4194304 4964800 140735862273808 18446744073709551615 233509994027 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/4273/statm: 14157 9235 399 189 0 9031 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56628

[startup+0.300349 s]
/proc/loadavg: 7.46 4.13 1.68 1/354 4273
/proc/meminfo: memFree=14625744/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=70664 CPUtime=0.29 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 15517 0 0 0 27 2 0 0 21 0 1 0 640567551 72359936 12608 33554432000 4194304 4964800 140735862273808 18446744073709551615 233509995439 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/4273/statm: 17666 12608 404 189 0 12540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70664

[startup+0.700277 s]
/proc/loadavg: 7.46 4.13 1.68 1/354 4273
/proc/meminfo: memFree=14625744/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=78848 CPUtime=0.69 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 17564 0 0 0 67 2 0 0 22 0 1 0 640567551 80740352 14655 33554432000 4194304 4964800 140735862273808 18446744073709551615 233509958341 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/4273/statm: 19712 14655 404 189 0 14586 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78848

[startup+1.5011 s]
/proc/loadavg: 7.46 4.13 1.68 2/362 4281
/proc/meminfo: memFree=14489164/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=485200 CPUtime=4.79 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 45337 0 0 0 465 14 0 0 18 0 8 0 640567551 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4647774 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/4273/statm: 121300 35654 464 189 0 115649 0
[pid=4273/tid=4275] ppid=4271 vsize=485200 CPUtime=0.48 cores=0-7
/proc/4273/task/4275/stat : 4275 (claspmt) R 4271 4273 4178 0 -1 4202560 3173 0 0 0 47 1 0 0 17 0 8 0 640567641 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4273/tid=4276] ppid=4271 vsize=485200 CPUtime=0.47 cores=0-7
/proc/4273/task/4276/stat : 4276 (claspmt) R 4271 4273 4178 0 -1 4202560 4214 0 0 0 46 1 0 0 17 0 8 0 640567641 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=4273/tid=4277] ppid=4271 vsize=485200 CPUtime=0.47 cores=0-7
/proc/4273/task/4277/stat : 4277 (claspmt) R 4271 4273 4178 0 -1 4202560 4137 0 0 0 46 1 0 0 17 0 8 0 640567641 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=4273/tid=4278] ppid=4271 vsize=485200 CPUtime=0.47 cores=0-7
/proc/4273/task/4278/stat : 4278 (claspmt) R 4271 4273 4178 0 -1 4202560 3392 0 0 0 46 1 0 0 17 0 8 0 640567641 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370229 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=4273/tid=4279] ppid=4271 vsize=485200 CPUtime=0.54 cores=0-7
/proc/4273/task/4279/stat : 4279 (claspmt) R 4271 4273 4178 0 -1 4202560 3768 0 0 0 53 1 0 0 18 0 8 0 640567641 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4273/tid=4280] ppid=4271 vsize=485200 CPUtime=0.48 cores=0-7
/proc/4273/task/4280/stat : 4280 (claspmt) R 4271 4273 4178 0 -1 4202560 4225 0 0 0 47 1 0 0 17 0 8 0 640567641 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4273/tid=4281] ppid=4271 vsize=485200 CPUtime=0.49 cores=0-7
/proc/4273/task/4281/stat : 4281 (claspmt) R 4271 4273 4178 0 -1 4202560 3876 0 0 0 47 2 0 0 17 0 8 0 640567641 496844800 35654 33554432000 4194304 4964800 140735862273808 18446744073709551615 4668797 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 485200

[startup+3.10081 s]
/proc/loadavg: 7.46 4.13 1.68 10/362 4282
/proc/meminfo: memFree=14482656/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=485200 CPUtime=17.57 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 47252 0 0 0 1741 16 0 0 21 0 8 0 640567551 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370295 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/4273/statm: 121300 37569 464 189 0 115649 0
[pid=4273/tid=4275] ppid=4271 vsize=485200 CPUtime=2.08 cores=0-7
/proc/4273/task/4275/stat : 4275 (claspmt) R 4271 4273 4178 0 -1 4202560 3261 0 0 0 207 1 0 0 19 0 8 0 640567641 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4273/tid=4276] ppid=4271 vsize=485200 CPUtime=2.07 cores=0-7
/proc/4273/task/4276/stat : 4276 (claspmt) R 4271 4273 4178 0 -1 4202560 4725 0 0 0 206 1 0 0 20 0 8 0 640567641 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=4273/tid=4277] ppid=4271 vsize=485200 CPUtime=2.07 cores=0-7
/proc/4273/task/4277/stat : 4277 (claspmt) R 4271 4273 4178 0 -1 4202560 4585 0 0 0 206 1 0 0 19 0 8 0 640567641 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=4273/tid=4278] ppid=4271 vsize=485200 CPUtime=2.07 cores=0-7
/proc/4273/task/4278/stat : 4278 (claspmt) R 4271 4273 4178 0 -1 4202560 3487 0 0 0 206 1 0 0 19 0 8 0 640567641 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370269 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=4273/tid=4279] ppid=4271 vsize=485200 CPUtime=2.13 cores=0-7
/proc/4273/task/4279/stat : 4279 (claspmt) R 4271 4273 4178 0 -1 4202560 3777 0 0 0 212 1 0 0 21 0 8 0 640567641 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4273/tid=4280] ppid=4271 vsize=485200 CPUtime=2.08 cores=0-7
/proc/4273/task/4280/stat : 4280 (claspmt) R 4271 4273 4178 0 -1 4202560 4569 0 0 0 207 1 0 0 20 0 8 0 640567641 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4273/tid=4281] ppid=4271 vsize=485200 CPUtime=2.09 cores=0-7
/proc/4273/task/4281/stat : 4281 (claspmt) R 4271 4273 4178 0 -1 4202560 4243 0 0 0 206 3 0 0 20 0 8 0 640567641 496844800 37569 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.57
Current children cumulated vsize (KiB) 485200

[startup+6.30124 s]
/proc/loadavg: 7.51 4.19 1.71 9/362 4282
/proc/meminfo: memFree=14467776/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=486576 CPUtime=43.14 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 51402 0 0 0 4294 20 0 0 25 0 8 0 640567551 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/4273/statm: 121644 41719 464 189 0 115993 0
[pid=4273/tid=4275] ppid=4271 vsize=486576 CPUtime=5.28 cores=0-7
/proc/4273/task/4275/stat : 4275 (claspmt) R 4271 4273 4178 0 -1 4202560 3368 0 0 0 527 1 0 0 25 0 8 0 640567641 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4273/tid=4276] ppid=4271 vsize=486576 CPUtime=5.27 cores=0-7
/proc/4273/task/4276/stat : 4276 (claspmt) R 4271 4273 4178 0 -1 4202560 6021 0 0 0 525 2 0 0 25 0 8 0 640567641 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4379129 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=4273/tid=4277] ppid=4271 vsize=486576 CPUtime=5.27 cores=0-7
/proc/4273/task/4277/stat : 4277 (claspmt) R 4271 4273 4178 0 -1 4202560 5157 0 0 0 525 2 0 0 25 0 8 0 640567641 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4362911 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=4273/tid=4278] ppid=4271 vsize=486576 CPUtime=5.27 cores=0-7
/proc/4273/task/4278/stat : 4278 (claspmt) R 4271 4273 4178 0 -1 4202560 3753 0 0 0 526 1 0 0 25 0 8 0 640567641 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370301 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=4273/tid=4279] ppid=4271 vsize=486576 CPUtime=5.29 cores=0-7
/proc/4273/task/4279/stat : 4279 (claspmt) R 4271 4273 4178 0 -1 4202560 3814 0 0 0 528 1 0 0 25 0 8 0 640567641 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370288 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4273/tid=4280] ppid=4271 vsize=486576 CPUtime=5.29 cores=0-7
/proc/4273/task/4280/stat : 4280 (claspmt) R 4271 4273 4178 0 -1 4202560 5324 0 0 0 526 3 0 0 25 0 8 0 640567641 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4273/tid=4281] ppid=4271 vsize=486576 CPUtime=5.28 cores=0-7
/proc/4273/task/4281/stat : 4281 (claspmt) R 4271 4273 4178 0 -1 4202560 5257 0 0 0 525 3 0 0 25 0 8 0 640567641 498253824 41719 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.14
Current children cumulated vsize (KiB) 486576

[startup+12.7011 s]
/proc/loadavg: 7.63 4.27 1.75 9/362 4282
/proc/meminfo: memFree=14451904/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=487312 CPUtime=94.26 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 54181 0 0 0 9402 24 0 0 25 0 8 0 640567551 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4364587 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/4273/statm: 121828 44498 464 189 0 116177 0
[pid=4273/tid=4275] ppid=4271 vsize=487312 CPUtime=11.67 cores=0-7
/proc/4273/task/4275/stat : 4275 (claspmt) R 4271 4273 4178 0 -1 4202560 3459 0 0 0 1166 1 0 0 25 0 8 0 640567641 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4273/tid=4276] ppid=4271 vsize=487312 CPUtime=11.67 cores=0-7
/proc/4273/task/4276/stat : 4276 (claspmt) R 4271 4273 4178 0 -1 4202560 6811 0 0 0 1164 3 0 0 25 0 8 0 640567641 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=4273/tid=4277] ppid=4271 vsize=487312 CPUtime=11.67 cores=0-7
/proc/4273/task/4277/stat : 4277 (claspmt) R 4271 4273 4178 0 -1 4202560 5507 0 0 0 1165 2 0 0 25 0 8 0 640567641 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=4273/tid=4278] ppid=4271 vsize=487312 CPUtime=11.67 cores=0-7
/proc/4273/task/4278/stat : 4278 (claspmt) R 4271 4273 4178 0 -1 4202560 3911 0 0 0 1166 1 0 0 25 0 8 0 640567641 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=4273/tid=4279] ppid=4271 vsize=487312 CPUtime=11.61 cores=0-7
/proc/4273/task/4279/stat : 4279 (claspmt) R 4271 4273 4178 0 -1 4202560 3932 0 0 0 1159 2 0 0 25 0 8 0 640567641 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4668794 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4273/tid=4280] ppid=4271 vsize=487312 CPUtime=11.68 cores=0-7
/proc/4273/task/4280/stat : 4280 (claspmt) R 4271 4273 4178 0 -1 4202560 5653 0 0 0 1165 3 0 0 25 0 8 0 640567641 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4321232 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4273/tid=4281] ppid=4271 vsize=487312 CPUtime=11.68 cores=0-7
/proc/4273/task/4281/stat : 4281 (claspmt) R 4271 4273 4178 0 -1 4202560 6121 0 0 0 1164 4 0 0 25 0 8 0 640567641 499007488 44498 33554432000 4194304 4964800 140735862273808 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 94.26
Current children cumulated vsize (KiB) 487312

[startup+25.5008 s]
/proc/loadavg: 7.71 4.46 1.85 9/362 4282
/proc/meminfo: memFree=14427576/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=492316 CPUtime=196.49 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 60422 0 0 0 19618 31 0 0 25 0 8 0 640567551 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/4273/statm: 123079 50739 466 189 0 117428 0
[pid=4273/tid=4275] ppid=4271 vsize=492316 CPUtime=24.48 cores=0-7
/proc/4273/task/4275/stat : 4275 (claspmt) R 4271 4273 4178 0 -1 4202560 3565 0 0 0 2446 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4273/tid=4276] ppid=4271 vsize=492316 CPUtime=24.47 cores=0-7
/proc/4273/task/4276/stat : 4276 (claspmt) R 4271 4273 4178 0 -1 4202560 8172 0 0 0 2442 5 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=4273/tid=4277] ppid=4271 vsize=492316 CPUtime=24.47 cores=0-7
/proc/4273/task/4277/stat : 4277 (claspmt) R 4271 4273 4178 0 -1 4202560 6226 0 0 0 2445 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=4273/tid=4278] ppid=4271 vsize=492316 CPUtime=24.47 cores=0-7
/proc/4273/task/4278/stat : 4278 (claspmt) R 4271 4273 4178 0 -1 4202560 4199 0 0 0 2445 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=4273/tid=4279] ppid=4271 vsize=492316 CPUtime=24.25 cores=0-7
/proc/4273/task/4279/stat : 4279 (claspmt) R 4271 4273 4178 0 -1 4202560 4249 0 0 0 2423 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4273/tid=4280] ppid=4271 vsize=492316 CPUtime=24.48 cores=0-7
/proc/4273/task/4280/stat : 4280 (claspmt) R 4271 4273 4178 0 -1 4202560 6375 0 0 0 2444 4 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4378907 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4273/tid=4281] ppid=4271 vsize=492316 CPUtime=24.48 cores=0-7
/proc/4273/task/4281/stat : 4281 (claspmt) R 4271 4273 4178 0 -1 4202560 8756 0 0 0 2441 7 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 233509956340 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 196.49
Current children cumulated vsize (KiB) 492316

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

[startup+26.3007 s]
/proc/loadavg: 7.71 4.46 1.85 9/362 4282
/proc/meminfo: memFree=14427576/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=492316 CPUtime=202.92 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 60422 0 0 0 20261 31 0 0 25 0 8 0 640567551 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4678045 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/4273/statm: 123079 50739 466 189 0 117428 0
[pid=4273/tid=4275] ppid=4271 vsize=492316 CPUtime=25.29 cores=0-7
/proc/4273/task/4275/stat : 4275 (claspmt) R 4271 4273 4178 0 -1 4202560 3565 0 0 0 2527 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=4273/tid=4276] ppid=4271 vsize=492316 CPUtime=25.28 cores=0-7
/proc/4273/task/4276/stat : 4276 (claspmt) R 4271 4273 4178 0 -1 4202560 8172 0 0 0 2523 5 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=4273/tid=4277] ppid=4271 vsize=492316 CPUtime=25.28 cores=0-7
/proc/4273/task/4277/stat : 4277 (claspmt) R 4271 4273 4178 0 -1 4202560 6226 0 0 0 2526 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=4273/tid=4278] ppid=4271 vsize=492316 CPUtime=25.28 cores=0-7
/proc/4273/task/4278/stat : 4278 (claspmt) R 4271 4273 4178 0 -1 4202560 4199 0 0 0 2526 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=4273/tid=4279] ppid=4271 vsize=492316 CPUtime=25.05 cores=0-7
/proc/4273/task/4279/stat : 4279 (claspmt) R 4271 4273 4178 0 -1 4202560 4249 0 0 0 2503 2 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=4273/tid=4280] ppid=4271 vsize=492316 CPUtime=25.29 cores=0-7
/proc/4273/task/4280/stat : 4280 (claspmt) R 4271 4273 4178 0 -1 4202560 6375 0 0 0 2525 4 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=4273/tid=4281] ppid=4271 vsize=492316 CPUtime=25.29 cores=0-7
/proc/4273/task/4281/stat : 4281 (claspmt) R 4271 4273 4178 0 -1 4202560 8756 0 0 0 2522 7 0 0 25 0 8 0 640567641 504131584 50739 33554432000 4194304 4964800 140735862273808 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.92
Current children cumulated vsize (KiB) 492316

[startup+26.5006 s]
/proc/loadavg: 7.71 4.46 1.85 9/362 4282
/proc/meminfo: memFree=14427576/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=480304 CPUtime=203.67 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 60432 0 0 0 20335 32 0 0 25 0 1 0 640567551 491831296 47746 33554432000 4194304 4964800 140735862273808 18446744073709551615 233509946572 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4273/statm: 120076 47746 476 189 0 114425 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 480304

[startup+26.6006 s]
/proc/loadavg: 7.71 4.46 1.85 9/362 4282
/proc/meminfo: memFree=14427576/32951124 swapFree=67111348/67111528
[pid=4273] ppid=4271 vsize=442736 CPUtime=203.78 cores=0-7
/proc/4273/stat : 4273 (claspmt) R 4271 4273 4178 0 -1 4202496 60432 0 0 0 20345 33 0 0 25 0 1 0 640567551 453361664 24475 33554432000 4194304 4964800 140735862273808 18446744073709551615 233510340967 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/4273/statm: 110684 24475 476 189 0 105033 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 442736

Child status: 20
Real time (s): 26.6072
CPU time (s): 203.792
CPU user time (s): 203.452
CPU system time (s): 0.339948
CPU usage (%): 765.929
Max. virtual memory (cumulated for all children) (KiB): 492316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.452
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60433
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= 9517
involuntary context switches= 916

runsolver used 0.106983 second user time and 0.217966 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 19:45:17
IDJOB=3380566
IDBENCH=69599
IDSOLVER=1865
FILE ID=node145/3380566-1305481517
RUNJOBID= node145-1305481200-4192
PBS_JOBID= 13325335
Free space on /tmp= 73664 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.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-3380566-1305481517/watcher-3380566-1305481517 -o /tmp/evaluation-result-3380566-1305481517/solver-3380566-1305481517 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380566-1305481517.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=109666608

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14626148 kB
Buffers:        324376 kB
Cached:        8561512 kB
SwapCached:          0 kB
Active:       11137772 kB
Inactive:      6817352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14626148 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5524 kB
Writeback:          24 kB
AnonPages:     9069352 kB
Mapped:          28064 kB
Slab:           259192 kB
PageTables:      41140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83667644 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= 73664 MiB
End job on node145 at 2011-05-15 19:45:44