Trace number 3288438

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
SApperloT2010 2011-03-04UNSAT 575.361 575.35

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

575.30/575.33	c Solved by BasicSolver 
575.30/575.33	
575.30/575.33	s UNSATISFIABLE

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-3288438-1303777640/watcher-3288438-1303777640 -o /tmp/evaluation-result-3288438-1303777640/solver-3288438-1303777640 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3288438-1303777640.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.99 5.63 8.22 5/189 12889
/proc/meminfo: memFree=19705152/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=15968 CPUtime=0 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 1246 0 0 0 0 0 0 0 21 0 1 0 489363831 16351232 1185 33554432000 4194304 4395502 140733286205424 18446744073709551615 4281134 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 3992 1193 245 50 0 1132 0

[startup+0.0267739 s]
/proc/loadavg: 3.99 5.63 8.22 5/189 12889
/proc/meminfo: memFree=19705152/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=30164 CPUtime=0.01 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 3547 0 0 0 1 0 0 0 21 0 1 0 489363831 30887936 3486 33554432000 4194304 4395502 140733286205424 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 7541 3488 249 50 0 4681 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30164

[startup+0.10076 s]
/proc/loadavg: 3.99 5.63 8.22 5/189 12889
/proc/meminfo: memFree=19705152/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=42096 CPUtime=0.08 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 6518 0 0 0 8 0 0 0 21 0 1 0 489363831 43106304 5443 33554432000 4194304 4395502 140733286205424 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 10524 5444 249 50 0 7664 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42096

[startup+0.300663 s]
/proc/loadavg: 3.99 5.63 8.22 5/189 12889
/proc/meminfo: memFree=19705152/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=65856 CPUtime=0.29 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 12483 0 0 0 28 1 0 0 22 0 1 0 489363831 67436544 11408 33554432000 4194304 4395502 140733286205424 18446744073709551615 237278879488 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 16464 11408 249 50 0 13604 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65856

[startup+0.700649 s]
/proc/loadavg: 3.99 5.63 8.22 5/189 12889
/proc/meminfo: memFree=19705152/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=111612 CPUtime=0.69 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 23897 0 0 0 65 4 0 0 23 0 1 0 489363831 114290688 22821 33554432000 4194304 4395502 140733286205424 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 27903 22821 255 50 0 25043 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111612

[startup+1.5005 s]
/proc/loadavg: 3.99 5.63 8.22 5/190 12890
/proc/meminfo: memFree=19613516/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=111612 CPUtime=1.49 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 23897 0 0 0 144 5 0 0 25 0 1 0 489363831 114290688 22821 33554432000 4194304 4395502 140733286205424 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 27903 22821 255 50 0 25043 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111612

[startup+3.10028 s]
/proc/loadavg: 3.99 5.63 8.22 5/190 12890
/proc/meminfo: memFree=19612276/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=130780 CPUtime=3.09 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 31973 0 0 0 294 15 0 0 25 0 1 0 489363831 133918720 26784 33554432000 4194304 4395502 140733286205424 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 32728 26791 257 50 0 29868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130780

[startup+6.3006 s]
/proc/loadavg: 3.99 5.60 8.20 5/190 12890
/proc/meminfo: memFree=19522820/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=199460 CPUtime=6.28 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 49915 0 0 0 611 17 0 0 25 0 1 0 489363831 204247040 44726 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299801 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 49865 44726 266 50 0 47005 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 199460

[startup+12.7005 s]
/proc/loadavg: 3.99 5.58 8.18 5/190 12890
/proc/meminfo: memFree=19514216/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=206348 CPUtime=12.69 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 51590 0 0 0 1251 18 0 0 25 0 1 0 489363831 211300352 46401 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 51587 46401 266 50 0 48727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206348

[startup+25.5002 s]
/proc/loadavg: 3.99 5.50 8.11 5/190 12891
/proc/meminfo: memFree=19492148/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=215664 CPUtime=25.48 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 53724 0 0 0 2530 18 0 0 25 0 1 0 489363831 220839936 48535 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 53916 48535 266 50 0 51056 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 215664

