Trace number 3284444

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.05 1300.02

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-07.cnf
MD5SUM2fadef5be3a9bf2904114b49bf9a8314
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.11252
Satisfiable
(Un)Satisfiability was proved
Number of variables233177
Number of clauses782677
Sum of the clauses size2045473
Maximum clause length2133
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2329459
Number of clauses of size 3431954
Number of clauses of size 420476
Number of clauses of size 5121
Number of clauses of size over 5666

Solver Data

5.99/6.00	c main():: ***                                   [ march satisfiability solver ]                                   ***
5.99/6.00	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
5.99/6.00	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
5.99/6.00	c main()::
5.99/6.00	c initFormula():: searching for DIMACS p-line....
5.99/6.00	c initFormula():: the DIMACS p-line indicates a CNF of 233177 variables and 782677 clauses.
5.99/6.00	c parseCNF():: parsing....
5.99/6.00	c parseCNF():: the CNF contains 1 unary clauses.
5.99/6.00	c runParser():: parsing was successful, warming up engines...
5.99/6.00	c find_and_remove_tautogolies():: found and removed 7949 tautologies
5.99/6.00	c find_and_remove_tautogolies():: found and removed 314 tautologies
5.99/6.00	c simplify_formula():: removed 426 tautological, 29134 satisfied and 0 duplicate clauses
5.99/6.00	c preprocessing fase I completed:: there are now 219897 free variables and 753117 clauses.
5.99/6.00	c find_equivalence():: found 77085 3-equivalences
5.99/6.00	c find_and_remove_tautogolies():: found and removed 22125 tautologies
5.99/6.00	c shorten_equivalence(): average equivalence length reduced from 9.748053 to 3.817337
5.99/6.00	c find_and_remove_tautogolies():: found and removed 1 tautologies
5.99/6.00	c using k-SAT heuristics (size based diff)
5.99/6.00	c simplify_formula():: removed 0 tautological, 308340 satisfied and 0 duplicate clauses
5.99/6.00	c simplify_formula():: removed 0 tautological, 0 satisfied and 1485 duplicate clauses
5.99/6.00	c main():: clause / variable ratio: ( 447174 / 233177 ) = 1.92
5.99/6.00	c longest clause has size 12
5.99/6.00	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.99/6.00	c number of free variables = 197771
5.99/6.00	c dynamic_preselect_setsize :: off
5.99/6.00	c main():: all systems go!
5.99/6.00	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-3284444-1303767625/watcher-3284444-1303767625 -o /tmp/evaluation-result-3284444-1303767625/solver-3284444-1303767625 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284444-1303767625.cnf 

running on 2 cores: 1,3

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.77 3.95 3.89 4/189 10310
/proc/meminfo: memFree=14772708/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=23996 CPUtime=0 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4194304 2407 0 0 0 0 0 0 0 24 0 1 0 488362203 24571904 2351 33554432000 4194304 4300876 140734422773296 18446744073709551615 4246121 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 5999 2354 110 27 0 4448 0

[startup+0.0521961 s]
/proc/loadavg: 3.77 3.95 3.89 4/189 10310
/proc/meminfo: memFree=14772708/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=40856 CPUtime=0.04 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4194304 7855 0 0 0 4 0 0 0 24 0 1 0 488362203 41836544 7799 33554432000 4194304 4300876 140734422773296 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 10214 7800 113 27 0 8663 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40856

[startup+0.100184 s]
/proc/loadavg: 3.77 3.95 3.89 4/189 10310
/proc/meminfo: memFree=14772708/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=43496 CPUtime=0.09 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4194304 8591 0 0 0 9 0 0 0 24 0 1 0 488362203 44539904 8535 33554432000 4194304 4300876 140734422773296 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 10874 8535 113 27 0 9323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43496

[startup+0.30015 s]
/proc/loadavg: 3.77 3.95 3.89 4/189 10310
/proc/meminfo: memFree=14772708/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=54188 CPUtime=0.29 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4194304 11599 0 0 0 29 0 0 0 25 0 1 0 488362203 55488512 11543 33554432000 4194304 4300876 140734422773296 18446744073709551615 274473501339 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 13547 11544 113 27 0 11996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54188

[startup+0.701083 s]
/proc/loadavg: 3.77 3.95 3.89 4/189 10310
/proc/meminfo: memFree=14772708/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=122496 CPUtime=0.69 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4194304 26737 0 0 0 66 3 0 0 25 0 1 0 488362203 125435904 20393 33554432000 4194304 4300876 140734422773296 18446744073709551615 4242431 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 30624 20393 127 27 0 29073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122496

[startup+1.50095 s]
/proc/loadavg: 3.77 3.95 3.89 5/190 10311
/proc/meminfo: memFree=14679484/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=160736 CPUtime=1.49 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4194304 61699 0 0 0 142 7 0 0 25 0 1 0 488362203 164593664 31117 33554432000 4194304 4300876 140734422773296 18446744073709551615 4240293 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 40184 31117 130 27 0 38633 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160736

