Trace number 3422214

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: contrasat 2011-03-02UNSAT 1510.87 1510.83

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark977.211
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

1510.83/1510.81	c WARNING: for repeatability, setting FPU to use double precision
1510.83/1510.81	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3422214-1306661541/watcher-3422214-1306661541 -o /tmp/evaluation-result-3422214-1306661541/solver-3422214-1306661541 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422214-1306661541.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.08 1.94 2/535 17198
/proc/meminfo: memFree=14143180/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=21100 CPUtime=0.01 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 1439 0 0 0 1 0 0 0 25 0 1 0 758570322 21606400 1267 33554432000 4194304 4298156 140736187209856 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 5275 1269 215 26 0 1907 0

[startup+0.041632 s]
/proc/loadavg: 2.11 2.08 1.94 2/535 17198
/proc/meminfo: memFree=14143180/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=22328 CPUtime=0.03 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 2139 0 0 0 3 0 0 0 25 0 1 0 758570322 22863872 1780 33554432000 4194304 4298156 140736187209856 18446744073709551615 4227984 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 5582 1780 221 26 0 2214 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22328

[startup+0.100618 s]
/proc/loadavg: 2.11 2.08 1.94 2/535 17198
/proc/meminfo: memFree=14143180/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=22328 CPUtime=0.09 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 2139 0 0 0 9 0 0 0 25 0 1 0 758570322 22863872 1780 33554432000 4194304 4298156 140736187209856 18446744073709551615 4227761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 5582 1780 221 26 0 2214 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22328

[startup+0.300586 s]
/proc/loadavg: 2.11 2.08 1.94 2/535 17198
/proc/meminfo: memFree=14143180/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=21104 CPUtime=0.29 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 3160 0 0 0 29 0 0 0 25 0 1 0 758570322 21610496 1898 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 5276 1898 240 26 0 1908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21104

[startup+0.700508 s]
/proc/loadavg: 2.11 2.08 1.94 2/535 17198
/proc/meminfo: memFree=14143180/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=21104 CPUtime=0.69 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 3345 0 0 0 69 0 0 0 25 0 1 0 758570322 21610496 2059 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 5276 2059 241 26 0 1908 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21104

[startup+1.50037 s]
/proc/loadavg: 2.10 2.08 1.94 3/536 17199
/proc/meminfo: memFree=14134748/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=22780 CPUtime=1.49 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 3693 0 0 0 149 0 0 0 25 0 1 0 758570322 23326720 2369 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 5695 2369 241 26 0 2327 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22780

[startup+3.10108 s]
/proc/loadavg: 2.10 2.08 1.94 3/536 17199
/proc/meminfo: memFree=14132392/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=30356 CPUtime=3.09 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 6563 0 0 0 309 0 0 0 25 0 1 0 758570322 31084544 3855 33554432000 4194304 4298156 140736187209856 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 7589 3855 241 26 0 4221 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30356

[startup+6.30051 s]
/proc/loadavg: 2.09 2.08 1.94 3/536 17200
/proc/meminfo: memFree=14119008/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=37464 CPUtime=6.29 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 10855 0 0 0 628 1 0 0 25 0 1 0 758570322 38363136 6093 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 9366 6093 241 26 0 5998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37464

[startup+12.7004 s]
/proc/loadavg: 2.08 2.08 1.94 3/536 17200
/proc/meminfo: memFree=14113948/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=46328 CPUtime=12.69 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 18391 0 0 0 1267 2 0 0 25 0 1 0 758570322 47439872 7300 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 11582 7300 242 26 0 8214 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46328

[startup+25.5011 s]
/proc/loadavg: 2.06 2.07 1.94 3/536 17200
/proc/meminfo: memFree=14101140/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=57880 CPUtime=25.49 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 22142 0 0 0 2547 2 0 0 25 0 1 0 758570322 59269120 10606 33554432000 4194304 4298156 140736187209856 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 14470 10606 242 26 0 11102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57880

[startup+51.1005 s]
/proc/loadavg: 2.04 2.07 1.94 3/536 17201
/proc/meminfo: memFree=14102116/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=57880 CPUtime=51.1 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 37603 0 0 0 5105 5 0 0 25 0 1 0 758570322 59269120 10493 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 14470 10493 242 26 0 11102 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 57880

[startup+102.32 s]
/proc/loadavg: 2.02 2.05 1.94 3/536 17202
/proc/meminfo: memFree=14081276/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=80360 CPUtime=102.31 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 57026 0 0 0 10224 7 0 0 25 0 1 0 758570322 82288640 15047 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 20090 15047 242 26 0 16722 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 80360

[startup+162.301 s]
/proc/loadavg: 2.08 2.07 1.95 3/536 17204
/proc/meminfo: memFree=14068336/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=87432 CPUtime=162.29 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 60520 0 0 0 16221 8 0 0 25 0 1 0 758570322 89530368 18213 33554432000 4194304 4298156 140736187209856 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 21858 18213 242 26 0 18490 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87432