[startup+51.1007 s]
/proc/loadavg: 3.99 5.38 8.00 5/190 12892
/proc/meminfo: memFree=19471572/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=232272 CPUtime=51.09 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 57488 0 0 0 5090 19 0 0 25 0 1 0 489363831 237846528 52299 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 58068 52299 266 50 0 55208 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 232272

[startup+102.307 s]
/proc/loadavg: 4.07 5.18 7.79 5/190 12893
/proc/meminfo: memFree=19406952/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=260036 CPUtime=102.3 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 64014 0 0 0 10209 21 0 0 25 0 1 0 489363831 266276864 58825 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 65009 58825 266 50 0 62149 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 260036

[startup+162.301 s]
/proc/loadavg: 4.03 4.96 7.55 5/190 12921
/proc/meminfo: memFree=19476288/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=287128 CPUtime=162.29 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 69927 0 0 0 16207 22 0 0 25 0 1 0 489363831 294019072 64738 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 71782 64738 266 50 0 68922 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 287128

[startup+222.3 s]
/proc/loadavg: 4.01 4.78 7.33 5/190 12923
/proc/meminfo: memFree=19406288/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=298472 CPUtime=222.29 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 72569 0 0 0 22206 23 0 0 25 0 1 0 489363831 305635328 67380 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 74618 67380 266 50 0 71758 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 298472

[startup+282.3 s]
/proc/loadavg: 4.00 4.64 7.12 5/190 12925
/proc/meminfo: memFree=19334912/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=308020 CPUtime=282.29 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 74580 0 0 0 28205 24 0 0 25 0 1 0 489363831 315412480 69391 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 77005 69391 266 50 0 74145 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 308020

[startup+342.301 s]
/proc/loadavg: 4.00 4.52 6.92 5/190 12926
/proc/meminfo: memFree=19281804/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=314452 CPUtime=342.29 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 76083 0 0 0 34204 25 0 0 25 0 1 0 489363831 321998848 70894 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 78613 70894 266 50 0 75753 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 314452

[startup+402.301 s]
/proc/loadavg: 4.00 4.42 6.73 5/190 12928
/proc/meminfo: memFree=19245812/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=318372 CPUtime=402.29 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 76860 0 0 0 40204 25 0 0 25 0 1 0 489363831 326012928 71671 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 79593 71671 266 50 0 76733 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 318372

[startup+462.3 s]
/proc/loadavg: 4.00 4.34 6.56 5/190 12929
/proc/meminfo: memFree=19193836/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=322904 CPUtime=462.3 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 77847 0 0 0 46204 26 0 0 25 0 1 0 489363831 330653696 72658 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 80726 72658 266 50 0 77866 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 322904

[startup+522.301 s]
/proc/loadavg: 4.00 4.28 6.40 5/190 12931
/proc/meminfo: memFree=19146776/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=336656 CPUtime=522.3 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81093 0 0 0 52203 27 0 0 25 0 1 0 489363831 344735744 75904 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84164 75904 266 50 0 81304 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 336656

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

[startup+537.501 s]
/proc/loadavg: 4.00 4.26 6.36 5/190 12931
/proc/meminfo: memFree=19139084/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=337856 CPUtime=537.5 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81353 0 0 0 53723 27 0 0 25 0 1 0 489363831 345964544 76164 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299749 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84464 76164 266 50 0 81604 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 337856

[startup+550.301 s]
/proc/loadavg: 4.08 4.27 6.32 5/190 12932
/proc/meminfo: memFree=19121348/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=338848 CPUtime=550.3 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81557 0 0 0 55003 27 0 0 25 0 1 0 489363831 346980352 76368 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84712 76368 266 50 0 81852 0
Current children cumulated CPU time (s) 550.3
Current children cumulated vsize (KiB) 338848

