Trace number 3373511

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 658.468 166.881

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
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 ...421815/instance-3373511-1305421815.cnf
2.20/2.22	c Solving...
658.38/166.87	s UNSATISFIABLE
658.38/166.87	
658.38/166.87	c Models        : 0     
658.38/166.87	c Time          : 166.798s (Solving: 164.58s 1st Model: 0.00s Unsat: 164.58s)
658.38/166.87	c CPU Time      : 658.380s

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-3373511-1305421815/watcher-3373511-1305421815 -o /tmp/evaluation-result-3373511-1305421815/solver-3373511-1305421815 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373511-1305421815.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: 7.87 7.67 7.36 5/342 15212
/proc/meminfo: memFree=17857572/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=25356 CPUtime=0 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 1475 0 0 0 0 0 0 0 22 0 1 0 653779495 25964544 1405 33554432000 4194304 4964800 140735677248624 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15212/statm: 6339 1412 375 189 0 1213 0

[startup+0.0380699 s]
/proc/loadavg: 7.87 7.67 7.36 5/342 15212
/proc/meminfo: memFree=17857572/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=32964 CPUtime=0.03 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 4181 0 0 0 3 0 0 0 22 0 1 0 653779495 33755136 3359 33554432000 4194304 4964800 140735677248624 18446744073709551615 228244009669 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15212/statm: 8241 3360 385 189 0 3115 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 32964

[startup+0.101059 s]
/proc/loadavg: 7.87 7.67 7.36 5/342 15212
/proc/meminfo: memFree=17857572/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=42892 CPUtime=0.09 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 7342 0 0 0 8 1 0 0 22 0 1 0 653779495 43921408 5843 33554432000 4194304 4964800 140735677248624 18446744073709551615 228244009669 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15212/statm: 10723 5844 385 189 0 5597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42892

[startup+0.301025 s]
/proc/loadavg: 7.87 7.67 7.36 5/342 15212
/proc/meminfo: memFree=17857572/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=78528 CPUtime=0.29 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 19002 0 0 0 27 2 0 0 23 0 1 0 653779495 80412672 14267 33554432000 4194304 4964800 140735677248624 18446744073709551615 228244009669 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15212/statm: 19632 14267 396 189 0 14506 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78528

[startup+0.700955 s]
/proc/loadavg: 7.87 7.67 7.36 5/342 15212
/proc/meminfo: memFree=17857572/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=98240 CPUtime=0.69 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 23658 0 0 0 66 3 0 0 25 0 1 0 653779495 100597760 18923 33554432000 4194304 4964800 140735677248624 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15212/statm: 24560 18923 398 189 0 19434 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98240

[startup+1.50082 s]
/proc/loadavg: 7.87 7.67 7.36 6/343 15213
/proc/meminfo: memFree=17780196/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=98240 CPUtime=1.49 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 23659 0 0 0 146 3 0 0 25 0 1 0 653779495 100597760 18924 33554432000 4194304 4964800 140735677248624 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15212/statm: 24560 18924 398 189 0 19434 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98240

[startup+3.10047 s]
/proc/loadavg: 7.87 7.67 7.36 6/343 15213
/proc/meminfo: memFree=17773488/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=380984 CPUtime=5.54 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 53100 0 0 0 541 13 0 0 25 0 4 0 653779495 390127616 46561 33554432000 4194304 4964800 140735677248624 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 95246 46561 458 189 0 89595 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 380984

[startup+6.30091 s]
/proc/loadavg: 7.88 7.68 7.37 9/346 15216
/proc/meminfo: memFree=17654812/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=380984 CPUtime=18.3 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 54655 0 0 0 1816 14 0 0 25 0 4 0 653779495 390127616 48116 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 95246 48116 458 189 0 89595 0
[pid=15212/tid=15214] ppid=15210 vsize=380984 CPUtime=4.05 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 8766 0 0 0 403 2 0 0 25 0 4 0 653779718 390127616 48116 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=380984 CPUtime=4.01 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 9545 0 0 0 398 3 0 0 25 0 4 0 653779718 390127616 48116 33554432000 4194304 4964800 140735677248624 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=380984 CPUtime=4.06 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 8193 0 0 0 403 3 0 0 25 0 4 0 653779718 390127616 48116 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.3
Current children cumulated vsize (KiB) 380984