[startup+222.301 s]
/proc/loadavg: 2.06 2.07 1.96 3/536 17205
/proc/meminfo: memFree=14050048/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=111400 CPUtime=222.29 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 84272 0 0 0 22218 11 0 0 25 0 1 0 758570322 114073600 22845 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 27850 22845 242 26 0 24482 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 111400

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 1.96 3/536 17207
/proc/meminfo: memFree=14037728/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=123060 CPUtime=282.3 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 87888 0 0 0 28217 13 0 0 25 0 1 0 758570322 126013440 26080 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 30765 26080 242 26 0 27397 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 123060

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 1.96 3/536 17208
/proc/meminfo: memFree=14070540/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=104024 CPUtime=342.3 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 108068 0 0 0 34214 16 0 0 25 0 1 0 758570322 106520576 18063 33554432000 4194304 4298156 140736187209856 18446744073709551615 4254786 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 26006 18063 242 26 0 22638 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104024

[startup+402.301 s]
/proc/loadavg: 2.05 2.05 1.96 3/536 17210
/proc/meminfo: memFree=14053876/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=134552 CPUtime=402.3 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 121020 0 0 0 40212 18 0 0 25 0 1 0 758570322 137781248 29612 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256593 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 33638 29612 242 26 0 30270 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134552

[startup+462.301 s]
/proc/loadavg: 2.07 2.05 1.97 3/536 17239
/proc/meminfo: memFree=14078240/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=134552 CPUtime=462.31 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 121020 0 0 0 46213 18 0 0 25 0 1 0 758570322 137781248 29612 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 33638 29612 242 26 0 30270 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 134552

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 1.97 3/536 17240
/proc/meminfo: memFree=14065392/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=97064 CPUtime=522.3 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 171007 0 0 0 52207 23 0 0 25 0 1 0 758570322 99393536 20165 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 24266 20165 242 26 0 20898 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 97064

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/536 17242
/proc/meminfo: memFree=14028640/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=123060 CPUtime=582.31 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 203698 0 0 0 58203 28 0 0 25 0 1 0 758570322 126013440 26856 33554432000 4194304 4298156 140736187209856 18446744073709551615 4272268 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 30765 26856 242 26 0 27397 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 123060

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=13586920/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=124388 CPUtime=942.32 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 500473 0 0 0 94167 65 0 0 25 0 1 0 758570322 127373312 27786 33554432000 4194304 4298156 140736187209856 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 31097 27786 242 26 0 27729 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 124388

[startup+1002.3 s]
/proc/loadavg: 2.10 2.06 2.00 3/536 17361
/proc/meminfo: memFree=13513864/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=173708 CPUtime=1002.32 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 567243 0 0 0 100158 74 0 0 25 0 1 0 758570322 177876992 35982 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 43427 35982 242 26 0 40059 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 173708

