Trace number 3283064

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
march_rw 2011-03-02? (TO) 1300.16 1300.12

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

381.60/381.69	c main():: ***                                   [ march satisfiability solver ]                                   ***
381.60/381.69	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
381.60/381.69	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
381.60/381.69	c main()::
381.60/381.69	c initFormula():: searching for DIMACS p-line....
381.60/381.69	c initFormula():: the DIMACS p-line indicates a CNF of 486992 variables and 2456708 clauses.
381.60/381.69	c parseCNF():: parsing....
381.60/381.69	c parseCNF():: the CNF contains 45577 unary clauses.
381.60/381.69	c runParser():: parsing was successful, warming up engines...
381.60/381.69	c find_and_remove_tautogolies():: found and removed 57393 tautologies
381.60/381.69	c find_and_remove_tautogolies():: found and removed 44 tautologies
381.60/381.69	c simplify_formula():: removed 107685 tautological, 505944 satisfied and 920 duplicate clauses
381.60/381.69	c preprocessing fase I completed:: there are now 329781 free variables and 1842159 clauses.
381.60/381.69	c using k-SAT heuristics (size based diff)
381.60/381.69	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
381.60/381.69	c find_and_remove_tautogolies():: found and removed 3 tautologies
381.60/381.69	c simplify_formula():: removed 18 tautological, 6 satisfied and 21481271 duplicate clauses
381.60/381.69	c resolvent_look() :: found 7815364 resolvents
381.60/381.69	c main():: clause / variable ratio: ( 9657523 / 486992 ) = 19.83
381.60/381.69	c longest clause has size 11
381.60/381.69	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
381.60/381.69	c number of free variables = 329778
381.60/381.69	c dynamic_preselect_setsize :: off
381.60/381.69	c main():: all systems go!
381.60/381.69	c |----------------------------------------------------------------|

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: 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-3283064-1303762152/watcher-3283064-1303762152 -o /tmp/evaluation-result-3283064-1303762152/solver-3283064-1303762152 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3283064-1303762152.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: 2.82 3.71 3.85 5/186 6628
/proc/meminfo: memFree=14329840/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=27560 CPUtime=0 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 3137 0 0 0 0 0 0 0 21 0 1 0 487816106 28221440 3081 33554432000 4194304 4300876 140733651368480 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 6890 3093 110 27 0 5339 0

[startup+0.106331 s]
/proc/loadavg: 2.82 3.71 3.85 5/186 6628
/proc/meminfo: memFree=14329840/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=87424 CPUtime=0.09 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 17651 0 0 0 8 1 0 0 22 0 1 0 487816106 89522176 17595 33554432000 4194304 4300876 140733651368480 18446744073709551615 222921310875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 21856 17596 113 27 0 20305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87424

[startup+0.200309 s]
/proc/loadavg: 2.82 3.71 3.85 5/186 6628
/proc/meminfo: memFree=14329840/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=92044 CPUtime=0.19 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 18948 0 0 0 17 2 0 0 22 0 1 0 487816106 94253056 18892 33554432000 4194304 4300876 140733651368480 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 23011 18892 113 27 0 21460 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 92044

[startup+0.300303 s]
/proc/loadavg: 2.82 3.71 3.85 5/186 6628
/proc/meminfo: memFree=14329840/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=96928 CPUtime=0.29 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 20328 0 0 0 27 2 0 0 22 0 1 0 487816106 99254272 20272 33554432000 4194304 4300876 140733651368480 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 24232 20272 113 27 0 22681 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96928

[startup+0.700246 s]
/proc/loadavg: 2.82 3.71 3.85 5/186 6628
/proc/meminfo: memFree=14329840/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=116596 CPUtime=0.69 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 25846 0 0 0 66 3 0 0 23 0 1 0 487816106 119394304 25790 33554432000 4194304 4300876 140733651368480 18446744073709551615 222921776896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 29149 25791 113 27 0 27598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116596

[startup+1.5011 s]
/proc/loadavg: 2.82 3.71 3.85 5/187 6629
/proc/meminfo: memFree=14155124/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=155800 CPUtime=1.49 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 36901 0 0 0 144 5 0 0 25 0 1 0 487816106 159539200 36845 33554432000 4194304 4300876 140733651368480 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 38950 36846 113 27 0 37399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 155800

[startup+3.10078 s]
/proc/loadavg: 2.82 3.71 3.85 5/187 6629
/proc/meminfo: memFree=14016616/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=411220 CPUtime=3.09 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 98886 0 0 0 297 12 0 0 25 0 1 0 487816106 421089280 76859 33554432000 4194304 4300876 140733651368480 18446744073709551615 4240307 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 102805 76859 185 27 0 101254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 411220

