Trace number 3264747

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-02-25? (TO) 1299.97 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
MD5SUMdfc7796289f8cacbd4db5eb947a1ba09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark194.024
Satisfiable
(Un)Satisfiability was proved
Number of variables339
Number of clauses2416
Sum of the clauses size10720
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41496
Number of clauses of size 5784
Number of clauses of size over 5136

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: 935)

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

running on 2 cores: 1,3

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.60 2.75 3/182 29681
/proc/meminfo: memFree=21337244/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=11644 CPUtime=0 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4194304 355 0 0 0 0 0 0 0 25 0 1 0 468969457 11923456 294 33554432000 4194304 4263880 140733296662336 18446744073709551615 4232288 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 2911 294 241 17 0 84 0

[startup+0.020702 s]
/proc/loadavg: 0.92 1.60 2.75 3/182 29681
/proc/meminfo: memFree=21337244/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=12184 CPUtime=0.01 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 471 0 0 0 1 0 0 0 25 0 1 0 468969457 12476416 410 33554432000 4194304 4263880 140733296662336 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 3046 410 246 17 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12184

[startup+0.100689 s]
/proc/loadavg: 0.92 1.60 2.75 3/182 29681
/proc/meminfo: memFree=21337244/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=12448 CPUtime=0.09 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 562 0 0 0 9 0 0 0 25 0 1 0 468969457 12746752 501 33554432000 4194304 4263880 140733296662336 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 3112 501 247 17 0 285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12448

[startup+0.300656 s]
/proc/loadavg: 0.92 1.60 2.75 3/182 29681
/proc/meminfo: memFree=21337244/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=12944 CPUtime=0.29 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 695 0 0 0 29 0 0 0 25 0 1 0 468969457 13254656 634 33554432000 4194304 4263880 140733296662336 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 3236 634 247 17 0 409 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12944

[startup+0.700586 s]
/proc/loadavg: 0.92 1.60 2.75 3/182 29681
/proc/meminfo: memFree=21337244/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=13568 CPUtime=0.69 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 828 0 0 0 69 0 0 0 25 0 1 0 468969457 13893632 767 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207753 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 3392 767 247 17 0 565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13568

[startup+1.50045 s]
/proc/loadavg: 0.92 1.60 2.75 5/188 29692
/proc/meminfo: memFree=21325540/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=14176 CPUtime=1.49 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 985 0 0 0 149 0 0 0 25 0 1 0 468969457 14516224 924 33554432000 4194304 4263880 140733296662336 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 3544 924 247 17 0 717 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14176

[startup+3.10017 s]
/proc/loadavg: 0.92 1.60 2.75 6/188 29692
/proc/meminfo: memFree=21319340/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=15068 CPUtime=3.09 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 1212 0 0 0 309 0 0 0 25 0 1 0 468969457 15429632 1151 33554432000 4194304 4263880 140733296662336 18446744073709551615 4205595 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 3767 1151 248 17 0 940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15068

[startup+6.30062 s]
/proc/loadavg: 1.41 1.69 2.77 5/188 29692
/proc/meminfo: memFree=21307760/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=16300 CPUtime=6.29 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 1524 0 0 0 629 0 0 0 25 0 1 0 468969457 16691200 1463 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 4075 1463 248 17 0 1248 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16300

[startup+12.7005 s]
/proc/loadavg: 1.61 1.73 2.78 5/188 29693
/proc/meminfo: memFree=21290472/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=18220 CPUtime=12.69 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 2031 0 0 0 1269 0 0 0 25 0 1 0 468969457 18657280 1903 33554432000 4194304 4263880 140733296662336 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 4555 1903 248 17 0 1728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18220

[startup+25.5003 s]
/proc/loadavg: 2.14 1.84 2.79 6/188 29693
/proc/meminfo: memFree=21279812/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=20532 CPUtime=25.49 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 2729 0 0 0 2549 0 0 0 25 0 1 0 468969457 21024768 2480 33554432000 4194304 4263880 140733296662336 18446744073709551615 4205824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 5133 2480 248 17 0 2306 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20532

[startup+51.1009 s]
/proc/loadavg: 2.77 2.01 2.83 5/188 29694
/proc/meminfo: memFree=21251836/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=23652 CPUtime=51.09 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 3693 0 0 0 5109 0 0 0 25 0 1 0 468969457 24219648 3282 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207634 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 5913 3282 248 17 0 3086 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23652

