Trace number 3493679

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.01 1199.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-5t0.cnf
MD5SUMbdfc0ca0d35502e6554f4214dbc961c5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1020.99
Satisfiable
(Un)Satisfiability was proved
Number of variables219701
Number of clauses1170345
Sum of the clauses size2820908
Maximum clause length10
Minimum clause length1
Number of clauses of size 112461
Number of clauses of size 2833745
Number of clauses of size 3267959
Number of clauses of size 46240
Number of clauses of size 524960
Number of clauses of size over 524980

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-3493679-1307801912.cnf ***
0.00/0.00	c 
1.49/1.57	c Parsing CPU Time: 1.48077
1.49/1.57	c Running MUSer ...
7.38/7.44	c 0.00% completed ... 
12.29/12.33	c 5.36% completed ... 
138.60/138.68	c 20.49% completed ... 
689.38/689.40	c 35.49% completed ... 
1034.18/1034.29	c 56.12% completed ... 
1198.89/1199.00	c muser received timeout signal. Terminating ...
1198.89/1199.00	c CPU Time: CPU Time: 1198.80

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-3493679-1307801912/watcher-3493679-1307801912 -o /tmp/evaluation-result-3493679-1307801912/solver-3493679-1307801912 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493679-1307801912.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: 4.00 3.93 2.89 5/186 8844
/proc/meminfo: memFree=24478336/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=4496 CPUtime=0 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 592 0 0 0 0 0 0 0 24 0 1 0 970421726 4603904 546 33554432000 4194304 5696331 140737326144048 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 1124 547 114 367 0 754 0

[startup+0.047579 s]
/proc/loadavg: 4.00 3.93 2.89 5/186 8844
/proc/meminfo: memFree=24478336/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=14856 CPUtime=0.04 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 3528 0 0 0 4 0 0 0 24 0 1 0 970421726 15212544 3141 33554432000 4194304 5696331 140737326144048 18446744073709551615 4210999 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 3714 3141 114 367 0 3344 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14856

[startup+0.100556 s]
/proc/loadavg: 4.00 3.93 2.89 5/186 8844
/proc/meminfo: memFree=24478336/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=26016 CPUtime=0.09 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 6627 0 0 0 9 0 0 0 24 0 1 0 970421726 26640384 5950 33554432000 4194304 5696331 140737326144048 18446744073709551615 4210500 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 6504 5950 114 367 0 6134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26016

[startup+0.300518 s]
/proc/loadavg: 4.00 3.93 2.89 5/186 8844
/proc/meminfo: memFree=24478336/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=55040 CPUtime=0.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 15401 0 0 0 28 1 0 0 25 0 1 0 970421726 56360960 13183 33554432000 4194304 5696331 140737326144048 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 13760 13186 114 367 0 13390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55040

[startup+0.700447 s]
/proc/loadavg: 4.00 3.93 2.89 5/186 8844
/proc/meminfo: memFree=24478336/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=114548 CPUtime=0.69 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 32585 0 0 0 66 3 0 0 25 0 1 0 970421726 117297152 28060 33554432000 4194304 5696331 140737326144048 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 28637 28062 114 367 0 28267 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114548

[startup+1.50031 s]
/proc/loadavg: 4.00 3.93 2.90 5/187 8845
/proc/meminfo: memFree=24277696/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=230660 CPUtime=1.49 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 66230 0 0 0 141 8 0 0 25 0 1 0 970421726 236195840 57094 33554432000 4194304 5696331 140737326144048 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 57665 57096 114 367 0 57295 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 230660

[startup+3.101 s]
/proc/loadavg: 4.00 3.93 2.90 5/187 8845
/proc/meminfo: memFree=24108956/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=371396 CPUtime=3.09 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 99466 0 0 0 298 11 0 0 25 0 1 0 970421726 380309504 90328 33554432000 4194304 5696331 140737326144048 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 92849 90328 142 367 0 92479 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 371396

