Trace number 3493615

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
MUSer 2011-02-10? (exit code) 1199.06 1199.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *** MUSer: a MUS extractor ***
0.00/0.00	c *** release date: 2011210 ***
0.00/0.00	c *** release ref: f95464aa99ac ***
0.00/0.00	c *** built: 2011-Feb-10 00:59 ***
0.00/0.00	c *** author: Joao Marques-Silva (jpms@ucd.ie) ***
0.00/0.00	c 
0.00/0.00	c *** instance: HOME/instance-3493615-1307800718.cnf ***
0.00/0.00	c 
0.00/0.00	c Parsing CPU Time: 0.003999
0.00/0.00	c Running MUSer ...
468.31/468.32	c 0.00% completed ... 
556.91/556.92	c 5.40% completed ... 
692.51/692.57	c 20.40% completed ... 
711.81/711.87	c 25.43% completed ... 
946.22/946.26	c 30.50% completed ... 
1073.13/1073.19	c 45.73% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1197.58

Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493615-1307800718/watcher-3493615-1307800718 -o /tmp/evaluation-result-3493615-1307800718/solver-3493615-1307800718 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493615-1307800718.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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.69 0.15 0.05 4/189 13813
/proc/meminfo: memFree=31419996/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=4248 CPUtime=0 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 831 0 0 0 0 0 0 0 25 0 1 0 891672533 4349952 783 33554432000 4194304 5696331 140733961223120 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 1062 784 140 367 0 692 0

[startup+0.079892 s]
/proc/loadavg: 0.69 0.15 0.05 4/189 13813
/proc/meminfo: memFree=31419996/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=5468 CPUtime=0.07 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 1107 0 0 0 7 0 0 0 25 0 1 0 891672533 5599232 1059 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400368 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 1367 1059 143 367 0 997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5468

[startup+0.10089 s]
/proc/loadavg: 0.69 0.15 0.05 4/189 13813
/proc/meminfo: memFree=31419996/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=5600 CPUtime=0.09 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 1162 0 0 0 9 0 0 0 25 0 1 0 891672533 5734400 1114 33554432000 4194304 5696331 140733961223120 18446744073709551615 4398586 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 1400 1114 143 367 0 1030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5600

[startup+0.300857 s]
/proc/loadavg: 0.69 0.15 0.05 4/189 13813
/proc/meminfo: memFree=31419996/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=7064 CPUtime=0.29 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 1520 0 0 0 29 0 0 0 25 0 1 0 891672533 7233536 1472 33554432000 4194304 5696331 140733961223120 18446744073709551615 4398436 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 1766 1472 143 367 0 1396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7064

[startup+0.700779 s]
/proc/loadavg: 0.69 0.15 0.05 4/189 13813
/proc/meminfo: memFree=31419996/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=9888 CPUtime=0.69 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 2193 0 0 0 69 0 0 0 25 0 1 0 891672533 10125312 2145 33554432000 4194304 5696331 140733961223120 18446744073709551615 4401315 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 2472 2145 143 367 0 2102 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9888

[startup+1.50063 s]
/proc/loadavg: 0.96 0.21 0.07 5/190 13852
/proc/meminfo: memFree=31386528/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=14928 CPUtime=1.49 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 3420 0 0 0 149 0 0 0 25 0 1 0 891672533 15286272 3372 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 3732 3372 143 367 0 3362 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14928

[startup+3.10034 s]
/proc/loadavg: 0.96 0.21 0.07 5/190 13852
/proc/meminfo: memFree=31358300/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=24340 CPUtime=3.09 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 5746 0 0 0 309 0 0 0 25 0 1 0 891672533 24924160 5698 33554432000 4194304 5696331 140733961223120 18446744073709551615 4401146 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 6085 5698 143 367 0 5715 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24340

[startup+6.30076 s]
/proc/loadavg: 0.96 0.21 0.07 5/190 13852
/proc/meminfo: memFree=31337544/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=44812 CPUtime=6.29 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 10756 0 0 0 628 1 0 0 25 0 1 0 891672533 45887488 10708 33554432000 4194304 5696331 140733961223120 18446744073709551615 4412906 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 11203 10708 143 367 0 10833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44812

[startup+12.7006 s]
/proc/loadavg: 1.43 0.34 0.11 5/190 13852
/proc/meminfo: memFree=31189040/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=82840 CPUtime=12.69 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 20019 0 0 0 1266 3 0 0 25 0 1 0 891672533 84828160 19971 33554432000 4194304 5696331 140733961223120 18446744073709551615 4399964 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 20710 19971 143 367 0 20340 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82840

[startup+25.5002 s]
/proc/loadavg: 1.82 0.46 0.15 5/190 13852
/proc/meminfo: memFree=30690056/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=157160 CPUtime=25.49 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 38139 0 0 0 2543 6 0 0 25 0 1 0 891672533 160931840 38091 33554432000 4194304 5696331 140733961223120 18446744073709551615 4380869 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 39290 38091 143 367 0 38920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157160

