Trace number 3493763

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.14 1199.1

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c7552mul.miter.shuffled-as.sat03-347.cnf
MD5SUMd7fe276174ed84286b617b0a3b941e49
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 variables11282
Number of clauses69529
Sum of the clauses size234758
Maximum clause length126
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216000
Number of clauses of size 332504
Number of clauses of size 40
Number of clauses of size 521024
Number of clauses of size over 51

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-3493763-1307802769.cnf ***
0.00/0.00	c 
0.09/0.10	c Parsing CPU Time: 0.098984
0.09/0.10	c Running MUSer ...
20.80/20.84	c 0.00% completed ... 
342.11/342.11	c 7.49% completed ... 
857.52/857.58	c 12.51% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1198.02

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

running on 2 cores: 5,7

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: 3.93 2.62 1.69 5/193 15578
/proc/meminfo: memFree=27375176/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=4172 CPUtime=0 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 540 0 0 0 0 0 0 0 25 0 1 0 891874828 4272128 494 33554432000 4194304 5696331 140736754274288 18446744073709551615 4208092 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 1043 494 114 367 0 673 0

[startup+0.012377 s]
/proc/loadavg: 3.93 2.62 1.69 5/193 15578
/proc/meminfo: memFree=27375176/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=5308 CPUtime=0.01 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 804 0 0 0 1 0 0 0 25 0 1 0 891874828 5435392 758 33554432000 4194304 5696331 140736754274288 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 1327 760 114 367 0 957 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5308

[startup+0.100334 s]
/proc/loadavg: 3.93 2.62 1.69 5/193 15578
/proc/meminfo: memFree=27375176/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=17128 CPUtime=0.09 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 4210 0 0 0 9 0 0 0 25 0 1 0 891874828 17539072 3726 33554432000 4194304 5696331 140736754274288 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 4282 3728 114 367 0 3912 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17128

[startup+0.3003 s]
/proc/loadavg: 3.93 2.62 1.69 5/193 15578
/proc/meminfo: memFree=27375176/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=25140 CPUtime=0.29 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 6369 0 0 0 29 0 0 0 25 0 1 0 891874828 25743360 5883 33554432000 4194304 5696331 140736754274288 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 6285 5883 143 367 0 5915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25140

[startup+0.700228 s]
/proc/loadavg: 3.93 2.62 1.69 5/193 15578
/proc/meminfo: memFree=27375176/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=25408 CPUtime=0.68 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 6404 0 0 0 68 0 0 0 25 0 1 0 891874828 26017792 5918 33554432000 4194304 5696331 140736754274288 18446744073709551615 4399999 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 6352 5918 143 367 0 5982 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25408

[startup+1.50108 s]
/proc/loadavg: 3.93 2.62 1.69 5/194 15579
/proc/meminfo: memFree=27351880/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=25812 CPUtime=1.49 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 6506 0 0 0 149 0 0 0 25 0 1 0 891874828 26431488 6020 33554432000 4194304 5696331 140736754274288 18446744073709551615 4399968 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 6453 6020 143 367 0 6083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25812

[startup+3.10079 s]
/proc/loadavg: 3.93 2.62 1.69 5/194 15579
/proc/meminfo: memFree=27350892/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=27232 CPUtime=3.09 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 6865 0 0 0 308 1 0 0 25 0 1 0 891874828 27885568 6379 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400269 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 6808 6379 143 367 0 6438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27232

[startup+6.30021 s]
/proc/loadavg: 3.94 2.64 1.71 5/194 15579
/proc/meminfo: memFree=27347172/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=31748 CPUtime=6.29 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 7996 0 0 0 628 1 0 0 25 0 1 0 891874828 32509952 7510 33554432000 4194304 5696331 140736754274288 18446744073709551615 4416765 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 7937 7510 143 367 0 7567 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31748

