Trace number 3299600

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-R4095UNSAT 226.759 56.8083

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_28_u.cnf
MD5SUM7fb794f1c5d1c4d1723aeeb5efb40cdc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3054
Satisfiable
(Un)Satisfiability was proved
Number of variables2856
Number of clauses10578
Sum of the clauses size26556
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25178
Number of clauses of size 35400
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 ...089043/instance-3299600-1304089043.cnf
0.00/0.04	c Solving...
226.73/56.80	s UNSATISFIABLE
226.73/56.80	
226.73/56.80	c Models        : 0     
226.73/56.80	c Time          : 56.801s (Solving: 56.76s 1st Model: 0.00s Unsat: 56.76s)
226.73/56.80	c CPU Time      : 226.740s

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: 935)

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

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.07 7.73 5/180 32329
/proc/meminfo: memFree=21964760/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=22128 CPUtime=0 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 858 0 0 0 0 0 0 0 25 0 1 0 520503087 22659072 743 33554432000 4194304 4964704 140735530025648 18446744073709551615 4624848 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32329/statm: 5532 752 397 189 0 406 0

[startup+0.0791049 s]
/proc/loadavg: 8.08 8.07 7.73 5/180 32329
/proc/meminfo: memFree=21964760/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=171088 CPUtime=0.16 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 1803 0 0 0 16 0 0 0 25 0 4 0 520503087 175194112 1615 33554432000 4194304 4964704 140735530025648 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 42772 1615 458 189 0 37121 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 171088

[startup+0.111041 s]
/proc/loadavg: 8.08 8.07 7.73 5/180 32329
/proc/meminfo: memFree=21964760/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=171220 CPUtime=0.28 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 1946 0 0 0 28 0 0 0 25 0 4 0 520503087 175329280 1758 33554432000 4194304 4964704 140735530025648 18446744073709551615 4338784 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 42805 1758 458 189 0 37154 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 171220

[startup+0.300066 s]
/proc/loadavg: 8.08 8.07 7.73 5/180 32329
/proc/meminfo: memFree=21964760/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=171352 CPUtime=1.04 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 2147 0 0 0 104 0 0 0 25 0 4 0 520503087 175464448 1959 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670416 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 42838 1959 458 189 0 37187 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 171352

[startup+0.700995 s]
/proc/loadavg: 8.08 8.07 7.73 5/180 32329
/proc/meminfo: memFree=21964760/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=172028 CPUtime=2.64 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 2657 0 0 0 264 0 0 0 25 0 4 0 520503087 176156672 2469 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670080 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 43007 2469 458 189 0 37356 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 172028

[startup+1.50085 s]
/proc/loadavg: 8.07 8.06 7.74 9/184 32333
/proc/meminfo: memFree=21948984/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=173448 CPUtime=5.84 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 3408 0 0 0 584 0 0 0 25 0 4 0 520503087 177610752 3184 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 43362 3188 458 189 0 37711 0
[pid=32329/tid=32331] ppid=32327 vsize=173448 CPUtime=1.44 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 562 0 0 0 144 0 0 0 25 0 4 0 520503092 177610752 3188 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=173448 CPUtime=1.45 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 888 0 0 0 145 0 0 0 25 0 4 0 520503092 177610752 3188 33554432000 4194304 4964704 140735530025648 18446744073709551615 268272385803 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=173448 CPUtime=1.44 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 356 0 0 0 144 0 0 0 25 0 4 0 520503092 177610752 3188 33554432000 4194304 4964704 140735530025648 18446744073709551615 4361295 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 173448

[startup+3.10057 s]
/proc/loadavg: 8.07 8.06 7.74 9/184 32333
/proc/meminfo: memFree=21940676/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=174352 CPUtime=12.22 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 4006 0 0 0 1222 0 0 0 25 0 4 0 520503087 178536448 3782 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 43588 3782 460 189 0 37937 0
[pid=32329/tid=32331] ppid=32327 vsize=174352 CPUtime=3.03 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 733 0 0 0 303 0 0 0 25 0 4 0 520503092 178536448 3782 33554432000 4194304 4964704 140735530025648 18446744073709551615 4324755 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=174352 CPUtime=3.05 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 1138 0 0 0 305 0 0 0 25 0 4 0 520503092 178536448 3782 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=174352 CPUtime=3.04 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 423 0 0 0 304 0 0 0 25 0 4 0 520503092 178536448 3782 33554432000 4194304 4964704 140735530025648 18446744073709551615 4669309 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 174352

