Trace number 3348543

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
minisat hack: cir_minisat 2011-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3348543-1304969683/watcher-3348543-1304969683 -o /tmp/evaluation-result-3348543-1304969683/solver-3348543-1304969683 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348543-1304969683.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: 4.09 4.03 3.22 4/300 11485
/proc/meminfo: memFree=26302628/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=23836 CPUtime=0 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 1626 0 0 0 0 0 0 0 21 0 1 0 589384291 24408064 1498 33554432000 4194304 4254575 140734824504512 18446744073709551615 4232839 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 5959 1502 211 15 0 2602 0

[startup+0.102085 s]
/proc/loadavg: 4.09 4.03 3.22 4/300 11485
/proc/meminfo: memFree=26302628/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=55736 CPUtime=0.09 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 9367 0 0 0 8 1 0 0 22 0 1 0 589384291 57073664 8805 33554432000 4194304 4254575 140734824504512 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 13934 8807 213 15 0 10577 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55736

[startup+0.201065 s]
/proc/loadavg: 4.09 4.03 3.22 4/300 11485
/proc/meminfo: memFree=26302628/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=72872 CPUtime=0.2 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 14222 0 0 0 18 2 0 0 22 0 1 0 589384291 74620928 13242 33554432000 4194304 4254575 140734824504512 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 18218 13244 213 15 0 14861 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 72872

[startup+0.301049 s]
/proc/loadavg: 4.09 4.03 3.22 4/300 11485
/proc/meminfo: memFree=26302628/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=91348 CPUtime=0.29 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 18706 0 0 0 27 2 0 0 22 0 1 0 589384291 93540352 17123 33554432000 4194304 4254575 140734824504512 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 22837 17123 222 15 0 19480 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91348

[startup+0.700975 s]
/proc/loadavg: 4.09 4.03 3.22 4/300 11485
/proc/meminfo: memFree=26302628/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=97436 CPUtime=0.69 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 20303 0 0 0 67 2 0 0 23 0 1 0 589384291 99774464 18720 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 24359 18720 230 15 0 21002 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97436

[startup+1.50083 s]
/proc/loadavg: 4.08 4.03 3.23 5/301 11486
/proc/meminfo: memFree=26187976/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=99572 CPUtime=1.49 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 20640 0 0 0 146 3 0 0 25 0 1 0 589384291 101961728 19057 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 24893 19057 232 15 0 21536 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99572

[startup+3.10054 s]
/proc/loadavg: 4.08 4.03 3.23 5/304 11492
/proc/meminfo: memFree=26062960/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=99572 CPUtime=3.09 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 20766 0 0 0 306 3 0 0 25 0 1 0 589384291 101961728 19183 33554432000 4194304 4254575 140734824504512 18446744073709551615 4217163 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 24893 19183 233 15 0 21536 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99572

[startup+6.30094 s]
/proc/loadavg: 4.07 4.03 3.23 5/302 11495
/proc/meminfo: memFree=26129092/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=101064 CPUtime=6.3 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 21184 0 0 0 627 3 0 0 25 0 1 0 589384291 103489536 19598 33554432000 4194304 4254575 140734824504512 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 25266 19598 233 15 0 21909 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 101064

[startup+12.7008 s]
/proc/loadavg: 4.07 4.02 3.24 5/301 11513
/proc/meminfo: memFree=26060092/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=101064 CPUtime=12.69 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 21603 0 0 0 1266 3 0 0 25 0 1 0 589384291 103489536 20011 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 25266 20011 233 15 0 21909 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101064

[startup+25.5004 s]
/proc/loadavg: 4.05 4.02 3.25 5/304 11519
/proc/meminfo: memFree=25709668/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=102288 CPUtime=25.49 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 21964 0 0 0 2543 6 0 0 25 0 1 0 589384291 104742912 20365 33554432000 4194304 4254575 140734824504512 18446744073709551615 4209842 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 25572 20365 233 15 0 22215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102288

[startup+51.1007 s]
/proc/loadavg: 4.03 4.02 3.27 5/304 11520
/proc/meminfo: memFree=25655240/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=115180 CPUtime=51.09 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 22879 0 0 0 5103 6 0 0 25 0 1 0 589384291 117944320 21266 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 28795 21266 233 15 0 25438 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115180