[startup+6.30021 s]
/proc/loadavg: 2.99 3.73 3.85 5/187 6629
/proc/meminfo: memFree=13760908/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=311332 CPUtime=6.29 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4194304 176723 0 0 0 606 23 0 0 25 0 1 0 487816106 318803968 52697 33554432000 4194304 4300876 140733651368480 18446744073709551615 222921435507 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 77833 52697 129 27 0 76282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 311332

[startup+12.7011 s]
/proc/loadavg: 3.07 3.74 3.85 5/187 6629
/proc/meminfo: memFree=13473992/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=385480 CPUtime=12.69 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 386987 0 0 0 1218 51 0 0 25 0 1 0 487816106 394731520 70268 33554432000 4194304 4300876 140733651368480 18446744073709551615 4214618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 96370 70268 144 27 0 94819 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 385480

[startup+25.5007 s]
/proc/loadavg: 3.28 3.75 3.85 5/190 6636
/proc/meminfo: memFree=11687556/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=448448 CPUtime=25.49 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 402134 0 0 0 2496 53 0 0 25 0 1 0 487816106 459210752 85415 33554432000 4194304 4300876 140733651368480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 112112 85415 144 27 0 110561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 448448

[startup+51.101 s]
/proc/loadavg: 3.52 3.77 3.86 5/190 6636
/proc/meminfo: memFree=8152400/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=665012 CPUtime=51.09 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 450930 0 0 0 5050 59 0 0 25 0 1 0 487816106 680972288 134211 33554432000 4194304 4300876 140733651368480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 166253 134211 144 27 0 164702 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 665012

[startup+102.301 s]
/proc/loadavg: 3.79 3.80 3.86 5/190 6638
/proc/meminfo: memFree=6417532/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=857036 CPUtime=102.29 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 483127 0 0 0 10161 68 0 0 25 0 1 0 487816106 877604864 166408 33554432000 4194304 4300876 140733651368480 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 214259 166408 144 27 0 212708 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 857036

[startup+162.301 s]
/proc/loadavg: 3.99 3.85 3.87 5/190 6639
/proc/meminfo: memFree=6371916/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=888716 CPUtime=162.3 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 494033 0 0 0 16157 73 0 0 25 0 1 0 487816106 910045184 177314 33554432000 4194304 4300876 140733651368480 18446744073709551615 4256576 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 222179 177314 144 27 0 220628 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 888716

[startup+222.301 s]
/proc/loadavg: 4.05 3.89 3.88 5/190 6641
/proc/meminfo: memFree=6197868/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=1001180 CPUtime=222.3 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 532708 0 0 0 22146 84 0 0 25 0 1 0 487816106 1025208320 215989 33554432000 4194304 4300876 140733651368480 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 250295 215989 144 27 0 248744 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1001180

[startup+282.301 s]
/proc/loadavg: 4.02 3.91 3.89 5/190 6642
/proc/meminfo: memFree=6024512/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=1069952 CPUtime=282.3 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 556344 0 0 0 28140 90 0 0 25 0 1 0 487816106 1095630848 239625 33554432000 4194304 4300876 140733651368480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 267488 239625 144 27 0 265937 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1069952

[startup+342.301 s]
/proc/loadavg: 4.00 3.92 3.90 5/190 6644
/proc/meminfo: memFree=5469148/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=1665860 CPUtime=342.3 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 693601 0 0 0 34116 114 0 0 25 0 1 0 487816106 1705840640 376882 33554432000 4194304 4300876 140733651368480 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 416465 376882 144 27 0 414914 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1665860

[startup+402.301 s]
/proc/loadavg: 4.00 3.93 3.90 5/190 6646
/proc/meminfo: memFree=4880748/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760012 CPUtime=402.3 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1209843 0 0 0 40042 188 0 0 25 0 1 0 487816106 2826252288 522851 33554432000 4194304 4300876 140733651368480 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690003 522851 170 27 0 688452 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2760012

[startup+462.301 s]
/proc/loadavg: 4.03 3.95 3.91 5/190 6647
/proc/meminfo: memFree=4876656/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760012 CPUtime=462.3 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1210544 0 0 0 46042 188 0 0 25 0 1 0 487816106 2826252288 523552 33554432000 4194304 4300876 140733651368480 18446744073709551615 4275840 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690003 523552 170 27 0 688452 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2760012

[startup+522.301 s]
/proc/loadavg: 4.01 3.96 3.91 5/190 6649
/proc/meminfo: memFree=4834520/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760012 CPUtime=522.31 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221097 0 0 0 52041 190 0 0 25 0 1 0 487816106 2826252288 534105 33554432000 4194304 4300876 140733651368480 18446744073709551615 4275845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690003 534105 171 27 0 688452 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2760012

[startup+582.301 s]
/proc/loadavg: 4.08 3.98 3.91 5/190 6650
/proc/meminfo: memFree=4833880/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760020 CPUtime=582.3 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221259 0 0 0 58040 190 0 0 25 0 1 0 487816106 2826260480 534267 33554432000 4194304 4300876 140733651368480 18446744073709551615 4275840 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690005 534267 171 27 0 688454 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2760020

