Trace number 3493599

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.05 1199.05

General information on the benchmark

NameAPPLICATIONS/
bitverif/minxor/minxor032.cnf
MD5SUMff5bb7d6abecc96d309861624c3872f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1129.15
Satisfiable
(Un)Satisfiability was proved
Number of variables4338
Number of clauses12437
Sum of the clauses size29017
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28290
Number of clauses of size 34145
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-3493599-1307800713.cnf ***
0.00/0.00	c 
0.00/0.01	c Parsing CPU Time: 0.008998
0.00/0.01	c Running MUSer ...
13.09/13.11	c 0.00% completed ... 
117.29/117.36	c 5.00% completed ... 
222.69/222.72	c 10.04% completed ... 
1198.89/1199.00	c muser received timeout signal. Terminating ...
1198.89/1199.00	c CPU Time: CPU Time: 1198.56

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

running on 2 cores: 4,6

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.32 0.07 0.02 5/189 13698
/proc/meminfo: memFree=31172408/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=4484 CPUtime=0 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 604 0 0 0 0 0 0 0 25 0 1 0 891672063 4591616 558 33554432000 4194304 5696331 140733589644816 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 1121 560 114 367 0 751 0

[startup+0.0833179 s]
/proc/loadavg: 0.32 0.07 0.02 5/189 13698
/proc/meminfo: memFree=31172408/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=6844 CPUtime=0.08 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 1462 0 0 0 8 0 0 0 25 0 1 0 891672063 7008256 1414 33554432000 4194304 5696331 140733589644816 18446744073709551615 4399141 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 1711 1414 143 367 0 1341 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6844

[startup+0.100321 s]
/proc/loadavg: 0.32 0.07 0.02 5/189 13698
/proc/meminfo: memFree=31172408/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=6980 CPUtime=0.09 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 1508 0 0 0 9 0 0 0 25 0 1 0 891672063 7147520 1460 33554432000 4194304 5696331 140733589644816 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 1745 1460 143 367 0 1375 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6980

[startup+0.300279 s]
/proc/loadavg: 0.32 0.07 0.02 5/189 13698
/proc/meminfo: memFree=31172408/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=8752 CPUtime=0.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 1916 0 0 0 29 0 0 0 25 0 1 0 891672063 8962048 1867 33554432000 4194304 5696331 140733589644816 18446744073709551615 4399964 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 2188 1867 143 367 0 1818 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8752

[startup+0.700218 s]
/proc/loadavg: 0.32 0.07 0.02 5/189 13698
/proc/meminfo: memFree=31172408/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=12700 CPUtime=0.69 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 2891 0 0 0 69 0 0 0 25 0 1 0 891672063 13004800 2842 33554432000 4194304 5696331 140733589644816 18446744073709551615 4392993 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 3175 2842 143 367 0 2805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12700

[startup+1.50107 s]
/proc/loadavg: 0.69 0.15 0.05 5/190 13699
/proc/meminfo: memFree=31157420/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=20512 CPUtime=1.49 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 4832 0 0 0 149 0 0 0 25 0 1 0 891672063 21004288 4783 33554432000 4194304 5696331 140733589644816 18446744073709551615 4399919 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 5128 4783 143 367 0 4758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20512

[startup+3.10077 s]
/proc/loadavg: 0.69 0.15 0.05 5/190 13699
/proc/meminfo: memFree=31146088/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=36040 CPUtime=3.09 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 8632 0 0 0 308 1 0 0 25 0 1 0 891672063 36904960 8583 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400709 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 9010 8583 143 367 0 8640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36040

[startup+6.30118 s]
/proc/loadavg: 0.96 0.21 0.07 5/190 13852
/proc/meminfo: memFree=31394092/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=22508 CPUtime=6.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 16211 0 0 0 626 3 0 0 25 0 1 0 891672063 23048192 5269 33554432000 4194304 5696331 140733589644816 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 5627 5269 144 367 0 5257 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22508

[startup+12.701 s]
/proc/loadavg: 1.20 0.27 0.09 5/190 13852
/proc/meminfo: memFree=31292184/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=47268 CPUtime=12.69 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 31470 0 0 0 1263 6 0 0 25 0 1 0 891672063 48402432 11456 33554432000 4194304 5696331 140733589644816 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 11817 11456 144 367 0 11447 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47268

