Trace number 3422588

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.12 4999.93

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2647.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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-3422588-1306689097/watcher-3422588-1306689097 -o /tmp/evaluation-result-3422588-1306689097/solver-3422588-1306689097 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422588-1306689097.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: 1.84 1.99 1.99 1/510 10943
/proc/meminfo: memFree=11651120/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=20136 CPUtime=0 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 987 0 0 0 0 0 0 0 21 0 1 0 859140338 20619264 870 33554432000 4194304 4298156 140737252950192 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 5034 871 214 26 0 1666 0

[startup+0.0327789 s]
/proc/loadavg: 1.84 1.99 1.99 1/510 10943
/proc/meminfo: memFree=11651120/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=23672 CPUtime=0.03 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 2880 0 0 0 3 0 0 0 21 0 1 0 859140338 24240128 2293 33554432000 4194304 4298156 140737252950192 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 5918 2303 215 26 0 2550 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23672

[startup+0.100802 s]
/proc/loadavg: 1.84 1.99 1.99 1/510 10943
/proc/meminfo: memFree=11651120/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=32544 CPUtime=0.09 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 5935 0 0 0 9 0 0 0 22 0 1 0 859140338 33325056 4662 33554432000 4194304 4298156 140737252950192 18446744073709551615 4227761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 8136 4662 221 26 0 4768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32544

[startup+0.300724 s]
/proc/loadavg: 1.84 1.99 1.99 1/510 10943
/proc/meminfo: memFree=11651120/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=32856 CPUtime=0.29 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 5984 0 0 0 29 0 0 0 22 0 1 0 859140338 33644544 4711 33554432000 4194304 4298156 140737252950192 18446744073709551615 4227754 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 8214 4711 221 26 0 4846 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32856

[startup+0.700647 s]
/proc/loadavg: 1.84 1.99 1.99 1/510 10943
/proc/meminfo: memFree=11651120/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=31908 CPUtime=0.69 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 7562 0 0 0 69 0 0 0 25 0 1 0 859140338 32673792 3997 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 7977 3997 238 26 0 4609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31908

[startup+1.50049 s]
/proc/loadavg: 1.84 1.99 1.99 3/513 11029
/proc/meminfo: memFree=11616704/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=31908 CPUtime=1.49 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 8171 0 0 0 149 0 0 0 25 0 1 0 859140338 32673792 4563 33554432000 4194304 4298156 140737252950192 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 7977 4563 239 26 0 4609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31908

[startup+3.1002 s]
/proc/loadavg: 1.84 1.99 1.99 3/513 11029
/proc/meminfo: memFree=11572800/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=43184 CPUtime=3.09 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 12548 0 0 0 308 1 0 0 25 0 1 0 859140338 44220416 4761 33554432000 4194304 4298156 140737252950192 18446744073709551615 4272501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 10796 4761 239 26 0 7428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43184

[startup+6.3006 s]
/proc/loadavg: 1.93 2.01 1.99 3/516 11035
/proc/meminfo: memFree=11280160/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=47604 CPUtime=6.3 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 16174 0 0 0 628 2 0 0 25 0 1 0 859140338 48746496 7721 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 11901 7721 241 26 0 8533 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 47604

[startup+12.7004 s]
/proc/loadavg: 1.94 2.01 1.99 3/516 11036
/proc/meminfo: memFree=10778796/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=54788 CPUtime=12.69 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 19314 0 0 0 1267 2 0 0 25 0 1 0 859140338 56102912 10491 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 13697 10491 241 26 0 10329 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54788

[startup+25.501 s]
/proc/loadavg: 1.95 2.01 1.99 3/516 11036
/proc/meminfo: memFree=10929900/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=66748 CPUtime=25.49 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 33630 0 0 0 2545 4 0 0 25 0 1 0 859140338 68349952 12587 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256497 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 16687 12587 242 26 0 13319 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66748

[startup+51.1011 s]
/proc/loadavg: 1.97 2.01 1.99 3/516 11037
/proc/meminfo: memFree=10872404/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=85604 CPUtime=51.1 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 39569 0 0 0 5105 5 0 0 25 0 1 0 859140338 87658496 18064 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256752 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 21401 18064 242 26 0 18033 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 85604