[startup+1062.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/536 17363
/proc/meminfo: memFree=13446752/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=173708 CPUtime=1062.32 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 609653 0 0 0 106152 80 0 0 25 0 1 0 758570322 177876992 36057 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 43427 36057 242 26 0 40059 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 173708

[startup+1122.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/536 17364
/proc/meminfo: memFree=13505108/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=124388 CPUtime=1122.32 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 636427 0 0 0 112148 84 0 0 25 0 1 0 758570322 127373312 27856 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 31097 27856 242 26 0 27729 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 124388

[startup+1182.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/536 17366
/proc/meminfo: memFree=13458676/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=173708 CPUtime=1182.32 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 656298 0 0 0 118145 87 0 0 25 0 1 0 758570322 177876992 36145 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 43427 36145 242 26 0 40059 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 173708

[startup+1242.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/536 17367
/proc/meminfo: memFree=13485540/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=161740 CPUtime=1242.33 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 673085 0 0 0 124143 90 0 0 25 0 1 0 758570322 165621760 30585 33554432000 4194304 4298156 140736187209856 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 40435 30585 242 26 0 37067 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 161740

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 17369
/proc/meminfo: memFree=13523928/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=143360 CPUtime=1302.34 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 712219 0 0 0 130140 94 0 0 25 0 1 0 758570322 146800640 29952 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 35840 29952 242 26 0 32472 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 143360

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 17371
/proc/meminfo: memFree=13522764/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=143360 CPUtime=1362.33 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 750552 0 0 0 136133 100 0 0 25 0 1 0 758570322 146800640 30750 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 35840 30750 242 26 0 32472 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 143360

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 17372
/proc/meminfo: memFree=13516656/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=143360 CPUtime=1422.35 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 779314 0 0 0 142130 105 0 0 25 0 1 0 758570322 146800640 32126 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 35840 32126 242 26 0 32472 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 143360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 17374
/proc/meminfo: memFree=13467764/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=173708 CPUtime=1482.33 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 837975 0 0 0 148121 112 0 0 25 0 1 0 758570322 177876992 36936 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 43427 36936 242 26 0 40059 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 173708

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

[startup+1484.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 17374
/proc/meminfo: memFree=13460572/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=173708 CPUtime=1484.73 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 838262 0 0 0 148361 112 0 0 25 0 1 0 758570322 177876992 37191 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 43427 37191 242 26 0 40059 0
Current children cumulated CPU time (s) 1484.73
Current children cumulated vsize (KiB) 173708

[startup+1497.5 s]
/proc/loadavg: 2.16 2.05 2.01 3/536 17374
/proc/meminfo: memFree=13464280/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=124388 CPUtime=1497.53 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 846533 0 0 0 149639 114 0 0 25 0 1 0 758570322 127373312 27872 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 31097 27872 242 26 0 27729 0
Current children cumulated CPU time (s) 1497.53
Current children cumulated vsize (KiB) 124388

[startup+1503.9 s]
/proc/loadavg: 2.15 2.05 2.01 3/536 17374
/proc/meminfo: memFree=13445924/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=124388 CPUtime=1503.93 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 846533 0 0 0 150279 114 0 0 25 0 1 0 758570322 127373312 27872 33554432000 4194304 4298156 140736187209856 18446744073709551615 4254775 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 31097 27872 242 26 0 27729 0
Current children cumulated CPU time (s) 1503.93
Current children cumulated vsize (KiB) 124388

[startup+1507.1 s]
/proc/loadavg: 2.13 2.05 2.01 3/536 17375
/proc/meminfo: memFree=13413560/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=154736 CPUtime=1507.13 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 853345 0 0 0 150599 114 0 0 25 0 1 0 758570322 158449664 33831 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 38684 33831 242 26 0 35316 0
Current children cumulated CPU time (s) 1507.13
Current children cumulated vsize (KiB) 154736

[startup+1508.7 s]
/proc/loadavg: 2.13 2.05 2.01 3/536 17375
/proc/meminfo: memFree=13409468/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=154736 CPUtime=1508.73 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 853560 0 0 0 150759 114 0 0 25 0 1 0 758570322 158449664 34017 33554432000 4194304 4298156 140736187209856 18446744073709551615 4255487 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 38684 34017 242 26 0 35316 0
Current children cumulated CPU time (s) 1508.73
Current children cumulated vsize (KiB) 154736

[startup+1509.5 s]
/proc/loadavg: 2.13 2.05 2.01 3/536 17375
/proc/meminfo: memFree=13406368/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=154736 CPUtime=1509.53 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 853560 0 0 0 150839 114 0 0 25 0 1 0 758570322 158449664 34017 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 38684 34017 242 26 0 35316 0
Current children cumulated CPU time (s) 1509.53
Current children cumulated vsize (KiB) 154736

[startup+1510.32 s]
/proc/loadavg: 2.12 2.05 2.01 3/536 17375
/proc/meminfo: memFree=13403764/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=154736 CPUtime=1510.35 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 853560 0 0 0 150921 114 0 0 25 0 1 0 758570322 158449664 34017 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 38684 34017 242 26 0 35316 0
Current children cumulated CPU time (s) 1510.35
Current children cumulated vsize (KiB) 154736

[startup+1510.7 s]
/proc/loadavg: 2.12 2.05 2.01 3/536 17375
/proc/meminfo: memFree=13403764/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=154736 CPUtime=1510.73 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 853560 0 0 0 150959 114 0 0 25 0 1 0 758570322 158449664 34017 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 38684 34017 242 26 0 35316 0
Current children cumulated CPU time (s) 1510.73
Current children cumulated vsize (KiB) 154736

[startup+1510.8 s]
/proc/loadavg: 2.12 2.05 2.01 3/536 17375
/proc/meminfo: memFree=13403764/32951124 swapFree=51873512/67111528
[pid=17198] ppid=17196 vsize=154736 CPUtime=1510.83 cores=1,3,5,7
/proc/17198/stat : 17198 (contrasat_relea) R 17196 17198 16839 0 -1 4202496 853560 0 0 0 150969 114 0 0 25 0 1 0 758570322 158449664 34017 33554432000 4194304 4298156 140736187209856 18446744073709551615 4256578 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17198/statm: 38684 34017 242 26 0 35316 0
Current children cumulated CPU time (s) 1510.83
Current children cumulated vsize (KiB) 154736

Child status: 20
Real time (s): 1510.83
CPU time (s): 1510.87
CPU user time (s): 1509.71
CPU system time (s): 1.15482
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 223028

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

runsolver used 7.48086 second user time and 18.6392 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-29 11:32:21
IDJOB=3422214
IDBENCH=71078
IDSOLVER=1915
FILE ID=node146/3422214-1306661541
RUNJOBID= node146-1306658664-16863
PBS_JOBID= 13471751
Free space on /tmp= 73368 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422214-1306661541/watcher-3422214-1306661541 -o /tmp/evaluation-result-3422214-1306661541/solver-3422214-1306661541 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422214-1306661541.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1951024002

node146.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.75
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.86
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14143460 kB
Buffers:        351272 kB
Cached:        6015432 kB
SwapCached:      56236 kB
Active:       13084920 kB
Inactive:      5403416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14143460 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            1848 kB
Writeback:           0 kB
AnonPages:    12072204 kB
Mapped:          30312 kB
Slab:           149320 kB
PageTables:      97556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160779096 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= 73276 MiB
End job on node146 at 2011-05-29 11:57:32