[startup+12.7008 s]
/proc/loadavg: 7.89 7.68 7.37 9/346 15216
/proc/meminfo: memFree=17642788/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=380984 CPUtime=43.83 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 56144 0 0 0 4367 16 0 0 25 0 4 0 653779495 390127616 49605 33554432000 4194304 4964800 140735677248624 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 95246 49605 458 189 0 89595 0
[pid=15212/tid=15214] ppid=15210 vsize=380984 CPUtime=10.44 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 9211 0 0 0 1041 3 0 0 25 0 4 0 653779718 390127616 49605 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=380984 CPUtime=10.34 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 9559 0 0 0 1031 3 0 0 25 0 4 0 653779718 390127616 49605 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=380984 CPUtime=10.46 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 8841 0 0 0 1042 4 0 0 25 0 4 0 653779718 390127616 49605 33554432000 4194304 4964800 140735677248624 18446744073709551615 4321042 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.83
Current children cumulated vsize (KiB) 380984

[startup+25.5006 s]
/proc/loadavg: 7.91 7.70 7.38 9/346 15216
/proc/meminfo: memFree=17618116/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=383096 CPUtime=94.88 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 57943 0 0 0 9471 17 0 0 25 0 4 0 653779495 392290304 51404 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 95774 51404 460 189 0 90123 0
[pid=15212/tid=15214] ppid=15210 vsize=383096 CPUtime=23.24 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 9358 0 0 0 2321 3 0 0 25 0 4 0 653779718 392290304 51404 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=383096 CPUtime=23 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 10115 0 0 0 2297 3 0 0 25 0 4 0 653779718 392290304 51404 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=383096 CPUtime=23.26 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 9808 0 0 0 2321 5 0 0 25 0 4 0 653779718 392290304 51404 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.88
Current children cumulated vsize (KiB) 383096

[startup+51.1011 s]
/proc/loadavg: 7.78 7.69 7.38 6/340 15238
/proc/meminfo: memFree=17694048/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=387228 CPUtime=197 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 62957 0 0 0 19675 25 0 0 25 0 4 0 653779495 396521472 56418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670077 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 96807 56418 460 189 0 91156 0
[pid=15212/tid=15214] ppid=15210 vsize=387228 CPUtime=48.84 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 10019 0 0 0 4879 5 0 0 25 0 4 0 653779718 396521472 56418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4668672 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=387228 CPUtime=48.33 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 12210 0 0 0 4827 6 0 0 25 0 4 0 653779718 396521472 56418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=387228 CPUtime=48.86 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 11781 0 0 0 4879 7 0 0 25 0 4 0 653779718 396521472 56418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197
Current children cumulated vsize (KiB) 387228

[startup+102.313 s]
/proc/loadavg: 7.47 7.59 7.36 9/346 15278
/proc/meminfo: memFree=17460684/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=387228 CPUtime=401.27 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 74076 0 0 0 40083 44 0 0 25 0 4 0 653779495 396521472 67537 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 96807 67537 460 189 0 91156 0
[pid=15212/tid=15214] ppid=15210 vsize=387228 CPUtime=100.04 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 11617 0 0 0 9993 11 0 0 25 0 4 0 653779718 396521472 67537 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=387228 CPUtime=98.97 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 17885 0 0 0 9881 16 0 0 25 0 4 0 653779718 396521472 67537 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=387228 CPUtime=100.07 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 15272 0 0 0 9997 10 0 0 25 0 4 0 653779718 396521472 67537 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 401.27
Current children cumulated vsize (KiB) 387228

