Trace number 3299906

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 357.197 89.4369

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...104178/instance-3299906-1304104178.cnf
0.00/0.00	c Solving...
357.06/89.43	s UNSATISFIABLE
357.06/89.43	
357.06/89.43	c Models        : 0     
357.06/89.43	c Time          : 89.431s (Solving: 89.43s 1st Model: 0.00s Unsat: 89.43s)
357.06/89.43	c CPU Time      : 357.190s

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-3299906-1304104178/watcher-3299906-1304104178 -o /tmp/evaluation-result-3299906-1304104178/solver-3299906-1304104178 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299906-1304104178.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: 7.64 7.99 7.97 3/177 27312
/proc/meminfo: memFree=22862492/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=21276 CPUtime=0 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 645 0 0 0 0 0 0 0 25 0 1 0 522018699 21786624 567 33554432000 4194304 4964704 140735050612016 18446744073709551615 4623600 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/27312/statm: 5319 567 403 189 0 193 0

[startup+0.0190399 s]
/proc/loadavg: 7.64 7.99 7.97 3/177 27312
/proc/meminfo: memFree=22862492/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=168376 CPUtime=0.03 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) S 27310 27312 27138 0 -1 4202496 954 0 0 0 3 0 0 0 18 0 4 0 522018699 172417024 867 33554432000 4194304 4964704 140735050612016 18446744073709551615 270613215726 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 42094 935 458 189 0 36443 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 168376

[startup+0.317981 s]
/proc/loadavg: 7.64 7.99 7.97 3/177 27312
/proc/meminfo: memFree=22862492/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=234712 CPUtime=1.23 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) S 27310 27312 27138 0 -1 4202496 1652 0 0 0 122 1 0 0 18 0 4 0 522018699 240345088 1565 33554432000 4194304 4964704 140735050612016 18446744073709551615 270613215726 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 58678 1846 458 189 0 53027 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 234712

[startup+0.920861 s]
/proc/loadavg: 7.64 7.99 7.97 3/177 27312
/proc/meminfo: memFree=22862492/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=235372 CPUtime=3.63 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 2509 0 0 0 362 1 0 0 19 0 4 0 522018699 241020928 2422 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 58843 2422 458 189 0 53192 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 235372

[startup+1.00627 s]
/proc/loadavg: 7.64 7.99 7.97 3/177 27312
/proc/meminfo: memFree=22862492/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=235372 CPUtime=4.03 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 2601 0 0 0 402 1 0 0 19 0 4 0 522018699 241020928 2514 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 58843 2514 458 189 0 53192 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 235372

[startup+1.50076 s]
/proc/loadavg: 7.64 7.99 7.97 3/177 27312
/proc/meminfo: memFree=22862492/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=235768 CPUtime=5.96 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 2865 0 0 0 594 2 0 0 20 0 4 0 522018699 241426432 2778 33554432000 4194304 4964704 140735050612016 18446744073709551615 4332641 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 58942 2778 458 189 0 53291 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 235768

[startup+3.10048 s]
/proc/loadavg: 7.64 7.99 7.97 6/181 27316
/proc/meminfo: memFree=22846836/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=236520 CPUtime=12.34 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 3528 0 0 0 1232 2 0 0 25 0 4 0 522018699 242196480 3441 33554432000 4194304 4964704 140735050612016 18446744073709551615 4627540 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 59130 3441 458 189 0 53479 0
[pid=27312/tid=27314] ppid=27310 vsize=236520 CPUtime=3.07 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 754 0 0 0 307 0 0 0 25 0 4 0 522018700 242196480 3441 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669203 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=236520 CPUtime=3.08 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 668 0 0 0 308 0 0 0 25 0 4 0 522018700 242196480 3441 33554432000 4194304 4964704 140735050612016 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=236520 CPUtime=3.08 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 682 0 0 0 308 0 0 0 25 0 4 0 522018700 242196480 3441 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 236520

