Trace number 3379129

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) 1299.57 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
MD5SUM9ffa0325c9e00b41c025f41d20ec5a0c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4252.27
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses49070
Sum of the clauses size98700
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249050
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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

running on 2 cores: 4,6

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: 0.92 1.16 2.17 5/388 27003
/proc/meminfo: memFree=20878912/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=11908 CPUtime=0 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4194304 394 0 0 0 0 0 0 0 21 0 1 0 657670334 12193792 334 33554432000 4194304 4263832 140734274965728 18446744073709551615 210646807237 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 2977 334 241 17 0 150 0

[startup+0.057598 s]
/proc/loadavg: 0.92 1.16 2.17 5/388 27003
/proc/meminfo: memFree=20878912/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=13340 CPUtime=0.05 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4194304 837 0 0 0 5 0 0 0 21 0 1 0 657670334 13660160 631 33554432000 4194304 4263832 140734274965728 18446744073709551615 47190121120951 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 3335 632 242 17 0 508 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13340

[startup+0.10063 s]
/proc/loadavg: 0.92 1.16 2.17 5/388 27003
/proc/meminfo: memFree=20878912/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=13340 CPUtime=0.09 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4194304 920 0 0 0 9 0 0 0 21 0 1 0 657670334 13660160 714 33554432000 4194304 4263832 140734274965728 18446744073709551615 47190121036534 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 3335 714 242 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.300585 s]
/proc/loadavg: 0.92 1.16 2.17 5/388 27003
/proc/meminfo: memFree=20878912/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=20416 CPUtime=0.29 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 3137 0 0 0 29 0 0 0 22 0 1 0 657670334 20905984 2450 33554432000 4194304 4263832 140734274965728 18446744073709551615 4207586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 5104 2450 247 17 0 2277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20416

[startup+0.700517 s]
/proc/loadavg: 0.92 1.16 2.17 5/388 27003
/proc/meminfo: memFree=20878912/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=24640 CPUtime=0.69 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 4183 0 0 0 69 0 0 0 23 0 1 0 657670334 25231360 3496 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 6160 3496 247 17 0 3333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24640

[startup+1.50038 s]
/proc/loadavg: 0.92 1.16 2.17 6/392 27010
/proc/meminfo: memFree=20818740/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=30596 CPUtime=1.48 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 5667 0 0 0 148 0 0 0 25 0 1 0 657670334 31330304 4980 33554432000 4194304 4263832 140734274965728 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 7649 4980 247 17 0 4822 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30596

[startup+3.10111 s]
/proc/loadavg: 1.33 1.24 2.19 6/392 27010
/proc/meminfo: memFree=20791584/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=38400 CPUtime=3.09 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 7610 0 0 0 308 1 0 0 25 0 1 0 657670334 39321600 6923 33554432000 4194304 4263832 140734274965728 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 9600 6923 247 17 0 6773 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38400

[startup+6.30055 s]
/proc/loadavg: 1.33 1.24 2.19 5/392 27010
/proc/meminfo: memFree=20738896/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=49220 CPUtime=6.28 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 10251 0 0 0 627 1 0 0 25 0 1 0 657670334 50401280 9564 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205657 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 12305 9564 247 17 0 9478 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49220

[startup+12.7005 s]
/proc/loadavg: 1.74 1.33 2.21 5/392 27011
/proc/meminfo: memFree=20666256/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=67428 CPUtime=12.68 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 14749 0 0 0 1265 3 0 0 25 0 1 0 657670334 69046272 14062 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205776 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 16857 14062 248 17 0 14030 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67428

[startup+25.5003 s]
/proc/loadavg: 2.08 1.42 2.23 5/392 27011
/proc/meminfo: memFree=20592644/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=86868 CPUtime=25.48 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 19311 0 0 0 2544 4 0 0 25 0 1 0 657670334 88952832 18624 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 21717 18624 248 17 0 18890 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86868

[startup+51.101 s]
/proc/loadavg: 2.81 1.64 2.28 5/392 27012
/proc/meminfo: memFree=20503896/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=112888 CPUtime=51.08 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 25677 0 0 0 5103 5 0 0 25 0 1 0 657670334 115597312 24990 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205616 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 28222 24990 248 17 0 25395 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112888

