Trace number 3380536

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 283.651 39.1699

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.0941
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
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 ...481208/instance-3380536-1305481208.cnf
2.99/3.07	c Solving...
283.57/39.15	s UNSATISFIABLE
283.57/39.15	
283.57/39.15	c Models        : 0     
283.57/39.15	c Time          : 38.658s (Solving: 35.58s 1st Model: 0.00s Unsat: 35.58s)
283.57/39.15	c CPU Time      : 283.130s

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

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

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


[startup+0 s]
/proc/loadavg: 0.02 0.01 0.00 2/436 17282
/proc/meminfo: memFree=16216284/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=54276 CPUtime=0 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 3511 0 0 0 0 0 0 0 21 0 1 0 659721788 55578624 3441 33554432000 4194304 4964800 140735424605552 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/17282/statm: 13569 3447 376 189 0 8443 0

[startup+0.023698 s]
/proc/loadavg: 0.02 0.01 0.00 2/436 17282
/proc/meminfo: memFree=16216284/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=54276 CPUtime=0.02 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 7516 0 0 0 1 1 0 0 21 0 1 0 659721788 55578624 7446 33554432000 4194304 4964800 140735424605552 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/17282/statm: 13569 7462 376 189 0 8443 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 54276

[startup+0.100683 s]
/proc/loadavg: 0.02 0.01 0.00 2/436 17282
/proc/meminfo: memFree=16216284/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=81808 CPUtime=0.09 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 18271 0 0 0 8 1 0 0 21 0 1 0 659721788 83771392 15402 33554432000 4194304 4964800 140735424605552 18446744073709551615 270613110528 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/17282/statm: 20452 15403 386 189 0 15326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81808

[startup+0.300648 s]
/proc/loadavg: 0.02 0.01 0.00 2/436 17282
/proc/meminfo: memFree=16216284/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=122740 CPUtime=0.29 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 33891 0 0 0 27 2 0 0 22 0 1 0 659721788 125685760 25095 33554432000 4194304 4964800 140735424605552 18446744073709551615 4615355 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/17282/statm: 30685 25095 399 189 0 25559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 122740

[startup+0.700589 s]
/proc/loadavg: 0.02 0.01 0.00 2/436 17282
/proc/meminfo: memFree=16216284/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=153136 CPUtime=0.69 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 41200 0 0 0 66 3 0 0 24 0 1 0 659721788 156811264 32404 33554432000 4194304 4964800 140735424605552 18446744073709551615 4624048 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/17282/statm: 38284 32404 404 189 0 33158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 153136

[startup+1.50044 s]
/proc/loadavg: 0.02 0.01 0.00 2/437 17283
/proc/meminfo: memFree=16078520/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=170164 CPUtime=1.49 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 45459 0 0 0 145 4 0 0 25 0 1 0 659721788 174247936 36663 33554432000 4194304 4964800 140735424605552 18446744073709551615 4600691 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/17282/statm: 42541 36663 404 189 0 37415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170164

[startup+3.10015 s]
/proc/loadavg: 0.02 0.01 0.00 2/437 17283
/proc/meminfo: memFree=16063020/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=462948 CPUtime=3.15 cores=0-7
/proc/17282/stat : 17282 (claspmt) S 17280 17282 17256 0 -1 4202496 65880 0 0 0 306 9 0 0 25 0 8 0 659721788 474058752 48359 33554432000 4194304 4964800 140735424605552 18446744073709551615 270624926617 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17282/statm: 115737 48380 431 189 0 110086 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 462948