[startup+102.306 s]
/proc/loadavg: 3.51 2.35 2.89 5/188 29695
/proc/meminfo: memFree=21229508/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=27284 CPUtime=102.29 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 4738 0 0 0 10229 0 0 0 25 0 1 0 468969457 27938816 4113 33554432000 4194304 4263880 140733296662336 18446744073709551615 4211708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 6821 4113 248 17 0 3994 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27284

[startup+162.301 s]
/proc/loadavg: 3.80 2.62 2.95 5/188 29697
/proc/meminfo: memFree=21199852/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=31188 CPUtime=162.3 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 5883 0 0 0 16229 1 0 0 25 0 1 0 468969457 31936512 5077 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207654 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 7797 5077 248 17 0 4970 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 31188

[startup+222.3 s]
/proc/loadavg: 3.93 2.87 3.01 5/188 29698
/proc/meminfo: memFree=21194508/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=32736 CPUtime=222.29 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 6379 0 0 0 22228 1 0 0 25 0 1 0 468969457 33521664 5469 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207753 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 8184 5469 248 17 0 5357 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 32736

[startup+282.301 s]
/proc/loadavg: 4.00 3.09 3.08 5/188 29700
/proc/meminfo: memFree=21162120/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=35064 CPUtime=282.29 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 7082 0 0 0 28228 1 0 0 25 0 1 0 468969457 35905536 6057 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 8766 6057 248 17 0 5939 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 35064

[startup+342.301 s]
/proc/loadavg: 4.07 3.27 3.14 5/188 29702
/proc/meminfo: memFree=21156896/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=37028 CPUtime=342.28 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 7695 0 0 0 34227 1 0 0 25 0 1 0 468969457 37916672 6544 33554432000 4194304 4263880 140733296662336 18446744073709551615 4205639 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 9257 6544 248 17 0 6430 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 37028

[startup+402.3 s]
/proc/loadavg: 4.08 3.41 3.19 5/188 29703
/proc/meminfo: memFree=21153528/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=38324 CPUtime=402.28 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 8001 0 0 0 40227 1 0 0 25 0 1 0 468969457 39243776 6850 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 9581 6850 248 17 0 6754 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 38324

[startup+462.301 s]
/proc/loadavg: 4.03 3.52 3.24 5/188 29705
/proc/meminfo: memFree=21138376/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=39028 CPUtime=462.28 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 8221 0 0 0 46227 1 0 0 25 0 1 0 468969457 39964672 6941 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 9757 6941 248 17 0 6930 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 39028

[startup+522.301 s]
/proc/loadavg: 4.01 3.60 3.29 5/188 29706
/proc/meminfo: memFree=21126452/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=41628 CPUtime=522.28 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 8978 0 0 0 52226 2 0 0 25 0 1 0 468969457 42627072 7559 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 10407 7559 248 17 0 7580 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 41628

[startup+582.3 s]
/proc/loadavg: 4.00 3.67 3.33 5/188 29708
/proc/meminfo: memFree=21123080/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=42204 CPUtime=582.28 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 9129 0 0 0 58226 2 0 0 25 0 1 0 468969457 43216896 7710 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 10551 7710 248 17 0 7724 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 42204

[startup+642.301 s]
/proc/loadavg: 4.05 3.75 3.38 5/188 29710
/proc/meminfo: memFree=21099500/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=44304 CPUtime=642.28 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 9808 0 0 0 64226 2 0 0 25 0 1 0 468969457 45367296 8237 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 11076 8237 248 17 0 8249 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 44304

[startup+702.301 s]
/proc/loadavg: 4.02 3.79 3.41 5/188 29711
/proc/meminfo: memFree=21065504/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=45280 CPUtime=702.27 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 10061 0 0 0 70225 2 0 0 25 0 1 0 468969457 46366720 8490 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215107 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 11320 8490 248 17 0 8493 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 45280

[startup+762.306 s]
/proc/loadavg: 4.00 3.83 3.45 5/188 29722
/proc/meminfo: memFree=21034448/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=46176 CPUtime=762.28 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 10285 0 0 0 76226 2 0 0 25 0 1 0 468969457 47284224 8714 33554432000 4194304 4263880 140733296662336 18446744073709551615 4209482 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 11544 8714 248 17 0 8717 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 46176