[startup+102.315 s]
/proc/loadavg: 3.52 2.04 2.38 5/392 27013
/proc/meminfo: memFree=20364768/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=149460 CPUtime=102.28 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 34104 0 0 0 10219 9 0 0 25 0 1 0 657670334 153047040 33411 33554432000 4194304 4263832 140734274965728 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 37365 33411 248 17 0 34538 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 149460

[startup+162.3 s]
/proc/loadavg: 3.81 2.36 2.47 5/392 27024
/proc/meminfo: memFree=20255392/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=182252 CPUtime=162.23 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 42099 0 0 0 16210 13 0 0 25 0 1 0 657670334 186626048 41406 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 45563 41406 248 17 0 42736 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 182252

[startup+222.301 s]
/proc/loadavg: 3.93 2.68 2.57 5/392 27025
/proc/meminfo: memFree=20165168/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=208248 CPUtime=222.21 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 48286 0 0 0 22200 21 0 0 25 0 1 0 657670334 213245952 47592 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 52062 47592 247 17 0 49235 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 208248

[startup+282.301 s]
/proc/loadavg: 4.02 2.92 2.65 5/392 27027
/proc/meminfo: memFree=20094728/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=227324 CPUtime=282.2 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 52910 0 0 0 28195 25 0 0 25 0 1 0 657670334 232779776 52216 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 56831 52216 247 17 0 54004 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 227324

[startup+342.301 s]
/proc/loadavg: 4.10 3.15 2.75 5/392 27029
/proc/meminfo: memFree=20026896/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=245644 CPUtime=342.19 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 57306 0 0 0 34192 27 0 0 25 0 1 0 657670334 251539456 56612 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 61411 56612 247 17 0 58584 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 245644

[startup+402.301 s]
/proc/loadavg: 4.21 3.34 2.84 5/392 27030
/proc/meminfo: memFree=19963652/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=264072 CPUtime=402.17 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 61525 0 0 0 40188 29 0 0 25 0 1 0 657670334 270409728 60831 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205690 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 66018 60831 247 17 0 63191 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 264072

[startup+462.301 s]
/proc/loadavg: 4.11 3.48 2.92 5/392 27035
/proc/meminfo: memFree=19899644/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=282724 CPUtime=462.09 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 66037 0 0 0 46176 33 0 0 25 0 1 0 657670334 289509376 65343 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205599 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 70681 65343 247 17 0 67854 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 282724

[startup+522.301 s]
/proc/loadavg: 4.04 3.57 2.98 5/392 27036
/proc/meminfo: memFree=19840592/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=299780 CPUtime=521.98 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 69985 0 0 0 52154 44 0 0 25 0 1 0 657670334 306974720 69291 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 74945 69291 247 17 0 72118 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 299780

[startup+582.3 s]
/proc/loadavg: 4.01 3.65 3.04 5/392 27038
/proc/meminfo: memFree=19786772/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=313072 CPUtime=581.97 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 72995 0 0 0 58151 46 0 0 25 0 1 0 657670334 320585728 72301 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205653 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 78268 72301 247 17 0 75441 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 313072

[startup+642.3 s]
/proc/loadavg: 4.08 3.74 3.11 5/392 27040
/proc/meminfo: memFree=19738780/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=323396 CPUtime=641.97 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 75528 0 0 0 64150 47 0 0 25 0 1 0 657670334 331157504 74834 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 80849 74834 247 17 0 78022 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 323396

[startup+702.3 s]
/proc/loadavg: 4.07 3.79 3.16 5/392 27041
/proc/meminfo: memFree=19684708/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=339972 CPUtime=701.93 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 79329 0 0 0 70142 51 0 0 25 0 1 0 657670334 348131328 78635 33554432000 4194304 4263832 140734274965728 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 84993 78635 248 17 0 82166 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 339972

[startup+762.315 s]
/proc/loadavg: 4.02 3.83 3.22 5/392 27043
/proc/meminfo: memFree=19636340/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=355696 CPUtime=761.95 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 83074 0 0 0 76142 53 0 0 25 0 1 0 657670334 364232704 82379 33554432000 4194304 4263832 140734274965728 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 88924 82379 248 17 0 86097 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 355696

[startup+822.301 s]
/proc/loadavg: 4.01 3.86 3.26 5/392 27044
/proc/meminfo: memFree=19593928/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=367808 CPUtime=821.93 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 85949 0 0 0 82137 56 0 0 25 0 1 0 657670334 376635392 85254 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 91952 85254 248 17 0 89125 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 367808