[startup+6.30041 s]
/proc/loadavg: 4.00 3.93 2.91 5/187 8883
/proc/meminfo: memFree=24292720/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=274932 CPUtime=6.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 108557 0 0 0 617 12 0 0 25 0 1 0 970421726 281530368 68147 33554432000 4194304 5696331 140737326144048 18446744073709551615 4230846 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 68733 68147 143 367 0 68363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 274932

[startup+12.7002 s]
/proc/loadavg: 4.00 3.93 2.91 5/187 8921
/proc/meminfo: memFree=29462448/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=287588 CPUtime=12.69 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 111769 0 0 0 1256 13 0 0 25 0 1 0 970421726 294490112 71359 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381125 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 71897 71359 149 367 0 71527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 287588

[startup+25.5008 s]
/proc/loadavg: 4.00 3.94 2.92 5/187 8921
/proc/meminfo: memFree=29372992/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=291684 CPUtime=25.49 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 112796 0 0 0 2536 13 0 0 25 0 1 0 970421726 298684416 72386 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 72921 72386 149 367 0 72551 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 291684

[startup+51.1011 s]
/proc/loadavg: 4.00 3.94 2.95 5/187 8922
/proc/meminfo: memFree=28997944/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=295784 CPUtime=51.09 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 113321 0 0 0 5096 13 0 0 25 0 1 0 970421726 302882816 72911 33554432000 4194304 5696331 140737326144048 18446744073709551615 4380728 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 73946 72911 149 367 0 73576 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 295784

[startup+102.307 s]
/proc/loadavg: 4.00 3.95 3.01 5/187 8923
/proc/meminfo: memFree=28535624/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=295784 CPUtime=102.3 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 113345 0 0 0 10217 13 0 0 25 0 1 0 970421726 302882816 72935 33554432000 4194304 5696331 140737326144048 18446744073709551615 4417519 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 73946 72935 149 367 0 73576 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 295784

[startup+162.3 s]
/proc/loadavg: 4.00 3.95 3.07 5/187 8925
/proc/meminfo: memFree=28534976/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=295784 CPUtime=162.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 113366 0 0 0 16216 13 0 0 25 0 1 0 970421726 302882816 72956 33554432000 4194304 5696331 140737326144048 18446744073709551615 4417436 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 73946 72956 150 367 0 73576 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 295784

[startup+222.3 s]
/proc/loadavg: 4.00 3.96 3.12 5/187 8927
/proc/meminfo: memFree=28530772/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=222.28 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114416 0 0 0 22215 13 0 0 25 0 1 0 970421726 307191808 74006 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381288 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74006 150 367 0 74628 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 299992

[startup+282.301 s]
/proc/loadavg: 4.05 3.98 3.18 5/187 8928
/proc/meminfo: memFree=28530860/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=282.28 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114421 0 0 0 28215 13 0 0 25 0 1 0 970421726 307191808 74011 33554432000 4194304 5696331 140737326144048 18446744073709551615 4380796 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74011 150 367 0 74628 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 299992

[startup+342.301 s]
/proc/loadavg: 4.02 3.98 3.23 5/187 8930
/proc/meminfo: memFree=28530952/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=342.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114427 0 0 0 34215 14 0 0 25 0 1 0 970421726 307191808 74017 33554432000 4194304 5696331 140737326144048 18446744073709551615 4417510 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74017 150 367 0 74628 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 299992

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.27 5/187 8970
/proc/meminfo: memFree=28753560/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=402.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114433 0 0 0 40215 14 0 0 25 0 1 0 970421726 307191808 74023 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381132 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74023 150 367 0 74628 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 299992

[startup+462.301 s]
/proc/loadavg: 4.07 3.99 3.32 5/187 8972
/proc/meminfo: memFree=28753276/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=462.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114440 0 0 0 46214 15 0 0 25 0 1 0 970421726 307191808 74030 33554432000 4194304 5696331 140737326144048 18446744073709551615 4300685 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74030 150 367 0 74628 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 299992

