Trace number 3379969

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-05-15 (fixed)? (TO) 1300.1 1300.05

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1015.28
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 5,7

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: 1.55 2.52 2.65 5/422 2507
/proc/meminfo: memFree=23009744/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=19012 CPUtime=0 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 2009 0 0 0 0 0 0 0 23 0 1 0 657615254 19468288 1950 33554432000 4194304 4394578 140734205793040 18446744073709551615 4328244 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 4753 1963 244 49 0 1894 0

[startup+0.0285481 s]
/proc/loadavg: 1.55 2.52 2.65 5/422 2507
/proc/meminfo: memFree=23009744/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=65824 CPUtime=0.02 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 12069 0 0 0 1 1 0 0 23 0 1 0 657615254 67403776 12009 33554432000 4194304 4394578 140734205793040 18446744073709551615 4280325 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 16456 12027 244 49 0 13597 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 65824

[startup+0.100537 s]
/proc/loadavg: 1.55 2.52 2.65 5/422 2507
/proc/meminfo: memFree=23009744/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=94296 CPUtime=0.08 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 17883 0 0 0 7 1 0 0 23 0 1 0 657615254 96559104 17823 33554432000 4194304 4394578 140734205793040 18446744073709551615 254500352709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 23607 17824 247 49 0 20748 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 94296

[startup+0.300491 s]
/proc/loadavg: 1.55 2.52 2.65 5/422 2507
/proc/meminfo: memFree=23009744/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=111060 CPUtime=0.29 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 22072 0 0 0 27 2 0 0 24 0 1 0 657615254 113725440 22012 33554432000 4194304 4394578 140734205793040 18446744073709551615 254500352709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 27765 22013 247 49 0 24906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 111060

[startup+0.700414 s]
/proc/loadavg: 1.55 2.52 2.65 5/422 2507
/proc/meminfo: memFree=23009744/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=137592 CPUtime=0.69 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 28706 0 0 0 66 3 0 0 25 0 1 0 657615254 140894208 28646 33554432000 4194304 4394578 140734205793040 18446744073709551615 254500352709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 34398 28647 247 49 0 31539 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 137592

[startup+1.50025 s]
/proc/loadavg: 1.55 2.52 2.65 5/423 2508
/proc/meminfo: memFree=22859952/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=233064 CPUtime=1.49 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 47308 0 0 0 143 6 0 0 25 0 1 0 657615254 238657536 47221 33554432000 4194304 4394578 140734205793040 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 58266 47222 253 49 0 55407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 233064

[startup+3.10094 s]
/proc/loadavg: 1.55 2.52 2.65 5/423 2508
/proc/meminfo: memFree=22762492/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=233232 CPUtime=3.09 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 52561 0 0 0 295 14 0 0 25 0 1 0 657615254 238829568 52431 33554432000 4194304 4394578 140734205793040 18446744073709551615 254500716439 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 58308 52431 255 49 0 55449 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 233232

[startup+6.3013 s]
/proc/loadavg: 1.83 2.56 2.66 5/426 2514
/proc/meminfo: memFree=22306004/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=325356 CPUtime=6.28 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 81297 0 0 0 574 54 0 0 25 0 1 0 657615254 333164544 73060 33554432000 4194304 4394578 140734205793040 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 81339 73061 255 49 0 78480 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 325356

[startup+12.701 s]
/proc/loadavg: 2.00 2.59 2.67 5/426 2514
/proc/meminfo: memFree=22238200/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=378148 CPUtime=12.69 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 98112 0 0 0 1174 95 0 0 25 0 1 0 657615254 387223552 89875 33554432000 4194304 4394578 140734205793040 18446744073709551615 254500352709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 94537 89877 258 49 0 91678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 378148

[startup+25.5005 s]
/proc/loadavg: 2.44 2.66 2.69 5/426 2514
/proc/meminfo: memFree=22145784/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=433696 CPUtime=25.49 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 111293 0 0 0 2452 97 0 0 25 0 1 0 657615254 444104704 103056 33554432000 4194304 4394578 140734205793040 18446744073709551615 4287371 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 108424 103056 266 49 0 105565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 433696

[startup+51.1004 s]
/proc/loadavg: 3.03 2.78 2.73 5/426 2515
/proc/meminfo: memFree=22091724/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=443772 CPUtime=51.09 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 113717 0 0 0 5011 98 0 0 25 0 1 0 657615254 454422528 105480 33554432000 4194304 4394578 140734205793040 18446744073709551615 4345962 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 110943 105480 266 49 0 108084 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 443772

