Trace number 3380440

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-05-13 (simp)? (TO) 1300.09 1300.04

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3380440-1305458561/watcher-3380440-1305458561 -o /tmp/evaluation-result-3380440-1305458561/solver-3380440-1305458561 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380440-1305458561.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.51 1.90 1.56 5/340 31011
/proc/meminfo: memFree=11534700/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=20624 CPUtime=0 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 1000 0 0 0 0 0 0 0 21 0 1 0 736086809 21118976 931 33554432000 4194304 4300288 140735370488624 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 5156 932 217 26 0 1788 0

[startup+0.0318809 s]
/proc/loadavg: 3.51 1.90 1.56 5/340 31011
/proc/meminfo: memFree=11534700/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=25032 CPUtime=0.02 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 2242 0 0 0 2 0 0 0 21 0 1 0 736086809 25632768 2089 33554432000 4194304 4300288 140735370488624 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 6258 2090 218 26 0 2890 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25032

[startup+0.100867 s]
/proc/loadavg: 3.51 1.90 1.56 5/340 31011
/proc/meminfo: memFree=11534700/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=39712 CPUtime=0.09 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 6596 0 0 0 8 1 0 0 21 0 1 0 736086809 40665088 5987 33554432000 4194304 4300288 140735370488624 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 9928 5993 218 26 0 6560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39712

[startup+0.300827 s]
/proc/loadavg: 3.51 1.90 1.56 5/340 31011
/proc/meminfo: memFree=11534700/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=88676 CPUtime=0.29 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 19380 0 0 0 26 3 0 0 22 0 1 0 736086809 90804224 17344 33554432000 4194304 4300288 140735370488624 18446744073709551615 4254877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 22169 17344 269 26 0 18801 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88676

[startup+0.700781 s]
/proc/loadavg: 3.51 1.90 1.56 5/340 31011
/proc/meminfo: memFree=11534700/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=121144 CPUtime=0.68 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 24718 0 0 0 65 3 0 0 23 0 1 0 736086809 124051456 22462 33554432000 4194304 4300288 140735370488624 18446744073709551615 4223432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 30286 22465 272 26 0 26918 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 121144

[startup+1.5006 s]
/proc/loadavg: 3.51 1.90 1.56 5/341 31012
/proc/meminfo: memFree=11444924/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=99840 CPUtime=1.48 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 31317 0 0 0 144 4 0 0 25 0 1 0 736086809 102236160 18918 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 24960 18918 282 26 0 21592 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99840

[startup+3.1003 s]
/proc/loadavg: 3.51 1.90 1.56 5/341 31012
/proc/meminfo: memFree=11452612/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=99840 CPUtime=3.09 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 31462 0 0 0 304 5 0 0 25 0 1 0 736086809 102236160 19060 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 24960 19060 293 26 0 21592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99840

[startup+6.3007 s]
/proc/loadavg: 3.55 1.93 1.57 5/341 31012
/proc/meminfo: memFree=11444304/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=99840 CPUtime=6.29 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 31719 0 0 0 624 5 0 0 25 0 1 0 736086809 102236160 19313 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 24960 19313 293 26 0 21592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99840

[startup+12.7005 s]
/proc/loadavg: 3.59 1.97 1.58 5/341 31012
/proc/meminfo: memFree=11424412/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=118516 CPUtime=12.69 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 33079 0 0 0 1264 5 0 0 25 0 1 0 736086809 121360384 20666 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 29629 20666 293 26 0 26261 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118516

[startup+25.5011 s]
/proc/loadavg: 3.68 2.07 1.62 5/341 31040
/proc/meminfo: memFree=12471944/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=148868 CPUtime=25.48 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 40226 0 0 0 2542 6 0 0 25 0 1 0 736086809 152440832 27796 33554432000 4194304 4300288 140735370488624 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 37217 27796 293 26 0 33849 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 148868

[startup+51.1003 s]
/proc/loadavg: 3.79 2.22 1.68 5/344 31064
/proc/meminfo: memFree=12717432/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=167836 CPUtime=51.09 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 44450 0 0 0 5101 8 0 0 25 0 1 0 736086809 171864064 31987 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 41959 31987 293 26 0 38591 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 167836

[startup+102.313 s]
/proc/loadavg: 3.95 2.51 1.81 5/344 31066
/proc/meminfo: memFree=12606476/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=198656 CPUtime=102.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 53925 0 0 0 10219 11 0 0 25 0 1 0 736086809 203423744 41383 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 49664 41383 293 26 0 46296 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198656

