Trace number 3373222

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 491.165 123.222

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.7023
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
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 ...425152/instance-3373222-1305425152.cnf
0.09/0.10	c Solving...
491.14/123.22	s UNSATISFIABLE
491.14/123.22	
491.14/123.22	c Models        : 0     
491.14/123.22	c Time          : 123.209s (Solving: 123.11s 1st Model: 0.00s Unsat: 123.11s)
491.14/123.22	c CPU Time      : 491.140s

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-3373222-1305425152/watcher-3373222-1305425152 -o /tmp/evaluation-result-3373222-1305425152/solver-3373222-1305425152 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373222-1305425152.cnf 

running on 4 cores: 0,2,4,6

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: 8.12 8.08 7.02 6/317 12371
/proc/meminfo: memFree=22779272/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=22340 CPUtime=0 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 885 0 0 0 0 0 0 0 25 0 1 0 732745648 22876160 781 33554432000 4194304 4964800 140734503427232 18446744073709551615 252458065664 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12371/statm: 5585 781 385 189 0 459 0

[startup+0.0783499 s]
/proc/loadavg: 8.12 8.08 7.02 6/317 12371
/proc/meminfo: memFree=22779272/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=24240 CPUtime=0.07 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 1459 0 0 0 7 0 0 0 25 0 1 0 732745648 24821760 1276 33554432000 4194304 4964800 140734503427232 18446744073709551615 4600431 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12371/statm: 6060 1276 402 189 0 934 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24240

[startup+0.100346 s]
/proc/loadavg: 8.12 8.08 7.02 6/317 12371
/proc/meminfo: memFree=22779272/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=24240 CPUtime=0.09 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 1469 0 0 0 9 0 0 0 25 0 1 0 732745648 24821760 1286 33554432000 4194304 4964800 140734503427232 18446744073709551615 4607585 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12371/statm: 6060 1286 402 189 0 934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24240

[startup+0.300239 s]
/proc/loadavg: 8.12 8.08 7.02 6/317 12371
/proc/meminfo: memFree=22779272/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=172812 CPUtime=0.86 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 3137 0 0 0 86 0 0 0 25 0 4 0 732745648 176959488 2761 33554432000 4194304 4964800 140734503427232 18446744073709551615 4362256 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 43203 2761 458 189 0 37552 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 172812

[startup+0.700165 s]
/proc/loadavg: 8.12 8.08 7.02 6/317 12371
/proc/meminfo: memFree=22779272/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=172948 CPUtime=2.46 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 3547 0 0 0 246 0 0 0 25 0 4 0 732745648 177098752 3171 33554432000 4194304 4964800 140734503427232 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 43237 3171 458 189 0 37586 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 172948

[startup+1.50102 s]
/proc/loadavg: 8.12 8.08 7.02 10/321 12375
/proc/meminfo: memFree=22766228/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=173384 CPUtime=5.65 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 4028 0 0 0 565 0 0 0 25 0 4 0 732745648 177545216 3652 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670323 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 43346 3652 458 189 0 37695 0
[pid=12371/tid=12373] ppid=12369 vsize=173384 CPUtime=1.39 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 505 0 0 0 139 0 0 0 25 0 4 0 732745659 177545216 3652 33554432000 4194304 4964800 140734503427232 18446744073709551615 4465641 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=173384 CPUtime=1.38 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 950 0 0 0 138 0 0 0 25 0 4 0 732745659 177545216 3652 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=173384 CPUtime=1.38 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 546 0 0 0 138 0 0 0 25 0 4 0 732745659 177545216 3652 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670112 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 173384

[startup+3.10072 s]
/proc/loadavg: 8.12 8.08 7.02 11/321 12375
/proc/meminfo: memFree=22761764/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=174936 CPUtime=12.04 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 5201 0 0 0 1203 1 0 0 25 0 4 0 732745648 179134464 4825 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 43734 4825 460 189 0 38083 0
[pid=12371/tid=12373] ppid=12369 vsize=174936 CPUtime=2.98 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 876 0 0 0 298 0 0 0 25 0 4 0 732745659 179134464 4825 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=174936 CPUtime=2.98 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 1387 0 0 0 298 0 0 0 25 0 4 0 732745659 179134464 4825 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=174936 CPUtime=2.97 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 677 0 0 0 297 0 0 0 25 0 4 0 732745659 179134464 4825 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 174936

