Trace number 3439793

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
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.1 5000.17

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
Bench CategoryCRAFTED (crafted 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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3439793-1306945615/watcher-3439793-1306945615 -o /tmp/evaluation-result-3439793-1306945615/solver-3439793-1306945615 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439793-1306945615.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.10 1.64 1.85 3/575 7429
/proc/meminfo: memFree=23957184/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=20400 CPUtime=0 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 1527 0 0 0 0 0 0 0 21 0 1 0 806159268 20889600 1466 33554432000 4194304 4394578 140735367260720 18446744073709551615 212687336133 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 5100 1466 247 49 0 2241 0

[startup+0.0890209 s]
/proc/loadavg: 1.10 1.64 1.85 3/575 7429
/proc/meminfo: memFree=23957184/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=31624 CPUtime=0.08 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 4361 0 0 0 8 0 0 0 21 0 1 0 806159268 32382976 4300 33554432000 4194304 4394578 140735367260720 18446744073709551615 212687336133 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 7906 4301 247 49 0 5047 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31624

[startup+0.101005 s]
/proc/loadavg: 1.10 1.64 1.85 3/575 7429
/proc/meminfo: memFree=23957184/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=33340 CPUtime=0.09 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 4760 0 0 0 9 0 0 0 21 0 1 0 806159268 34140160 4699 33554432000 4194304 4394578 140735367260720 18446744073709551615 212687336481 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 8335 4700 247 49 0 5476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33340

[startup+0.300971 s]
/proc/loadavg: 1.10 1.64 1.85 3/575 7429
/proc/meminfo: memFree=23957184/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=58388 CPUtime=0.29 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 11048 0 0 0 27 2 0 0 22 0 1 0 806159268 59789312 10986 33554432000 4194304 4394578 140735367260720 18446744073709551615 212687699863 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 14597 10986 256 49 0 11738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58388

[startup+0.700894 s]
/proc/loadavg: 1.10 1.64 1.85 3/575 7429
/proc/meminfo: memFree=23957184/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=58388 CPUtime=0.69 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 11048 0 0 0 67 2 0 0 24 0 1 0 806159268 59789312 10986 33554432000 4194304 4394578 140735367260720 18446744073709551615 212687699863 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 14597 10986 256 49 0 11738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58388

[startup+1.50075 s]
/proc/loadavg: 1.17 1.65 1.86 3/576 7430
/proc/meminfo: memFree=23898732/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=58388 CPUtime=1.49 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 11048 0 0 0 146 3 0 0 25 0 1 0 806159268 59789312 10986 33554432000 4194304 4394578 140735367260720 18446744073709551615 212687699863 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 14597 10986 256 49 0 11738 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58388

[startup+3.10047 s]
/proc/loadavg: 1.17 1.65 1.86 3/576 7430
/proc/meminfo: memFree=23866368/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=94444 CPUtime=3.09 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 21787 0 0 0 305 4 0 0 25 0 1 0 806159268 96710656 19763 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 23611 19763 267 49 0 20752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94444

[startup+6.30089 s]
/proc/loadavg: 1.17 1.65 1.86 3/576 7430
/proc/meminfo: memFree=23816776/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=123644 CPUtime=6.29 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 28786 0 0 0 624 5 0 0 25 0 1 0 806159268 126611456 26762 33554432000 4194304 4394578 140735367260720 18446744073709551615 4287236 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 30911 26762 267 49 0 28052 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123644

[startup+12.7007 s]
/proc/loadavg: 1.29 1.66 1.86 3/576 7430
/proc/meminfo: memFree=23769280/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=163172 CPUtime=12.69 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 38209 0 0 0 1262 7 0 0 25 0 1 0 806159268 167088128 36185 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 40793 36185 267 49 0 37934 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 163172

[startup+25.5004 s]
/proc/loadavg: 1.40 1.67 1.86 3/576 7430
/proc/meminfo: memFree=23698840/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=222576 CPUtime=25.49 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 52245 0 0 0 2539 10 0 0 25 0 1 0 806159268 227917824 50221 33554432000 4194304 4394578 140735367260720 18446744073709551615 212687699863 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 55644 50221 267 49 0 52785 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 222576

[startup+51.1007 s]
/proc/loadavg: 1.75 1.73 1.87 3/576 7431
/proc/meminfo: memFree=23594440/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=316888 CPUtime=50.99 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 74508 0 0 0 5085 14 0 0 25 0 1 0 806159268 324493312 72484 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 79222 72484 267 49 0 76363 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 316888

[startup+102.321 s]
/proc/loadavg: 1.97 1.79 1.88 3/576 7433
/proc/meminfo: memFree=23478460/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=417264 CPUtime=102.2 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 97852 0 0 0 10201 19 0 0 25 0 1 0 806159268 427278336 95828 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 104316 95828 267 49 0 101457 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 417264

[startup+162.3 s]
/proc/loadavg: 1.99 1.82 1.89 3/576 7434
/proc/meminfo: memFree=23449024/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=429636 CPUtime=162.18 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 100847 0 0 0 16198 20 0 0 25 0 1 0 806159268 439947264 98823 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 107409 98823 267 49 0 104550 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 429636

[startup+222.3 s]
/proc/loadavg: 1.99 1.85 1.89 3/576 7436
/proc/meminfo: memFree=23392932/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=463324 CPUtime=222.19 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 108447 0 0 0 22195 24 0 0 25 0 1 0 806159268 474443776 106423 33554432000 4194304 4394578 140735367260720 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 115831 106423 267 49 0 112972 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 463324

[startup+282.3 s]
/proc/loadavg: 1.99 1.88 1.90 3/576 7437
/proc/meminfo: memFree=23348016/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=503108 CPUtime=282.19 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 116865 0 0 0 28194 25 0 0 25 0 1 0 806159268 515182592 114841 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 125777 114841 267 49 0 122918 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 503108

[startup+342.301 s]
/proc/loadavg: 1.99 1.90 1.90 3/576 7439
/proc/meminfo: memFree=23290684/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=557644 CPUtime=342.18 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 128452 0 0 0 34191 27 0 0 25 0 1 0 806159268 571027456 126428 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 139411 126428 267 49 0 136552 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 557644

[startup+402.301 s]
/proc/loadavg: 1.99 1.91 1.91 3/576 7441
/proc/meminfo: memFree=23235848/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=587424 CPUtime=402.18 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 134890 0 0 0 40189 29 0 0 25 0 1 0 806159268 601522176 132866 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 146856 132866 267 49 0 143997 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 587424

[startup+462.301 s]
/proc/loadavg: 2.10 1.96 1.92 3/576 7442
/proc/meminfo: memFree=23222904/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=597764 CPUtime=462.18 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 137082 0 0 0 46189 29 0 0 25 0 1 0 806159268 612110336 135058 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 149441 135058 267 49 0 146582 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 597764

[startup+522.301 s]
/proc/loadavg: 2.08 1.97 1.93 3/576 7444
/proc/meminfo: memFree=23197576/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=627924 CPUtime=522.18 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 143316 0 0 0 52188 30 0 0 25 0 1 0 806159268 642994176 141292 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 156981 141292 267 49 0 154122 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 627924

[startup+582.301 s]
/proc/loadavg: 2.03 1.97 1.93 3/576 7445
/proc/meminfo: memFree=23177064/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=647128 CPUtime=582.18 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 147157 0 0 0 58187 31 0 0 25 0 1 0 806159268 662659072 145133 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7429/statm: 161782 145133 267 49 0 158923 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 647128

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.02 2.05 2.01 3/576 7550
/proc/meminfo: memFree=22657060/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4062.22 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 236456 0 0 0 406167 55 0 0 25 0 1 0 806159268 1088561152 234432 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 234432 267 49 0 262903 0
Current children cumulated CPU time (s) 4062.22
Current children cumulated vsize (KiB) 1063048

[startup+4122.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 7552
/proc/meminfo: memFree=22657268/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4122.2 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 236615 0 0 0 412165 55 0 0 25 0 1 0 806159268 1088561152 234591 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 234591 267 49 0 262903 0
Current children cumulated CPU time (s) 4122.2
Current children cumulated vsize (KiB) 1063048

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 7553
/proc/meminfo: memFree=22651644/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4182.2 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 236883 0 0 0 418165 55 0 0 25 0 1 0 806159268 1088561152 234859 33554432000 4194304 4394578 140735367260720 18446744073709551615 4346529 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 234859 267 49 0 262903 0
Current children cumulated CPU time (s) 4182.2
Current children cumulated vsize (KiB) 1063048

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 7555
/proc/meminfo: memFree=22647636/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4242.2 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 237056 0 0 0 424165 55 0 0 25 0 1 0 806159268 1088561152 235032 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 235032 267 49 0 262903 0
Current children cumulated CPU time (s) 4242.2
Current children cumulated vsize (KiB) 1063048

[startup+4302.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/576 7557
/proc/meminfo: memFree=22646364/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4302.2 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 237111 0 0 0 430165 55 0 0 25 0 1 0 806159268 1088561152 235087 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 235087 267 49 0 262903 0
Current children cumulated CPU time (s) 4302.2
Current children cumulated vsize (KiB) 1063048

[startup+4362.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/576 7558
/proc/meminfo: memFree=22645576/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4362.2 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 237254 0 0 0 436165 55 0 0 25 0 1 0 806159268 1088561152 235230 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 235230 267 49 0 262903 0
Current children cumulated CPU time (s) 4362.2
Current children cumulated vsize (KiB) 1063048

[startup+4422.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/576 7560
/proc/meminfo: memFree=22643936/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4422.21 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 237295 0 0 0 442166 55 0 0 25 0 1 0 806159268 1088561152 235271 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 235271 267 49 0 262903 0
Current children cumulated CPU time (s) 4422.21
Current children cumulated vsize (KiB) 1063048

[startup+4482.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/576 7561
/proc/meminfo: memFree=22640524/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4482.21 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 237413 0 0 0 448166 55 0 0 25 0 1 0 806159268 1088561152 235389 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 235389 267 49 0 262903 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 1063048

[startup+4542.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/576 7563
/proc/meminfo: memFree=22637980/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1063048 CPUtime=4542.21 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 237455 0 0 0 454166 55 0 0 25 0 1 0 806159268 1088561152 235431 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 265762 235431 267 49 0 262903 0
Current children cumulated CPU time (s) 4542.21
Current children cumulated vsize (KiB) 1063048

[startup+4602.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/576 7565
/proc/meminfo: memFree=22635308/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1066120 CPUtime=4602.22 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 237937 0 0 0 460167 55 0 0 25 0 1 0 806159268 1091706880 235913 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 266530 235913 267 49 0 263671 0
Current children cumulated CPU time (s) 4602.22
Current children cumulated vsize (KiB) 1066120

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 7566
/proc/meminfo: memFree=22599156/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1107084 CPUtime=4662.21 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 246185 0 0 0 466165 56 0 0 25 0 1 0 806159268 1133654016 244161 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 276771 244161 267 49 0 273912 0
Current children cumulated CPU time (s) 4662.21
Current children cumulated vsize (KiB) 1107084

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 7568
/proc/meminfo: memFree=22599740/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1108108 CPUtime=4722.23 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 246592 0 0 0 472167 56 0 0 25 0 1 0 806159268 1134702592 244568 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 277027 244568 267 49 0 274168 0
Current children cumulated CPU time (s) 4722.23
Current children cumulated vsize (KiB) 1108108

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 7569
/proc/meminfo: memFree=22596340/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1110668 CPUtime=4782.21 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 247180 0 0 0 478165 56 0 0 25 0 1 0 806159268 1137324032 245156 33554432000 4194304 4394578 140735367260720 18446744073709551615 4313612 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 277667 245156 267 49 0 274808 0
Current children cumulated CPU time (s) 4782.21
Current children cumulated vsize (KiB) 1110668

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 7571
/proc/meminfo: memFree=22582880/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1112204 CPUtime=4842.21 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 247471 0 0 0 484165 56 0 0 25 0 1 0 806159268 1138896896 245447 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 278051 245447 267 49 0 275192 0
Current children cumulated CPU time (s) 4842.21
Current children cumulated vsize (KiB) 1112204

[startup+4902.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/576 7573
/proc/meminfo: memFree=22584316/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1112204 CPUtime=4902.21 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 247487 0 0 0 490165 56 0 0 25 0 1 0 806159268 1138896896 245463 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 278051 245463 267 49 0 275192 0
Current children cumulated CPU time (s) 4902.21
Current children cumulated vsize (KiB) 1112204

[startup+4962.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/576 7574
/proc/meminfo: memFree=22583500/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1112716 CPUtime=4962.22 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 247600 0 0 0 496165 57 0 0 25 0 1 0 806159268 1139421184 245576 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 278179 245576 267 49 0 275320 0
Current children cumulated CPU time (s) 4962.22
Current children cumulated vsize (KiB) 1112716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.13 2.07 2.01 2/574 7576
/proc/meminfo: memFree=22973712/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1112716 CPUtime=5000.03 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 247649 0 0 0 499946 57 0 0 25 0 1 0 806159268 1139421184 245625 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 278179 245625 267 49 0 275320 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1112716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5000.1 s]
/proc/loadavg: 2.13 2.07 2.01 2/574 7576
/proc/meminfo: memFree=22973712/32951124 swapFree=58940260/67111528
[pid=7429] ppid=7427 vsize=1112716 CPUtime=5000.03 cores=0,2,4,6
/proc/7429/stat : 7429 (SApperloT2010) R 7427 7429 6362 0 -1 4202496 247649 0 0 0 499946 57 0 0 25 0 1 0 806159268 1139421184 245625 33554432000 4194304 4394578 140735367260720 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/7429/statm: 278179 245625 267 49 0 275320 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1112716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.17
CPU time (s): 5000.1
CPU user time (s): 4999.48
CPU system time (s): 0.616906
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 1112716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.48
system time used= 0.616906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247649
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 10608

runsolver used 30.4564 second user time and 65.0241 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-01 18:26:55
IDJOB=3439793
IDBENCH=88226
IDSOLVER=1933
FILE ID=node139/3439793-1306945615
RUNJOBID= node139-1306945615-7409
PBS_JOBID= 13488591
Free space on /tmp= 73208 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439793-1306945615/watcher-3439793-1306945615 -o /tmp/evaluation-result-3439793-1306945615/solver-3439793-1306945615 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439793-1306945615.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=12085715

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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:      23957340 kB
Buffers:        150728 kB
Cached:         331080 kB
SwapCached:       3628 kB
Active:        8374464 kB
Inactive:       320780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23957340 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:            7396 kB
Writeback:           0 kB
AnonPages:     8211504 kB
Mapped:          32596 kB
Slab:           148500 kB
PageTables:      79228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170900248 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= 73208 MiB
End job on node139 at 2011-06-01 19:50:17