[startup+6.30055 s]
/proc/loadavg: 0.10 0.02 0.01 9/444 17291
/proc/meminfo: memFree=15840252/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=639012 CPUtime=24.97 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 122360 0 0 0 2462 35 0 0 22 0 8 0 659721788 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4372782 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17282/statm: 159753 94636 464 189 0 154102 0
[pid=17282/tid=17285] ppid=17280 vsize=639012 CPUtime=2.7 cores=0-7
/proc/17282/task/17285/stat : 17285 (claspmt) R 17280 17282 17256 0 -1 4202560 8463 0 0 0 267 3 0 0 19 0 8 0 659722097 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17282/tid=17286] ppid=17280 vsize=639012 CPUtime=2.6 cores=0-7
/proc/17282/task/17286/stat : 17286 (claspmt) R 17280 17282 17256 0 -1 4202560 11341 0 0 0 256 4 0 0 18 0 8 0 659722097 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668728 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17282/tid=17287] ppid=17280 vsize=639012 CPUtime=2.7 cores=0-7
/proc/17282/task/17287/stat : 17287 (claspmt) R 17280 17282 17256 0 -1 4202560 11427 0 0 0 265 5 0 0 19 0 8 0 659722097 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17282/tid=17288] ppid=17280 vsize=639012 CPUtime=2.66 cores=0-7
/proc/17282/task/17288/stat : 17288 (claspmt) R 17280 17282 17256 0 -1 4202560 9101 0 0 0 262 4 0 0 18 0 8 0 659722097 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370259 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17282/tid=17289] ppid=17280 vsize=639012 CPUtime=3.11 cores=0-7
/proc/17282/task/17289/stat : 17289 (claspmt) R 17280 17282 17256 0 -1 4202560 9811 0 0 0 307 4 0 0 25 0 8 0 659722097 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17282/tid=17290] ppid=17280 vsize=639012 CPUtime=2.72 cores=0-7
/proc/17282/task/17290/stat : 17290 (claspmt) R 17280 17282 17256 0 -1 4202560 10736 0 0 0 268 4 0 0 19 0 8 0 659722097 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17282/tid=17291] ppid=17280 vsize=639012 CPUtime=2.75 cores=0-7
/proc/17282/task/17291/stat : 17291 (claspmt) R 17280 17282 17256 0 -1 4202560 10587 0 0 0 272 3 0 0 19 0 8 0 659722097 654348288 94636 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 639012

[startup+12.7004 s]
/proc/loadavg: 0.73 0.16 0.05 9/444 17291
/proc/meminfo: memFree=15821480/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=639012 CPUtime=76.07 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 127250 0 0 0 7566 41 0 0 25 0 8 0 659721788 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669149 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17282/statm: 159753 99526 464 189 0 154102 0
[pid=17282/tid=17285] ppid=17280 vsize=639012 CPUtime=9.1 cores=0-7
/proc/17282/task/17285/stat : 17285 (claspmt) R 17280 17282 17256 0 -1 4202560 8615 0 0 0 907 3 0 0 25 0 8 0 659722097 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4684770 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17282/tid=17286] ppid=17280 vsize=639012 CPUtime=9 cores=0-7
/proc/17282/task/17286/stat : 17286 (claspmt) R 17280 17282 17256 0 -1 4202560 13380 0 0 0 894 6 0 0 25 0 8 0 659722097 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17282/tid=17287] ppid=17280 vsize=639012 CPUtime=9.1 cores=0-7
/proc/17282/task/17287/stat : 17287 (claspmt) R 17280 17282 17256 0 -1 4202560 12493 0 0 0 904 6 0 0 25 0 8 0 659722097 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17282/tid=17288] ppid=17280 vsize=639012 CPUtime=9.05 cores=0-7
/proc/17282/task/17288/stat : 17288 (claspmt) R 17280 17282 17256 0 -1 4202560 9271 0 0 0 901 4 0 0 25 0 8 0 659722097 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17282/tid=17289] ppid=17280 vsize=639012 CPUtime=9.51 cores=0-7
/proc/17282/task/17289/stat : 17289 (claspmt) R 17280 17282 17256 0 -1 4202560 9814 0 0 0 947 4 0 0 25 0 8 0 659722097 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17282/tid=17290] ppid=17280 vsize=639012 CPUtime=9.13 cores=0-7
/proc/17282/task/17290/stat : 17290 (claspmt) R 17280 17282 17256 0 -1 4202560 11325 0 0 0 908 5 0 0 25 0 8 0 659722097 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17282/tid=17291] ppid=17280 vsize=639012 CPUtime=9.15 cores=0-7
/proc/17282/task/17291/stat : 17291 (claspmt) R 17280 17282 17256 0 -1 4202560 11345 0 0 0 911 4 0 0 25 0 8 0 659722097 654348288 99526 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670394 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 76.07
Current children cumulated vsize (KiB) 639012