[startup+563.1 s]
/proc/loadavg: 4.07 4.26 6.30 5/190 12932
/proc/meminfo: memFree=19110928/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=339296 CPUtime=563.1 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81683 0 0 0 56283 27 0 0 25 0 1 0 489363831 347439104 76494 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84824 76494 266 50 0 81964 0
Current children cumulated CPU time (s) 563.1
Current children cumulated vsize (KiB) 339296

[startup+569.5 s]
/proc/loadavg: 4.06 4.25 6.29 5/190 12932
/proc/meminfo: memFree=19108696/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=339488 CPUtime=569.5 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81697 0 0 0 56923 27 0 0 25 0 1 0 489363831 347635712 76508 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84872 76508 266 50 0 82012 0
Current children cumulated CPU time (s) 569.5
Current children cumulated vsize (KiB) 339488

[startup+572.701 s]
/proc/loadavg: 4.06 4.25 6.27 5/190 12932
/proc/meminfo: memFree=19108572/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=339680 CPUtime=572.7 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81758 0 0 0 57243 27 0 0 25 0 1 0 489363831 347832320 76569 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84920 76569 266 50 0 82060 0
Current children cumulated CPU time (s) 572.7
Current children cumulated vsize (KiB) 339680

[startup+574.3 s]
/proc/loadavg: 4.06 4.25 6.27 5/190 12932
/proc/meminfo: memFree=19108076/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=339872 CPUtime=574.3 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81772 0 0 0 57403 27 0 0 25 0 1 0 489363831 348028928 76583 33554432000 4194304 4395502 140733286205424 18446744073709551615 4326320 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84968 76583 266 50 0 82108 0
Current children cumulated CPU time (s) 574.3
Current children cumulated vsize (KiB) 339872

[startup+575.1 s]
/proc/loadavg: 4.06 4.25 6.27 5/190 12932
/proc/meminfo: memFree=19108076/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=339872 CPUtime=575.1 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81772 0 0 0 57483 27 0 0 25 0 1 0 489363831 348028928 76583 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84968 76583 266 50 0 82108 0
Current children cumulated CPU time (s) 575.1
Current children cumulated vsize (KiB) 339872

[startup+575.307 s]
/proc/loadavg: 4.05 4.24 6.26 5/190 12933
/proc/meminfo: memFree=19107456/32950904 swapFree=67082284/67111528
[pid=12889] ppid=12887 vsize=339872 CPUtime=575.3 cores=4,6
/proc/12889/stat : 12889 (SApperloT2010) R 12887 12889 11530 0 -1 4202496 81772 0 0 0 57503 27 0 0 25 0 1 0 489363831 348028928 76583 33554432000 4194304 4395502 140733286205424 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12889/statm: 84968 76583 266 50 0 82108 0
Current children cumulated CPU time (s) 575.3
Current children cumulated vsize (KiB) 339872

Child status: 20
Real time (s): 575.35
CPU time (s): 575.361
CPU user time (s): 575.068
CPU system time (s): 0.293955
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 339872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 575.068
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81784
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= 10
involuntary context switches= 350

runsolver used 0.970852 second user time and 2.17367 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 02:27:21
IDJOB=3288438
IDBENCH=82496
IDSOLVER=1655
FILE ID=node121/3288438-1303777640
RUNJOBID= node121-1303777179-12728
PBS_JOBID= 13157167
Free space on /tmp= 72036 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288438-1303777640/watcher-3288438-1303777640 -o /tmp/evaluation-result-3288438-1303777640/solver-3288438-1303777640 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3288438-1303777640.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=772874242

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:      19705184 kB
Buffers:       2149032 kB
Cached:        9430292 kB
SwapCached:       2776 kB
Active:        9711504 kB
Inactive:      3020272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19705184 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           17352 kB
Writeback:           0 kB
AnonPages:     1150216 kB
Mapped:          14616 kB
Slab:           446704 kB
PageTables:       7240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1467760 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= 72036 MiB
End job on node121 at 2011-04-26 02:36:56