Trace number 3379138

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
UmSat 2011-05-12 (fixed)? (TO) 1300.04 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.14 1.99 2.70 4/428 21286
/proc/meminfo: memFree=20188532/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=11796 CPUtime=0 cores=5,7
/proc/21286/stat : 21286 (runsolver) R 21284 21286 20888 0 -1 4202560 41 0 0 0 0 0 0 0 23 0 1 0 736290177 12079104 49 33554432000 4194304 5432360 140733337663168 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/21286/statm: 2949 49 30 303 0 2643 0

[startup+0.0809841 s]
/proc/loadavg: 1.14 1.99 2.70 4/428 21286
/proc/meminfo: memFree=20188532/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=12244 CPUtime=0.06 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4194304 495 0 0 0 6 0 0 0 23 0 1 0 736290177 12537856 435 33554432000 4194304 4263832 140734922067040 18446744073709551615 47231818778352 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 3061 435 242 17 0 234 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12244

[startup+0.10098 s]
/proc/loadavg: 1.14 1.99 2.70 4/428 21286
/proc/meminfo: memFree=20188532/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=12244 CPUtime=0.08 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4194304 506 0 0 0 8 0 0 0 23 0 1 0 736290177 12537856 446 33554432000 4194304 4263832 140734922067040 18446744073709551615 215988248549 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 3061 446 242 17 0 234 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12244

[startup+0.300946 s]
/proc/loadavg: 1.14 1.99 2.70 4/428 21286
/proc/meminfo: memFree=20188532/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=13876 CPUtime=0.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4194304 1030 0 0 0 28 0 0 0 24 0 1 0 736290177 14209024 824 33554432000 4194304 4263832 140734922067040 18446744073709551615 215988283390 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 3469 824 242 17 0 642 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13876

[startup+0.700881 s]
/proc/loadavg: 1.14 1.99 2.70 4/428 21286
/proc/meminfo: memFree=20188532/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=24040 CPUtime=0.68 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 4118 0 0 0 68 0 0 0 25 0 1 0 736290177 24616960 3385 33554432000 4194304 4263832 140734922067040 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 6010 3385 247 17 0 3183 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24040

[startup+1.50074 s]
/proc/loadavg: 1.14 1.99 2.70 5/432 21293
/proc/meminfo: memFree=20129220/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=27472 CPUtime=1.47 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 4919 0 0 0 147 0 0 0 25 0 1 0 736290177 28131328 4186 33554432000 4194304 4263832 140734922067040 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 6868 4186 247 17 0 4041 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27472

[startup+3.10046 s]
/proc/loadavg: 1.14 1.99 2.70 5/432 21293
/proc/meminfo: memFree=20104916/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=33228 CPUtime=3.08 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 6283 0 0 0 307 1 0 0 25 0 1 0 736290177 34025472 5550 33554432000 4194304 4263832 140734922067040 18446744073709551615 215988247543 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 8307 5550 247 17 0 5480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33228

[startup+6.30097 s]
/proc/loadavg: 1.45 2.04 2.71 5/432 21294
/proc/meminfo: memFree=20062392/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=39840 CPUtime=6.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 7908 0 0 0 626 2 0 0 25 0 1 0 736290177 40796160 7175 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 9960 7175 247 17 0 7133 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39840

[startup+12.7009 s]
/proc/loadavg: 1.66 2.07 2.72 5/432 21294
/proc/meminfo: memFree=20006124/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=49272 CPUtime=12.68 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 10074 0 0 0 1265 3 0 0 25 0 1 0 736290177 50454528 9341 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215042 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 12318 9341 247 17 0 9491 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49272

[startup+25.5006 s]
/proc/loadavg: 2.17 2.16 2.74 5/432 21294
/proc/meminfo: memFree=19936808/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=63968 CPUtime=25.47 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 13469 0 0 0 2543 4 0 0 25 0 1 0 736290177 65503232 12736 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 15992 12736 249 17 0 13165 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63968

[startup+51.1011 s]
/proc/loadavg: 2.80 2.31 2.77 5/432 21295
/proc/meminfo: memFree=19855280/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=80252 CPUtime=51.08 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 17473 0 0 0 5101 7 0 0 25 0 1 0 736290177 82178048 16740 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 20063 16740 250 17 0 17236 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80252