[startup+102.301 s]
/proc/loadavg: 4.01 4.02 3.30 5/304 11521
/proc/meminfo: memFree=25535752/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=118288 CPUtime=102.3 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 24723 0 0 0 10223 7 0 0 25 0 1 0 589384291 121126912 23077 33554432000 4194304 4254575 140734824504512 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 29572 23077 233 15 0 26215 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118288

[startup+162.301 s]
/proc/loadavg: 4.08 4.03 3.35 5/304 11550
/proc/meminfo: memFree=25444308/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=139440 CPUtime=162.3 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 27874 0 0 0 16220 10 0 0 25 0 1 0 589384291 142786560 26170 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 34860 26170 233 15 0 31503 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 139440

[startup+222.311 s]
/proc/loadavg: 4.08 4.04 3.39 5/304 11552
/proc/meminfo: memFree=25268484/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=140960 CPUtime=222.3 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 29644 0 0 0 22220 10 0 0 25 0 1 0 589384291 144343040 27903 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 35240 27903 233 15 0 31883 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 140960

[startup+282.301 s]
/proc/loadavg: 4.03 4.03 3.43 5/304 11553
/proc/meminfo: memFree=25053384/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=145080 CPUtime=282.3 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 31746 0 0 0 28219 11 0 0 25 0 1 0 589384291 148561920 29965 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 36270 29965 233 15 0 32913 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145080

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.46 5/304 11555
/proc/meminfo: memFree=24853440/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=145080 CPUtime=342.31 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 33177 0 0 0 34219 12 0 0 25 0 1 0 589384291 148561920 31361 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216532 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 36270 31361 233 15 0 32913 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 145080

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.49 5/304 11556
/proc/meminfo: memFree=24667652/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=178936 CPUtime=402.31 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 35371 0 0 0 40218 13 0 0 25 0 1 0 589384291 183230464 33522 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 44734 33522 233 15 0 41377 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 178936

[startup+462.301 s]
/proc/loadavg: 4.05 4.03 3.53 5/304 11558
/proc/meminfo: memFree=24393192/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=181636 CPUtime=462.3 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 37319 0 0 0 46217 13 0 0 25 0 1 0 589384291 185995264 35430 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 45409 35430 233 15 0 42052 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 181636

[startup+522.301 s]
/proc/loadavg: 4.10 4.05 3.56 5/304 11560
/proc/meminfo: memFree=24198092/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=181864 CPUtime=522.31 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 39197 0 0 0 52217 14 0 0 25 0 1 0 589384291 186228736 37279 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 45466 37279 233 15 0 42109 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 181864

[startup+582.301 s]
/proc/loadavg: 4.08 4.05 3.59 5/304 11561
/proc/meminfo: memFree=24031732/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=183904 CPUtime=582.31 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 40812 0 0 0 58216 15 0 0 25 0 1 0 589384291 188317696 38875 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 45976 38875 233 15 0 42619 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 183904

[startup+642.301 s]
/proc/loadavg: 4.03 4.04 3.61 5/304 11563
/proc/meminfo: memFree=23806248/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=186756 CPUtime=642.31 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 42527 0 0 0 64215 16 0 0 25 0 1 0 589384291 191238144 40555 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 46689 40555 233 15 0 43332 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 186756

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.64 5/304 11564
/proc/meminfo: memFree=23551844/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=187076 CPUtime=702.32 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 44254 0 0 0 70215 17 0 0 25 0 1 0 589384291 191565824 42254 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 46769 42254 233 15 0 43412 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 187076

[startup+762.301 s]
/proc/loadavg: 4.08 4.04 3.66 5/304 11566
/proc/meminfo: memFree=23401764/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=239596 CPUtime=762.32 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 46071 0 0 0 76215 17 0 0 25 0 1 0 589384291 245346304 44044 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 59899 44044 233 15 0 56542 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 239596

[startup+822.3 s]
/proc/loadavg: 4.03 4.03 3.68 5/304 11568
/proc/meminfo: memFree=23188604/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=239596 CPUtime=822.32 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 47222 0 0 0 82214 18 0 0 25 0 1 0 589384291 245346304 45168 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 59899 45168 233 15 0 56542 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 239596