[startup+6.30113 s]
/proc/loadavg: 8.11 8.07 7.02 10/321 12375
/proc/meminfo: memFree=22753704/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=176032 CPUtime=24.8 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 6017 0 0 0 2479 1 0 0 25 0 4 0 732745648 180256768 5641 33554432000 4194304 4964800 140734503427232 18446744073709551615 4669460 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 44008 5641 460 189 0 38357 0
[pid=12371/tid=12373] ppid=12369 vsize=176032 CPUtime=6.19 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 1171 0 0 0 619 0 0 0 25 0 4 0 732745659 180256768 5641 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=176032 CPUtime=6.18 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 1699 0 0 0 618 0 0 0 25 0 4 0 732745659 180256768 5641 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=176032 CPUtime=6.13 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 778 0 0 0 613 0 0 0 25 0 4 0 732745659 180256768 5641 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 176032

[startup+12.7009 s]
/proc/loadavg: 8.26 8.11 7.04 10/321 12376
/proc/meminfo: memFree=22740920/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=177908 CPUtime=50.34 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 7131 0 0 0 5032 2 0 0 25 0 4 0 732745648 182177792 6755 33554432000 4194304 4964800 140734503427232 18446744073709551615 4334332 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 44477 6755 460 189 0 38826 0
[pid=12371/tid=12373] ppid=12369 vsize=177908 CPUtime=12.58 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 1536 0 0 0 1258 0 0 0 25 0 4 0 732745659 182177792 6755 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=177908 CPUtime=12.58 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 2146 0 0 0 1258 0 0 0 25 0 4 0 732745659 182177792 6755 33554432000 4194304 4964800 140734503427232 18446744073709551615 4644882 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=177908 CPUtime=12.47 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 912 0 0 0 1247 0 0 0 25 0 4 0 732745659 182177792 6755 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 177908

[startup+25.5006 s]
/proc/loadavg: 8.28 8.12 7.06 10/321 12376
/proc/meminfo: memFree=22718952/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=179124 CPUtime=101.4 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 8160 0 0 0 10138 2 0 0 25 0 4 0 732745648 183422976 7784 33554432000 4194304 4964800 140734503427232 18446744073709551615 4312158 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 44781 7784 460 189 0 39130 0
[pid=12371/tid=12373] ppid=12369 vsize=179124 CPUtime=25.38 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 1997 0 0 0 2538 0 0 0 25 0 4 0 732745659 183422976 7784 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=179124 CPUtime=25.38 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 2474 0 0 0 2537 1 0 0 25 0 4 0 732745659 183422976 7784 33554432000 4194304 4964800 140734503427232 18446744073709551615 4687029 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=179124 CPUtime=25.13 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1018 0 0 0 2513 0 0 0 25 0 4 0 732745659 183422976 7784 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670674 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 179124

[startup+51.1008 s]
/proc/loadavg: 8.18 8.11 7.08 10/321 12377
/proc/meminfo: memFree=22693632/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=181084 CPUtime=203.54 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 9250 0 0 0 20351 3 0 0 25 0 4 0 732745648 185430016 8827 33554432000 4194304 4964800 140734503427232 18446744073709551615 4362191 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45271 8827 460 189 0 39620 0
[pid=12371/tid=12373] ppid=12369 vsize=181084 CPUtime=50.97 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 2620 0 0 0 5097 0 0 0 25 0 4 0 732745659 185430016 8827 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=181084 CPUtime=50.98 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 2787 0 0 0 5097 1 0 0 25 0 4 0 732745659 185430016 8827 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=181084 CPUtime=50.48 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1087 0 0 0 5048 0 0 0 25 0 4 0 732745659 185430016 8827 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.54
Current children cumulated vsize (KiB) 181084