[startup+6.301 s]
/proc/loadavg: 8.07 8.06 7.74 9/184 32333
/proc/meminfo: memFree=21933348/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=175416 CPUtime=25.02 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 4690 0 0 0 2501 1 0 0 25 0 4 0 520503087 179625984 4466 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 43854 4466 460 189 0 38203 0
[pid=32329/tid=32331] ppid=32327 vsize=175416 CPUtime=6.21 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 951 0 0 0 621 0 0 0 25 0 4 0 520503092 179625984 4466 33554432000 4194304 4964704 140735530025648 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=175416 CPUtime=6.25 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 1378 0 0 0 625 0 0 0 25 0 4 0 520503092 179625984 4466 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=175416 CPUtime=6.25 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 493 0 0 0 625 0 0 0 25 0 4 0 520503092 179625984 4466 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 175416

[startup+12.7009 s]
/proc/loadavg: 8.06 8.06 7.74 9/184 32333
/proc/meminfo: memFree=21915252/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=175724 CPUtime=50.58 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 5327 0 0 0 5057 1 0 0 25 0 4 0 520503087 179941376 5103 33554432000 4194304 4964704 140735530025648 18446744073709551615 4321272 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 43931 5103 460 189 0 38280 0
[pid=32329/tid=32331] ppid=32327 vsize=175724 CPUtime=12.57 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1154 0 0 0 1257 0 0 0 25 0 4 0 520503092 179941376 5103 33554432000 4194304 4964704 140735530025648 18446744073709551615 4660059 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=175724 CPUtime=12.64 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 1618 0 0 0 1264 0 0 0 25 0 4 0 520503092 179941376 5103 33554432000 4194304 4964704 140735530025648 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=175724 CPUtime=12.65 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 564 0 0 0 1265 0 0 0 25 0 4 0 520503092 179941376 5103 33554432000 4194304 4964704 140735530025648 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 175724

[startup+25.5006 s]
/proc/loadavg: 8.12 8.08 7.75 9/184 32333
/proc/meminfo: memFree=21876544/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=176700 CPUtime=101.71 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 6104 0 0 0 10169 2 0 0 25 0 4 0 520503087 180940800 5880 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670462 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 44175 5880 460 189 0 38524 0
[pid=32329/tid=32331] ppid=32327 vsize=176700 CPUtime=25.3 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1497 0 0 0 2530 0 0 0 25 0 4 0 520503092 180940800 5880 33554432000 4194304 4964704 140735530025648 18446744073709551615 4333378 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=176700 CPUtime=25.44 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 1895 0 0 0 2544 0 0 0 25 0 4 0 520503092 180940800 5880 33554432000 4194304 4964704 140735530025648 18446744073709551615 4669423 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=176700 CPUtime=25.44 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 619 0 0 0 2544 0 0 0 25 0 4 0 520503092 180940800 5880 33554432000 4194304 4964704 140735530025648 18446744073709551615 4669337 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 176700

[startup+51.101 s]
/proc/loadavg: 8.14 8.08 7.76 9/184 32334
/proc/meminfo: memFree=21829760/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=176700 CPUtime=203.96 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 6689 0 0 0 20394 2 0 0 25 0 4 0 520503087 180940800 6465 33554432000 4194304 4964704 140735530025648 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 44175 6465 460 189 0 38524 0
[pid=32329/tid=32331] ppid=32327 vsize=176700 CPUtime=50.76 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1764 0 0 0 5076 0 0 0 25 0 4 0 520503092 180940800 6465 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=176700 CPUtime=51.05 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 2080 0 0 0 5104 1 0 0 25 0 4 0 520503092 180940800 6465 33554432000 4194304 4964704 140735530025648 18446744073709551615 4660362 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=176700 CPUtime=51.04 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 701 0 0 0 5104 0 0 0 25 0 4 0 520503092 180940800 6465 33554432000 4194304 4964704 140735530025648 18446744073709551615 4669396 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 176700

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

[startup+54.3005 s]
/proc/loadavg: 8.14 8.08 7.76 9/184 32334
/proc/meminfo: memFree=21827776/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=176700 CPUtime=216.74 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 6712 0 0 0 21672 2 0 0 25 0 4 0 520503087 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 44175 6488 460 189 0 38524 0
[pid=32329/tid=32331] ppid=32327 vsize=176700 CPUtime=53.94 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1779 0 0 0 5394 0 0 0 25 0 4 0 520503092 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=176700 CPUtime=54.24 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 2080 0 0 0 5423 1 0 0 25 0 4 0 520503092 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=176700 CPUtime=54.24 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 703 0 0 0 5424 0 0 0 25 0 4 0 520503092 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4644844 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 216.74
Current children cumulated vsize (KiB) 176700

