Trace number 3422578

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-02? (TO) 5000.09 4999.93

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.7873
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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-3422578-1306688866/watcher-3422578-1306688866 -o /tmp/evaluation-result-3422578-1306688866/solver-3422578-1306688866 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422578-1306688866.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: 7.41 7.91 7.96 2/469 10984
/proc/meminfo: memFree=12303416/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=19792 CPUtime=0 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 855 0 0 0 0 0 0 0 21 0 1 0 859117082 20267008 764 33554432000 4194304 4298156 140733417690368 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 4948 764 214 26 0 1580 0

[startup+0.115844 s]
/proc/loadavg: 7.41 7.91 7.96 2/469 10984
/proc/meminfo: memFree=12303416/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=31472 CPUtime=0.1 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 5073 0 0 0 10 0 0 0 22 0 1 0 859117082 32227328 4105 33554432000 4194304 4298156 140733417690368 18446744073709551615 4223752 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 7868 4105 222 26 0 4500 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31472

[startup+0.200824 s]
/proc/loadavg: 7.41 7.91 7.96 2/469 10984
/proc/meminfo: memFree=12303416/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=31676 CPUtime=0.19 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 5104 0 0 0 19 0 0 0 22 0 1 0 859117082 32436224 4136 33554432000 4194304 4298156 140733417690368 18446744073709551615 4227673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 7919 4136 222 26 0 4551 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31676

[startup+0.30081 s]
/proc/loadavg: 7.41 7.91 7.96 2/469 10984
/proc/meminfo: memFree=12303416/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=31676 CPUtime=0.29 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 5114 0 0 0 29 0 0 0 22 0 1 0 859117082 32436224 4146 33554432000 4194304 4298156 140733417690368 18446744073709551615 4227761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 7919 4146 222 26 0 4551 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31676

[startup+0.700734 s]
/proc/loadavg: 7.41 7.91 7.96 2/469 10984
/proc/meminfo: memFree=12303416/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=28144 CPUtime=0.69 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 6522 0 0 0 69 0 0 0 24 0 1 0 859117082 28819456 3665 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 7036 3665 241 26 0 3668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28144

[startup+1.50058 s]
/proc/loadavg: 7.41 7.91 7.96 3/470 10985
/proc/meminfo: memFree=12286552/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=30768 CPUtime=1.49 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 8652 0 0 0 149 0 0 0 25 0 1 0 859117082 31506432 3891 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 7692 3891 241 26 0 4324 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30768

[startup+3.10029 s]
/proc/loadavg: 7.41 7.91 7.96 3/470 10985
/proc/meminfo: memFree=12273036/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=30768 CPUtime=3.09 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 15173 0 0 0 308 1 0 0 25 0 1 0 859117082 31506432 4223 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 7692 4223 241 26 0 4324 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30768

[startup+6.30069 s]
/proc/loadavg: 6.98 7.81 7.93 3/470 10985
/proc/meminfo: memFree=12267580/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=42260 CPUtime=6.29 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 18148 0 0 0 627 2 0 0 25 0 1 0 859117082 43274240 6642 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256307 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 10565 6642 241 26 0 7197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42260

[startup+12.7005 s]
/proc/loadavg: 6.58 7.72 7.90 3/470 10986
/proc/meminfo: memFree=12233852/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=58172 CPUtime=12.69 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 23350 0 0 0 1266 3 0 0 25 0 1 0 859117082 59568128 10990 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256787 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 14543 10990 241 26 0 11175 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58172

[startup+25.5011 s]
/proc/loadavg: 5.57 7.44 7.80 3/470 10986
/proc/meminfo: memFree=12218124/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=66020 CPUtime=25.49 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 36758 0 0 0 2544 5 0 0 25 0 1 0 859117082 67604480 12076 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 16505 12076 241 26 0 13137 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66020

[startup+51.1004 s]
/proc/loadavg: 4.35 7.00 7.64 3/470 11014
/proc/meminfo: memFree=12192860/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=84872 CPUtime=51.09 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 42951 0 0 0 5104 5 0 0 25 0 1 0 859117082 86908928 17827 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 21218 17827 241 26 0 17850 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84872

[startup+102.301 s]
/proc/loadavg: 3.02 6.23 7.35 3/470 11015
/proc/meminfo: memFree=12168764/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=84872 CPUtime=102.3 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 43107 0 0 0 10225 5 0 0 25 0 1 0 859117082 86908928 17973 33554432000 4194304 4298156 140733417690368 18446744073709551615 4252778 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 21218 17973 241 26 0 17850 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84872