[startup+102.312 s]
/proc/loadavg: 8.21 8.13 7.14 10/321 12378
/proc/meminfo: memFree=22648976/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=407.84 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10546 0 0 0 40781 3 0 0 25 0 4 0 732745648 187633664 10123 33554432000 4194304 4964800 140734503427232 18446744073709551615 4669343 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10123 460 189 0 40158 0
[pid=12371/tid=12373] ppid=12369 vsize=183236 CPUtime=102.18 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 3218 0 0 0 10218 0 0 0 25 0 4 0 732745659 187633664 10123 33554432000 4194304 4964800 140734503427232 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=183236 CPUtime=102.19 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 3178 0 0 0 10218 1 0 0 25 0 4 0 732745659 187633664 10123 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=183236 CPUtime=101.17 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1228 0 0 0 10117 0 0 0 25 0 4 0 732745659 187633664 10123 33554432000 4194304 4964800 140734503427232 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.84
Current children cumulated vsize (KiB) 183236

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

[startup+115.101 s]
/proc/loadavg: 8.16 8.12 7.16 10/321 12378
/proc/meminfo: memFree=22642404/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=458.87 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10789 0 0 0 45884 3 0 0 25 0 4 0 732745648 187633664 10366 33554432000 4194304 4964800 140734503427232 18446744073709551615 4320897 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10366 460 189 0 40158 0
[pid=12371/tid=12373] ppid=12369 vsize=183236 CPUtime=114.97 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 3273 0 0 0 11497 0 0 0 25 0 4 0 732745659 187633664 10366 33554432000 4194304 4964800 140734503427232 18446744073709551615 4334283 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=183236 CPUtime=114.98 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 3316 0 0 0 11497 1 0 0 25 0 4 0 732745659 187633664 10366 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=183236 CPUtime=113.84 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1261 0 0 0 11384 0 0 0 25 0 4 0 732745659 187633664 10366 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 458.87
Current children cumulated vsize (KiB) 183236

[startup+118.3 s]
/proc/loadavg: 8.16 8.12 7.16 10/321 12378
/proc/meminfo: memFree=22639552/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=471.64 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10838 0 0 0 47161 3 0 0 25 0 4 0 732745648 187633664 10415 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670674 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10415 460 189 0 40158 0
[pid=12371/tid=12373] ppid=12369 vsize=183236 CPUtime=118.17 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 3302 0 0 0 11817 0 0 0 25 0 4 0 732745659 187633664 10415 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=183236 CPUtime=118.18 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 3336 0 0 0 11817 1 0 0 25 0 4 0 732745659 187633664 10415 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=183236 CPUtime=117.01 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1261 0 0 0 11701 0 0 0 25 0 4 0 732745659 187633664 10415 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668592 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 471.64
Current children cumulated vsize (KiB) 183236

[startup+121.501 s]
/proc/loadavg: 8.15 8.12 7.16 10/321 12379
/proc/meminfo: memFree=22635336/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=484.41 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10890 0 0 0 48438 3 0 0 25 0 4 0 732745648 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10467 460 189 0 40158 0
[pid=12371/tid=12373] ppid=12369 vsize=183236 CPUtime=121.37 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 3331 0 0 0 12137 0 0 0 25 0 4 0 732745659 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=183236 CPUtime=121.38 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 3359 0 0 0 12137 1 0 0 25 0 4 0 732745659 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=183236 CPUtime=120.17 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1261 0 0 0 12017 0 0 0 25 0 4 0 732745659 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4361199 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 484.41
Current children cumulated vsize (KiB) 183236

[startup+122.301 s]
/proc/loadavg: 8.15 8.12 7.16 10/321 12379
/proc/meminfo: memFree=22634468/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=487.59 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10890 0 0 0 48756 3 0 0 25 0 4 0 732745648 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668794 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10467 460 189 0 40158 0
[pid=12371/tid=12373] ppid=12369 vsize=183236 CPUtime=122.17 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 3331 0 0 0 12217 0 0 0 25 0 4 0 732745659 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4669973 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=183236 CPUtime=122.18 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 3359 0 0 0 12217 1 0 0 25 0 4 0 732745659 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=183236 CPUtime=120.96 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1261 0 0 0 12096 0 0 0 25 0 4 0 732745659 187633664 10467 33554432000 4194304 4964800 140734503427232 18446744073709551615 4320890 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 487.59
Current children cumulated vsize (KiB) 183236

