Trace number 3348675

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

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3348675-1304973816/watcher-3348675-1304973816 -o /tmp/evaluation-result-3348675-1304973816/solver-3348675-1304973816 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348675-1304973816.cnf 

running on 2 cores: 5,7

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.04 3.05 2.83 4/294 25955
/proc/meminfo: memFree=15145124/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=22404 CPUtime=0 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 1365 0 0 0 0 0 0 0 25 0 1 0 608981233 22941696 1288 33554432000 4194304 4254575 140733837249984 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 5634 1289 213 15 0 2277 0

[startup+0.0895079 s]
/proc/loadavg: 4.04 3.05 2.83 4/294 25955
/proc/meminfo: memFree=15145124/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=25644 CPUtime=0.08 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 2643 0 0 0 8 0 0 0 25 0 1 0 608981233 26259456 2480 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6411 2481 232 15 0 3054 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25644

[startup+0.100507 s]
/proc/loadavg: 4.04 3.05 2.83 4/294 25955
/proc/meminfo: memFree=15145124/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=25644 CPUtime=0.09 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 2661 0 0 0 9 0 0 0 25 0 1 0 608981233 26259456 2498 33554432000 4194304 4254575 140733837249984 18446744073709551615 274668352190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6464 2503 232 15 0 3107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25644

[startup+0.300474 s]
/proc/loadavg: 4.04 3.05 2.83 4/294 25955
/proc/meminfo: memFree=15145124/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=26020 CPUtime=0.29 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 2768 0 0 0 29 0 0 0 25 0 1 0 608981233 26644480 2577 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6505 2577 232 15 0 3148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26020

[startup+0.700405 s]
/proc/loadavg: 4.04 3.05 2.83 4/294 25955
/proc/meminfo: memFree=15145124/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=26180 CPUtime=0.69 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 2840 0 0 0 69 0 0 0 25 0 1 0 608981233 26808320 2646 33554432000 4194304 4254575 140733837249984 18446744073709551615 4229779 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6545 2646 233 15 0 3188 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26180

[startup+1.50027 s]
/proc/loadavg: 4.03 3.07 2.84 5/295 25956
/proc/meminfo: memFree=15133048/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=26384 CPUtime=1.49 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 2886 0 0 0 149 0 0 0 25 0 1 0 608981233 27017216 2692 33554432000 4194304 4254575 140733837249984 18446744073709551615 4212424 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6596 2692 233 15 0 3239 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26384

[startup+3.101 s]
/proc/loadavg: 4.03 3.07 2.84 5/295 25956
/proc/meminfo: memFree=15130228/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=26560 CPUtime=3.09 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 2934 0 0 0 309 0 0 0 25 0 1 0 608981233 27197440 2731 33554432000 4194304 4254575 140733837249984 18446744073709551615 4212424 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6640 2731 233 15 0 3283 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26560

[startup+6.30043 s]
/proc/loadavg: 4.03 3.07 2.84 5/295 25956
/proc/meminfo: memFree=15123644/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=26636 CPUtime=6.29 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 3007 0 0 0 629 0 0 0 25 0 1 0 608981233 27275264 2789 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6659 2789 233 15 0 3302 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26636

[startup+12.7003 s]
/proc/loadavg: 4.11 3.11 2.85 5/295 25956
/proc/meminfo: memFree=15072928/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=26852 CPUtime=12.69 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 3107 0 0 0 1269 0 0 0 25 0 1 0 608981233 27496448 2870 33554432000 4194304 4254575 140733837249984 18446744073709551615 4212445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 6713 2870 233 15 0 3356 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26852

[startup+25.5011 s]
/proc/loadavg: 4.09 3.14 2.87 5/295 25956
/proc/meminfo: memFree=15112240/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=56296 CPUtime=25.49 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 8137 0 0 0 2548 1 0 0 25 0 1 0 608981233 57647104 7847 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 14074 7847 233 15 0 10717 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56296

[startup+51.1007 s]
/proc/loadavg: 4.06 3.21 2.90 5/295 25957
/proc/meminfo: memFree=14970792/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=164188 CPUtime=51.09 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 26487 0 0 0 5104 5 0 0 25 0 1 0 608981233 168128512 26101 33554432000 4194304 4254575 140733837249984 18446744073709551615 4224269 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 41047 26101 233 15 0 37690 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164188

