Trace number 3284398

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.01

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-16.cnf
MD5SUM57e5136370cb8699bcc4386966a6f3f8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.265958
Satisfiable
(Un)Satisfiability was proved
Number of variables84025
Number of clauses282766
Sum of the clauses size737964
Maximum clause length641
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2119968
Number of clauses of size 3155162
Number of clauses of size 47173
Number of clauses of size 574
Number of clauses of size over 5388

Solver Data

1.79/1.87	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.79/1.87	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.79/1.87	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.79/1.87	c main()::
1.79/1.87	c initFormula():: searching for DIMACS p-line....
1.79/1.87	c initFormula():: the DIMACS p-line indicates a CNF of 84025 variables and 282766 clauses.
1.79/1.87	c parseCNF():: parsing....
1.79/1.87	c parseCNF():: the CNF contains 1 unary clauses.
1.79/1.87	c runParser():: parsing was successful, warming up engines...
1.79/1.87	c find_and_remove_tautogolies():: found and removed 3481 tautologies
1.79/1.87	c find_and_remove_tautogolies():: found and removed 174 tautologies
1.79/1.87	c simplify_formula():: removed 174 tautological, 9756 satisfied and 0 duplicate clauses
1.79/1.87	c preprocessing fase I completed:: there are now 79543 free variables and 272836 clauses.
1.79/1.87	c find_equivalence():: found 27779 3-equivalences
1.79/1.87	c find_and_remove_tautogolies():: found and removed 7030 tautologies
1.79/1.87	c shorten_equivalence(): average equivalence length reduced from 8.275676 to 3.642730
1.79/1.87	c using k-SAT heuristics (size based diff)
1.79/1.87	c simplify_formula():: removed 0 tautological, 111116 satisfied and 0 duplicate clauses
1.79/1.87	c simplify_formula():: removed 0 tautological, 0 satisfied and 1826 duplicate clauses
1.79/1.87	c main():: clause / variable ratio: ( 163765 / 84025 ) = 1.95
1.79/1.87	c longest clause has size 11
1.79/1.87	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.79/1.87	c number of free variables = 72513
1.79/1.87	c dynamic_preselect_setsize :: off
1.79/1.87	c main():: all systems go!
1.79/1.87	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-3284398-1303767620/watcher-3284398-1303767620 -o /tmp/evaluation-result-3284398-1303767620/solver-3284398-1303767620 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284398-1303767620.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.84 3.97 3.90 4/189 10282
/proc/meminfo: memFree=12437404/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=15388 CPUtime=0 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4194304 1878 0 0 0 0 0 0 0 25 0 1 0 488361682 15757312 1823 33554432000 4194304 4300876 140735004795184 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 3847 1828 110 27 0 2296 0

[startup+0.041654 s]
/proc/loadavg: 3.84 3.97 3.90 4/189 10282
/proc/meminfo: memFree=12437404/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=20076 CPUtime=0.03 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4194304 3314 0 0 0 3 0 0 0 25 0 1 0 488361682 20557824 3259 33554432000 4194304 4300876 140735004795184 18446744073709551615 274473516385 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 5019 3260 113 27 0 3468 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20076

[startup+0.100645 s]
/proc/loadavg: 3.84 3.97 3.90 4/189 10282
/proc/meminfo: memFree=12437404/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=23244 CPUtime=0.09 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4194304 4206 0 0 0 9 0 0 0 25 0 1 0 488361682 23801856 4151 33554432000 4194304 4300876 140735004795184 18446744073709551615 4246672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 5811 4152 113 27 0 4260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23244

[startup+0.300675 s]
/proc/loadavg: 3.84 3.97 3.90 4/189 10282
/proc/meminfo: memFree=12437404/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=47304 CPUtime=0.29 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4194304 10470 0 0 0 28 1 0 0 25 0 1 0 488361682 48439296 7604 33554432000 4194304 4300876 140735004795184 18446744073709551615 4205453 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 11826 7604 127 27 0 10275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47304

[startup+0.700603 s]
/proc/loadavg: 3.84 3.97 3.90 4/189 10282
/proc/meminfo: memFree=12437404/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=49408 CPUtime=0.69 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4194304 26837 0 0 0 67 2 0 0 25 0 1 0 488361682 50593792 7878 33554432000 4194304 4300876 140735004795184 18446744073709551615 4248200 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 12352 7878 129 27 0 10801 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49408

[startup+1.50048 s]
/proc/loadavg: 3.84 3.97 3.90 5/190 10283
/proc/meminfo: memFree=12366376/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=52268 CPUtime=1.49 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 56545 0 0 0 143 6 0 0 25 0 1 0 488361682 53522432 8855 33554432000 4194304 4300876 140735004795184 18446744073709551615 4247072 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 13067 8855 149 27 0 11516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52268