[startup+102.301 s]
/proc/loadavg: 3.58 2.96 2.79 5/426 2517
/proc/meminfo: memFree=21998376/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=468140 CPUtime=102.3 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 119635 0 0 0 10129 101 0 0 25 0 1 0 657615254 479375360 111398 33554432000 4194304 4394578 140734205793040 18446744073709551615 4299028 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 117035 111398 266 49 0 114176 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 468140

[startup+162.3 s]
/proc/loadavg: 3.84 3.15 2.86 5/426 2518
/proc/meminfo: memFree=21923440/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=498128 CPUtime=162.3 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 127163 0 0 0 16126 104 0 0 25 0 1 0 657615254 510083072 118926 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 124532 118926 266 49 0 121673 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 498128

[startup+222.3 s]
/proc/loadavg: 4.05 3.33 2.94 5/426 2520
/proc/meminfo: memFree=21886316/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=522816 CPUtime=222.3 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 133029 0 0 0 22124 106 0 0 25 0 1 0 657615254 535363584 124792 33554432000 4194304 4394578 140734205793040 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 130704 124792 266 49 0 127845 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 522816

[startup+282.316 s]
/proc/loadavg: 4.06 3.47 3.01 5/426 2521
/proc/meminfo: memFree=21837776/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=544800 CPUtime=282.32 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 138511 0 0 0 28123 109 0 0 25 0 1 0 657615254 557875200 130274 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 136200 130274 266 49 0 133341 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 544800

[startup+342.3 s]
/proc/loadavg: 4.23 3.62 3.09 5/426 2523
/proc/meminfo: memFree=21793212/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=562600 CPUtime=342.31 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 142958 0 0 0 34120 111 0 0 25 0 1 0 657615254 576102400 134721 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 140650 134721 266 49 0 137791 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 562600

[startup+402.3 s]
/proc/loadavg: 4.08 3.69 3.14 5/426 2525
/proc/meminfo: memFree=21748644/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=580500 CPUtime=402.31 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 147383 0 0 0 40118 113 0 0 25 0 1 0 657615254 594432000 139146 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 145125 139146 266 49 0 142266 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 580500

[startup+462.3 s]
/proc/loadavg: 4.03 3.74 3.19 5/426 2526
/proc/meminfo: memFree=21707436/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=601396 CPUtime=462.31 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 152022 0 0 0 46117 114 0 0 25 0 1 0 657615254 615829504 143785 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 150349 143785 266 49 0 147490 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 601396

[startup+522.3 s]
/proc/loadavg: 4.09 3.81 3.25 5/426 2528
/proc/meminfo: memFree=21673784/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=619792 CPUtime=522.31 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 156633 0 0 0 52115 116 0 0 25 0 1 0 657615254 634667008 148396 33554432000 4194304 4394578 140734205793040 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 154948 148396 266 49 0 152089 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 619792

[startup+582.301 s]
/proc/loadavg: 4.03 3.85 3.30 5/426 2529
/proc/meminfo: memFree=21648432/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=634032 CPUtime=582.31 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 160157 0 0 0 58114 117 0 0 25 0 1 0 657615254 649248768 151920 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 158508 151920 266 49 0 155649 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 634032

[startup+642.301 s]
/proc/loadavg: 4.01 3.87 3.34 5/426 2531
/proc/meminfo: memFree=21596684/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=651760 CPUtime=642.31 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 164591 0 0 0 64112 119 0 0 25 0 1 0 657615254 667402240 156354 33554432000 4194304 4394578 140734205793040 18446744073709551615 4287949 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 162940 156354 266 49 0 160081 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 651760

[startup+702.301 s]
/proc/loadavg: 4.16 3.92 3.39 5/426 2543
/proc/meminfo: memFree=21532600/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=666628 CPUtime=702.32 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 168299 0 0 0 70112 120 0 0 25 0 1 0 657615254 682627072 160062 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 166657 160062 266 49 0 163798 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 666628

[startup+762.301 s]
/proc/loadavg: 4.13 3.95 3.43 5/426 2544
/proc/meminfo: memFree=21483064/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=684648 CPUtime=762.32 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 172797 0 0 0 76109 123 0 0 25 0 1 0 657615254 701079552 164560 33554432000 4194304 4394578 140734205793040 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 171162 164560 266 49 0 168303 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 684648