[startup+522.3 s]
/proc/loadavg: 4.10 4.01 3.37 5/187 8974
/proc/meminfo: memFree=28753244/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=522.28 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114448 0 0 0 52213 15 0 0 25 0 1 0 970421726 307191808 74038 33554432000 4194304 5696331 140737326144048 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74038 150 367 0 74628 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 299992

[startup+582.301 s]
/proc/loadavg: 4.08 4.02 3.41 5/187 8975
/proc/meminfo: memFree=28763240/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=582.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114453 0 0 0 58213 16 0 0 25 0 1 0 970421726 307191808 74043 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381740 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74043 150 367 0 74628 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 299992

[startup+642.301 s]
/proc/loadavg: 4.03 4.02 3.44 5/187 8977
/proc/meminfo: memFree=28762848/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=642.3 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114461 0 0 0 64214 16 0 0 25 0 1 0 970421726 307191808 74051 33554432000 4194304 5696331 140737326144048 18446744073709551615 4419584 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74051 150 367 0 74628 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 299992

[startup+702.301 s]
/proc/loadavg: 4.01 4.01 3.47 5/187 8978
/proc/meminfo: memFree=28762548/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=702.28 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114468 0 0 0 70212 16 0 0 25 0 1 0 970421726 307191808 74058 33554432000 4194304 5696331 140737326144048 18446744073709551615 4416821 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74058 150 367 0 74628 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 299992

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.50 5/187 8980
/proc/meminfo: memFree=28762268/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=762.3 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114472 0 0 0 76213 17 0 0 25 0 1 0 970421726 307191808 74062 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381159 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74062 150 367 0 74628 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 299992

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.53 5/187 8982
/proc/meminfo: memFree=28762360/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=822.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114480 0 0 0 82212 17 0 0 25 0 1 0 970421726 307191808 74070 33554432000 4194304 5696331 140737326144048 18446744073709551615 4417691 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74070 150 367 0 74628 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 299992

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.56 5/187 8983
/proc/meminfo: memFree=28762332/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=882.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114488 0 0 0 88211 18 0 0 25 0 1 0 970421726 307191808 74078 33554432000 4194304 5696331 140737326144048 18446744073709551615 4419584 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74078 150 367 0 74628 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 299992

[startup+942.301 s]
/proc/loadavg: 4.08 4.02 3.59 5/187 8985
/proc/meminfo: memFree=28762296/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=299992 CPUtime=942.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114494 0 0 0 94211 18 0 0 25 0 1 0 970421726 307191808 74084 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381134 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 74998 74084 150 367 0 74628 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 299992

[startup+1002.3 s]
/proc/loadavg: 4.03 4.01 3.61 5/187 8986
/proc/meminfo: memFree=28762144/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1002.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114501 0 0 0 100211 18 0 0 25 0 1 0 970421726 307326976 74091 33554432000 4194304 5696331 140737326144048 18446744073709551615 4370288 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74091 150 367 0 74661 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 300124

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.63 5/187 8988
/proc/meminfo: memFree=28761984/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1062.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114509 0 0 0 106210 19 0 0 25 0 1 0 970421726 307326976 74099 33554432000 4194304 5696331 140737326144048 18446744073709551615 4380810 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74099 150 367 0 74661 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 300124

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/187 9028
/proc/meminfo: memFree=29508512/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1122.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114517 0 0 0 112210 19 0 0 25 0 1 0 970421726 307326976 74107 33554432000 4194304 5696331 140737326144048 18446744073709551615 4400296 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74107 150 367 0 74661 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 300124

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9029
/proc/meminfo: memFree=29396516/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1182.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114525 0 0 0 118210 19 0 0 25 0 1 0 970421726 307326976 74115 33554432000 4194304 5696331 140737326144048 18446744073709551615 4417472 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74115 150 367 0 74661 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 300124

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

