Trace number 3299844

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 184.017 48.6385

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.761
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 ...039312/instance-3299844-1304039312.cnf
3.00/3.08	c Solving...
183.97/48.63	s UNSATISFIABLE
183.97/48.63	
183.97/48.63	c Models        : 0     
183.97/48.63	c Time          : 48.334s (Solving: 45.26s 1st Model: 0.00s Unsat: 45.26s)
183.97/48.63	c CPU Time      : 183.710s

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

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.12 8.03 5/180 17858
/proc/meminfo: memFree=18588900/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=54276 CPUtime=0 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 1099 0 0 0 0 0 0 0 23 0 1 0 515529232 55578624 1028 33554432000 4194304 4964704 140733462512384 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/17858/statm: 13569 1036 375 189 0 8443 0

[startup+0.0180821 s]
/proc/loadavg: 8.14 8.12 8.03 5/180 17858
/proc/meminfo: memFree=18588900/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=54276 CPUtime=0.01 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 5657 0 0 0 0 1 0 0 23 0 1 0 515529232 55578624 5587 33554432000 4194304 4964704 140733462512384 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/17858/statm: 13569 5601 375 189 0 8443 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 54276

[startup+0.10105 s]
/proc/loadavg: 8.14 8.12 8.03 5/180 17858
/proc/meminfo: memFree=18588900/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=84368 CPUtime=0.09 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 18338 0 0 0 7 2 0 0 23 0 1 0 515529232 86392832 15469 33554432000 4194304 4964704 140733462512384 18446744073709551615 228122411216 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/17858/statm: 21092 15495 385 189 0 15966 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84368

[startup+0.301013 s]
/proc/loadavg: 8.14 8.12 8.03 5/180 17858
/proc/meminfo: memFree=18588900/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=123012 CPUtime=0.29 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 33953 0 0 0 25 4 0 0 25 0 1 0 515529232 125964288 25156 33554432000 4194304 4964704 140733462512384 18446744073709551615 4615444 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/17858/statm: 30753 25156 398 189 0 25627 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123012

[startup+0.700942 s]
/proc/loadavg: 8.14 8.12 8.03 5/180 17858
/proc/meminfo: memFree=18588900/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=153264 CPUtime=0.7 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 41215 0 0 0 65 5 0 0 25 0 1 0 515529232 156942336 32418 33554432000 4194304 4964704 140733462512384 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/17858/statm: 38316 32418 403 189 0 33190 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 153264

[startup+1.5008 s]
/proc/loadavg: 7.89 8.06 8.02 6/181 17859
/proc/meminfo: memFree=18451756/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=170292 CPUtime=1.49 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 45462 0 0 0 144 5 0 0 25 0 1 0 515529232 174379008 36665 33554432000 4194304 4964704 140733462512384 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/17858/statm: 42573 36665 403 189 0 37447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170292

[startup+3.10047 s]
/proc/loadavg: 7.89 8.06 8.02 6/181 17859
/proc/meminfo: memFree=18436876/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=295944 CPUtime=3.11 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) S 17856 17858 17518 0 -1 4202496 61943 0 0 0 303 8 0 0 25 0 4 0 515529232 303046656 45259 33554432000 4194304 4964704 140733462512384 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17858/statm: 73986 45275 431 189 0 68335 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 295944

[startup+6.3009 s]
/proc/loadavg: 7.89 8.06 8.02 9/184 17862
/proc/meminfo: memFree=18336288/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=441720 CPUtime=15.81 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 83124 0 0 0 1568 13 0 0 25 0 4 0 515529232 452321280 63624 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 110430 63624 458 189 0 104779 0
[pid=17858/tid=17860] ppid=17856 vsize=441720 CPUtime=3.19 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8527 0 0 0 318 1 0 0 25 0 4 0 515529540 452321280 63624 33554432000 4194304 4964704 140733462512384 18446744073709551615 4669214 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=441720 CPUtime=3.2 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 11627 0 0 0 318 2 0 0 25 0 4 0 515529540 452321280 63624 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=441720 CPUtime=3.18 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 11950 0 0 0 316 2 0 0 25 0 4 0 515529540 452321280 63624 33554432000 4194304 4964704 140733462512384 18446744073709551615 4379082 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 441720