[startup+55.9002 s]
/proc/loadavg: 8.14 8.08 7.76 9/184 32334
/proc/meminfo: memFree=21825544/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=176700 CPUtime=223.14 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 6712 0 0 0 22312 2 0 0 25 0 4 0 520503087 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4312137 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 44175 6488 460 189 0 38524 0
[pid=32329/tid=32331] ppid=32327 vsize=176700 CPUtime=55.54 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1779 0 0 0 5554 0 0 0 25 0 4 0 520503092 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=176700 CPUtime=55.84 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 2080 0 0 0 5583 1 0 0 25 0 4 0 520503092 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4342186 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=176700 CPUtime=55.84 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 703 0 0 0 5584 0 0 0 25 0 4 0 520503092 180940800 6488 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 223.14
Current children cumulated vsize (KiB) 176700

[startup+56.3011 s]
/proc/loadavg: 8.13 8.08 7.76 9/184 32334
/proc/meminfo: memFree=21823312/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=176700 CPUtime=224.73 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 6713 0 0 0 22471 2 0 0 25 0 4 0 520503087 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4659143 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 44175 6489 460 189 0 38524 0
[pid=32329/tid=32331] ppid=32327 vsize=176700 CPUtime=55.93 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1779 0 0 0 5593 0 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=176700 CPUtime=56.25 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 2080 0 0 0 5624 1 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=176700 CPUtime=56.24 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 703 0 0 0 5624 0 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 224.73
Current children cumulated vsize (KiB) 176700

[startup+56.701 s]
/proc/loadavg: 8.13 8.08 7.76 9/184 32334
/proc/meminfo: memFree=21823312/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=176700 CPUtime=226.33 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 6713 0 0 0 22631 2 0 0 25 0 4 0 520503087 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 44175 6489 460 189 0 38524 0
[pid=32329/tid=32331] ppid=32327 vsize=176700 CPUtime=56.33 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1779 0 0 0 5633 0 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4669616 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=176700 CPUtime=56.65 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 2080 0 0 0 5664 1 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4332080 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=176700 CPUtime=56.64 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 703 0 0 0 5664 0 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4361118 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 226.33
Current children cumulated vsize (KiB) 176700

[startup+56.801 s]
/proc/loadavg: 8.13 8.08 7.76 9/184 32334
/proc/meminfo: memFree=21823312/32950928 swapFree=67111524/67111528
[pid=32329] ppid=32327 vsize=176700 CPUtime=226.73 cores=1,3,5,7
/proc/32329/stat : 32329 (claspmt) R 32327 32329 31979 0 -1 4202496 6713 0 0 0 22671 2 0 0 25 0 4 0 520503087 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4313794 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/32329/statm: 44175 6489 460 189 0 38524 0
[pid=32329/tid=32331] ppid=32327 vsize=176700 CPUtime=56.43 cores=1,3,5,7
/proc/32329/task/32331/stat : 32331 (claspmt) R 32327 32329 31979 0 -1 4202560 1779 0 0 0 5643 0 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4668574 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=32329/tid=32332] ppid=32327 vsize=176700 CPUtime=56.75 cores=1,3,5,7
/proc/32329/task/32332/stat : 32332 (claspmt) R 32327 32329 31979 0 -1 4202560 2080 0 0 0 5674 1 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670271 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=32329/tid=32333] ppid=32327 vsize=176700 CPUtime=56.74 cores=1,3,5,7
/proc/32329/task/32333/stat : 32333 (claspmt) R 32327 32329 31979 0 -1 4202560 703 0 0 0 5674 0 0 0 25 0 4 0 520503092 180940800 6489 33554432000 4194304 4964704 140735530025648 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 226.73
Current children cumulated vsize (KiB) 176700

Child status: 20
Real time (s): 56.8083
CPU time (s): 226.759
CPU user time (s): 226.728
CPU system time (s): 0.030995
CPU usage (%): 399.165
Max. virtual memory (cumulated for all children) (KiB): 176700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.728
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6725
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= 1079
involuntary context switches= 1048

runsolver used 0.092985 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 16:57:23
IDJOB=3299600
IDBENCH=83192
IDSOLVER=1683
FILE ID=node122/3299600-1304089043
RUNJOBID= node122-1304086607-31998
PBS_JOBID= 13170549
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 7fb794f1c5d1c4d1723aeeb5efb40cdc
RANDOM SEED=811342759

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21965040 kB
Buffers:       1628940 kB
Cached:        8555412 kB
SwapCached:          4 kB
Active:        1279088 kB
Inactive:      9158176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21965040 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4432 kB
Writeback:           0 kB
AnonPages:      252588 kB
Mapped:          15872 kB
Slab:           486068 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   410300 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= 71660 MiB
End job on node122 at 2011-04-29 16:58:20