[startup+162.301 s]
/proc/loadavg: 7.80 7.66 7.40 9/346 15280
/proc/meminfo: memFree=17372600/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=518300 CPUtime=640.57 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 82941 0 0 0 64004 53 0 0 25 0 4 0 653779495 530739200 76393 33554432000 4194304 4964800 140735677248624 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 129575 76393 460 189 0 123924 0
[pid=15212/tid=15214] ppid=15210 vsize=518300 CPUtime=160.01 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 12301 0 0 0 15990 11 0 0 25 0 4 0 653779718 530739200 76393 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=518300 CPUtime=158.31 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 22448 0 0 0 15810 21 0 0 25 0 4 0 653779718 530739200 76393 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=518300 CPUtime=160.06 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 18373 0 0 0 15994 12 0 0 25 0 4 0 653779718 530739200 76393 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 640.57
Current children cumulated vsize (KiB) 518300

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

[startup+163.1 s]
/proc/loadavg: 7.80 7.66 7.40 9/346 15280
/proc/meminfo: memFree=17371236/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=518300 CPUtime=643.75 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 82966 0 0 0 64322 53 0 0 25 0 4 0 653779495 530739200 76418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 129575 76418 460 189 0 123924 0
[pid=15212/tid=15214] ppid=15210 vsize=518300 CPUtime=160.81 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 12301 0 0 0 16070 11 0 0 25 0 4 0 653779718 530739200 76418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=518300 CPUtime=159.1 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 22471 0 0 0 15889 21 0 0 25 0 4 0 653779718 530739200 76418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670542 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=518300 CPUtime=160.86 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 18373 0 0 0 16074 12 0 0 25 0 4 0 653779718 530739200 76418 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 643.75
Current children cumulated vsize (KiB) 518300

[startup+164.701 s]
/proc/loadavg: 7.80 7.66 7.40 9/346 15280
/proc/meminfo: memFree=17370740/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=518300 CPUtime=650.14 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 82986 0 0 0 64961 53 0 0 25 0 4 0 653779495 530739200 76438 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 129575 76438 460 189 0 123924 0
[pid=15212/tid=15214] ppid=15210 vsize=518300 CPUtime=162.41 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 12301 0 0 0 16230 11 0 0 25 0 4 0 653779718 530739200 76438 33554432000 4194304 4964800 140735677248624 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=518300 CPUtime=160.69 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 22475 0 0 0 16048 21 0 0 25 0 4 0 653779718 530739200 76438 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=518300 CPUtime=162.46 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 18381 0 0 0 16234 12 0 0 25 0 4 0 653779718 530739200 76438 33554432000 4194304 4964800 140735677248624 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 650.14
Current children cumulated vsize (KiB) 518300

[startup+165.501 s]
/proc/loadavg: 7.82 7.67 7.40 9/346 15280
/proc/meminfo: memFree=17370120/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=518300 CPUtime=653.33 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 83007 0 0 0 65280 53 0 0 25 0 4 0 653779495 530739200 76459 33554432000 4194304 4964800 140735677248624 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 129575 76459 460 189 0 123924 0
[pid=15212/tid=15214] ppid=15210 vsize=518300 CPUtime=163.21 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 12301 0 0 0 16310 11 0 0 25 0 4 0 653779718 530739200 76459 33554432000 4194304 4964800 140735677248624 18446744073709551615 4684757 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=518300 CPUtime=161.48 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 22484 0 0 0 16127 21 0 0 25 0 4 0 653779718 530739200 76459 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=518300 CPUtime=163.26 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 18393 0 0 0 16314 12 0 0 25 0 4 0 653779718 530739200 76459 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 653.33
Current children cumulated vsize (KiB) 518300