[startup+25.5012 s]
/proc/loadavg: 2.34 0.54 0.17 9/444 17291
/proc/meminfo: memFree=15760180/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=647888 CPUtime=178.28 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 142488 0 0 0 17773 55 0 0 25 0 8 0 659721788 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370229 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17282/statm: 161972 114764 464 189 0 156321 0
[pid=17282/tid=17285] ppid=17280 vsize=647888 CPUtime=21.9 cores=0-7
/proc/17282/task/17285/stat : 17285 (claspmt) R 17280 17282 17256 0 -1 4202560 8698 0 0 0 2187 3 0 0 25 0 8 0 659722097 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370269 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17282/tid=17286] ppid=17280 vsize=647888 CPUtime=21.8 cores=0-7
/proc/17282/task/17286/stat : 17286 (claspmt) R 17280 17282 17256 0 -1 4202560 16941 0 0 0 2171 9 0 0 25 0 8 0 659722097 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669008 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17282/tid=17287] ppid=17280 vsize=647888 CPUtime=21.89 cores=0-7
/proc/17282/task/17287/stat : 17287 (claspmt) R 17280 17282 17256 0 -1 4202560 15916 0 0 0 2180 9 0 0 25 0 8 0 659722097 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4342232 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17282/tid=17288] ppid=17280 vsize=647888 CPUtime=21.85 cores=0-7
/proc/17282/task/17288/stat : 17288 (claspmt) R 17280 17282 17256 0 -1 4202560 9424 0 0 0 2181 4 0 0 25 0 8 0 659722097 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4684732 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17282/tid=17289] ppid=17280 vsize=647888 CPUtime=22.31 cores=0-7
/proc/17282/task/17289/stat : 17289 (claspmt) R 17280 17282 17256 0 -1 4202560 9829 0 0 0 2227 4 0 0 25 0 8 0 659722097 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17282/tid=17290] ppid=17280 vsize=647888 CPUtime=21.93 cores=0-7
/proc/17282/task/17290/stat : 17290 (claspmt) R 17280 17282 17256 0 -1 4202560 14502 0 0 0 2185 8 0 0 25 0 8 0 659722097 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17282/tid=17291] ppid=17280 vsize=647888 CPUtime=21.95 cores=0-7
/proc/17282/task/17291/stat : 17291 (claspmt) R 17280 17282 17256 0 -1 4202560 16102 0 0 0 2186 9 0 0 25 0 8 0 659722097 663437312 114764 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 178.28
Current children cumulated vsize (KiB) 647888

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