[startup+822.301 s]
/proc/loadavg: 4.10 3.97 3.47 5/426 2546
/proc/meminfo: memFree=21421648/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=701736 CPUtime=822.33 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 177056 0 0 0 82108 125 0 0 25 0 1 0 657615254 718577664 168819 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 175434 168819 266 49 0 172575 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 701736

[startup+882.301 s]
/proc/loadavg: 4.11 4.00 3.51 5/426 2549
/proc/meminfo: memFree=21407696/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=704604 CPUtime=882.33 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 177811 0 0 0 88107 126 0 0 25 0 1 0 657615254 721514496 169574 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 176151 169574 266 49 0 173292 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 704604

[startup+942.316 s]
/proc/loadavg: 4.04 4.00 3.54 5/426 2552
/proc/meminfo: memFree=21392916/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=706844 CPUtime=942.35 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 178249 0 0 0 94109 126 0 0 25 0 1 0 657615254 723808256 170012 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 176711 170012 266 49 0 173852 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 706844

[startup+1002.3 s]
/proc/loadavg: 4.14 4.03 3.57 5/426 2554
/proc/meminfo: memFree=21375264/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=714428 CPUtime=1002.33 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 179987 0 0 0 100107 126 0 0 25 0 1 0 657615254 731574272 171750 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 178607 171750 266 49 0 175748 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 714428

[startup+1062.3 s]
/proc/loadavg: 4.05 4.02 3.60 5/426 2555
/proc/meminfo: memFree=21347436/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=726640 CPUtime=1062.34 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 182917 0 0 0 106106 128 0 0 25 0 1 0 657615254 744079360 174680 33554432000 4194304 4394578 140734205793040 18446744073709551615 4338094 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 181660 174680 266 49 0 178801 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 726640

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.62 5/426 2557
/proc/meminfo: memFree=21332500/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=729660 CPUtime=1122.34 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 183596 0 0 0 112106 128 0 0 25 0 1 0 657615254 747171840 175359 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 182415 175359 266 49 0 179556 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 729660

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.64 5/426 2558
/proc/meminfo: memFree=21319668/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=733480 CPUtime=1182.34 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 184539 0 0 0 118105 129 0 0 25 0 1 0 657615254 751083520 176302 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 183370 176302 266 49 0 180511 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 733480

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.67 5/426 2560
/proc/meminfo: memFree=21294448/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=743952 CPUtime=1242.34 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 187123 0 0 0 124104 130 0 0 25 0 1 0 657615254 761806848 178886 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 185988 178886 266 49 0 183129 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 743952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.04 3.69 3/422 2563
/proc/meminfo: memFree=21613488/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=757700 CPUtime=1300.06 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 190399 0 0 0 129873 133 0 0 25 0 1 0 657615254 775884800 182162 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 189425 182162 266 49 0 186566 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 757700

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 4.06 4.04 3.69 3/422 2563
/proc/meminfo: memFree=21613488/32950928 swapFree=45937200/67111528
[pid=2507] ppid=2505 vsize=757700 CPUtime=1300.06 cores=5,7
/proc/2507/stat : 2507 (SApperloT2010) R 2505 2507 2453 0 -1 4202496 190399 0 0 0 129873 133 0 0 25 0 1 0 657615254 775884800 182162 33554432000 4194304 4394578 140734205793040 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/2507/statm: 189425 182162 266 49 0 186566 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 757700

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.1
CPU user time (s): 1298.74
CPU system time (s): 1.36179
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 757700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.74
system time used= 1.36179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190399
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= 5
involuntary context switches= 997

runsolver used 4.94325 second user time and 12.8021 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 13:49:46
IDJOB=3379969
IDBENCH=84246
IDSOLVER=1862
FILE ID=node149/3379969-1305460184
RUNJOBID= node149-1305460184-2474
PBS_JOBID= 13324916
Free space on /tmp= 73496 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379969-1305460184/watcher-3379969-1305460184 -o /tmp/evaluation-result-3379969-1305460184/solver-3379969-1305460184 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379969-1305460184.cnf

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=371324425

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:     32950928 kB
MemFree:      23010024 kB
Buffers:        329848 kB
Cached:        4540904 kB
SwapCached:      19976 kB
Active:        7021992 kB
Inactive:      2603744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23010024 kB
SwapTotal:    67111528 kB
SwapFree:     45937200 kB
Dirty:           58812 kB
Writeback:           0 kB
AnonPages:     4747352 kB
Mapped:          22528 kB
Slab:           167216 kB
PageTables:      80060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120811276 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= 73464 MiB
End job on node149 at 2011-05-15 14:11:28