[startup+822.301 s]
/proc/loadavg: 4.00 3.85 3.47 5/188 29723
/proc/meminfo: memFree=21029404/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=47964 CPUtime=822.27 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 10909 0 0 0 82225 2 0 0 25 0 1 0 468969457 49115136 9171 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207691 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 11991 9171 248 17 0 9164 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 47964

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.51 5/188 29725
/proc/meminfo: memFree=21026908/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=48668 CPUtime=882.27 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 11117 0 0 0 88225 2 0 0 25 0 1 0 468969457 49836032 9379 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 12167 9379 248 17 0 9340 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 48668

[startup+942.3 s]
/proc/loadavg: 4.00 3.90 3.53 5/188 29727
/proc/meminfo: memFree=21026144/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=48668 CPUtime=942.27 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 11117 0 0 0 94225 2 0 0 25 0 1 0 468969457 49836032 9379 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 12167 9379 248 17 0 9340 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 48668

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.56 5/188 29728
/proc/meminfo: memFree=21023524/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=49052 CPUtime=1002.27 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 11184 0 0 0 100225 2 0 0 25 0 1 0 468969457 50229248 9446 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 12263 9446 248 17 0 9436 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 49052

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.58 5/188 29732
/proc/meminfo: memFree=21020772/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=49756 CPUtime=1062.26 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 11360 0 0 0 106224 2 0 0 25 0 1 0 468969457 50950144 9622 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207654 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 12439 9622 248 17 0 9612 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 49756

[startup+1122.3 s]
/proc/loadavg: 4.06 3.95 3.61 5/188 29734
/proc/meminfo: memFree=21018052/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=52228 CPUtime=1122.26 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 12144 0 0 0 112224 2 0 0 25 0 1 0 468969457 53481472 10222 33554432000 4194304 4263880 140733296662336 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 13057 10222 248 17 0 10230 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 52228

[startup+1182.3 s]
/proc/loadavg: 4.02 3.96 3.63 5/188 29736
/proc/meminfo: memFree=21015304/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=52228 CPUtime=1182.26 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 12166 0 0 0 118224 2 0 0 25 0 1 0 468969457 53481472 10244 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207772 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 13057 10244 248 17 0 10230 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 52228

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/188 29738
/proc/meminfo: memFree=21008096/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=52868 CPUtime=1242.26 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 12315 0 0 0 124224 2 0 0 25 0 1 0 468969457 54136832 10393 33554432000 4194304 4263880 140733296662336 18446744073709551615 4205660 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 13217 10393 248 17 0 10390 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 52868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.67 3/184 29741
/proc/meminfo: memFree=21255116/32951132 swapFree=67111524/67111528
[pid=29681] ppid=29679 vsize=53508 CPUtime=1299.96 cores=1,3
/proc/29681/stat : 29681 (umsat) R 29679 29681 28928 0 -1 4202496 12475 0 0 0 129994 2 0 0 25 0 1 0 468969457 54792192 10553 33554432000 4194304 4263880 140733296662336 18446744073709551615 4207616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29681/statm: 13377 10553 248 17 0 10550 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 53508

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.01
CPU time (s): 1299.97
CPU user time (s): 1299.94
CPU system time (s): 0.031995
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 53508

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

runsolver used 1.90771 second user time and 5.09922 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-23 17:48:28
IDJOB=3264747
IDBENCH=85343
IDSOLVER=1582
FILE ID=node128/3264747-1303573708
RUNJOBID= node128-1303573708-29651
PBS_JOBID= 13150290
Free space on /tmp= 66824 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264747-1303573708/watcher-3264747-1303573708 -o /tmp/evaluation-result-3264747-1303573708/solver-3264747-1303573708 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3264747-1303573708.cnf

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=983170469

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21337640 kB
Buffers:       1329392 kB
Cached:        9577228 kB
SwapCached:          4 kB
Active:        1977944 kB
Inactive:      8998992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21337640 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7416 kB
Writeback:           0 kB
AnonPages:       70180 kB
Mapped:          15168 kB
Slab:           573884 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   238488 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= 66824 MiB
End job on node128 at 2011-04-23 18:10:10