[startup+31.917 s]
/proc/loadavg: 2.87 0.68 0.22 9/444 17291
/proc/meminfo: memFree=15730552/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=651888 CPUtime=229.51 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 149744 0 0 0 22890 61 0 0 25 0 8 0 659721788 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17282/statm: 162972 122020 464 189 0 157321 0
[pid=17282/tid=17285] ppid=17280 vsize=651888 CPUtime=28.31 cores=0-7
/proc/17282/task/17285/stat : 17285 (claspmt) R 17280 17282 17256 0 -1 4202560 8770 0 0 0 2828 3 0 0 25 0 8 0 659722097 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17282/tid=17286] ppid=17280 vsize=651888 CPUtime=28.22 cores=0-7
/proc/17282/task/17286/stat : 17286 (claspmt) R 17280 17282 17256 0 -1 4202560 18804 0 0 0 2811 11 0 0 25 0 8 0 659722097 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17282/tid=17287] ppid=17280 vsize=651888 CPUtime=28.31 cores=0-7
/proc/17282/task/17287/stat : 17287 (claspmt) R 17280 17282 17256 0 -1 4202560 16964 0 0 0 2821 10 0 0 25 0 8 0 659722097 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17282/tid=17288] ppid=17280 vsize=651888 CPUtime=28.27 cores=0-7
/proc/17282/task/17288/stat : 17288 (claspmt) R 17280 17282 17256 0 -1 4202560 9444 0 0 0 2823 4 0 0 25 0 8 0 659722097 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17282/tid=17289] ppid=17280 vsize=651888 CPUtime=28.72 cores=0-7
/proc/17282/task/17289/stat : 17289 (claspmt) R 17280 17282 17256 0 -1 4202560 9837 0 0 0 2868 4 0 0 25 0 8 0 659722097 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668732 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17282/tid=17290] ppid=17280 vsize=651888 CPUtime=28.35 cores=0-7
/proc/17282/task/17290/stat : 17290 (claspmt) R 17280 17282 17256 0 -1 4202560 15731 0 0 0 2826 9 0 0 25 0 8 0 659722097 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17282/tid=17291] ppid=17280 vsize=651888 CPUtime=28.36 cores=0-7
/proc/17282/task/17291/stat : 17291 (claspmt) R 17280 17282 17256 0 -1 4202560 19104 0 0 0 2824 12 0 0 25 0 8 0 659722097 667533312 122020 33554432000 4194304 4964800 140735424605552 18446744073709551615 4365094 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 229.51
Current children cumulated vsize (KiB) 651888

[startup+35.1005 s]
/proc/loadavg: 3.28 0.80 0.26 9/444 17291
/proc/meminfo: memFree=15718644/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=655108 CPUtime=255.03 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 152494 0 0 0 25440 63 0 0 25 0 8 0 659721788 670830592 124770 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17282/statm: 163777 124770 464 189 0 158126 0
[pid=17282/tid=17285] ppid=17280 vsize=655108 CPUtime=31.51 cores=0-7
/proc/17282/task/17285/stat : 17285 (claspmt) R 17280 17282 17256 0 -1 4202560 8770 0 0 0 3148 3 0 0 25 0 8 0 659722097 670830592 124773 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17282/tid=17286] ppid=17280 vsize=655108 CPUtime=31.41 cores=0-7
/proc/17282/task/17286/stat : 17286 (claspmt) R 17280 17282 17256 0 -1 4202560 19571 0 0 0 3130 11 0 0 25 0 8 0 659722097 670830592 124773 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17282/tid=17287] ppid=17280 vsize=655108 CPUtime=31.51 cores=0-7
/proc/17282/task/17287/stat : 17287 (claspmt) R 17280 17282 17256 0 -1 4202560 17224 0 0 0 3141 10 0 0 25 0 8 0 659722097 670830592 124773 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669877 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17282/tid=17288] ppid=17280 vsize=655108 CPUtime=31.47 cores=0-7
/proc/17282/task/17288/stat : 17288 (claspmt) R 17280 17282 17256 0 -1 4202560 9454 0 0 0 3143 4 0 0 25 0 8 0 659722097 670830592 124773 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17282/tid=17289] ppid=17280 vsize=655108 CPUtime=31.92 cores=0-7
/proc/17282/task/17289/stat : 17289 (claspmt) R 17280 17282 17256 0 -1 4202560 9841 0 0 0 3188 4 0 0 25 0 8 0 659722097 670830592 124773 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669557 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17282/tid=17290] ppid=17280 vsize=655108 CPUtime=31.54 cores=0-7
/proc/17282/task/17290/stat : 17290 (claspmt) R 17280 17282 17256 0 -1 4202560 16203 0 0 0 3145 9 0 0 25 0 8 0 659722097 670830592 124773 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669389 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17282/tid=17291] ppid=17280 vsize=655108 CPUtime=31.55 cores=0-7
/proc/17282/task/17291/stat : 17291 (claspmt) R 17280 17282 17256 0 -1 4202560 20341 0 0 0 3143 12 0 0 25 0 8 0 659722097 670830592 124773 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 255.03
Current children cumulated vsize (KiB) 655108