[startup+25.5007 s]
/proc/loadavg: 1.63 0.40 0.13 5/190 13852
/proc/meminfo: memFree=30913624/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=369328 CPUtime=25.49 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 123320 0 0 0 2532 17 0 0 25 0 1 0 891672063 378191872 91987 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400302 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 92332 91987 150 367 0 91962 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 369328

[startup+51.101 s]
/proc/loadavg: 2.56 0.74 0.25 5/190 13853
/proc/meminfo: memFree=30145664/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=646136 CPUtime=51.09 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 192540 0 0 0 5086 23 0 0 25 0 1 0 891672063 661643264 161190 33554432000 4194304 5696331 140733589644816 18446744073709551615 4394112 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 161534 161190 150 367 0 161164 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 646136

[startup+102.307 s]
/proc/loadavg: 3.37 1.24 0.45 5/190 13854
/proc/meminfo: memFree=28341924/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=983488 CPUtime=102.3 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 276859 0 0 0 10197 33 0 0 25 0 1 0 891672063 1007091712 245483 33554432000 4194304 5696331 140733589644816 18446744073709551615 4395211 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 245872 245483 150 367 0 245502 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 983488

[startup+162.301 s]
/proc/loadavg: 3.77 1.74 0.67 5/190 13865
/proc/meminfo: memFree=27087376/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=981552 CPUtime=162.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 276869 0 0 0 16196 33 0 0 25 0 1 0 891672063 1005109248 245041 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400709 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 245388 245041 150 367 0 245018 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 981552

[startup+222.301 s]
/proc/loadavg: 3.91 2.15 0.87 5/190 13866
/proc/meminfo: memFree=24959124/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1041948 CPUtime=222.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 291945 0 0 0 22195 34 0 0 25 0 1 0 891672063 1066954752 260117 33554432000 4194304 5696331 140733589644816 18446744073709551615 4394734 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 260487 260117 150 367 0 260117 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1041948

[startup+282.301 s]
/proc/loadavg: 3.97 2.48 1.06 5/190 13868
/proc/meminfo: memFree=23527496/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1062060 CPUtime=282.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 298152 0 0 0 28194 35 0 0 25 0 1 0 891672063 1087549440 265187 33554432000 4194304 5696331 140733589644816 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 265515 265187 150 367 0 265145 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1062060

[startup+342.301 s]
/proc/loadavg: 3.99 2.76 1.25 5/190 13873
/proc/meminfo: memFree=24011168/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1050064 CPUtime=342.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 298162 0 0 0 34194 35 0 0 25 0 1 0 891672063 1075265536 262198 33554432000 4194304 5696331 140733589644816 18446744073709551615 4393142 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 262516 262198 150 367 0 262146 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1050064

[startup+402.301 s]
/proc/loadavg: 3.99 2.98 1.41 5/190 13874
/proc/meminfo: memFree=23058152/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1050064 CPUtime=402.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 298162 0 0 0 40194 35 0 0 25 0 1 0 891672063 1075265536 262198 33554432000 4194304 5696331 140733589644816 18446744073709551615 4402601 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 262516 262198 150 367 0 262146 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1050064

[startup+462.301 s]
/proc/loadavg: 3.99 3.16 1.57 5/190 13876
/proc/meminfo: memFree=21169112/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1141452 CPUtime=462.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 321000 0 0 0 46192 37 0 0 25 0 1 0 891672063 1168846848 285028 33554432000 4194304 5696331 140733589644816 18446744073709551615 4402313 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 285363 285028 150 367 0 284993 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1141452

[startup+522.301 s]
/proc/loadavg: 3.99 3.31 1.72 5/190 13877
/proc/meminfo: memFree=20126360/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1301504 CPUtime=522.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361034 0 0 0 52186 43 0 0 25 0 1 0 891672063 1332740096 325054 33554432000 4194304 5696331 140733589644816 18446744073709551615 4402237 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 325376 325054 150 367 0 325006 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1301504

[startup+582.301 s]
/proc/loadavg: 3.99 3.43 1.86 5/190 13879
/proc/meminfo: memFree=19661452/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280208 CPUtime=582.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361034 0 0 0 58186 43 0 0 25 0 1 0 891672063 1310932992 319746 33554432000 4194304 5696331 140733589644816 18446744073709551615 4393561 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320052 319746 150 367 0 319682 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1280208

[startup+642.301 s]
/proc/loadavg: 3.99 3.54 1.99 5/190 13881
/proc/meminfo: memFree=19637228/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280208 CPUtime=642.3 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361035 0 0 0 64187 43 0 0 25 0 1 0 891672063 1310932992 319747 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400276 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320052 319747 150 367 0 319682 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1280208