[startup+12.7007 s]
/proc/loadavg: 7.90 8.06 8.02 9/184 17862
/proc/meminfo: memFree=18323020/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=441720 CPUtime=41.38 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 86645 0 0 0 4121 17 0 0 25 0 4 0 515529232 452321280 67145 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 110430 67145 458 189 0 104779 0
[pid=17858/tid=17860] ppid=17856 vsize=441720 CPUtime=9.59 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8619 0 0 0 958 1 0 0 25 0 4 0 515529540 452321280 67145 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=441720 CPUtime=9.6 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 14301 0 0 0 955 5 0 0 25 0 4 0 515529540 452321280 67145 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668629 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=441720 CPUtime=9.55 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 12602 0 0 0 952 3 0 0 25 0 4 0 515529540 452321280 67145 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (KiB) 441720

[startup+25.5004 s]
/proc/loadavg: 7.92 8.06 8.02 9/184 17863
/proc/meminfo: memFree=18286560/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=441720 CPUtime=92.5 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 95407 0 0 0 9226 24 0 0 25 0 4 0 515529232 452321280 75907 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670357 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 110430 75907 458 189 0 104779 0
[pid=17858/tid=17860] ppid=17856 vsize=441720 CPUtime=22.39 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8631 0 0 0 2238 1 0 0 25 0 4 0 515529540 452321280 75907 33554432000 4194304 4964704 140733462512384 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=441720 CPUtime=22.4 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 19167 0 0 0 2232 8 0 0 25 0 4 0 515529540 452321280 75907 33554432000 4194304 4964704 140733462512384 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=441720 CPUtime=22.27 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 16476 0 0 0 2220 7 0 0 25 0 4 0 515529540 452321280 75907 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 92.5
Current children cumulated vsize (KiB) 441720

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

[startup+38.3011 s]
/proc/loadavg: 7.93 8.06 8.01 9/184 17863
/proc/meminfo: memFree=18262568/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=446568 CPUtime=143.64 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 101098 0 0 0 14335 29 0 0 25 0 4 0 515529232 457285632 81598 33554432000 4194304 4964704 140733462512384 18446744073709551615 4370269 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 111642 81598 460 189 0 105991 0
[pid=17858/tid=17860] ppid=17856 vsize=446568 CPUtime=35.19 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8649 0 0 0 3518 1 0 0 25 0 4 0 515529540 457285632 81598 33554432000 4194304 4964704 140733462512384 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=446568 CPUtime=35.2 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 21627 0 0 0 3511 9 0 0 25 0 4 0 515529540 457285632 81598 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=446568 CPUtime=35 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 19636 0 0 0 3490 10 0 0 25 0 4 0 515529540 457285632 81598 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 143.64
Current children cumulated vsize (KiB) 446568