[startup+166.301 s]
/proc/loadavg: 7.82 7.67 7.40 9/346 15280
/proc/meminfo: memFree=17369620/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=518300 CPUtime=656.52 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 83012 0 0 0 65599 53 0 0 25 0 4 0 653779495 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 129575 76464 460 189 0 123924 0
[pid=15212/tid=15214] ppid=15210 vsize=518300 CPUtime=164.01 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 12301 0 0 0 16390 11 0 0 25 0 4 0 653779718 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=518300 CPUtime=162.27 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 22489 0 0 0 16206 21 0 0 25 0 4 0 653779718 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=518300 CPUtime=164.06 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 18393 0 0 0 16394 12 0 0 25 0 4 0 653779718 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 656.52
Current children cumulated vsize (KiB) 518300

[startup+166.701 s]
/proc/loadavg: 7.82 7.67 7.40 9/346 15280
/proc/meminfo: memFree=17369620/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=518300 CPUtime=658.12 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) R 15210 15212 13934 0 -1 4202496 83012 0 0 0 65759 53 0 0 25 0 4 0 653779495 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 129575 76464 460 189 0 123924 0
[pid=15212/tid=15214] ppid=15210 vsize=518300 CPUtime=164.41 cores=0,2,4,6
/proc/15212/task/15214/stat : 15214 (claspmt) R 15210 15212 13934 0 -1 4202560 12301 0 0 0 16430 11 0 0 25 0 4 0 653779718 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=518300 CPUtime=162.67 cores=0,2,4,6
/proc/15212/task/15215/stat : 15215 (claspmt) R 15210 15212 13934 0 -1 4202560 22489 0 0 0 16246 21 0 0 25 0 4 0 653779718 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4644872 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=518300 CPUtime=164.46 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 18393 0 0 0 16434 12 0 0 25 0 4 0 653779718 530739200 76464 33554432000 4194304 4964800 140735677248624 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 658.12
Current children cumulated vsize (KiB) 518300

[startup+166.801 s]
/proc/loadavg: 7.82 7.67 7.40 9/346 15280
/proc/meminfo: memFree=17369620/32951124 swapFree=67082152/67111528
[pid=15212] ppid=15210 vsize=518300 CPUtime=658.38 cores=0,2,4,6
/proc/15212/stat : 15212 (claspmt) S 15210 15212 13934 0 -1 4202496 83013 0 0 0 65785 53 0 0 25 0 2 0 653779495 530739200 76463 33554432000 4194304 4964800 140735677248624 18446744073709551615 228256151525 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/15212/statm: 129575 76463 461 189 0 123924 0
[pid=15212/tid=15216] ppid=15210 vsize=518300 CPUtime=164.56 cores=0,2,4,6
/proc/15212/task/15216/stat : 15216 (claspmt) R 15210 15212 13934 0 -1 4202560 18393 0 0 0 16444 12 0 0 25 0 2 0 653779718 530739200 76463 33554432000 4194304 4964800 140735677248624 18446744073709551615 4454996 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 658.38
Current children cumulated vsize (KiB) 518300

Child status: 20
Real time (s): 166.881
CPU time (s): 658.468
CPU user time (s): 657.92
CPU system time (s): 0.547916
CPU usage (%): 394.573
Max. virtual memory (cumulated for all children) (KiB): 518300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 657.92
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83024
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= 7157
involuntary context switches= 3745

runsolver used 0.513921 second user time and 1.3108 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 03:10:15
IDJOB=3373511
IDBENCH=82494
IDSOLVER=1853
FILE ID=node136/3373511-1305421815
RUNJOBID= node136-1305421074-14497
PBS_JOBID= 13324558
Free space on /tmp= 72968 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.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-3373511-1305421815/watcher-3373511-1305421815 -o /tmp/evaluation-result-3373511-1305421815/solver-3373511-1305421815 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373511-1305421815.cnf

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1476687273

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17857852 kB
Buffers:        301184 kB
Cached:        5210520 kB
SwapCached:       2740 kB
Active:       10741832 kB
Inactive:      4009936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17857852 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           26976 kB
Writeback:           0 kB
AnonPages:     9238388 kB
Mapped:          28456 kB
Slab:           238212 kB
PageTables:      39660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70018712 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= 72956 MiB
End job on node136 at 2011-05-15 03:13:02