[startup+6.30091 s]
/proc/loadavg: 7.67 7.99 7.97 9/184 27319
/proc/meminfo: memFree=22755776/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=237420 CPUtime=25.12 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 4416 0 0 0 2510 2 0 0 25 0 4 0 522018699 243118080 4329 33554432000 4194304 4964704 140735050612016 18446744073709551615 4653161 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 59355 4329 458 189 0 53704 0
[pid=27312/tid=27314] ppid=27310 vsize=237420 CPUtime=6.27 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 1008 0 0 0 627 0 0 0 25 0 4 0 522018700 243118080 4329 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669196 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=237420 CPUtime=6.28 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 864 0 0 0 628 0 0 0 25 0 4 0 522018700 243118080 4329 33554432000 4194304 4964704 140735050612016 18446744073709551615 4627177 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=237420 CPUtime=6.28 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 896 0 0 0 628 0 0 0 25 0 4 0 522018700 243118080 4329 33554432000 4194304 4964704 140735050612016 18446744073709551615 4653356 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 237420

[startup+12.7008 s]
/proc/loadavg: 7.70 7.99 7.97 9/184 27319
/proc/meminfo: memFree=22716112/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=238496 CPUtime=50.71 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 5257 0 0 0 5067 4 0 0 25 0 4 0 522018699 244219904 5170 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321023 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 59624 5170 458 189 0 53973 0
[pid=27312/tid=27314] ppid=27310 vsize=238496 CPUtime=12.69 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 1267 0 0 0 1268 1 0 0 25 0 4 0 522018700 244219904 5170 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670298 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=238496 CPUtime=12.68 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 1276 0 0 0 1268 0 0 0 18 0 4 0 522018700 244219904 5170 33554432000 4194304 4964704 140735050612016 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=238496 CPUtime=12.68 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1004 0 0 0 1268 0 0 0 25 0 4 0 522018700 244219904 5170 33554432000 4194304 4964704 140735050612016 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 238496

[startup+25.5005 s]
/proc/loadavg: 7.84 8.00 7.97 9/184 27319
/proc/meminfo: memFree=22680896/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=239440 CPUtime=101.82 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 6254 0 0 0 10176 6 0 0 25 0 4 0 522018699 245186560 6167 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670266 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 59860 6167 458 189 0 54209 0
[pid=27312/tid=27314] ppid=27310 vsize=239440 CPUtime=25.47 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 1601 0 0 0 2546 1 0 0 25 0 4 0 522018700 245186560 6167 33554432000 4194304 4964704 140735050612016 18446744073709551615 4342167 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=239440 CPUtime=25.48 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 1547 0 0 0 2547 1 0 0 25 0 4 0 522018700 245186560 6167 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=239440 CPUtime=25.48 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1139 0 0 0 2547 1 0 0 22 0 4 0 522018700 245186560 6167 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 239440

[startup+51.101 s]
/proc/loadavg: 7.89 8.00 7.97 9/184 27320
/proc/meminfo: memFree=22631336/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=239904 CPUtime=204.08 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 7309 0 0 0 20399 9 0 0 25 0 4 0 522018699 245661696 7220 33554432000 4194304 4964704 140735050612016 18446744073709551615 4660077 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 59976 7220 458 189 0 54325 0
[pid=27312/tid=27314] ppid=27310 vsize=239904 CPUtime=51.08 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 1919 0 0 0 5106 2 0 0 25 0 4 0 522018700 245661696 7220 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=239904 CPUtime=51.07 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 1857 0 0 0 5106 1 0 0 25 0 4 0 522018700 245661696 7220 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=239904 CPUtime=51.07 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1317 0 0 0 5106 1 0 0 25 0 4 0 522018700 245661696 7220 33554432000 4194304 4964704 140735050612016 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 239904

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

[startup+51.8009 s]
/proc/loadavg: 7.89 8.00 7.97 9/184 27320
/proc/meminfo: memFree=22627864/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=239904 CPUtime=206.87 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 7317 0 0 0 20678 9 0 0 25 0 4 0 522018699 245661696 7228 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670277 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 59976 7228 458 189 0 54325 0
[pid=27312/tid=27314] ppid=27310 vsize=239904 CPUtime=51.78 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 1927 0 0 0 5176 2 0 0 25 0 4 0 522018700 245661696 7228 33554432000 4194304 4964704 140735050612016 18446744073709551615 4332080 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=239904 CPUtime=51.77 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 1857 0 0 0 5176 1 0 0 25 0 4 0 522018700 245661696 7228 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=239904 CPUtime=51.77 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1317 0 0 0 5176 1 0 0 25 0 4 0 522018700 245661696 7228 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 206.87
Current children cumulated vsize (KiB) 239904