[startup+882.301 s]
/proc/loadavg: 4.12 3.91 3.32 5/392 27046
/proc/meminfo: memFree=19552620/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=379072 CPUtime=881.91 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 88677 0 0 0 88133 58 0 0 25 0 1 0 657670334 388169728 87982 33554432000 4194304 4263832 140734274965728 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 94768 87982 248 17 0 91941 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 379072

[startup+942.301 s]
/proc/loadavg: 4.15 3.96 3.37 5/392 27047
/proc/meminfo: memFree=19513184/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=388576 CPUtime=941.89 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 90983 0 0 0 94129 60 0 0 25 0 1 0 657670334 397901824 90288 33554432000 4194304 4263832 140734274965728 18446744073709551615 4207586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 97144 90288 250 17 0 94317 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 388576

[startup+1002.3 s]
/proc/loadavg: 4.18 4.01 3.42 5/392 27049
/proc/meminfo: memFree=19468532/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=400784 CPUtime=1001.88 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 93692 0 0 0 100125 63 0 0 25 0 1 0 657670334 410402816 92997 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 100196 92997 250 17 0 97369 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 400784

[startup+1062.3 s]
/proc/loadavg: 4.30 4.06 3.47 5/392 27051
/proc/meminfo: memFree=19421652/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=410664 CPUtime=1061.88 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 95963 0 0 0 106122 66 0 0 25 0 1 0 657670334 420519936 95266 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205704 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 102666 95266 248 17 0 99839 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 410664

[startup+1122.3 s]
/proc/loadavg: 4.10 4.05 3.50 5/392 27052
/proc/meminfo: memFree=19380852/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=418704 CPUtime=1121.86 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 97888 0 0 0 112117 69 0 0 25 0 1 0 657670334 428752896 97191 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 104676 97191 249 17 0 101849 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 418704

[startup+1182.3 s]
/proc/loadavg: 4.04 4.04 3.53 5/392 27054
/proc/meminfo: memFree=19340428/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=430016 CPUtime=1181.85 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 100351 0 0 0 118113 72 0 0 25 0 1 0 657670334 440336384 99654 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 107504 99654 249 17 0 104677 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 430016

[startup+1242.3 s]
/proc/loadavg: 4.12 4.06 3.57 5/392 27055
/proc/meminfo: memFree=19299868/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=440528 CPUtime=1241.84 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 102697 0 0 0 124110 74 0 0 25 0 1 0 657670334 451100672 102000 33554432000 4194304 4263832 140734274965728 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 110132 102000 249 17 0 107305 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 440528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.05 3.59 3/388 27059
/proc/meminfo: memFree=20007436/32951132 swapFree=64495980/67111528
[pid=27003] ppid=27001 vsize=449580 CPUtime=1299.55 cores=4,6
/proc/27003/stat : 27003 (umsat) R 27001 27003 26444 0 -1 4202496 104838 0 0 0 129879 76 0 0 25 0 1 0 657670334 460369920 104141 33554432000 4194304 4263832 140734274965728 18446744073709551615 4205647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27003/statm: 112395 104141 249 17 0 109568 0
Current children cumulated CPU time (s) 1299.55
Current children cumulated vsize (KiB) 449580

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): 1299.57
CPU user time (s): 1298.79
CPU system time (s): 0.776881
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 449580

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

runsolver used 5.16821 second user time and 11.4103 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 13:58:27
IDJOB=3379129
IDBENCH=83988
IDSOLVER=1861
FILE ID=node129/3379129-1305460707
RUNJOBID= node129-1305460707-26968
PBS_JOBID= 13324894
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= 9ffa0325c9e00b41c025f41d20ec5a0c
RANDOM SEED=1314031413

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.83
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.831
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      20879936 kB
Buffers:        264816 kB
Cached:        6348780 kB
SwapCached:      52668 kB
Active:        3323096 kB
Inactive:      8510592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20879936 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            8652 kB
Writeback:          16 kB
AnonPages:     5175916 kB
Mapped:          20280 kB
Slab:           132028 kB
PageTables:      40420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93184292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73388 MiB
End job on node129 at 2011-05-15 14:20:09