[startup+44.701 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 17863
/proc/meminfo: memFree=18240112/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=446568 CPUtime=169.2 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 106990 0 0 0 16886 34 0 0 25 0 4 0 515529232 457285632 87490 33554432000 4194304 4964704 140733462512384 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 111642 87490 460 189 0 105991 0
[pid=17858/tid=17860] ppid=17856 vsize=446568 CPUtime=41.59 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8649 0 0 0 4158 1 0 0 25 0 4 0 515529540 457285632 87490 33554432000 4194304 4964704 140733462512384 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=446568 CPUtime=41.6 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 25894 0 0 0 4147 13 0 0 25 0 4 0 515529540 457285632 87490 33554432000 4194304 4964704 140733462512384 18446744073709551615 4313794 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=446568 CPUtime=41.36 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 21261 0 0 0 4125 11 0 0 25 0 4 0 515529540 457285632 87490 33554432000 4194304 4964704 140733462512384 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 169.2
Current children cumulated vsize (KiB) 446568

[startup+46.3007 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 17863
/proc/meminfo: memFree=18234408/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=446568 CPUtime=175.59 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 108044 0 0 0 17524 35 0 0 25 0 4 0 515529232 457285632 88544 33554432000 4194304 4964704 140733462512384 18446744073709551615 4684652 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 111642 88544 460 189 0 105991 0
[pid=17858/tid=17860] ppid=17856 vsize=446568 CPUtime=43.19 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8649 0 0 0 4318 1 0 0 25 0 4 0 515529540 457285632 88544 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=446568 CPUtime=43.2 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 26635 0 0 0 4306 14 0 0 25 0 4 0 515529540 457285632 88544 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=446568 CPUtime=42.95 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 21574 0 0 0 4284 11 0 0 25 0 4 0 515529540 457285632 88544 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 175.59
Current children cumulated vsize (KiB) 446568

[startup+47.9004 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 17863
/proc/meminfo: memFree=18231928/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=446968 CPUtime=181.98 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 108971 0 0 0 18163 35 0 0 25 0 4 0 515529232 457695232 89471 33554432000 4194304 4964704 140733462512384 18446744073709551615 4370269 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 111742 89471 460 189 0 106091 0
[pid=17858/tid=17860] ppid=17856 vsize=446968 CPUtime=44.79 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8649 0 0 0 4478 1 0 0 25 0 4 0 515529540 457695232 89472 33554432000 4194304 4964704 140733462512384 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=446968 CPUtime=44.8 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 27398 0 0 0 4465 15 0 0 25 0 4 0 515529540 457695232 89472 33554432000 4194304 4964704 140733462512384 18446744073709551615 228122375201 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=446968 CPUtime=44.54 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 21739 0 0 0 4443 11 0 0 25 0 4 0 515529540 457695232 89472 33554432000 4194304 4964704 140733462512384 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 181.98
Current children cumulated vsize (KiB) 446968

[startup+48.3003 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 17863
/proc/meminfo: memFree=18230316/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=446968 CPUtime=183.6 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 109003 0 0 0 18324 36 0 0 25 0 4 0 515529232 457695232 89503 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668654 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17858/statm: 111742 89503 460 189 0 106091 0
[pid=17858/tid=17860] ppid=17856 vsize=446968 CPUtime=45.19 cores=0,2,4,6
/proc/17858/task/17860/stat : 17860 (claspmt) R 17856 17858 17518 0 -1 4202560 8649 0 0 0 4518 1 0 0 25 0 4 0 515529540 457695232 89503 33554432000 4194304 4964704 140733462512384 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17858/tid=17861] ppid=17856 vsize=446968 CPUtime=45.21 cores=0,2,4,6
/proc/17858/task/17861/stat : 17861 (claspmt) R 17856 17858 17518 0 -1 4202560 27427 0 0 0 4506 15 0 0 25 0 4 0 515529540 457695232 89503 33554432000 4194304 4964704 140733462512384 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17858/tid=17862] ppid=17856 vsize=446968 CPUtime=44.95 cores=0,2,4,6
/proc/17858/task/17862/stat : 17862 (claspmt) R 17856 17858 17518 0 -1 4202560 21741 0 0 0 4483 12 0 0 25 0 4 0 515529540 457695232 89503 33554432000 4194304 4964704 140733462512384 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 183.6
Current children cumulated vsize (KiB) 446968

[startup+48.5004 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 17863
/proc/meminfo: memFree=18230316/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=413828 CPUtime=183.87 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 109013 0 0 0 18351 36 0 0 25 0 1 0 515529232 423759872 81228 33554432000 4194304 4964704 140733462512384 18446744073709551615 228122363084 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17858/statm: 103457 81228 470 189 0 97806 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 413828

[startup+48.6003 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 17863
/proc/meminfo: memFree=18230316/32951124 swapFree=67111528/67111528
[pid=17858] ppid=17856 vsize=376832 CPUtime=183.97 cores=0,2,4,6
/proc/17858/stat : 17858 (claspmt) R 17856 17858 17518 0 -1 4202496 109014 0 0 0 18361 36 0 0 25 0 1 0 515529232 385875968 71694 33554432000 4194304 4964704 140733462512384 18446744073709551615 228122363084 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17858/statm: 94208 71694 471 189 0 88557 0
Current children cumulated CPU time (s) 183.97
Current children cumulated vsize (KiB) 376832

Child status: 20
Real time (s): 48.6385
CPU time (s): 184.017
CPU user time (s): 183.637
CPU system time (s): 0.379942
CPU usage (%): 378.336
Max. virtual memory (cumulated for all children) (KiB): 446968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.637
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109015
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= 2127
involuntary context switches= 777

runsolver used 0.084987 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 03:08:33
IDJOB=3299844
IDBENCH=20495
IDSOLVER=1683
FILE ID=node138/3299844-1304039312
RUNJOBID= node138-1304036586-17536
PBS_JOBID= 13170360
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1720967741

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18589180 kB
Buffers:       2041172 kB
Cached:       11660540 kB
SwapCached:          0 kB
Active:        3356072 kB
Inactive:     10442920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18589180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14788 kB
Writeback:           0 kB
AnonPages:       96788 kB
Mapped:          15656 kB
Slab:           500748 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   246364 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= 71800 MiB
End job on node138 at 2011-04-29 03:09:21