[startup+102.317 s]
/proc/loadavg: 3.48 2.57 2.83 5/432 21296
/proc/meminfo: memFree=19729520/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=109012 CPUtime=102.3 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 24434 0 0 0 10220 10 0 0 25 0 1 0 736290177 111628288 23184 33554432000 4194304 4263832 140734922067040 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 27253 23184 247 17 0 24426 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109012

[startup+162.301 s]
/proc/loadavg: 3.81 2.83 2.90 5/432 21298
/proc/meminfo: memFree=19620724/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=128012 CPUtime=162.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 29012 0 0 0 16216 12 0 0 25 0 1 0 736290177 131084288 27762 33554432000 4194304 4263832 140734922067040 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 32003 27762 247 17 0 29176 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 128012

[startup+222.301 s]
/proc/loadavg: 3.93 3.04 2.97 5/432 21299
/proc/meminfo: memFree=19519996/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=141748 CPUtime=222.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 32492 0 0 0 22214 14 0 0 25 0 1 0 736290177 145149952 31242 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 35437 31242 247 17 0 32610 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 141748

[startup+282.301 s]
/proc/loadavg: 4.04 3.23 3.04 5/432 21310
/proc/meminfo: memFree=19453332/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=157748 CPUtime=282.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 36358 0 0 0 28212 16 0 0 25 0 1 0 736290177 161533952 35108 33554432000 4194304 4263832 140734922067040 18446744073709551615 4205653 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 39437 35108 247 17 0 36610 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 157748

[startup+342.301 s]
/proc/loadavg: 4.14 3.41 3.11 5/432 21312
/proc/meminfo: memFree=19387324/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=171816 CPUtime=342.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 39783 0 0 0 34211 17 0 0 25 0 1 0 736290177 175939584 38533 33554432000 4194304 4263832 140734922067040 18446744073709551615 4207645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 42954 38533 247 17 0 40127 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 171816

[startup+402.301 s]
/proc/loadavg: 4.19 3.54 3.17 5/432 21313
/proc/meminfo: memFree=19330980/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=187044 CPUtime=402.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 43617 0 0 0 40208 20 0 0 25 0 1 0 736290177 191533056 41342 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 46761 41342 247 17 0 43934 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 187044

[startup+462.301 s]
/proc/loadavg: 4.13 3.64 3.23 5/432 21315
/proc/meminfo: memFree=19280468/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=197180 CPUtime=462.29 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 46157 0 0 0 46208 21 0 0 25 0 1 0 736290177 201912320 43882 33554432000 4194304 4263832 140734922067040 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 49295 43882 248 17 0 46468 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 197180

[startup+522.301 s]
/proc/loadavg: 4.18 3.74 3.28 5/432 21316
/proc/meminfo: memFree=19236540/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=207236 CPUtime=522.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 48519 0 0 0 52206 22 0 0 25 0 1 0 736290177 212209664 46244 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 51809 46244 248 17 0 48982 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 207236

[startup+582.301 s]
/proc/loadavg: 4.13 3.80 3.33 5/432 21318
/proc/meminfo: memFree=19198432/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=215872 CPUtime=582.28 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 50502 0 0 0 58205 23 0 0 25 0 1 0 736290177 221052928 48227 33554432000 4194304 4263832 140734922067040 18446744073709551615 4207620 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 53968 48227 250 17 0 51141 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 215872

[startup+642.3 s]
/proc/loadavg: 4.04 3.83 3.37 5/432 21320
/proc/meminfo: memFree=19158460/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=224712 CPUtime=642.29 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 52649 0 0 0 64205 24 0 0 25 0 1 0 736290177 230105088 50373 33554432000 4194304 4263832 140734922067040 18446744073709551615 4207568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 56178 50373 249 17 0 53351 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 224712

[startup+702.301 s]
/proc/loadavg: 4.01 3.86 3.40 5/432 21321
/proc/meminfo: memFree=19121716/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=233460 CPUtime=702.29 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 54735 0 0 0 70204 25 0 0 25 0 1 0 736290177 239063040 52459 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 58365 52459 249 17 0 55538 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 233460