[startup+3.10066 s]
/proc/loadavg: 3.77 3.95 3.89 5/190 10311
/proc/meminfo: memFree=14645260/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=142372 CPUtime=3.09 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 127512 0 0 0 292 17 0 0 25 0 1 0 488362203 145788928 26954 33554432000 4194304 4300876 140734422773296 18446744073709551615 274473636092 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 35593 26954 148 27 0 34042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142372

[startup+6.3011 s]
/proc/loadavg: 3.71 3.93 3.89 5/190 10339
/proc/meminfo: memFree=16129252/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=457128 CPUtime=6.29 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 225488 0 0 0 598 31 0 0 25 0 1 0 488362203 468099072 55083 33554432000 4194304 4300876 140734422773296 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 114282 55083 396 27 0 112731 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 457128

[startup+12.701 s]
/proc/loadavg: 3.81 3.95 3.89 6/190 10339
/proc/meminfo: memFree=16014536/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=486812 CPUtime=12.69 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 233453 0 0 0 1236 33 0 0 25 0 1 0 488362203 498495488 62821 33554432000 4194304 4300876 140734422773296 18446744073709551615 4248583 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 121703 62821 171 27 0 120152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 486812

[startup+25.5007 s]
/proc/loadavg: 3.92 3.97 3.90 6/190 10339
/proc/meminfo: memFree=15962880/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=503788 CPUtime=25.49 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 237025 0 0 0 2515 34 0 0 25 0 1 0 488362203 515878912 66393 33554432000 4194304 4300876 140734422773296 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 125947 66393 171 27 0 124396 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 503788