[startup+1190.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9029
/proc/meminfo: memFree=29396512/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1190.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114525 0 0 0 119010 19 0 0 25 0 1 0 970421726 307326976 74115 33554432000 4194304 5696331 140737326144048 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74115 150 367 0 74661 0
Current children cumulated CPU time (s) 1190.29
Current children cumulated vsize (KiB) 300124

[startup+1193.51 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9029
/proc/meminfo: memFree=29396264/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1193.49 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114525 0 0 0 119330 19 0 0 25 0 1 0 970421726 307326976 74115 33554432000 4194304 5696331 140737326144048 18446744073709551615 4416821 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74115 150 367 0 74661 0
Current children cumulated CPU time (s) 1193.49
Current children cumulated vsize (KiB) 300124

[startup+1196.7 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9030
/proc/meminfo: memFree=29396504/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1196.69 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114525 0 0 0 119650 19 0 0 25 0 1 0 970421726 307326976 74115 33554432000 4194304 5696331 140737326144048 18446744073709551615 4381159 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74115 150 367 0 74661 0
Current children cumulated CPU time (s) 1196.69
Current children cumulated vsize (KiB) 300124

[startup+1198.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9069
/proc/meminfo: memFree=29653496/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1198.29 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114525 0 0 0 119810 19 0 0 25 0 1 0 970421726 307326976 74115 33554432000 4194304 5696331 140737326144048 18446744073709551615 4417510 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74115 150 367 0 74661 0
Current children cumulated CPU time (s) 1198.29
Current children cumulated vsize (KiB) 300124

[startup+1198.7 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9069
/proc/meminfo: memFree=29653496/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1198.69 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114525 0 0 0 119850 19 0 0 25 0 1 0 970421726 307326976 74115 33554432000 4194304 5696331 140737326144048 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74115 150 367 0 74661 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 300124

[startup+1198.9 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9069
/proc/meminfo: memFree=29652132/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=300124 CPUtime=1198.89 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202496 114525 0 0 0 119870 19 0 0 25 0 1 0 970421726 307326976 74115 33554432000 4194304 5696331 140737326144048 18446744073709551615 4380975 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/8844/statm: 75031 74115 150 367 0 74661 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 300124

[startup+1199.01 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9069
/proc/meminfo: memFree=29652132/32951124 swapFree=67062556/67111528
[pid=8844] ppid=8842 vsize=0 CPUtime=1198.99 cores=1,3
/proc/8844/stat : 8844 (muser) R 8842 8844 8460 0 -1 4202500 114526 0 0 0 119880 19 0 0 25 0 1 0 970421726 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 1 0 0 0
/proc/8844/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.01
CPU time (s): 1199.01
CPU user time (s): 1198.8
CPU system time (s): 0.205968
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 378828

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

runsolver used 1.90371 second user time and 4.64229 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-11 16:18:33
IDJOB=3493679
IDBENCH=71062
IDSOLVER=1969
FILE ID=node111/3493679-1307801912
RUNJOBID= node111-1307800705-8480
PBS_JOBID= 13551063
Free space on /tmp= 73840 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-20-5t0.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493679-1307801912/watcher-3493679-1307801912 -o /tmp/evaluation-result-3493679-1307801912/solver-3493679-1307801912 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493679-1307801912.cnf

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

MD5SUM BENCH= bdfc0ca0d35502e6554f4214dbc961c5
RANDOM SEED=365824579

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24480624 kB
Buffers:        312788 kB
Cached:        1571396 kB
SwapCached:      11232 kB
Active:        6903572 kB
Inactive:      1332196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24480624 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           42044 kB
Writeback:           0 kB
AnonPages:     6349128 kB
Mapped:          12028 kB
Slab:           157196 kB
PageTables:      17088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6556556 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= 73816 MiB
End job on node111 at 2011-06-11 16:38:32