[startup+762.316 s]
/proc/loadavg: 4.00 3.88 3.44 5/432 21323
/proc/meminfo: memFree=19086440/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=244524 CPUtime=762.3 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 57381 0 0 0 76204 26 0 0 25 0 1 0 736290177 250392576 55104 33554432000 4194304 4263832 140734922067040 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 61131 55104 248 17 0 58304 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 244524

[startup+822.301 s]
/proc/loadavg: 4.00 3.90 3.47 5/432 21324
/proc/meminfo: memFree=19050816/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=251732 CPUtime=822.29 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 59032 0 0 0 82202 27 0 0 25 0 1 0 736290177 257773568 56755 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 62933 56755 248 17 0 60106 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 251732

[startup+882.3 s]
/proc/loadavg: 4.10 3.95 3.51 5/432 21326
/proc/meminfo: memFree=19015792/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=259088 CPUtime=882.29 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 60675 0 0 0 88201 28 0 0 25 0 1 0 736290177 265306112 58397 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 64772 58397 247 17 0 61945 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 259088

[startup+942.301 s]
/proc/loadavg: 4.11 3.98 3.55 5/432 21328
/proc/meminfo: memFree=18988968/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=265856 CPUtime=942.29 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 62224 0 0 0 94200 29 0 0 25 0 1 0 736290177 272236544 59946 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 66464 59946 247 17 0 63637 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 265856

[startup+1002.3 s]
/proc/loadavg: 4.11 4.01 3.58 5/432 21329
/proc/meminfo: memFree=18961764/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=271404 CPUtime=1002.29 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 63630 0 0 0 100199 30 0 0 25 0 1 0 736290177 277917696 61352 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 67851 61352 247 17 0 65024 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 271404

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.61 5/432 21331
/proc/meminfo: memFree=18935068/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=277116 CPUtime=1062.3 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 65048 0 0 0 106198 32 0 0 25 0 1 0 736290177 283766784 62770 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215069 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 69279 62770 247 17 0 66452 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 277116

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.64 5/432 21332
/proc/meminfo: memFree=18913328/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=279184 CPUtime=1122.3 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 67097 0 0 0 112198 32 0 0 25 0 1 0 736290177 285884416 63140 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 69796 63140 247 17 0 66969 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 279184

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.66 5/432 21334
/proc/meminfo: memFree=18894932/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=279952 CPUtime=1182.3 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 67247 0 0 0 118198 32 0 0 25 0 1 0 736290177 286670848 63290 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 69988 63290 247 17 0 67161 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 279952

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.68 5/432 21336
/proc/meminfo: memFree=18869960/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=279952 CPUtime=1242.3 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 67279 0 0 0 124198 32 0 0 25 0 1 0 736290177 286670848 63322 33554432000 4194304 4263832 140734922067040 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 69988 63322 247 17 0 67161 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 279952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.70 3/428 21339
/proc/meminfo: memFree=19785688/32950940 swapFree=67111356/67111528
[pid=21286] ppid=21284 vsize=280464 CPUtime=1300.01 cores=5,7
/proc/21286/stat : 21286 (umsat) R 21284 21286 20888 0 -1 4202496 67395 0 0 0 129969 32 0 0 25 0 1 0 736290177 287195136 63438 33554432000 4194304 4263832 140734922067040 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21286/statm: 70116 63438 247 17 0 67289 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 280464

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.7
CPU system time (s): 0.341948
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 285900

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

runsolver used 5.2252 second user time and 13.7059 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 13:56:34
IDJOB=3379138
IDBENCH=83909
IDSOLVER=1861
FILE ID=node117/3379138-1305460594
RUNJOBID= node117-1305460594-21253
PBS_JOBID= 13324903
Free space on /tmp= 73504 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379138-1305460594/watcher-3379138-1305460594 -o /tmp/evaluation-result-3379138-1305460594/solver-3379138-1305460594 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379138-1305460594.cnf

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=247297833

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.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.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.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.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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20189184 kB
Buffers:        322652 kB
Cached:        3687864 kB
SwapCached:          0 kB
Active:       10054500 kB
Inactive:      2349316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20189184 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10924 kB
Writeback:           0 kB
AnonPages:     8392224 kB
Mapped:          33088 kB
Slab:           244608 kB
PageTables:      45604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103023032 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= 73500 MiB
End job on node117 at 2011-05-15 14:18:16