[startup+51.1002 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 10367
/proc/meminfo: memFree=15738024/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=516072 CPUtime=51.09 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 240219 0 0 0 5075 34 0 0 25 0 1 0 488362203 528457728 69587 33554432000 4194304 4300876 140734422773296 18446744073709551615 4225155 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 129018 69587 171 27 0 127467 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 516072

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 10368
/proc/meminfo: memFree=15667180/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=523224 CPUtime=102.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 242048 0 0 0 10195 35 0 0 25 0 1 0 488362203 535781376 71416 33554432000 4194304 4300876 140734422773296 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 130806 71416 171 27 0 129255 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 523224

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10370
/proc/meminfo: memFree=15478344/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=525572 CPUtime=162.29 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 242616 0 0 0 16194 35 0 0 25 0 1 0 488362203 538185728 71984 33554432000 4194304 4300876 140734422773296 18446744073709551615 4248602 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 131393 71984 171 27 0 129842 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 525572

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10372
/proc/meminfo: memFree=15315344/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=528576 CPUtime=222.29 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 243410 0 0 0 22194 35 0 0 25 0 1 0 488362203 541261824 72778 33554432000 4194304 4300876 140734422773296 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 132144 72778 171 27 0 130593 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 528576

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10373
/proc/meminfo: memFree=15234712/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=535344 CPUtime=282.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 245068 0 0 0 28194 36 0 0 25 0 1 0 488362203 548192256 74436 33554432000 4194304 4300876 140734422773296 18446744073709551615 4216570 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 133836 74436 171 27 0 132285 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 535344

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10375
/proc/meminfo: memFree=15204044/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=536536 CPUtime=342.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 245337 0 0 0 34194 36 0 0 25 0 1 0 488362203 549412864 74705 33554432000 4194304 4300876 140734422773296 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 134134 74705 171 27 0 132583 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 536536

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10376
/proc/meminfo: memFree=15163944/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=537200 CPUtime=402.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 245511 0 0 0 40194 36 0 0 25 0 1 0 488362203 550092800 74879 33554432000 4194304 4300876 140734422773296 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 134300 74879 171 27 0 132749 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 537200

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10378
/proc/meminfo: memFree=15129548/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=537644 CPUtime=462.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 245612 0 0 0 46194 36 0 0 25 0 1 0 488362203 550547456 74980 33554432000 4194304 4300876 140734422773296 18446744073709551615 4276832 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 134411 74980 171 27 0 132860 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 537644

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10380
/proc/meminfo: memFree=15103100/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=538160 CPUtime=522.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 245733 0 0 0 52194 36 0 0 25 0 1 0 488362203 551075840 75101 33554432000 4194304 4300876 140734422773296 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 134540 75101 171 27 0 132989 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 538160

[startup+582.301 s]
/proc/loadavg: 4.11 4.02 3.92 5/190 10381
/proc/meminfo: memFree=15097336/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=539908 CPUtime=582.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 246168 0 0 0 58194 36 0 0 25 0 1 0 488362203 552865792 75536 33554432000 4194304 4300876 140734422773296 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 134977 75536 171 27 0 133426 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 539908

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 10383
/proc/meminfo: memFree=15080684/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=540852 CPUtime=642.31 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 246430 0 0 0 64195 36 0 0 25 0 1 0 488362203 553832448 75798 33554432000 4194304 4300876 140734422773296 18446744073709551615 274473664267 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 135213 75798 171 27 0 133662 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 540852

[startup+702.301 s]
/proc/loadavg: 4.09 4.02 3.93 5/190 10384
/proc/meminfo: memFree=15060292/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=541248 CPUtime=702.3 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 246509 0 0 0 70194 36 0 0 25 0 1 0 488362203 554237952 75877 33554432000 4194304 4300876 140734422773296 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 135312 75877 171 27 0 133761 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 541248

[startup+762.307 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 10386
/proc/meminfo: memFree=15007308/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=542076 CPUtime=762.31 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 246686 0 0 0 76195 36 0 0 25 0 1 0 488362203 555085824 76054 33554432000 4194304 4300876 140734422773296 18446744073709551615 4216533 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 135519 76054 171 27 0 133968 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 542076

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 10388
/proc/meminfo: memFree=14930120/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=542520 CPUtime=822.31 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 246812 0 0 0 82195 36 0 0 25 0 1 0 488362203 555540480 76180 33554432000 4194304 4300876 140734422773296 18446744073709551615 4231540 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 135630 76180 171 27 0 134079 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 542520

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10389
/proc/meminfo: memFree=14889040/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=543676 CPUtime=882.31 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 247100 0 0 0 88195 36 0 0 25 0 1 0 488362203 556724224 76468 33554432000 4194304 4300876 140734422773296 18446744073709551615 4216540 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 135919 76468 171 27 0 134368 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 543676

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10391
/proc/meminfo: memFree=14880424/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=544508 CPUtime=942.31 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 247315 0 0 0 94195 36 0 0 25 0 1 0 488362203 557576192 76683 33554432000 4194304 4300876 140734422773296 18446744073709551615 274473663973 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 136127 76683 171 27 0 134576 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 544508

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10392
/proc/meminfo: memFree=14862412/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=545140 CPUtime=1002.31 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 247493 0 0 0 100195 36 0 0 25 0 1 0 488362203 558223360 76861 33554432000 4194304 4300876 140734422773296 18446744073709551615 274473664267 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 136285 76861 171 27 0 134734 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 545140

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10394
/proc/meminfo: memFree=14840536/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=547056 CPUtime=1062.32 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 247873 0 0 0 106195 37 0 0 25 0 1 0 488362203 560185344 77241 33554432000 4194304 4300876 140734422773296 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 136764 77241 171 27 0 135213 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 547056

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 10396
/proc/meminfo: memFree=14830712/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=547548 CPUtime=1122.32 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 248027 0 0 0 112195 37 0 0 25 0 1 0 488362203 560689152 77395 33554432000 4194304 4300876 140734422773296 18446744073709551615 4263233 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 136887 77395 171 27 0 135336 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 547548

[startup+1182.3 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 10397
/proc/meminfo: memFree=14792376/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=547836 CPUtime=1182.32 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 248120 0 0 0 118195 37 0 0 25 0 1 0 488362203 560984064 77488 33554432000 4194304 4300876 140734422773296 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 136959 77488 171 27 0 135408 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 547836

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 10408
/proc/meminfo: memFree=14776824/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=548260 CPUtime=1242.32 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 248208 0 0 0 124195 37 0 0 25 0 1 0 488362203 561418240 77576 33554432000 4194304 4300876 140734422773296 18446744073709551615 4216448 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 137065 77576 171 27 0 135514 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 548260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.89 3.99 3.93 3/180 10445
/proc/meminfo: memFree=14977720/32950928 swapFree=67111528/67111528
[pid=10310] ppid=10308 vsize=549772 CPUtime=1300.03 cores=1,3
/proc/10310/stat : 10310 (march_rw) R 10308 10310 10131 0 -1 4202496 248665 0 0 0 129966 37 0 0 25 0 1 0 488362203 562966528 78033 33554432000 4194304 4300876 140734422773296 18446744073709551615 4216540 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10310/statm: 137443 78033 171 27 0 135892 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 549772

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.66
CPU system time (s): 0.39094
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 549772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.66
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248665
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= 1974

runsolver used 1.9827 second user time and 5.12322 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-25 23:40:25
IDJOB=3284444
IDBENCH=82347
IDSOLVER=1561
FILE ID=node125/3284444-1303767625
RUNJOBID= node125-1303766317-10151
PBS_JOBID= 13157157
Free space on /tmp= 72808 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-07.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284444-1303767625/watcher-3284444-1303767625 -o /tmp/evaluation-result-3284444-1303767625/solver-3284444-1303767625 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3284444-1303767625.cnf

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

MD5SUM BENCH= 2fadef5be3a9bf2904114b49bf9a8314
RANDOM SEED=1102235530

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.828
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.74
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.828
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.828
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.828
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.828
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:      14772988 kB
Buffers:       2196928 kB
Cached:       13927304 kB
SwapCached:          0 kB
Active:        9570656 kB
Inactive:      8073204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14772988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25308 kB
Writeback:           0 kB
AnonPages:     1519352 kB
Mapped:          15340 kB
Slab:           467828 kB
PageTables:       8176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2434356 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= 73108 MiB
End job on node125 at 2011-04-26 00:02:07