Trace number 3373507

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 690.906 174.657

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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 ...421823/instance-3373507-1305421823.cnf
1.89/1.91	c Solving...
690.84/174.65	s UNSATISFIABLE
690.84/174.65	
690.84/174.65	c Models        : 0     
690.84/174.65	c Time          : 174.583s (Solving: 172.67s 1st Model: 0.00s Unsat: 172.67s)
690.84/174.65	c CPU Time      : 690.830s

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

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

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


[startup+0 s]
/proc/loadavg: 7.41 7.97 7.99 2/269 27944
/proc/meminfo: memFree=20881440/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=27932 CPUtime=0 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 2494 0 0 0 0 0 0 0 23 0 1 0 653782129 28602368 2155 33554432000 4194304 4964800 140733837792672 18446744073709551615 237278576759 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/27944/statm: 6983 2155 385 189 0 1857 0

[startup+0.0118689 s]
/proc/loadavg: 7.41 7.97 7.99 2/269 27944
/proc/meminfo: memFree=20881440/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=28340 CPUtime=0 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 2598 0 0 0 0 0 0 0 23 0 1 0 653782129 29020160 2259 33554432000 4194304 4964800 140733837792672 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/27944/statm: 7085 2259 385 189 0 1959 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28340

[startup+0.100842 s]
/proc/loadavg: 7.41 7.97 7.99 2/269 27944
/proc/meminfo: memFree=20881440/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=42772 CPUtime=0.09 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 7301 0 0 0 9 0 0 0 23 0 1 0 653782129 43798528 5812 33554432000 4194304 4964800 140733837792672 18446744073709551615 237278540485 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/27944/statm: 10693 5813 385 189 0 5567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42772

[startup+0.300809 s]
/proc/loadavg: 7.41 7.97 7.99 2/269 27944
/proc/meminfo: memFree=20881440/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=78388 CPUtime=0.29 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 18777 0 0 0 27 2 0 0 25 0 1 0 653782129 80269312 14064 33554432000 4194304 4964800 140733837792672 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/27944/statm: 19597 14065 396 189 0 14471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78388

[startup+0.700738 s]
/proc/loadavg: 7.41 7.97 7.99 2/269 27944
/proc/meminfo: memFree=20881440/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=94604 CPUtime=0.69 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 22514 0 0 0 66 3 0 0 25 0 1 0 653782129 96874496 17801 33554432000 4194304 4964800 140733837792672 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/27944/statm: 23651 17801 398 189 0 18525 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94604

[startup+1.50059 s]
/proc/loadavg: 7.41 7.97 7.99 3/270 27945
/proc/meminfo: memFree=20776496/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=94604 CPUtime=1.49 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 22515 0 0 0 146 3 0 0 25 0 1 0 653782129 96874496 17802 33554432000 4194304 4964800 140733837792672 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/27944/statm: 23651 17802 398 189 0 18525 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94604

[startup+3.10031 s]
/proc/loadavg: 7.41 7.97 7.99 6/273 27948
/proc/meminfo: memFree=20647876/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=374588 CPUtime=6.46 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 48420 0 0 0 631 15 0 0 25 0 4 0 653782129 383578112 42106 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670394 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 93647 42106 458 189 0 87996 0
[pid=27944/tid=27946] ppid=27942 vsize=374588 CPUtime=1.16 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 7699 0 0 0 112 4 0 0 19 0 4 0 653782321 383578112 42106 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=374588 CPUtime=1.17 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 8010 0 0 0 113 4 0 0 19 0 4 0 653782321 383578112 42106 33554432000 4194304 4964800 140733837792672 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=374588 CPUtime=1.15 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 7745 0 0 0 112 3 0 0 19 0 4 0 653782321 383578112 42106 33554432000 4194304 4964800 140733837792672 18446744073709551615 4342186 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 374588

[startup+6.30075 s]
/proc/loadavg: 7.30 7.94 7.98 6/276 27954
/proc/meminfo: memFree=20308288/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=374588 CPUtime=19.23 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 49763 0 0 0 1906 17 0 0 25 0 4 0 653782129 383578112 43449 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670323 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 93647 43449 458 189 0 87996 0
[pid=27944/tid=27946] ppid=27942 vsize=374588 CPUtime=4.36 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 8016 0 0 0 432 4 0 0 25 0 4 0 653782321 383578112 43449 33554432000 4194304 4964800 140733837792672 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=374588 CPUtime=4.37 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 8643 0 0 0 432 5 0 0 25 0 4 0 653782321 383578112 43449 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=374588 CPUtime=4.32 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 8138 0 0 0 429 3 0 0 25 0 4 0 653782321 383578112 43449 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.23
Current children cumulated vsize (KiB) 374588