[startup+36.7012 s]
/proc/loadavg: 3.28 0.80 0.26 9/444 17291
/proc/meminfo: memFree=15716288/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=655284 CPUtime=267.72 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 153194 0 0 0 26708 64 0 0 25 0 8 0 659721788 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17282/statm: 163821 125470 464 189 0 158170 0
[pid=17282/tid=17285] ppid=17280 vsize=655284 CPUtime=33.1 cores=0-7
/proc/17282/task/17285/stat : 17285 (claspmt) R 17280 17282 17256 0 -1 4202560 8771 0 0 0 3307 3 0 0 25 0 8 0 659722097 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17282/tid=17286] ppid=17280 vsize=655284 CPUtime=33 cores=0-7
/proc/17282/task/17286/stat : 17286 (claspmt) R 17280 17282 17256 0 -1 4202560 19788 0 0 0 3289 11 0 0 25 0 8 0 659722097 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17282/tid=17287] ppid=17280 vsize=655284 CPUtime=33.09 cores=0-7
/proc/17282/task/17287/stat : 17287 (claspmt) R 17280 17282 17256 0 -1 4202560 17307 0 0 0 3299 10 0 0 25 0 8 0 659722097 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17282/tid=17288] ppid=17280 vsize=655284 CPUtime=33.05 cores=0-7
/proc/17282/task/17288/stat : 17288 (claspmt) R 17280 17282 17256 0 -1 4202560 9456 0 0 0 3301 4 0 0 25 0 8 0 659722097 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17282/tid=17289] ppid=17280 vsize=655284 CPUtime=33.51 cores=0-7
/proc/17282/task/17289/stat : 17289 (claspmt) R 17280 17282 17256 0 -1 4202560 9862 0 0 0 3347 4 0 0 25 0 8 0 659722097 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17282/tid=17290] ppid=17280 vsize=655284 CPUtime=33.12 cores=0-7
/proc/17282/task/17290/stat : 17290 (claspmt) R 17280 17282 17256 0 -1 4202560 16303 0 0 0 3303 9 0 0 25 0 8 0 659722097 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17282/tid=17291] ppid=17280 vsize=655284 CPUtime=33.14 cores=0-7
/proc/17282/task/17291/stat : 17291 (claspmt) R 17280 17282 17256 0 -1 4202560 20614 0 0 0 3301 13 0 0 25 0 8 0 659722097 671010816 125470 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 267.72
Current children cumulated vsize (KiB) 655284