[startup+51.1005 s]
/proc/loadavg: 2.56 0.74 0.25 5/190 13853
/proc/meminfo: memFree=29963136/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=299612 CPUtime=51.09 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 72727 0 0 0 5096 13 0 0 25 0 1 0 891672533 306802688 72679 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400343 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 74903 72679 143 367 0 74533 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 299612

[startup+102.307 s]
/proc/loadavg: 3.42 1.29 0.47 5/190 13854
/proc/meminfo: memFree=28197948/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=572340 CPUtime=102.3 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 138840 0 0 0 10206 24 0 0 25 0 1 0 891672533 586076160 138792 33554432000 4194304 5696331 140733961223120 18446744073709551615 4403152 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 143085 138792 143 367 0 142715 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 572340

[startup+162.3 s]
/proc/loadavg: 3.79 1.78 0.68 5/190 13865
/proc/meminfo: memFree=26914512/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=134136 CPUtime=162.3 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 216096 0 0 0 16187 43 0 0 25 0 1 0 891672533 137355264 33242 33554432000 4194304 5696331 140733961223120 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 33534 33242 144 367 0 33164 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134136

[startup+222.3 s]
/proc/loadavg: 3.92 2.18 0.89 5/190 13866
/proc/meminfo: memFree=24844668/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=439080 CPUtime=222.3 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 291570 0 0 0 22172 58 0 0 25 0 1 0 891672533 449617920 108716 33554432000 4194304 5696331 140733961223120 18446744073709551615 4380923 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 109770 108716 144 367 0 109400 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 439080

[startup+282.3 s]
/proc/loadavg: 3.97 2.51 1.08 5/190 13868
/proc/meminfo: memFree=23505044/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=738116 CPUtime=282.3 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 364480 0 0 0 28158 72 0 0 25 0 1 0 891672533 755830784 181626 33554432000 4194304 5696331 140733961223120 18446744073709551615 4411544 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 184529 181626 144 367 0 184159 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 738116

[startup+342.3 s]
/proc/loadavg: 3.99 2.78 1.26 5/190 13873
/proc/meminfo: memFree=23987468/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=255832 CPUtime=342.3 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 440741 0 0 0 34140 90 0 0 25 0 1 0 891672533 261971968 63545 33554432000 4194304 5696331 140733961223120 18446744073709551615 4402559 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 63958 63545 144 367 0 63588 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 255832

[startup+402.3 s]
/proc/loadavg: 3.99 3.00 1.43 5/190 13874
/proc/meminfo: memFree=22939980/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=576780 CPUtime=402.3 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 517161 0 0 0 40123 107 0 0 25 0 1 0 891672533 590622720 139965 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400416 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 144195 139965 144 367 0 143825 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 576780

[startup+462.3 s]
/proc/loadavg: 3.99 3.18 1.59 5/190 13876
/proc/meminfo: memFree=21042260/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=857148 CPUtime=462.31 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 589496 0 0 0 46107 124 0 0 25 0 1 0 891672533 877719552 212300 33554432000 4194304 5696331 140733961223120 18446744073709551615 4410551 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 214287 212300 144 367 0 213917 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 857148

[startup+522.3 s]
/proc/loadavg: 3.99 3.32 1.73 5/190 13877
/proc/meminfo: memFree=20097468/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=306188 CPUtime=522.31 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 670014 0 0 0 52093 138 0 0 25 0 1 0 891672533 313536512 76235 33554432000 4194304 5696331 140733961223120 18446744073709551615 4395078 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 76547 76235 149 367 0 76177 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 306188

[startup+582.3 s]
/proc/loadavg: 3.99 3.44 1.87 5/190 13879
/proc/meminfo: memFree=19652272/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=334112 CPUtime=582.31 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 676980 0 0 0 58092 139 0 0 25 0 1 0 891672533 342130688 83195 33554432000 4194304 5696331 140733961223120 18446744073709551615 4394395 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 83528 83195 150 367 0 83158 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 334112

[startup+642.3 s]
/proc/loadavg: 3.99 3.54 2.00 5/190 13881
/proc/meminfo: memFree=19611924/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=373740 CPUtime=642.31 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 686902 0 0 0 64091 140 0 0 25 0 1 0 891672533 382709760 93111 33554432000 4194304 5696331 140733961223120 18446744073709551615 4402313 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 93435 93111 150 367 0 93065 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 373740

[startup+702.3 s]
/proc/loadavg: 3.99 3.62 2.13 5/190 13882
/proc/meminfo: memFree=19612000/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=373740 CPUtime=702.31 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 686908 0 0 0 70091 140 0 0 25 0 1 0 891672533 382709760 93117 33554432000 4194304 5696331 140733961223120 18446744073709551615 4402623 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 93435 93117 150 367 0 93065 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 373740