[startup+702.301 s]
/proc/loadavg: 3.99 3.62 2.12 5/190 13882
/proc/meminfo: memFree=19612004/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280208 CPUtime=702.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361035 0 0 0 70186 43 0 0 25 0 1 0 891672063 1310932992 319747 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400456 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320052 319747 150 367 0 319682 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1280208

[startup+762.307 s]
/proc/loadavg: 4.06 3.70 2.24 5/190 13884
/proc/meminfo: memFree=19614932/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=762.3 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 76187 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4393008 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1280388

[startup+822.301 s]
/proc/loadavg: 4.06 3.77 2.35 5/190 13885
/proc/meminfo: memFree=18965644/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=822.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 82186 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4403174 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1280388

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.45 5/190 13926
/proc/meminfo: memFree=26324376/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=882.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 88186 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4394218 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1280388

[startup+942.301 s]
/proc/loadavg: 4.01 3.84 2.54 5/190 13928
/proc/meminfo: memFree=26268612/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=942.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 94186 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4402613 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1280388

[startup+1002.3 s]
/proc/loadavg: 4.06 3.88 2.64 5/190 13929
/proc/meminfo: memFree=26268688/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1002.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 100186 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1280388

[startup+1062.3 s]
/proc/loadavg: 4.02 3.90 2.72 5/190 13931
/proc/meminfo: memFree=26262952/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1062.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 106186 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4398383 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1280388

[startup+1122.3 s]
/proc/loadavg: 4.01 3.92 2.80 5/190 13932
/proc/meminfo: memFree=26262908/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1122.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 112186 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4359044 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1280388

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 13972
/proc/meminfo: memFree=29037288/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1182.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 118186 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4401092 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1280388

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=29037396/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1190.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 118986 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400243 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1190.29
Current children cumulated vsize (KiB) 1280388

[startup+1193.51 s]
/proc/loadavg: 4.00 3.93 2.88 5/190 13972
/proc/meminfo: memFree=29037520/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1193.49 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 119306 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4403158 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1193.49
Current children cumulated vsize (KiB) 1280388

[startup+1196.7 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 13972
/proc/meminfo: memFree=29037628/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1196.69 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 119626 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400687 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1196.69
Current children cumulated vsize (KiB) 1280388

[startup+1198.3 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 13972
/proc/meminfo: memFree=29037628/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1198.29 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 119786 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4402329 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1198.29
Current children cumulated vsize (KiB) 1280388

[startup+1198.7 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 13972
/proc/meminfo: memFree=29037628/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1198.69 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 119826 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 1280388

[startup+1198.9 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 13972
/proc/meminfo: memFree=29037504/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=1280388 CPUtime=1198.89 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202496 361090 0 0 0 119846 43 0 0 25 0 1 0 891672063 1311117312 319802 33554432000 4194304 5696331 140733589644816 18446744073709551615 4402296 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/13698/statm: 320097 319802 150 367 0 319727 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 1280388

[startup+1199.01 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 13972
/proc/meminfo: memFree=29037504/32951124 swapFree=67056684/67111528
[pid=13698] ppid=13696 vsize=0 CPUtime=1199 cores=4,6
/proc/13698/stat : 13698 (muser) R 13696 13698 13546 0 -1 4202500 361091 0 0 0 119856 44 0 0 25 0 1 0 891672063 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 4 0 0 0
/proc/13698/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.05
CPU time (s): 1199.05
CPU user time (s): 1198.56
CPU system time (s): 0.487925
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1301504

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

runsolver used 2.10468 second user time and 4.44232 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-11 15:58:33
IDJOB=3493599
IDBENCH=70764
IDSOLVER=1969
FILE ID=node109/3493599-1307800713
RUNJOBID= node109-1307800705-13565
PBS_JOBID= 13551065
Free space on /tmp= 73992 MiB

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

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

MD5SUM BENCH= ff5bb7d6abecc96d309861624c3872f5
RANDOM SEED=1617889237

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:      31172952 kB
Buffers:        298288 kB
Cached:         962988 kB
SwapCached:       8608 kB
Active:         930496 kB
Inactive:       617708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31172952 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           24888 kB
Writeback:           0 kB
AnonPages:      284036 kB
Mapped:          15188 kB
Slab:           164940 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   518892 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:32