[startup+38.3009 s]
/proc/loadavg: 3.28 0.80 0.26 9/444 17291
/proc/meminfo: memFree=15715048/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=655476 CPUtime=280.49 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 153456 0 0 0 27985 64 0 0 25 0 8 0 659721788 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17282/statm: 163869 125732 464 189 0 158218 0
[pid=17282/tid=17285] ppid=17280 vsize=655476 CPUtime=34.7 cores=0-7
/proc/17282/task/17285/stat : 17285 (claspmt) R 17280 17282 17256 0 -1 4202560 8771 0 0 0 3467 3 0 0 25 0 8 0 659722097 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17282/tid=17286] ppid=17280 vsize=655476 CPUtime=34.6 cores=0-7
/proc/17282/task/17286/stat : 17286 (claspmt) R 17280 17282 17256 0 -1 4202560 19908 0 0 0 3449 11 0 0 25 0 8 0 659722097 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17282/tid=17287] ppid=17280 vsize=655476 CPUtime=34.69 cores=0-7
/proc/17282/task/17287/stat : 17287 (claspmt) R 17280 17282 17256 0 -1 4202560 17408 0 0 0 3459 10 0 0 25 0 8 0 659722097 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17282/tid=17288] ppid=17280 vsize=655476 CPUtime=34.65 cores=0-7
/proc/17282/task/17288/stat : 17288 (claspmt) R 17280 17282 17256 0 -1 4202560 9465 0 0 0 3461 4 0 0 25 0 8 0 659722097 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17282/tid=17289] ppid=17280 vsize=655476 CPUtime=35.1 cores=0-7
/proc/17282/task/17289/stat : 17289 (claspmt) R 17280 17282 17256 0 -1 4202560 9887 0 0 0 3506 4 0 0 25 0 8 0 659722097 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670220 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17282/tid=17290] ppid=17280 vsize=655476 CPUtime=34.73 cores=0-7
/proc/17282/task/17290/stat : 17290 (claspmt) R 17280 17282 17256 0 -1 4202560 16305 0 0 0 3463 10 0 0 25 0 8 0 659722097 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17282/tid=17291] ppid=17280 vsize=655476 CPUtime=34.74 cores=0-7
/proc/17282/task/17291/stat : 17291 (claspmt) R 17280 17282 17256 0 -1 4202560 20616 0 0 0 3461 13 0 0 25 0 8 0 659722097 671207424 125732 33554432000 4194304 4964800 140735424605552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 280.49
Current children cumulated vsize (KiB) 655476

[startup+38.7008 s]
/proc/loadavg: 3.28 0.80 0.26 9/444 17291
/proc/meminfo: memFree=15714684/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=622336 CPUtime=283.17 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 153493 0 0 0 28251 66 0 0 17 0 1 0 659721788 637272064 117484 33554432000 4194304 4964800 140735424605552 18446744073709551615 4598422 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/17282/statm: 155584 117484 474 189 0 149933 0
Current children cumulated CPU time (s) 283.17
Current children cumulated vsize (KiB) 622336

[startup+39.1007 s]
/proc/loadavg: 3.28 0.80 0.26 9/444 17291
/proc/meminfo: memFree=15714684/32951124 swapFree=67056812/67111528
[pid=17282] ppid=17280 vsize=548344 CPUtime=283.57 cores=0-7
/proc/17282/stat : 17282 (claspmt) R 17280 17282 17256 0 -1 4202496 153493 0 0 0 28290 67 0 0 18 0 1 0 659721788 561504256 98627 33554432000 4194304 4964800 140735424605552 18446744073709551615 4628834 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/17282/statm: 137086 98627 474 189 0 131435 0
Current children cumulated CPU time (s) 283.57
Current children cumulated vsize (KiB) 548344

Child status: 20
Real time (s): 39.1699
CPU time (s): 283.651
CPU user time (s): 282.957
CPU system time (s): 0.693894
CPU usage (%): 724.156
Max. virtual memory (cumulated for all children) (KiB): 655476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.957
system time used= 0.693894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153494
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= 22583
involuntary context switches= 1516

runsolver used 0.174973 second user time and 0.400939 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 19:40:08
IDJOB=3380536
IDBENCH=20495
IDSOLVER=1865
FILE ID=node108/3380536-1305481208
RUNJOBID= node108-1305481206-17270
PBS_JOBID= 13325372
Free space on /tmp= 73492 MiB

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

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=86413246

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:      16216704 kB
Buffers:        316024 kB
Cached:        5119020 kB
SwapCached:       8724 kB
Active:       12167128 kB
Inactive:      4232468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16216704 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:           14984 kB
Writeback:           0 kB
AnonPages:    10961628 kB
Mapped:          35316 kB
Slab:           213724 kB
PageTables:      52260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110695924 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= 73492 MiB
End job on node108 at 2011-05-15 19:40:48