[startup+162.301 s]
/proc/loadavg: 2.52 5.49 7.02 3/470 11017
/proc/meminfo: memFree=12112448/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=127052 CPUtime=162.3 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 66794 0 0 0 16222 8 0 0 25 0 1 0 859117082 130101248 26342 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 31763 26342 241 26 0 28395 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 127052

[startup+222.318 s]
/proc/loadavg: 2.26 4.87 6.71 3/470 11018
/proc/meminfo: memFree=12087996/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=127052 CPUtime=222.32 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 68907 0 0 0 22223 9 0 0 25 0 1 0 859117082 130101248 28336 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 31763 28336 241 26 0 28395 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 127052

[startup+282.3 s]
/proc/loadavg: 2.09 4.34 6.41 3/470 11020
/proc/meminfo: memFree=12044324/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=146020 CPUtime=282.3 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 74212 0 0 0 28221 9 0 0 25 0 1 0 859117082 149524480 33262 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 36505 33262 243 26 0 33137 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 146020

[startup+342.301 s]
/proc/loadavg: 2.03 3.91 6.13 3/470 11021
/proc/meminfo: memFree=12044308/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=146020 CPUtime=342.3 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 74212 0 0 0 34221 9 0 0 25 0 1 0 859117082 149524480 33262 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 36505 33262 243 26 0 33137 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 146020

[startup+402.301 s]
/proc/loadavg: 2.06 3.58 5.88 3/470 11023
/proc/meminfo: memFree=12093136/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=96704 CPUtime=402.3 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 102573 0 0 0 40217 13 0 0 25 0 1 0 859117082 99024896 20933 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 24176 20933 243 26 0 20808 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96704

[startup+462.301 s]
/proc/loadavg: 2.02 3.29 5.63 3/470 11025
/proc/meminfo: memFree=12060008/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=146024 CPUtime=462.31 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 143340 0 0 0 46212 19 0 0 25 0 1 0 859117082 149528576 29480 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 36506 29480 243 26 0 33138 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 146024

[startup+522.301 s]
/proc/loadavg: 2.00 3.05 5.40 3/470 11026
/proc/meminfo: memFree=12093468/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=146024 CPUtime=522.31 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 178734 0 0 0 52207 24 0 0 25 0 1 0 859117082 149528576 31349 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 36506 31349 243 26 0 33138 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 146024

[startup+582.301 s]
/proc/loadavg: 2.00 2.86 5.18 3/470 11028
/proc/meminfo: memFree=12078808/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=146024 CPUtime=582.31 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 218049 0 0 0 58200 31 0 0 25 0 1 0 859117082 149528576 28850 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 36506 28850 243 26 0 33138 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 146024

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.02 2.08 3/470 11131
/proc/meminfo: memFree=11965096/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=191912 CPUtime=4002.42 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1440955 0 0 0 399983 259 0 0 25 0 1 0 859117082 196517888 43895 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 47978 43895 243 26 0 44610 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 191912

[startup+4062.3 s]
/proc/loadavg: 2.01 2.01 2.07 3/470 11133
/proc/meminfo: memFree=11977460/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=192476 CPUtime=4062.43 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1461963 0 0 0 405980 263 0 0 25 0 1 0 859117082 197095424 41444 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 48119 41444 243 26 0 44751 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 192476

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/470 11134
/proc/meminfo: memFree=11948168/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=243040 CPUtime=4122.43 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1465704 0 0 0 411978 265 0 0 25 0 1 0 859117082 248872960 45058 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 60760 45058 243 26 0 57392 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 243040

[startup+4182.32 s]
/proc/loadavg: 2.06 2.03 2.07 3/470 11136
/proc/meminfo: memFree=11963780/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=196112 CPUtime=4182.45 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1487162 0 0 0 417976 269 0 0 25 0 1 0 859117082 200818688 44093 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 49028 44093 243 26 0 45660 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 196112

[startup+4242.3 s]
/proc/loadavg: 2.02 2.02 2.06 3/470 11137
/proc/meminfo: memFree=11975528/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=196112 CPUtime=4242.43 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1508071 0 0 0 423971 272 0 0 25 0 1 0 859117082 200818688 42658 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 49028 42658 243 26 0 45660 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 196112

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/470 11139
/proc/meminfo: memFree=11948840/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=246200 CPUtime=4302.44 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1511399 0 0 0 429969 275 0 0 25 0 1 0 859117082 252108800 45840 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 61550 45840 243 26 0 58182 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 246200

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/470 11141
/proc/meminfo: memFree=11965188/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=196280 CPUtime=4362.44 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1533593 0 0 0 435965 279 0 0 25 0 1 0 859117082 200990720 43232 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 49070 43232 243 26 0 45702 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 196280

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/470 11142
/proc/meminfo: memFree=11951632/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=246580 CPUtime=4422.44 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1537492 0 0 0 441964 280 0 0 25 0 1 0 859117082 252497920 46965 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 61645 46965 243 26 0 58277 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 246580