[startup+102.311 s]
/proc/loadavg: 4.02 3.34 2.96 5/295 25959
/proc/meminfo: memFree=15040948/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=70688 CPUtime=102.3 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 73096 0 0 0 10212 18 0 0 25 0 1 0 608981233 72384512 11472 33554432000 4194304 4254575 140733837249984 18446744073709551615 4209183 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 17672 11472 233 15 0 14315 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70688

[startup+162.3 s]
/proc/loadavg: 4.01 3.46 3.02 5/295 25960
/proc/meminfo: memFree=14980896/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=94468 CPUtime=162.29 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 123028 0 0 0 16199 30 0 0 25 0 1 0 608981233 96735232 18213 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 23617 18213 233 15 0 20260 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 94468

[startup+222.301 s]
/proc/loadavg: 4.00 3.55 3.08 5/295 25962
/proc/meminfo: memFree=14935492/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=129020 CPUtime=222.29 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 177912 0 0 0 22185 44 0 0 25 0 1 0 608981233 132116480 22901 33554432000 4194304 4254575 140733837249984 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 32255 22901 233 15 0 28898 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 129020

[startup+282.301 s]
/proc/loadavg: 4.05 3.65 3.14 5/295 25963
/proc/meminfo: memFree=14945508/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=132820 CPUtime=282.3 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 243318 0 0 0 28172 58 0 0 25 0 1 0 608981233 136007680 29552 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216498 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 33205 29552 233 15 0 29848 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 132820

[startup+342.301 s]
/proc/loadavg: 4.08 3.72 3.19 5/295 25965
/proc/meminfo: memFree=14676280/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=402168 CPUtime=342.29 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 299000 0 0 0 34159 70 0 0 25 0 1 0 608981233 411820032 85044 33554432000 4194304 4254575 140733837249984 18446744073709551615 4223706 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 100542 85044 233 15 0 97185 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 402168

[startup+402.301 s]
/proc/loadavg: 4.03 3.77 3.24 5/295 25967
/proc/meminfo: memFree=14884076/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=272700 CPUtime=402.3 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 345528 0 0 0 40149 81 0 0 25 0 1 0 608981233 279244800 54338 33554432000 4194304 4254575 140733837249984 18446744073709551615 4223280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 68175 54338 233 15 0 64818 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 272700

[startup+462.3 s]
/proc/loadavg: 4.01 3.81 3.29 5/295 25968
/proc/meminfo: memFree=14764892/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=274672 CPUtime=462.3 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 407957 0 0 0 46136 94 0 0 25 0 1 0 608981233 281264128 61651 33554432000 4194304 4254575 140733837249984 18446744073709551615 4209151 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 68668 61651 233 15 0 65311 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 274672

[startup+522.301 s]
/proc/loadavg: 4.00 3.84 3.33 5/295 25970
/proc/meminfo: memFree=14829224/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=197192 CPUtime=522.3 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 450578 0 0 0 52125 105 0 0 25 0 1 0 608981233 201924608 36720 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 49298 36720 233 15 0 45941 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 197192

[startup+582.301 s]
/proc/loadavg: 4.10 3.90 3.38 5/295 25971
/proc/meminfo: memFree=14901868/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=118500 CPUtime=582.3 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 497562 0 0 0 58114 116 0 0 25 0 1 0 608981233 121344000 24486 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 29625 24486 233 15 0 26268 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 118500

[startup+642.301 s]
/proc/loadavg: 4.03 3.91 3.41 5/295 25973
/proc/meminfo: memFree=14553156/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=414736 CPUtime=642.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 571833 0 0 0 64099 132 0 0 25 0 1 0 608981233 424689664 98550 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 103684 98550 233 15 0 100327 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 414736

[startup+702.301 s]
/proc/loadavg: 4.01 3.93 3.45 5/295 25975
/proc/meminfo: memFree=14711844/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=285912 CPUtime=702.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 640825 0 0 0 70085 146 0 0 25 0 1 0 608981233 292773888 64263 33554432000 4194304 4254575 140733837249984 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 71478 64263 233 15 0 68121 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 285912

[startup+762.311 s]
/proc/loadavg: 4.00 3.94 3.48 5/295 25976
/proc/meminfo: memFree=14960184/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=107664 CPUtime=762.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 688957 0 0 0 76076 155 0 0 25 0 1 0 608981233 110247936 22880 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 26916 22880 233 15 0 23559 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 107664