[startup+162.3 s]
/proc/loadavg: 3.98 2.78 1.94 5/344 31067
/proc/meminfo: memFree=12508208/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=248744 CPUtime=162.29 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 66893 0 0 0 16213 16 0 0 25 0 1 0 736086809 254713856 54253 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255705 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 62186 54253 293 26 0 58818 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 248744

[startup+222.301 s]
/proc/loadavg: 3.99 3.00 2.07 5/344 31069
/proc/meminfo: memFree=12407216/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=330132 CPUtime=222.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 78203 0 0 0 22209 21 0 0 25 0 1 0 736086809 338055168 65481 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 82533 65481 293 26 0 79165 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 330132

[startup+282.301 s]
/proc/loadavg: 3.99 3.18 2.19 5/344 31070
/proc/meminfo: memFree=12323240/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=462392 CPUtime=282.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 93609 0 0 0 28202 28 0 0 25 0 1 0 736086809 473489408 80795 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 115598 80795 293 26 0 112230 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 462392

[startup+342.301 s]
/proc/loadavg: 4.11 3.35 2.31 5/344 31072
/proc/meminfo: memFree=12195004/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=462392 CPUtime=342.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 118804 0 0 0 34195 35 0 0 25 0 1 0 736086809 473489408 105938 33554432000 4194304 4300288 140735370488624 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 115598 105938 293 26 0 112230 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 462392

[startup+402.3 s]
/proc/loadavg: 4.17 3.50 2.42 5/344 31074
/proc/meminfo: memFree=12118216/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=677316 CPUtime=402.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 130492 0 0 0 40191 39 0 0 25 0 1 0 736086809 693571584 117550 33554432000 4194304 4300288 140735370488624 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 169329 117550 293 26 0 165961 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 677316

[startup+462.301 s]
/proc/loadavg: 3.65 3.48 2.48 4/338 31092
/proc/meminfo: memFree=12134876/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=680716 CPUtime=462.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 141776 0 0 0 46187 43 0 0 25 0 1 0 736086809 697053184 128770 33554432000 4194304 4300288 140735370488624 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 170179 128770 293 26 0 166811 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 680716

[startup+522.301 s]
/proc/loadavg: 3.24 3.39 2.51 4/338 31094
/proc/meminfo: memFree=12069376/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=684488 CPUtime=522.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 152585 0 0 0 52183 47 0 0 25 0 1 0 736086809 700915712 139519 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 171122 139519 293 26 0 167754 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 684488

[startup+582.3 s]
/proc/loadavg: 3.09 3.32 2.54 4/338 31095
/proc/meminfo: memFree=11988240/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=689000 CPUtime=582.3 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 166808 0 0 0 58177 53 0 0 25 0 1 0 736086809 705536000 153674 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 172250 153674 293 26 0 168882 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 689000

[startup+642.301 s]
/proc/loadavg: 3.03 3.26 2.56 4/338 31097
/proc/meminfo: memFree=12407084/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=211064 CPUtime=642.33 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 185318 0 0 0 64171 62 0 0 25 0 1 0 736086809 216129536 44644 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 52766 44644 293 26 0 49398 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 211064

[startup+702.301 s]
/proc/loadavg: 3.01 3.21 2.59 4/338 31099
/proc/meminfo: memFree=12336372/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=261780 CPUtime=702.31 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 197526 0 0 0 70163 68 0 0 25 0 1 0 736086809 268062720 56785 33554432000 4194304 4300288 140735370488624 18446744073709551615 4268199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 65445 56785 293 26 0 62077 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 261780

[startup+762.312 s]
/proc/loadavg: 3.00 3.17 2.61 4/338 31100
/proc/meminfo: memFree=12229084/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=343600 CPUtime=762.33 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 216627 0 0 0 76157 76 0 0 25 0 1 0 736086809 351846400 75814 33554432000 4194304 4300288 140735370488624 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 85900 75814 293 26 0 82532 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 343600

[startup+822.3 s]
/proc/loadavg: 3.00 3.13 2.63 4/338 31102
/proc/meminfo: memFree=12152916/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=477768 CPUtime=822.31 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 229937 0 0 0 82151 80 0 0 25 0 1 0 736086809 489234432 89072 33554432000 4194304 4300288 140735370488624 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 119442 89072 293 26 0 116074 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 477768