[startup+122.7 s]
/proc/loadavg: 8.15 8.12 7.16 10/321 12379
/proc/meminfo: memFree=22634468/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=489.19 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10892 0 0 0 48916 3 0 0 25 0 4 0 732745648 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668564 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10469 460 189 0 40158 0
[pid=12371/tid=12373] ppid=12369 vsize=183236 CPUtime=122.57 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 3331 0 0 0 12257 0 0 0 25 0 4 0 732745659 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=183236 CPUtime=122.58 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 3361 0 0 0 12257 1 0 0 25 0 4 0 732745659 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=183236 CPUtime=121.36 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1261 0 0 0 12136 0 0 0 25 0 4 0 732745659 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668627 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 489.19
Current children cumulated vsize (KiB) 183236

[startup+123.1 s]
/proc/loadavg: 8.15 8.12 7.16 10/321 12379
/proc/meminfo: memFree=22634096/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=490.81 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10892 0 0 0 49078 3 0 0 25 0 4 0 732745648 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4668585 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10469 460 189 0 40158 0
[pid=12371/tid=12373] ppid=12369 vsize=183236 CPUtime=122.98 cores=0,2,4,6
/proc/12371/task/12373/stat : 12373 (claspmt) R 12369 12371 11662 0 -1 4202560 3331 0 0 0 12298 0 0 0 25 0 4 0 732745659 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4362287 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=12371/tid=12374] ppid=12369 vsize=183236 CPUtime=122.99 cores=0,2,4,6
/proc/12371/task/12374/stat : 12374 (claspmt) R 12369 12371 11662 0 -1 4202560 3361 0 0 0 12298 1 0 0 25 0 4 0 732745659 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4660236 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=12371/tid=12375] ppid=12369 vsize=183236 CPUtime=121.76 cores=0,2,4,6
/proc/12371/task/12375/stat : 12375 (claspmt) R 12369 12371 11662 0 -1 4202560 1261 0 0 0 12176 0 0 0 25 0 4 0 732745659 187633664 10469 33554432000 4194304 4964800 140734503427232 18446744073709551615 4320849 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 490.81
Current children cumulated vsize (KiB) 183236

[startup+123.212 s]
/proc/loadavg: 8.15 8.12 7.16 10/321 12379
/proc/meminfo: memFree=22634096/32951124 swapFree=59305796/67111528
[pid=12371] ppid=12369 vsize=183236 CPUtime=491.14 cores=0,2,4,6
/proc/12371/stat : 12371 (claspmt) R 12369 12371 11662 0 -1 4202496 10902 0 0 0 49111 3 0 0 25 0 1 0 732745648 187633664 10479 33554432000 4194304 4964800 140734503427232 18446744073709551615 4699632 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12371/statm: 45809 10479 470 189 0 40158 0
Current children cumulated CPU time (s) 491.14
Current children cumulated vsize (KiB) 183236

Child status: 20
Real time (s): 123.222
CPU time (s): 491.165
CPU user time (s): 491.125
CPU system time (s): 0.039993
CPU usage (%): 398.603
Max. virtual memory (cumulated for all children) (KiB): 183236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 491.125
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10904
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= 1765
involuntary context switches= 3141

runsolver used 0.363944 second user time and 0.878866 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 04:05:52
IDJOB=3373222
IDBENCH=83196
IDSOLVER=1853
FILE ID=node111/3373222-1305425152
RUNJOBID= node111-1305423874-11680
PBS_JOBID= 13324596
Free space on /tmp= 73732 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.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-3373222-1305425152/watcher-3373222-1305425152 -o /tmp/evaluation-result-3373222-1305425152/solver-3373222-1305425152 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373222-1305425152.cnf

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=1251979417

node111.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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22779560 kB
Buffers:        270684 kB
Cached:        6519924 kB
SwapCached:      13720 kB
Active:        1071276 kB
Inactive:      8885240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22779560 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            1304 kB
Writeback:           0 kB
AnonPages:     3160880 kB
Mapped:          13492 kB
Slab:           115684 kB
PageTables:      36528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53485980 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= 73728 MiB
End job on node111 at 2011-05-15 04:07:55