[startup+882.311 s]
/proc/loadavg: 4.01 4.02 3.70 5/304 11569
/proc/meminfo: memFree=23016420/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=239596 CPUtime=882.33 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 48092 0 0 0 88215 18 0 0 25 0 1 0 589384291 245346304 46022 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 59899 46022 233 15 0 56542 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 239596

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.71 5/304 11571
/proc/meminfo: memFree=22864712/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=243580 CPUtime=942.32 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 50103 0 0 0 94213 19 0 0 25 0 1 0 589384291 249425920 48009 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216847 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 60895 48009 233 15 0 57538 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 243580

[startup+1002.3 s]
/proc/loadavg: 4.07 4.03 3.74 5/304 11572
/proc/meminfo: memFree=22745000/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=247048 CPUtime=1002.33 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 51632 0 0 0 100213 20 0 0 25 0 1 0 589384291 252977152 49512 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 61762 49512 233 15 0 58405 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 247048

[startup+1062.3 s]
/proc/loadavg: 4.23 4.07 3.76 5/304 11574
/proc/meminfo: memFree=22499548/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=247048 CPUtime=1062.33 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 52956 0 0 0 106213 20 0 0 25 0 1 0 589384291 252977152 50816 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216450 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 61762 50816 233 15 0 58405 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 247048

[startup+1122.3 s]
/proc/loadavg: 4.08 4.05 3.78 5/304 11576
/proc/meminfo: memFree=22341364/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=247592 CPUtime=1122.32 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 54111 0 0 0 112212 20 0 0 25 0 1 0 589384291 253534208 51947 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 61898 51947 233 15 0 58541 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 247592

[startup+1182.3 s]
/proc/loadavg: 3.46 3.89 3.73 4/298 11595
/proc/meminfo: memFree=23664556/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=249960 CPUtime=1182.33 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 55551 0 0 0 118212 21 0 0 25 0 1 0 589384291 255959040 53374 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216711 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 62490 53374 233 15 0 59133 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 249960

[startup+1242.3 s]
/proc/loadavg: 2.73 3.61 3.65 3/292 11615
/proc/meminfo: memFree=23666736/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=252016 CPUtime=1242.33 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 57110 0 0 0 124212 21 0 0 25 0 1 0 589384291 258064384 54908 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 63004 54908 233 15 0 59647 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 252016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.34 3.35 3.56 3/292 11616
/proc/meminfo: memFree=23511816/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=252732 CPUtime=1300.04 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 58290 0 0 0 129982 22 0 0 25 0 1 0 589384291 258797568 56075 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 63183 56075 233 15 0 59826 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 252732

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

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

[startup+1300 s]
/proc/loadavg: 2.34 3.35 3.56 3/292 11616
/proc/meminfo: memFree=23511816/32951124 swapFree=63485424/67111528
[pid=11485] ppid=11483 vsize=252732 CPUtime=1300.04 cores=1,3
/proc/11485/stat : 11485 (cir_minisat) R 11483 11485 9758 0 -1 4202496 58290 0 0 0 129982 22 0 0 25 0 1 0 589384291 258797568 56075 33554432000 4194304 4254575 140734824504512 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11485/statm: 63183 56075 233 15 0 59826 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 252732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.83
CPU system time (s): 0.233964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 252732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58290
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= 6
involuntary context switches= 2270

runsolver used 3.60045 second user time and 8.24375 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 21:34:44
IDJOB=3348543
IDBENCH=82354
IDSOLVER=1810
FILE ID=node147/3348543-1304969683
RUNJOBID= node147-1304968213-11025
PBS_JOBID= 13285603
Free space on /tmp= 53180 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348543-1304969683/watcher-3348543-1304969683 -o /tmp/evaluation-result-3348543-1304969683/solver-3348543-1304969683 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348543-1304969683.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1686040821

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      26302908 kB
Buffers:        162300 kB
Cached:        2912828 kB
SwapCached:      12852 kB
Active:         868648 kB
Inactive:      5588692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26302908 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           27812 kB
Writeback:           0 kB
AnonPages:     3376980 kB
Mapped:          15564 kB
Slab:            97020 kB
PageTables:      30416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45272364 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= 53080 MiB
End job on node147 at 2011-05-09 21:56:26