[startup+12.7006 s]
/proc/loadavg: 7.35 7.94 7.98 9/279 27957
/proc/meminfo: memFree=19495624/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=374588 CPUtime=44.77 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 51936 0 0 0 4457 20 0 0 25 0 4 0 653782129 383578112 45622 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 93647 45622 458 189 0 87996 0
[pid=27944/tid=27946] ppid=27942 vsize=374588 CPUtime=10.75 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 8249 0 0 0 1071 4 0 0 25 0 4 0 653782321 383578112 45622 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670225 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=374588 CPUtime=10.76 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 9522 0 0 0 1070 6 0 0 25 0 4 0 653782321 383578112 45622 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=374588 CPUtime=10.66 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 8955 0 0 0 1062 4 0 0 25 0 4 0 653782321 383578112 45622 33554432000 4194304 4964800 140733837792672 18446744073709551615 4669276 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.77
Current children cumulated vsize (KiB) 374588

[startup+25.5003 s]
/proc/loadavg: 7.50 7.94 7.98 9/279 27958
/proc/meminfo: memFree=19459548/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=374588 CPUtime=95.86 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 55612 0 0 0 9561 25 0 0 25 0 4 0 653782129 383578112 49298 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670313 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 93647 49298 460 189 0 87996 0
[pid=27944/tid=27946] ppid=27942 vsize=374588 CPUtime=23.55 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 8784 0 0 0 2350 5 0 0 25 0 4 0 653782321 383578112 49298 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=374588 CPUtime=23.57 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 11581 0 0 0 2348 9 0 0 25 0 4 0 653782321 383578112 49298 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=374588 CPUtime=23.34 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 9675 0 0 0 2329 5 0 0 25 0 4 0 653782321 383578112 49298 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.86
Current children cumulated vsize (KiB) 374588

[startup+51.1008 s]
/proc/loadavg: 7.73 7.96 7.98 9/279 27958
/proc/meminfo: memFree=19412988/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=379516 CPUtime=198.02 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 60439 0 0 0 19772 30 0 0 25 0 4 0 653782129 388624384 54125 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 94879 54125 460 189 0 89228 0
[pid=27944/tid=27946] ppid=27942 vsize=379516 CPUtime=49.16 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 9250 0 0 0 4910 6 0 0 25 0 4 0 653782321 388624384 54125 33554432000 4194304 4964800 140733837792672 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=379516 CPUtime=49.16 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 14796 0 0 0 4904 12 0 0 25 0 4 0 653782321 388624384 54125 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=379516 CPUtime=48.71 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 10722 0 0 0 4865 6 0 0 25 0 4 0 653782321 388624384 54125 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 198.02
Current children cumulated vsize (KiB) 379516

[startup+102.311 s]
/proc/loadavg: 7.96 7.98 7.99 9/279 27960
/proc/meminfo: memFree=19340320/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=402.39 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 70260 0 0 0 40196 43 0 0 25 0 4 0 653782129 458563584 63946 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 63946 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=100.37 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10081 0 0 0 10030 7 0 0 25 0 4 0 653782321 458563584 63946 33554432000 4194304 4964800 140733837792672 18446744073709551615 4321076 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=100.38 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 20074 0 0 0 10018 20 0 0 25 0 4 0 653782321 458563584 63946 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=99.44 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 13414 0 0 0 9935 9 0 0 25 0 4 0 653782321 458563584 63946 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670332 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 447816

[startup+162.301 s]
/proc/loadavg: 8.02 8.00 8.00 9/279 27961
/proc/meminfo: memFree=19281192/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=641.83 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77208 0 0 0 64132 51 0 0 25 0 4 0 653782129 458563584 70883 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670295 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 70883 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=160.36 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10637 0 0 0 16029 7 0 0 25 0 4 0 653782321 458563584 70883 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=160.37 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 23185 0 0 0 16014 23 0 0 25 0 4 0 653782321 458563584 70883 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=158.91 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 16584 0 0 0 15877 14 0 0 25 0 4 0 653782321 458563584 70883 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 641.83
Current children cumulated vsize (KiB) 447816

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

[startup+166.3 s]
/proc/loadavg: 8.02 8.00 8.00 9/279 27961
/proc/meminfo: memFree=19277844/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=657.79 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77297 0 0 0 65728 51 0 0 25 0 4 0 653782129 458563584 70972 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 70972 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=164.36 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10637 0 0 0 16429 7 0 0 25 0 4 0 653782321 458563584 70972 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=164.37 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 23215 0 0 0 16414 23 0 0 25 0 4 0 653782321 458563584 70972 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=162.87 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 16634 0 0 0 16273 14 0 0 25 0 4 0 653782321 458563584 70972 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 657.79
Current children cumulated vsize (KiB) 447816

[startup+169.501 s]
/proc/loadavg: 8.10 8.01 8.00 9/279 27961
/proc/meminfo: memFree=19275488/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=670.56 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77383 0 0 0 67005 51 0 0 25 0 4 0 653782129 458563584 71058 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 71058 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=167.56 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10637 0 0 0 16749 7 0 0 25 0 4 0 653782321 458563584 71058 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=167.57 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 23215 0 0 0 16734 23 0 0 25 0 4 0 653782321 458563584 71058 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=166.05 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 16712 0 0 0 16591 14 0 0 25 0 4 0 653782321 458563584 71058 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670403 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 670.56
Current children cumulated vsize (KiB) 447816