[startup+12.701 s]
/proc/loadavg: 3.94 2.66 1.72 5/194 15579
/proc/meminfo: memFree=27355416/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=22044 CPUtime=12.69 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 10231 0 0 0 1267 2 0 0 25 0 1 0 891874828 22573056 5127 33554432000 4194304 5696331 140736754274288 18446744073709551615 4403155 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 5511 5127 144 367 0 5141 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22044

[startup+25.5007 s]
/proc/loadavg: 3.96 2.73 1.75 5/194 15580
/proc/meminfo: memFree=27330236/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=52060 CPUtime=25.49 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 22397 0 0 0 2545 4 0 0 25 0 1 0 891874828 53309440 12648 33554432000 4194304 5696331 140736754274288 18446744073709551615 4391772 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 13015 12651 150 367 0 12645 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52060

[startup+51.1011 s]
/proc/loadavg: 3.97 2.83 1.81 5/194 15580
/proc/meminfo: memFree=26897188/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=628564 CPUtime=51.09 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 166506 0 0 0 5086 23 0 0 25 0 1 0 891874828 643649536 156703 33554432000 4194304 5696331 140736754274288 18446744073709551615 4394454 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 157141 156703 150 367 0 156771 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 628564

[startup+102.307 s]
/proc/loadavg: 3.98 3.01 1.92 5/194 15582
/proc/meminfo: memFree=26177472/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=1331556 CPUtime=102.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 342336 0 0 0 10184 46 0 0 25 0 1 0 891874828 1363513344 332470 33554432000 4194304 5696331 140736754274288 18446744073709551615 4392379 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 332889 332470 150 367 0 332519 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1331556

[startup+162.301 s]
/proc/loadavg: 4.03 3.20 2.06 5/194 15583
/proc/meminfo: memFree=24640688/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2110412 CPUtime=162.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 537154 0 0 0 16159 71 0 0 25 0 1 0 891874828 2161061888 527216 33554432000 4194304 5696331 140736754274288 18446744073709551615 4403152 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 527603 527216 150 367 0 527233 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2110412

[startup+222.301 s]
/proc/loadavg: 4.09 3.36 2.18 5/194 15661
/proc/meminfo: memFree=24094452/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2394416 CPUtime=222.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 608177 0 0 0 22149 81 0 0 25 0 1 0 891874828 2451881984 598224 33554432000 4194304 5696331 140736754274288 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 598604 598224 150 367 0 598234 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2394416

[startup+282.301 s]
/proc/loadavg: 4.15 3.51 2.30 5/194 15662
/proc/meminfo: memFree=23571024/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2578900 CPUtime=282.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 654082 0 0 0 28143 87 0 0 25 0 1 0 891874828 2640793600 644115 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 644725 644115 155 367 0 644355 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2578900

[startup+342.301 s]
/proc/loadavg: 4.19 3.62 2.42 5/194 15664
/proc/meminfo: memFree=22800576/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2578900 CPUtime=342.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 654090 0 0 0 34143 87 0 0 25 0 1 0 891874828 2640793600 644118 33554432000 4194304 5696331 140736754274288 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 644725 644118 150 367 0 644355 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2578900

[startup+402.3 s]
/proc/loadavg: 4.07 3.69 2.51 5/194 15666
/proc/meminfo: memFree=22619504/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2578900 CPUtime=402.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 654094 0 0 0 40143 87 0 0 25 0 1 0 891874828 2640793600 644122 33554432000 4194304 5696331 140736754274288 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 644725 644122 150 367 0 644355 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2578900

[startup+462.3 s]
/proc/loadavg: 4.06 3.76 2.61 5/194 15667
/proc/meminfo: memFree=22123228/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2578900 CPUtime=462.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 654123 0 0 0 46143 87 0 0 25 0 1 0 891874828 2640793600 644151 33554432000 4194304 5696331 140736754274288 18446744073709551615 4402316 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 644725 644151 150 367 0 644355 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2578900