[startup+822.301 s]
/proc/loadavg: 4.07 3.96 3.51 5/295 25978
/proc/meminfo: memFree=14732732/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=289976 CPUtime=822.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 731897 0 0 0 82066 165 0 0 25 0 1 0 608981233 296935424 65626 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 72494 65626 233 15 0 69137 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 289976

[startup+882.3 s]
/proc/loadavg: 4.02 3.97 3.54 5/295 25980
/proc/meminfo: memFree=14696124/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=291520 CPUtime=882.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 781606 0 0 0 88053 178 0 0 25 0 1 0 608981233 298516480 54832 33554432000 4194304 4254575 140733837249984 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 72880 54833 233 15 0 69523 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 291520

[startup+942.301 s]
/proc/loadavg: 4.04 3.99 3.57 5/295 25981
/proc/meminfo: memFree=14878376/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=161400 CPUtime=942.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 826212 0 0 0 94042 189 0 0 25 0 1 0 608981233 165273600 30524 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 40350 30524 233 15 0 36993 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 161400

[startup+1002.3 s]
/proc/loadavg: 4.01 3.99 3.60 5/295 25983
/proc/meminfo: memFree=14749880/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=425888 CPUtime=1002.3 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 865904 0 0 0 100032 198 0 0 25 0 1 0 608981233 436109312 70024 33554432000 4194304 4254575 140733837249984 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 106472 70024 233 15 0 103115 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 425888

[startup+1062.3 s]
/proc/loadavg: 3.25 3.80 3.55 3/283 26029
/proc/meminfo: memFree=15025828/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=295108 CPUtime=1062.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 936416 0 0 0 106017 214 0 0 25 0 1 0 608981233 302190592 58613 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 73777 58613 233 15 0 70420 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 295108

[startup+1122.3 s]
/proc/loadavg: 2.42 3.46 3.45 2/278 26049
/proc/meminfo: memFree=15014840/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=429452 CPUtime=1122.31 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 974074 0 0 0 112007 224 0 0 25 0 1 0 608981233 439758848 96095 33554432000 4194304 4254575 140733837249984 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 107363 96095 233 15 0 104006 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 429452

[startup+1182.3 s]
/proc/loadavg: 1.52 3.01 3.30 2/277 26050
/proc/meminfo: memFree=15175488/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=298124 CPUtime=1182.32 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 1033854 0 0 0 117997 235 0 0 25 0 1 0 608981233 305278976 56639 33554432000 4194304 4254575 140733837249984 18446744073709551615 4222515 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 74531 56639 233 15 0 71174 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 298124

[startup+1242.3 s]
/proc/loadavg: 1.22 2.66 3.16 2/277 26052
/proc/meminfo: memFree=15281004/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=138532 CPUtime=1242.32 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 1087780 0 0 0 123986 246 0 0 25 0 1 0 608981233 141856768 30307 33554432000 4194304 4254575 140733837249984 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 34633 30308 233 15 0 31276 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 138532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.09 2.38 3.03 2/277 26053
/proc/meminfo: memFree=15098592/32951132 swapFree=67093824/67111528
[pid=25955] ppid=25953 vsize=433864 CPUtime=1300.03 cores=5,7
/proc/25955/stat : 25955 (cir_minisat) R 25953 25955 24114 0 -1 4202496 1132922 0 0 0 129750 253 0 0 25 0 1 0 608981233 444276736 75256 33554432000 4194304 4254575 140733837249984 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25955/statm: 108466 75256 233 15 0 105109 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 433864

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

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

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

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

runsolver used 3.3125 second user time and 8.5187 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-09 22:43:36
IDJOB=3348675
IDBENCH=84223
IDSOLVER=1810
FILE ID=node131/3348675-1304973816
RUNJOBID= node131-1304973535-25827
PBS_JOBID= 13285619
Free space on /tmp= 52784 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348675-1304973816/watcher-3348675-1304973816 -o /tmp/evaluation-result-3348675-1304973816/solver-3348675-1304973816 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348675-1304973816.cnf

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=996233102

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15145280 kB
Buffers:        197496 kB
Cached:        7285192 kB
SwapCached:       1472 kB
Active:       10425856 kB
Inactive:      7018032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15145280 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            2704 kB
Writeback:           0 kB
AnonPages:     9959756 kB
Mapped:          27124 kB
Slab:           266820 kB
PageTables:      32172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28320684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52792 MiB
End job on node131 at 2011-05-09 23:05:18