[startup+882.301 s]
/proc/loadavg: 3.08 3.12 2.66 4/338 31103
/proc/meminfo: memFree=12078236/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=479076 CPUtime=882.32 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 243745 0 0 0 88145 87 0 0 25 0 1 0 736086809 490573824 102835 33554432000 4194304 4300288 140735370488624 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 119769 102835 293 26 0 116401 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 479076

[startup+942.301 s]
/proc/loadavg: 3.07 3.11 2.68 4/338 31105
/proc/meminfo: memFree=12382752/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=695616 CPUtime=942.32 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 256545 0 0 0 94138 94 0 0 25 0 1 0 736086809 712310784 115610 33554432000 4194304 4300288 140735370488624 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 173904 115610 293 26 0 170536 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 695616

[startup+1002.3 s]
/proc/loadavg: 3.11 3.12 2.71 4/338 31110
/proc/meminfo: memFree=12283732/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=699748 CPUtime=1002.32 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 267667 0 0 0 100135 97 0 0 25 0 1 0 736086809 716541952 126698 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 174937 126698 293 26 0 171569 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 699748

[startup+1062.3 s]
/proc/loadavg: 3.04 3.10 2.73 4/338 31111
/proc/meminfo: memFree=12199048/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=702904 CPUtime=1062.33 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 278285 0 0 0 106132 101 0 0 25 0 1 0 736086809 719773696 137267 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 175726 137267 293 26 0 172358 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 702904

[startup+1122.3 s]
/proc/loadavg: 3.01 3.08 2.74 4/338 31113
/proc/meminfo: memFree=12095348/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=705852 CPUtime=1122.33 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 289458 0 0 0 112127 106 0 0 25 0 1 0 736086809 722792448 148370 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 176463 148370 293 26 0 173095 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 705852

[startup+1182.3 s]
/proc/loadavg: 3.00 3.06 2.75 4/338 31114
/proc/meminfo: memFree=12011000/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=707976 CPUtime=1182.33 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 303782 0 0 0 118122 111 0 0 25 0 1 0 736086809 724967424 162636 33554432000 4194304 4300288 140735370488624 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 176994 162636 293 26 0 173626 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 707976

[startup+1242.3 s]
/proc/loadavg: 2.56 2.94 2.72 3/332 31134
/proc/meminfo: memFree=12370440/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=1059992 CPUtime=1242.33 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 319115 0 0 0 124117 116 0 0 25 0 1 0 736086809 1085431808 177911 33554432000 4194304 4300288 140735370488624 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 264998 177911 293 26 0 261630 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1059992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.20 2.76 2.68 3/332 31135
/proc/meminfo: memFree=12325272/32950928 swapFree=67085488/67111528
[pid=31011] ppid=31009 vsize=1062028 CPUtime=1300.04 cores=1,3
/proc/31011/stat : 31011 (cir_minisat) R 31009 31011 29010 0 -1 4202496 330213 0 0 0 129884 120 0 0 25 0 1 0 736086809 1087516672 188963 33554432000 4194304 4300288 140735370488624 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31011/statm: 265507 188963 293 26 0 262139 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1062028

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.04
CPU time (s): 1300.09
CPU user time (s): 1298.84
CPU system time (s): 1.24081
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1062028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.84
system time used= 1.24081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330213
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= 9
involuntary context switches= 2254

runsolver used 3.99539 second user time and 10.1425 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 13:22:41
IDJOB=3380440
IDBENCH=70815
IDSOLVER=1863
FILE ID=node114/3380440-1305458561
RUNJOBID= node114-1305458465-30911
PBS_JOBID= 13324876
Free space on /tmp= 72360 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380440-1305458561/watcher-3380440-1305458561 -o /tmp/evaluation-result-3380440-1305458561/solver-3380440-1305458561 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380440-1305458561.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=1259078803

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.74
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.848
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:      11534732 kB
Buffers:        301084 kB
Cached:        7428844 kB
SwapCached:         96 kB
Active:       15737428 kB
Inactive:      5261084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11534732 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          613784 kB
Writeback:           0 kB
AnonPages:    13268328 kB
Mapped:          28908 kB
Slab:           308236 kB
PageTables:      43988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 55595072 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= 72988 MiB
End job on node114 at 2011-05-15 13:44:23