[startup+172.71 s]
/proc/loadavg: 8.10 8.01 8.00 9/279 27962
/proc/meminfo: memFree=19273628/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=683.37 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77516 0 0 0 68286 51 0 0 25 0 4 0 653782129 458563584 71191 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 71191 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=170.77 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10637 0 0 0 17070 7 0 0 25 0 4 0 653782321 458563584 71191 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=170.78 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 23217 0 0 0 17055 23 0 0 25 0 4 0 653782321 458563584 71191 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=169.22 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 16843 0 0 0 16908 14 0 0 25 0 4 0 653782321 458563584 71191 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 683.37
Current children cumulated vsize (KiB) 447816

[startup+173.501 s]
/proc/loadavg: 8.10 8.01 8.00 9/279 27962
/proc/meminfo: memFree=19273628/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=686.53 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77546 0 0 0 68602 51 0 0 25 0 4 0 653782129 458563584 71215 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 71215 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=171.56 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10637 0 0 0 17149 7 0 0 25 0 4 0 653782321 458563584 71215 33554432000 4194304 4964800 140733837792672 18446744073709551615 4644992 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=171.57 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 23217 0 0 0 17134 23 0 0 25 0 4 0 653782321 458563584 71215 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=170.02 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 16873 0 0 0 16988 14 0 0 25 0 4 0 653782321 458563584 71215 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 686.53
Current children cumulated vsize (KiB) 447816

[startup+174.301 s]
/proc/loadavg: 8.09 8.01 8.00 9/279 27962
/proc/meminfo: memFree=19273132/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=689.73 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77548 0 0 0 68921 52 0 0 25 0 4 0 653782129 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 71217 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=172.36 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10637 0 0 0 17229 7 0 0 25 0 4 0 653782321 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=172.36 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 23217 0 0 0 17213 23 0 0 18 0 4 0 653782321 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=170.8 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 16875 0 0 0 17066 14 0 0 18 0 4 0 653782321 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 689.73
Current children cumulated vsize (KiB) 447816

[startup+174.501 s]
/proc/loadavg: 8.09 8.01 8.00 9/279 27962
/proc/meminfo: memFree=19273132/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=447816 CPUtime=690.53 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77548 0 0 0 69001 52 0 0 25 0 4 0 653782129 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/27944/statm: 111954 71217 460 189 0 106303 0
[pid=27944/tid=27946] ppid=27942 vsize=447816 CPUtime=172.56 cores=1,3,5,7
/proc/27944/task/27946/stat : 27946 (claspmt) R 27942 27944 27712 0 -1 4202560 10637 0 0 0 17249 7 0 0 25 0 4 0 653782321 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4370377 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=447816 CPUtime=172.56 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (claspmt) R 27942 27944 27712 0 -1 4202560 23217 0 0 0 17233 23 0 0 18 0 4 0 653782321 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=447816 CPUtime=171 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (claspmt) R 27942 27944 27712 0 -1 4202560 16875 0 0 0 17086 14 0 0 18 0 4 0 653782321 458563584 71217 33554432000 4194304 4964800 140733837792672 18446744073709551615 4644845 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 690.53
Current children cumulated vsize (KiB) 447816

[startup+174.601 s]
/proc/loadavg: 8.09 8.01 8.00 9/279 27962
/proc/meminfo: memFree=19273132/32950904 swapFree=67057400/67111528
[pid=27944] ppid=27942 vsize=443500 CPUtime=690.84 cores=1,3,5,7
/proc/27944/stat : 27944 (claspmt) R 27942 27944 27712 0 -1 4202496 77558 0 0 0 69032 52 0 0 25 0 1 0 653782129 454144000 70148 33554432000 4194304 4964800 140733837792672 18446744073709551615 237278535009 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/27944/statm: 110875 70148 470 189 0 105224 0
Current children cumulated CPU time (s) 690.84
Current children cumulated vsize (KiB) 443500

Child status: 20
Real time (s): 174.657
CPU time (s): 690.906
CPU user time (s): 690.372
CPU system time (s): 0.533918
CPU usage (%): 395.579
Max. virtual memory (cumulated for all children) (KiB): 447816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 690.372
system time used= 0.533918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77560
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= 7662
involuntary context switches= 4820

runsolver used 0.444932 second user time and 1.09483 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 03:10:24
IDJOB=3373507
IDBENCH=82496
IDSOLVER=1853
FILE ID=node121/3373507-1305421823
RUNJOBID= node121-1305419410-27731
PBS_JOBID= 13324576
Free space on /tmp= 73384 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=351563646

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      20881720 kB
Buffers:        303728 kB
Cached:        6038612 kB
SwapCached:       7656 kB
Active:        6449620 kB
Inactive:      5266100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20881720 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           51440 kB
Writeback:          20 kB
AnonPages:     5371528 kB
Mapped:          21588 kB
Slab:           266616 kB
PageTables:      24000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30647056 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= 73296 MiB
End job on node121 at 2011-05-15 03:13:19