[startup+4482.3 s]
/proc/loadavg: 2.13 2.03 2.05 3/470 11144
/proc/meminfo: memFree=11963768/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=196744 CPUtime=4482.44 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1559367 0 0 0 447959 285 0 0 25 0 1 0 859117082 201465856 45064 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 49186 45064 243 26 0 45818 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 196744

[startup+4542.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/470 11145
/proc/meminfo: memFree=11955928/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=198136 CPUtime=4542.45 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1581198 0 0 0 453955 290 0 0 25 0 1 0 859117082 202891264 43465 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 49534 43465 243 26 0 46166 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 198136

[startup+4602.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/470 11147
/proc/meminfo: memFree=11971400/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=198292 CPUtime=4602.44 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1602165 0 0 0 459951 293 0 0 25 0 1 0 859117082 203051008 41716 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 49573 41716 243 26 0 46205 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 198292

[startup+4662.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/470 11149
/proc/meminfo: memFree=11965420/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=199636 CPUtime=4662.45 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1605771 0 0 0 465950 295 0 0 25 0 1 0 859117082 204427264 45179 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 49909 45179 243 26 0 46541 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 199636

[startup+4722.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/470 11150
/proc/meminfo: memFree=11956100/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=200216 CPUtime=4722.46 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1626063 0 0 0 471947 299 0 0 25 0 1 0 859117082 205021184 43233 33554432000 4194304 4298156 140733417690368 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 50054 43233 243 26 0 46686 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 200216

[startup+4782.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/470 11152
/proc/meminfo: memFree=11955452/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=251012 CPUtime=4782.45 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1629354 0 0 0 477944 301 0 0 25 0 1 0 859117082 257036288 46370 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 62753 46370 243 26 0 59385 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 251012

[startup+4842.32 s]
/proc/loadavg: 2.01 2.03 2.04 3/470 11153
/proc/meminfo: memFree=11968560/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=201400 CPUtime=4842.48 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1650859 0 0 0 483943 305 0 0 25 0 1 0 859117082 206233600 43617 33554432000 4194304 4298156 140733417690368 18446744073709551615 4253641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 50350 43617 243 26 0 46982 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 201400

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/470 11155
/proc/meminfo: memFree=11941004/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=252276 CPUtime=4902.46 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1654213 0 0 0 489939 307 0 0 25 0 1 0 859117082 258330624 46833 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 63069 46833 243 26 0 59701 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 252276

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/470 11157
/proc/meminfo: memFree=11952260/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=203628 CPUtime=4962.46 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1676031 0 0 0 495936 310 0 0 25 0 1 0 859117082 208515072 45561 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 50907 45561 243 26 0 47539 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 203628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.02 3/470 11158
/proc/meminfo: memFree=11936240/32951124 swapFree=57414376/67111528
[pid=10984] ppid=10982 vsize=253928 CPUtime=5000.06 cores=1,3,5,7
/proc/10984/stat : 10984 (contrasat_relea) R 10982 10984 10946 0 -1 4202496 1678016 0 0 0 499695 311 0 0 25 0 1 0 859117082 260022272 47467 33554432000 4194304 4298156 140733417690368 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10984/statm: 63482 47467 243 26 0 60114 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 253928

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): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4996.97
CPU system time (s): 3.12552
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 332948

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

runsolver used 22.0217 second user time and 55.1716 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-29 19:07:46
IDJOB=3422578
IDBENCH=85965
IDSOLVER=1915
FILE ID=node111/3422578-1306688866
RUNJOBID= node111-1306688866-10965
PBS_JOBID= 13471839
Free space on /tmp= 73600 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422578-1306688866/watcher-3422578-1306688866 -o /tmp/evaluation-result-3422578-1306688866/solver-3422578-1306688866 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422578-1306688866.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=1883218264

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.849
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12303696 kB
Buffers:        354492 kB
Cached:       11470796 kB
SwapCached:      19180 kB
Active:       10797888 kB
Inactive:      9556136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12303696 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            5488 kB
Writeback:          64 kB
AnonPages:     8518872 kB
Mapped:          26936 kB
Slab:           156752 kB
PageTables:      65820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149094412 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= 73600 MiB
End job on node111 at 2011-05-29 20:31:08