[startup+642.307 s]
/proc/loadavg: 4.03 3.98 3.91 5/190 6652
/proc/meminfo: memFree=4832464/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=642.31 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221430 0 0 0 64041 190 0 0 25 0 1 0 487816106 2826313728 534438 33554432000 4194304 4300876 140733651368480 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534438 171 27 0 688467 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2760072

[startup+702.301 s]
/proc/loadavg: 4.01 3.98 3.91 5/190 6654
/proc/meminfo: memFree=4832212/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=702.31 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221436 0 0 0 70041 190 0 0 25 0 1 0 487816106 2826313728 534444 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534444 171 27 0 688467 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2760072

[startup+762.301 s]
/proc/loadavg: 4.04 4.00 3.92 5/190 6655
/proc/meminfo: memFree=4832164/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=762.31 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221437 0 0 0 76041 190 0 0 25 0 1 0 487816106 2826313728 534445 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534445 171 27 0 688467 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2760072

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 6657
/proc/meminfo: memFree=4832612/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=822.31 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221439 0 0 0 82041 190 0 0 25 0 1 0 487816106 2826313728 534447 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216327 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534447 171 27 0 688467 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2760072

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6658
/proc/meminfo: memFree=4831416/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=882.31 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221440 0 0 0 88041 190 0 0 25 0 1 0 487816106 2826313728 534448 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534448 171 27 0 688467 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2760072

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6660
/proc/meminfo: memFree=4831080/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=942.32 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221441 0 0 0 94042 190 0 0 25 0 1 0 487816106 2826313728 534449 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534449 171 27 0 688467 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2760072

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6662
/proc/meminfo: memFree=4831976/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=1002.32 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221441 0 0 0 100042 190 0 0 25 0 1 0 487816106 2826313728 534449 33554432000 4194304 4300876 140733651368480 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534449 171 27 0 688467 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2760072

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6663
/proc/meminfo: memFree=4831712/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=1062.32 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221443 0 0 0 106042 190 0 0 25 0 1 0 487816106 2826313728 534451 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216327 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534451 171 27 0 688467 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2760072

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6665
/proc/meminfo: memFree=4828536/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=1122.33 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221443 0 0 0 112042 191 0 0 25 0 1 0 487816106 2826313728 534451 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534451 171 27 0 688467 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2760072

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6666
/proc/meminfo: memFree=4827720/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=1182.34 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221443 0 0 0 118043 191 0 0 25 0 1 0 487816106 2826313728 534451 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534451 171 27 0 688467 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2760072

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6668
/proc/meminfo: memFree=4826792/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=1242.33 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221443 0 0 0 124042 191 0 0 25 0 1 0 487816106 2826313728 534451 33554432000 4194304 4300876 140733651368480 18446744073709551615 4216381 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534451 171 27 0 688467 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2760072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.91 3/186 6672
/proc/meminfo: memFree=6034468/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=2760072 CPUtime=1300.05 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4202496 1221444 0 0 0 129814 191 0 0 25 0 1 0 487816106 2826313728 534452 33554432000 4194304 4300876 140733651368480 18446744073709551615 4248771 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6628/statm: 690018 534452 171 27 0 688467 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 2760072

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

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

[startup+1300.11 s]
/proc/loadavg: 3.84 3.97 3.91 3/186 6672
/proc/meminfo: memFree=6034468/32951124 swapFree=67111528/67111528
[pid=6628] ppid=6626 vsize=0 CPUtime=1300.15 cores=4,6
/proc/6628/stat : 6628 (march_rw) R 6626 6628 6236 0 -1 4203524 1221444 0 0 0 129814 201 0 0 25 0 1 0 487816106 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6628/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.16
CPU user time (s): 1298.14
CPU system time (s): 2.01669
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2760072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.14
system time used= 2.01669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1221444
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= 3
involuntary context switches= 1620

runsolver used 2.21366 second user time and 4.88226 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-25 22:09:14
IDJOB=3283064
IDBENCH=70961
IDSOLVER=1561
FILE ID=node109/3283064-1303762152
RUNJOBID= node109-1303762152-6593
PBS_JOBID= 13157141
Free space on /tmp= 71992 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283064-1303762152/watcher-3283064-1303762152 -o /tmp/evaluation-result-3283064-1303762152/solver-3283064-1303762152 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3283064-1303762152.cnf

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=2051794429

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14329996 kB
Buffers:       2110228 kB
Cached:       15707496 kB
SwapCached:          0 kB
Active:        9853948 kB
Inactive:      8187648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14329996 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          131972 kB
Writeback:           0 kB
AnonPages:      223304 kB
Mapped:          15188 kB
Slab:           514296 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   461896 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= 71404 MiB
End job on node109 at 2011-04-25 22:30:56