[startup+102.319 s]
/proc/loadavg: 1.98 2.00 1.99 3/516 11038
/proc/meminfo: memFree=10876608/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=66932 CPUtime=102.31 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 53458 0 0 0 10224 7 0 0 25 0 1 0 859140338 68538368 11462 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256517 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 16733 11462 242 26 0 13365 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 66932

[startup+162.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/516 11040
/proc/meminfo: memFree=10826064/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=128164 CPUtime=162.3 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 101759 0 0 0 16215 15 0 0 25 0 1 0 859140338 131239936 26053 33554432000 4194304 4298156 140737252950192 18446744073709551615 4275961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 32041 26053 242 26 0 28673 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 128164

[startup+222.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/516 11041
/proc/meminfo: memFree=10796616/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=147132 CPUtime=222.3 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 109383 0 0 0 22214 16 0 0 25 0 1 0 859140338 150663168 33145 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 36783 33145 242 26 0 33415 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 147132

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/516 11043
/proc/meminfo: memFree=10798904/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=147132 CPUtime=282.31 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 109383 0 0 0 28215 16 0 0 25 0 1 0 859140338 150663168 33145 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 36783 33145 242 26 0 33415 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 147132

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/516 11044
/proc/meminfo: memFree=10807144/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=147132 CPUtime=342.31 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 109383 0 0 0 34215 16 0 0 25 0 1 0 859140338 150663168 33145 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 36783 33145 242 26 0 33415 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 147132

[startup+402.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/516 11046
/proc/meminfo: memFree=10837332/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=116788 CPUtime=402.31 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 130807 0 0 0 40212 19 0 0 25 0 1 0 859140338 119590912 22683 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 29197 22683 242 26 0 25829 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 116788

[startup+462.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/516 11048
/proc/meminfo: memFree=10844092/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=116788 CPUtime=462.3 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 166558 0 0 0 46204 26 0 0 25 0 1 0 859140338 119590912 22286 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 29197 22286 242 26 0 25829 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 116788

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 11049
/proc/meminfo: memFree=10832508/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=116788 CPUtime=522.31 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 204566 0 0 0 52198 33 0 0 25 0 1 0 859140338 119590912 23505 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 29197 23505 242 26 0 25829 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 116788

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 11051
/proc/meminfo: memFree=10831084/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=116788 CPUtime=582.31 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 251818 0 0 0 58191 40 0 0 25 0 1 0 859140338 119590912 22547 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 29197 22547 242 26 0 25829 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 116788

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11173
/proc/meminfo: memFree=11445680/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=242712 CPUtime=4062.46 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1504384 0 0 0 405927 319 0 0 25 0 1 0 859140338 248537088 44328 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 60678 44328 242 26 0 57310 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 242712

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11174
/proc/meminfo: memFree=11458144/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=193776 CPUtime=4122.45 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1526543 0 0 0 411921 324 0 0 25 0 1 0 859140338 198426624 41596 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 48444 41596 242 26 0 45076 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 193776

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11176
/proc/meminfo: memFree=11444940/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=244368 CPUtime=4182.44 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1529967 0 0 0 417918 326 0 0 25 0 1 0 859140338 250232832 44855 33554432000 4194304 4298156 140737252950192 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 61092 44855 242 26 0 57724 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 244368

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11177
/proc/meminfo: memFree=11455668/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=197372 CPUtime=4242.45 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1553161 0 0 0 423914 331 0 0 25 0 1 0 859140338 202108928 42184 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 49343 42184 242 26 0 45975 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 197372

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11179
/proc/meminfo: memFree=11442580/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=247460 CPUtime=4302.45 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1556598 0 0 0 429911 334 0 0 25 0 1 0 859140338 253399040 45458 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 61865 45458 242 26 0 58497 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 247460

[startup+4362.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/510 11181
/proc/meminfo: memFree=11446484/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=197708 CPUtime=4362.45 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1579732 0 0 0 435906 339 0 0 25 0 1 0 859140338 202452992 44494 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 49427 44494 242 26 0 46059 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 197708

[startup+4422.3 s]
/proc/loadavg: 1.10 1.04 1.01 2/510 11182
/proc/meminfo: memFree=11451760/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=198524 CPUtime=4422.45 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1602503 0 0 0 441903 342 0 0 25 0 1 0 859140338 203288576 43175 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 49631 43175 242 26 0 46263 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 198524

[startup+4482.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/510 11184
/proc/meminfo: memFree=11438184/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=249116 CPUtime=4482.46 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1606019 0 0 0 447902 344 0 0 25 0 1 0 859140338 255094784 46538 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256578 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 62279 46538 242 26 0 58911 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 249116

[startup+4542.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/510 11185
/proc/meminfo: memFree=11423120/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=249664 CPUtime=4542.46 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1609907 0 0 0 453899 347 0 0 25 0 1 0 859140338 255655936 50280 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 62416 50280 242 26 0 59048 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 249664

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/510 11187
/proc/meminfo: memFree=11437068/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=250184 CPUtime=4602.47 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1633467 0 0 0 459895 352 0 0 25 0 1 0 859140338 256188416 46821 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 62546 46821 242 26 0 59178 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 250184

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/510 11189
/proc/meminfo: memFree=11445948/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=200492 CPUtime=4662.47 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1656203 0 0 0 465890 357 0 0 25 0 1 0 859140338 205303808 44534 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 50123 44534 242 26 0 46755 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 200492

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11190
/proc/meminfo: memFree=11430012/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=250740 CPUtime=4722.49 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1660100 0 0 0 471890 359 0 0 25 0 1 0 859140338 256757760 48287 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 62685 48287 242 26 0 59317 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 250740

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11192
/proc/meminfo: memFree=11435156/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=251316 CPUtime=4782.47 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1683752 0 0 0 477882 365 0 0 25 0 1 0 859140338 257347584 47037 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 62829 47037 242 26 0 59461 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 251316

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 11193
/proc/meminfo: memFree=11448488/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=202620 CPUtime=4842.47 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1705671 0 0 0 483878 369 0 0 25 0 1 0 859140338 207482880 43667 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256491 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 50655 43667 242 26 0 47287 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 202620

[startup+4902.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/510 11195
/proc/meminfo: memFree=11435648/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=253612 CPUtime=4902.48 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1709058 0 0 0 489877 371 0 0 25 0 1 0 859140338 259698688 46910 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 63403 46910 242 26 0 60035 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 253612

[startup+4962.3 s]
/proc/loadavg: 1.06 1.03 1.01 2/510 11197
/proc/meminfo: memFree=11442408/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=204000 CPUtime=4962.47 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1730812 0 0 0 495871 376 0 0 25 0 1 0 859140338 208896000 45425 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 51000 45425 242 26 0 47632 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 204000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.03 1.03 1.00 2/510 11198
/proc/meminfo: memFree=11434172/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=254564 CPUtime=5000.09 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1732963 0 0 0 499631 378 0 0 25 0 1 0 859140338 260673536 47484 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 63641 47484 242 26 0 60273 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 254564

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

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

[startup+4999.9 s]
/proc/loadavg: 1.03 1.03 1.00 2/510 11198
/proc/meminfo: memFree=11434172/32950928 swapFree=67074476/67111528
[pid=10943] ppid=10941 vsize=254564 CPUtime=5000.09 cores=1,3,5,7
/proc/10943/stat : 10943 (contrasat_relea) R 10941 10943 9226 0 -1 4202496 1732963 0 0 0 499631 378 0 0 25 0 1 0 859140338 260673536 47484 33554432000 4194304 4298156 140737252950192 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10943/statm: 63641 47484 242 26 0 60273 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 254564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.12
CPU user time (s): 4996.33
CPU system time (s): 3.79142
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 334228

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

runsolver used 23.0715 second user time and 63.2694 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-29 19:11:37
IDJOB=3422588
IDBENCH=85991
IDSOLVER=1915
FILE ID=node115/3422588-1306689097
RUNJOBID= node115-1306689096-10907
PBS_JOBID= 13471782
Free space on /tmp= 73168 MiB

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

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1729149400

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      11651400 kB
Buffers:        203600 kB
Cached:        3335808 kB
SwapCached:       5152 kB
Active:       13393644 kB
Inactive:      7577684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11651400 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:            3576 kB
Writeback:           0 kB
AnonPages:    17429968 kB
Mapped:          40744 kB
Slab:           181860 kB
PageTables:      75268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151807704 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= 73168 MiB
End job on node115 at 2011-05-29 20:34:59