[startup+3.10018 s]
/proc/loadavg: 3.84 3.97 3.90 5/190 10283
/proc/meminfo: memFree=12297828/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=185788 CPUtime=3.09 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 81003 0 0 0 300 9 0 0 25 0 1 0 488361682 190246912 24059 33554432000 4194304 4300876 140735004795184 18446744073709551615 4231159 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 46447 24059 171 27 0 44896 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185788

[startup+6.30062 s]
/proc/loadavg: 3.77 3.95 3.89 5/190 10311
/proc/meminfo: memFree=14733152/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=186864 CPUtime=6.29 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 81284 0 0 0 620 9 0 0 25 0 1 0 488361682 191348736 24340 33554432000 4194304 4300876 140735004795184 18446744073709551615 4216570 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 46716 24340 171 27 0 45165 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 186864

[startup+12.7005 s]
/proc/loadavg: 3.71 3.93 3.89 5/190 10339
/proc/meminfo: memFree=16069112/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=192920 CPUtime=12.69 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 82905 0 0 0 1259 10 0 0 25 0 1 0 488361682 197550080 25961 33554432000 4194304 4300876 140735004795184 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 48230 25961 171 27 0 46679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 192920

[startup+25.5003 s]
/proc/loadavg: 3.92 3.97 3.90 5/190 10339
/proc/meminfo: memFree=15971544/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=198704 CPUtime=25.49 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 84299 0 0 0 2539 10 0 0 25 0 1 0 488361682 203472896 27355 33554432000 4194304 4300876 140735004795184 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 49676 27355 171 27 0 48125 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 198704