[startup+64.6006 s]
/proc/loadavg: 7.91 8.00 7.97 9/184 27321
/proc/meminfo: memFree=22613384/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=240332 CPUtime=258 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 7668 0 0 0 25790 10 0 0 25 0 4 0 522018699 246099968 7579 33554432000 4194304 4964704 140735050612016 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 60083 7579 458 189 0 54432 0
[pid=27312/tid=27314] ppid=27310 vsize=240332 CPUtime=64.57 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 2126 0 0 0 6455 2 0 0 25 0 4 0 522018700 246099968 7579 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=240332 CPUtime=64.58 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 1920 0 0 0 6456 2 0 0 20 0 4 0 522018700 246099968 7579 33554432000 4194304 4964704 140735050612016 18446744073709551615 4660162 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=240332 CPUtime=64.57 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1373 0 0 0 6456 1 0 0 25 0 4 0 522018700 246099968 7579 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669452 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 258
Current children cumulated vsize (KiB) 240332

[startup+77.4003 s]
/proc/loadavg: 8.09 8.03 7.98 9/184 27321
/proc/meminfo: memFree=22602224/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=240592 CPUtime=309.12 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 7949 0 0 0 30900 12 0 0 25 0 4 0 522018699 246366208 7860 33554432000 4194304 4964704 140735050612016 18446744073709551615 4660077 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 60148 7860 458 189 0 54497 0
[pid=27312/tid=27314] ppid=27310 vsize=240592 CPUtime=77.37 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 2174 0 0 0 7734 3 0 0 22 0 4 0 522018700 246366208 7860 33554432000 4194304 4964704 140735050612016 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=240592 CPUtime=77.37 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 2040 0 0 0 7735 2 0 0 25 0 4 0 522018700 246366208 7860 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=240592 CPUtime=77.37 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1417 0 0 0 7735 2 0 0 25 0 4 0 522018700 246366208 7860 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 309.12
Current children cumulated vsize (KiB) 240592

[startup+83.8002 s]
/proc/loadavg: 8.08 8.03 7.98 9/184 27321
/proc/meminfo: memFree=22592924/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=240592 CPUtime=334.68 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 8038 0 0 0 33456 12 0 0 25 0 4 0 522018699 246366208 7949 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670298 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 60148 7949 458 189 0 54497 0
[pid=27312/tid=27314] ppid=27310 vsize=240592 CPUtime=83.77 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 2251 0 0 0 8374 3 0 0 25 0 4 0 522018700 246366208 7949 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=240592 CPUtime=83.77 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 2046 0 0 0 8375 2 0 0 25 0 4 0 522018700 246366208 7949 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=240592 CPUtime=83.77 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1422 0 0 0 8375 2 0 0 25 0 4 0 522018700 246366208 7949 33554432000 4194304 4964704 140735050612016 18446744073709551615 4668928 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.68
Current children cumulated vsize (KiB) 240592

[startup+87.0006 s]
/proc/loadavg: 8.07 8.03 7.98 9/184 27321
/proc/meminfo: memFree=22589700/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=240592 CPUtime=347.46 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 8080 0 0 0 34734 12 0 0 25 0 4 0 522018699 246366208 7991 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670263 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 60148 7991 458 189 0 54497 0
[pid=27312/tid=27314] ppid=27310 vsize=240592 CPUtime=86.97 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 2261 0 0 0 8694 3 0 0 25 0 4 0 522018700 246366208 7991 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=240592 CPUtime=86.97 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 2078 0 0 0 8695 2 0 0 25 0 4 0 522018700 246366208 7991 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321076 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=240592 CPUtime=86.97 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1422 0 0 0 8695 2 0 0 25 0 4 0 522018700 246366208 7991 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669423 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 347.46
Current children cumulated vsize (KiB) 240592