[startup+522.3 s]
/proc/loadavg: 4.06 3.81 2.70 5/194 15669
/proc/meminfo: memFree=21409684/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2578900 CPUtime=522.31 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 654128 0 0 0 52144 87 0 0 25 0 1 0 891874828 2640793600 644156 33554432000 4194304 5696331 140736754274288 18446744073709551615 4402216 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 644725 644156 150 367 0 644355 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2578900

[startup+582.3 s]
/proc/loadavg: 4.02 3.84 2.78 5/194 15670
/proc/meminfo: memFree=20955680/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2823652 CPUtime=582.3 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 715388 0 0 0 58134 96 0 0 25 0 1 0 891874828 2891419648 705402 33554432000 4194304 5696331 140736754274288 18446744073709551615 4371189 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 705913 705402 150 367 0 705543 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2823652

[startup+642.301 s]
/proc/loadavg: 4.01 3.87 2.85 5/194 15672
/proc/meminfo: memFree=20996180/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2823652 CPUtime=642.31 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 715393 0 0 0 64135 96 0 0 25 0 1 0 891874828 2891419648 705407 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 705913 705407 150 367 0 705543 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2823652

[startup+702.301 s]
/proc/loadavg: 4.11 3.92 2.93 6/194 15674
/proc/meminfo: memFree=21000592/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2818324 CPUtime=702.31 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 715396 0 0 0 70135 96 0 0 25 0 1 0 891874828 2885963776 704086 33554432000 4194304 5696331 140736754274288 18446744073709551615 4393075 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 704581 704086 150 367 0 704211 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2818324

[startup+762.307 s]
/proc/loadavg: 4.04 3.93 2.99 5/194 15675
/proc/meminfo: memFree=21004512/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2814712 CPUtime=762.31 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 715403 0 0 0 76135 96 0 0 25 0 1 0 891874828 2882265088 703190 33554432000 4194304 5696331 140736754274288 18446744073709551615 4394655 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 703678 703190 150 367 0 703308 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2814712

[startup+822.301 s]
/proc/loadavg: 4.05 3.96 3.06 5/194 15677
/proc/meminfo: memFree=21004124/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2814712 CPUtime=822.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 715409 0 0 0 82135 97 0 0 25 0 1 0 891874828 2882265088 703196 33554432000 4194304 5696331 140736754274288 18446744073709551615 4394728 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 703678 703196 150 367 0 703308 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 2814712

[startup+882.301 s]
/proc/loadavg: 4.05 3.97 3.12 5/194 15678
/proc/meminfo: memFree=20923952/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2899928 CPUtime=882.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 736723 0 0 0 88132 100 0 0 25 0 1 0 891874828 2969526272 724504 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 724982 724504 150 367 0 724612 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2899928

[startup+942.301 s]
/proc/loadavg: 4.09 3.99 3.18 6/194 15680
/proc/meminfo: memFree=20893900/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=942.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743039 0 0 0 94131 101 0 0 25 0 1 0 891874828 2995359744 730819 33554432000 4194304 5696331 140736754274288 18446744073709551615 4394442 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730819 150 367 0 730919 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2925156

[startup+1002.3 s]
/proc/loadavg: 3.24 3.80 3.16 3/182 15730
/proc/meminfo: memFree=27800756/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1002.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743041 0 0 0 100131 101 0 0 25 0 1 0 891874828 2995359744 730821 33554432000 4194304 5696331 140736754274288 18446744073709551615 4402426 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730821 150 367 0 730919 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2925156

[startup+1062.3 s]
/proc/loadavg: 2.45 3.47 3.09 3/182 15731
/proc/meminfo: memFree=27800720/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1062.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743046 0 0 0 106131 101 0 0 25 0 1 0 891874828 2995359744 730826 33554432000 4194304 5696331 140736754274288 18446744073709551615 4394655 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730826 150 367 0 730919 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2925156

[startup+1122.3 s]
/proc/loadavg: 2.20 3.21 3.02 3/182 15733
/proc/meminfo: memFree=27800924/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1122.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743048 0 0 0 112131 101 0 0 25 0 1 0 891874828 2995359744 730828 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400192 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730828 150 367 0 730919 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2925156