[startup+762.307 s]
/proc/loadavg: 4.06 3.71 2.25 5/190 13884
/proc/meminfo: memFree=19614932/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=373740 CPUtime=762.32 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 686909 0 0 0 76091 141 0 0 25 0 1 0 891672533 382709760 93118 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400100 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 93435 93118 150 367 0 93065 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 373740

[startup+822.3 s]
/proc/loadavg: 4.06 3.77 2.36 5/190 13885
/proc/meminfo: memFree=18887400/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=373740 CPUtime=822.32 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 686909 0 0 0 82091 141 0 0 25 0 1 0 891672533 382709760 93118 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400768 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 93435 93118 150 367 0 93065 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 373740

[startup+882.3 s]
/proc/loadavg: 4.02 3.81 2.46 5/190 13926
/proc/meminfo: memFree=26324376/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=393868 CPUtime=882.32 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 700650 0 0 0 88089 143 0 0 25 0 1 0 891672533 403320832 98174 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 98467 98174 150 367 0 98097 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 393868

[startup+942.3 s]
/proc/loadavg: 4.00 3.84 2.55 5/190 13928
/proc/meminfo: memFree=26268724/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=942.32 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 94086 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4402903 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 449804

[startup+1002.3 s]
/proc/loadavg: 4.06 3.88 2.64 5/190 13929
/proc/meminfo: memFree=26268688/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1002.32 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 100086 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 449804

[startup+1062.3 s]
/proc/loadavg: 4.02 3.90 2.73 5/190 13931
/proc/meminfo: memFree=26263072/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1062.33 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 106087 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4401146 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 449804

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.80 5/190 13932
/proc/meminfo: memFree=26263028/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1122.33 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 112087 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4391869 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 449804

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 13972
/proc/meminfo: memFree=29037396/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1182.33 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 118087 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4393142 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 449804

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

[startup+1190.3 s]
/proc/loadavg: 4.00 3.93 2.88 5/190 13972
/proc/meminfo: memFree=29037628/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1190.33 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 118887 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400400 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 449804

[startup+1193.51 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 13972
/proc/meminfo: memFree=29037628/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1193.54 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 119208 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4402326 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1193.54
Current children cumulated vsize (KiB) 449804

[startup+1196.7 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 14010
/proc/meminfo: memFree=30298076/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1196.74 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 119528 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1196.74
Current children cumulated vsize (KiB) 449804

[startup+1198.3 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 14011
/proc/meminfo: memFree=30294960/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1198.33 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 119687 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400713 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1198.33
Current children cumulated vsize (KiB) 449804

[startup+1198.7 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 14011
/proc/meminfo: memFree=30294960/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1198.73 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 119727 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4400359 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 449804

[startup+1198.9 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 14011
/proc/meminfo: memFree=30290248/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=449804 CPUtime=1198.93 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202496 714623 0 0 0 119747 146 0 0 25 0 1 0 891672533 460599296 112137 33554432000 4194304 5696331 140733961223120 18446744073709551615 4402281 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/13813/statm: 112451 112137 150 367 0 112081 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 449804

[startup+1199.01 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 14011
/proc/meminfo: memFree=30290248/32951124 swapFree=67056684/67111528
[pid=13813] ppid=13811 vsize=0 CPUtime=1199.03 cores=1,3
/proc/13813/stat : 13813 (muser) R 13811 13813 13546 0 -1 4202500 714623 0 0 0 119757 146 0 0 25 0 1 0 891672533 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 1 0 0 0
/proc/13813/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.02
CPU time (s): 1199.06
CPU user time (s): 1197.58
CPU system time (s): 1.47978
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 877624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.58
system time used= 1.47978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 714623
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= 3
involuntary context switches= 1332

runsolver used 1.88071 second user time and 4.66529 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-11 15:58:38
IDJOB=3493615
IDBENCH=70788
IDSOLVER=1969
FILE ID=node109/3493615-1307800718
RUNJOBID= node109-1307800705-13566
PBS_JOBID= 13551065
Free space on /tmp= 74012 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo016.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493615-1307800718/watcher-3493615-1307800718 -o /tmp/evaluation-result-3493615-1307800718/solver-3493615-1307800718 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493615-1307800718.cnf

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

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED=365824579

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:      31420168 kB
Buffers:        298416 kB
Cached:         946196 kB
SwapCached:       8608 kB
Active:         683584 kB
Inactive:       618048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31420168 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:            7496 kB
Writeback:           0 kB
AnonPages:       54780 kB
Mapped:          15180 kB
Slab:           165096 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288812 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= 73964 MiB
End job on node109 at 2011-06-11 16:18:37