[startup+51.1007 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 10367
/proc/meminfo: memFree=15760992/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=207176 CPUtime=51.1 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 85404 0 0 0 5099 11 0 0 25 0 1 0 488361682 212148224 28460 33554432000 4194304 4300876 140735004795184 18446744073709551615 4248592 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 51794 28460 171 27 0 50243 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 207176

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 10368
/proc/meminfo: memFree=15680836/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=209772 CPUtime=102.3 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 86081 0 0 0 10219 11 0 0 25 0 1 0 488361682 214806528 29137 33554432000 4194304 4300876 140735004795184 18446744073709551615 4276864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 52443 29137 171 27 0 50892 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 209772

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10370
/proc/meminfo: memFree=15481220/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=212580 CPUtime=162.29 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 86687 0 0 0 16218 11 0 0 25 0 1 0 488361682 217681920 29743 33554432000 4194304 4300876 140735004795184 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 53145 29743 171 27 0 51594 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212580

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10372
/proc/meminfo: memFree=15327384/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=212976 CPUtime=222.3 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 86862 0 0 0 22219 11 0 0 25 0 1 0 488361682 218087424 29918 33554432000 4194304 4300876 140735004795184 18446744073709551615 4225112 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 53244 29918 171 27 0 51693 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 212976

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10373
/proc/meminfo: memFree=15248480/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=214568 CPUtime=282.3 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 87200 0 0 0 28219 11 0 0 25 0 1 0 488361682 219717632 30256 33554432000 4194304 4300876 140735004795184 18446744073709551615 4216523 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 53642 30256 171 27 0 52091 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 214568

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10375
/proc/meminfo: memFree=15204424/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=216868 CPUtime=342.3 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 87666 0 0 0 34219 11 0 0 25 0 1 0 488361682 222072832 30722 33554432000 4194304 4300876 140735004795184 18446744073709551615 4263233 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 54217 30722 171 27 0 52666 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 216868

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10376
/proc/meminfo: memFree=15166056/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=217396 CPUtime=402.3 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 87883 0 0 0 40219 11 0 0 25 0 1 0 488361682 222613504 30939 33554432000 4194304 4300876 140735004795184 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 54349 30939 171 27 0 52798 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 217396

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10378
/proc/meminfo: memFree=15130920/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=225560 CPUtime=462.3 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 90024 0 0 0 46218 12 0 0 25 0 1 0 488361682 230973440 33080 33554432000 4194304 4300876 140735004795184 18446744073709551615 4276846 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 56390 33080 171 27 0 54839 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 225560

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10379
/proc/meminfo: memFree=15103232/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=228768 CPUtime=522.3 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 90624 0 0 0 52218 12 0 0 25 0 1 0 488361682 234258432 33680 33554432000 4194304 4300876 140735004795184 18446744073709551615 4248560 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 57192 33680 171 27 0 55641 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 228768

[startup+582.3 s]
/proc/loadavg: 4.12 4.02 3.92 5/190 10381
/proc/meminfo: memFree=15097468/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=229960 CPUtime=582.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 91023 0 0 0 58218 13 0 0 25 0 1 0 488361682 235479040 34079 33554432000 4194304 4300876 140735004795184 18446744073709551615 4234728 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 57490 34079 171 27 0 55939 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 229960

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 10383
/proc/meminfo: memFree=15080944/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=230768 CPUtime=642.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 91285 0 0 0 64218 13 0 0 25 0 1 0 488361682 236306432 34341 33554432000 4194304 4300876 140735004795184 18446744073709551615 4231216 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 57692 34341 171 27 0 56141 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 230768

[startup+702.301 s]
/proc/loadavg: 4.01 4.01 3.92 5/190 10384
/proc/meminfo: memFree=15063648/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=233040 CPUtime=702.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 91513 0 0 0 70218 13 0 0 25 0 1 0 488361682 238632960 34569 33554432000 4194304 4300876 140735004795184 18446744073709551615 4248560 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 58260 34569 171 27 0 56709 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 233040

[startup+762.307 s]
/proc/loadavg: 4.04 4.02 3.93 5/190 10386
/proc/meminfo: memFree=15047124/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=233436 CPUtime=762.32 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 91711 0 0 0 76219 13 0 0 25 0 1 0 488361682 239038464 34767 33554432000 4194304 4300876 140735004795184 18446744073709551615 4216612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 58359 34767 171 27 0 56808 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 233436

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 10387
/proc/meminfo: memFree=14935336/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=235832 CPUtime=822.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 92340 0 0 0 82218 13 0 0 25 0 1 0 488361682 241491968 35392 33554432000 4194304 4300876 140735004795184 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 58958 35392 171 27 0 57407 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 235832

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10389
/proc/meminfo: memFree=14895128/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=236496 CPUtime=882.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 92603 0 0 0 88218 13 0 0 25 0 1 0 488361682 242171904 35655 33554432000 4194304 4300876 140735004795184 18446744073709551615 4248592 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 59124 35655 171 27 0 57573 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 236496

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10391
/proc/meminfo: memFree=14880432/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=236764 CPUtime=942.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 92765 0 0 0 94218 13 0 0 25 0 1 0 488361682 242446336 35817 33554432000 4194304 4300876 140735004795184 18446744073709551615 4199738 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 59191 35817 171 27 0 57640 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 236764

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10392
/proc/meminfo: memFree=14862920/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=239748 CPUtime=1002.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 92917 0 0 0 100218 13 0 0 25 0 1 0 488361682 245501952 35969 33554432000 4194304 4300876 140735004795184 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 59937 35969 171 27 0 58386 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 239748

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10394
/proc/meminfo: memFree=14840920/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=239880 CPUtime=1062.31 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 93049 0 0 0 106218 13 0 0 25 0 1 0 488361682 245637120 36101 33554432000 4194304 4300876 140735004795184 18446744073709551615 4216473 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 59970 36101 171 27 0 58419 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 239880

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 10395
/proc/meminfo: memFree=14831468/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=240412 CPUtime=1122.32 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 93255 0 0 0 112218 14 0 0 25 0 1 0 488361682 246181888 36307 33554432000 4194304 4300876 140735004795184 18446744073709551615 274473362828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 60103 36307 171 27 0 58552 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 240412

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.94 5/190 10397
/proc/meminfo: memFree=14793248/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=240808 CPUtime=1182.32 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 93449 0 0 0 118218 14 0 0 25 0 1 0 488361682 246587392 36501 33554432000 4194304 4300876 140735004795184 18446744073709551615 4225150 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 60202 36501 171 27 0 58651 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 240808

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 10408
/proc/meminfo: memFree=14776348/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=241080 CPUtime=1242.32 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 93612 0 0 0 124218 14 0 0 25 0 1 0 488361682 246865920 36664 33554432000 4194304 4300876 140735004795184 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 60270 36664 171 27 0 58719 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 241080



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 3.94 4/189 10410
/proc/meminfo: memFree=14821076/32950928 swapFree=67111528/67111528
[pid=10282] ppid=10280 vsize=241344 CPUtime=1300.03 cores=4,6
/proc/10282/stat : 10282 (march_rw) R 10280 10282 10131 0 -1 4202496 93759 0 0 0 129989 14 0 0 25 0 1 0 488361682 247136256 36811 33554432000 4194304 4300876 140735004795184 18446744073709551615 4289280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10282/statm: 60336 36811 171 27 0 58785 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 241344

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.89
CPU system time (s): 0.150977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 241344

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

runsolver used 2.12968 second user time and 4.97424 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-25 23:40:20
IDJOB=3284398
IDBENCH=82346
IDSOLVER=1561
FILE ID=node125/3284398-1303767620
RUNJOBID= node125-1303766317-10150
PBS_JOBID= 13157157
Free space on /tmp= 72664 MiB

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

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

MD5SUM BENCH= 57e5136370cb8699bcc4386966a6f3f8
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:      12437560 kB
Buffers:       2196900 kB
Cached:       14077556 kB
SwapCached:          0 kB
Active:       11898984 kB
Inactive:      8076932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12437560 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9256 kB
Writeback:          24 kB
AnonPages:     3700660 kB
Mapped:          15236 kB
Slab:           467136 kB
PageTables:      12336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4839120 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= 73104 MiB
End job on node125 at 2011-04-26 00:02:02