[startup+1182.3 s]
/proc/loadavg: 2.12 3.00 2.96 3/182 15734
/proc/meminfo: memFree=27801144/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1182.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743048 0 0 0 118131 101 0 0 25 0 1 0 891874828 2995359744 730828 33554432000 4194304 5696331 140736754274288 18446744073709551615 4393063 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730828 150 367 0 730919 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2925156

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

[startup+1190.3 s]
/proc/loadavg: 2.10 2.97 2.95 3/182 15735
/proc/meminfo: memFree=27801260/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1190.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743048 0 0 0 118931 101 0 0 25 0 1 0 891874828 2995359744 730828 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400811 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730828 150 367 0 730919 0
Current children cumulated CPU time (s) 1190.32
Current children cumulated vsize (KiB) 2925156

[startup+1193.51 s]
/proc/loadavg: 2.10 2.97 2.95 3/182 15735
/proc/meminfo: memFree=27801260/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1193.53 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743048 0 0 0 119252 101 0 0 25 0 1 0 891874828 2995359744 730828 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730828 150 367 0 730919 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 2925156

[startup+1196.7 s]
/proc/loadavg: 2.09 2.95 2.94 3/182 15735
/proc/meminfo: memFree=27801260/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1196.73 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743048 0 0 0 119572 101 0 0 25 0 1 0 891874828 2995359744 730828 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400400 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730828 150 367 0 730919 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 2925156

[startup+1198.3 s]
/proc/loadavg: 2.09 2.95 2.94 3/182 15735
/proc/meminfo: memFree=27801260/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1198.32 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743048 0 0 0 119731 101 0 0 25 0 1 0 891874828 2995359744 730828 33554432000 4194304 5696331 140736754274288 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730828 150 367 0 730919 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 2925156

[startup+1198.7 s]
/proc/loadavg: 2.09 2.95 2.94 3/182 15735
/proc/meminfo: memFree=27801260/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=2925156 CPUtime=1198.72 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202496 743048 0 0 0 119771 101 0 0 25 0 1 0 891874828 2995359744 730828 33554432000 4194304 5696331 140736754274288 18446744073709551615 4400709 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/15578/statm: 731289 730828 150 367 0 730919 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 2925156

[startup+1199.1 s]
/proc/loadavg: 2.08 2.94 2.94 3/182 15735
/proc/meminfo: memFree=27801260/32951124 swapFree=67054536/67111528
[pid=15578] ppid=15576 vsize=0 CPUtime=1199.12 cores=5,7
/proc/15578/stat : 15578 (muser) R 15576 15578 11621 0 -1 4202500 743048 0 0 0 119801 111 0 0 25 0 1 0 891874828 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/15578/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.1
CPU time (s): 1199.14
CPU user time (s): 1198.02
CPU system time (s): 1.11683
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2925156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.02
system time used= 1.11683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 743048
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= 4
involuntary context switches= 15006

runsolver used 1.84572 second user time and 4.69928 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 16:32:49
IDJOB=3493763
IDBENCH=84208
IDSOLVER=1969
FILE ID=node133/3493763-1307802769
RUNJOBID= node133-1307802541-15441
PBS_JOBID= 13551015
Free space on /tmp= 74060 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c7552mul.miter.shuffled-as.sat03-347.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493763-1307802769/watcher-3493763-1307802769 -o /tmp/evaluation-result-3493763-1307802769/solver-3493763-1307802769 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493763-1307802769.cnf

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

MD5SUM BENCH= d7fe276174ed84286b617b0a3b941e49
RANDOM SEED=705359553

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27375728 kB
Buffers:        282124 kB
Cached:        1153700 kB
SwapCached:      10420 kB
Active:        4523076 kB
Inactive:       842504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27375728 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            2944 kB
Writeback:           4 kB
AnonPages:     3927100 kB
Mapped:          14736 kB
Slab:           136484 kB
PageTables:      12792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4167940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74080 MiB
End job on node133 at 2011-06-11 16:52:49