[startup+88.6003 s]
/proc/loadavg: 8.07 8.03 7.98 9/184 27321
/proc/meminfo: memFree=22588460/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=240560 CPUtime=353.88 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 8081 0 0 0 35375 13 0 0 25 0 4 0 522018699 246333440 7992 33554432000 4194304 4964704 140735050612016 18446744073709551615 4332188 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 60140 7992 458 189 0 54489 0
[pid=27312/tid=27314] ppid=27310 vsize=240560 CPUtime=88.58 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 2261 0 0 0 8855 3 0 0 25 0 4 0 522018700 246333440 7992 33554432000 4194304 4964704 140735050612016 18446744073709551615 4321023 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=240560 CPUtime=88.57 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 2078 0 0 0 8855 2 0 0 25 0 4 0 522018700 246333440 7992 33554432000 4194304 4964704 140735050612016 18446744073709551615 4320963 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=240560 CPUtime=88.58 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1422 0 0 0 8856 2 0 0 25 0 4 0 522018700 246333440 7992 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669423 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 353.88
Current children cumulated vsize (KiB) 240560

[startup+89.0003 s]
/proc/loadavg: 8.07 8.03 7.98 9/184 27321
/proc/meminfo: memFree=22588460/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=240560 CPUtime=355.46 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 8083 0 0 0 35533 13 0 0 25 0 4 0 522018699 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 60140 7994 458 189 0 54489 0
[pid=27312/tid=27314] ppid=27310 vsize=240560 CPUtime=88.97 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 2261 0 0 0 8894 3 0 0 25 0 4 0 522018700 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=240560 CPUtime=88.97 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 2080 0 0 0 8895 2 0 0 25 0 4 0 522018700 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4361118 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=240560 CPUtime=88.97 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1422 0 0 0 8895 2 0 0 25 0 4 0 522018700 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4660383 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 355.46
Current children cumulated vsize (KiB) 240560

[startup+89.4002 s]
/proc/loadavg: 8.07 8.03 7.98 9/184 27321
/proc/meminfo: memFree=22588460/32951124 swapFree=67111524/67111528
[pid=27312] ppid=27310 vsize=240560 CPUtime=357.06 cores=1,3,5,7
/proc/27312/stat : 27312 (claspmt) R 27310 27312 27138 0 -1 4202496 8083 0 0 0 35693 13 0 0 25 0 4 0 522018699 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4670454 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/27312/statm: 60140 7994 458 189 0 54489 0
[pid=27312/tid=27314] ppid=27310 vsize=240560 CPUtime=89.37 cores=1,3,5,7
/proc/27312/task/27314/stat : 27314 (claspmt) R 27310 27312 27138 0 -1 4202560 2261 0 0 0 8934 3 0 0 25 0 4 0 522018700 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4362080 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27312/tid=27315] ppid=27310 vsize=240560 CPUtime=89.37 cores=1,3,5,7
/proc/27312/task/27315/stat : 27315 (claspmt) R 27310 27312 27138 0 -1 4202560 2080 0 0 0 8935 2 0 0 25 0 4 0 522018700 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=27312/tid=27316] ppid=27310 vsize=240560 CPUtime=89.37 cores=1,3,5,7
/proc/27312/task/27316/stat : 27316 (claspmt) R 27310 27312 27138 0 -1 4202560 1422 0 0 0 8935 2 0 0 25 0 4 0 522018700 246333440 7994 33554432000 4194304 4964704 140735050612016 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 357.06
Current children cumulated vsize (KiB) 240560

Child status: 20
Real time (s): 89.4369
CPU time (s): 357.197
CPU user time (s): 357.064
CPU system time (s): 0.132979
CPU usage (%): 399.384
Max. virtual memory (cumulated for all children) (KiB): 240596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.064
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8095
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= 9363
involuntary context switches= 2486

runsolver used 0.161975 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 21:09:38
IDJOB=3299906
IDBENCH=84808
IDSOLVER=1683
FILE ID=node108/3299906-1304104178
RUNJOBID= node108-1304102971-27157
PBS_JOBID= 13170636
Free space on /tmp= 72100 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.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-3299906-1304104178/watcher-3299906-1304104178 -o /tmp/evaluation-result-3299906-1304104178/solver-3299906-1304104178 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299906-1304104178.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=294484397

node108.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	: 5226.15
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22862772 kB
Buffers:       1983208 kB
Cached:        7407328 kB
SwapCached:          4 kB
Active:         426548 kB
Inactive:      9089208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22862772 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           22260 kB
Writeback:           0 kB
AnonPages:      125296 kB
Mapped:          15512 kB
Slab:           510132 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   271424 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= 72100 MiB
End job on node108 at 2011-04-29 21:11:07