Trace number 3292080

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
march_rw 2011-03-02? (TO) 1300.14 1300.12

General information on the benchmark

NameSAT04/industrial/velev/pipe-sat-1-1/
12pipe_bug6_q0.used-as.sat04-725.cnf
MD5SUMb16e6cb0e63a3228c47c991012afc8b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.09868
Satisfiable
(Un)Satisfiability was proved
Number of variables138795
Number of clauses4671352
Sum of the clauses size13877998
Maximum clause length352
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23881307
Number of clauses of size 3729591
Number of clauses of size 4620
Number of clauses of size 5552
Number of clauses of size over 559281

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: 935)

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-3292080-1303794861/watcher-3292080-1303794861 -o /tmp/evaluation-result-3292080-1303794861/solver-3292080-1303794861 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3292080-1303794861.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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.03 3.76 3.79 5/181 2274
/proc/meminfo: memFree=26619272/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=43500 CPUtime=0 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 1280 0 0 0 0 0 0 0 21 0 1 0 491089197 44544000 1225 33554432000 4194304 4300876 140736210055824 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 10875 1234 110 27 0 9324 0

[startup+0.066724 s]
/proc/loadavg: 3.03 3.76 3.79 5/181 2274
/proc/meminfo: memFree=26619272/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=77332 CPUtime=0.05 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 13291 0 0 0 4 1 0 0 21 0 1 0 491089197 79187968 13236 33554432000 4194304 4300876 140736210055824 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 19333 13236 113 27 0 17782 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 77332

[startup+0.100714 s]
/proc/loadavg: 3.03 3.76 3.79 5/181 2274
/proc/meminfo: memFree=26619272/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=79180 CPUtime=0.08 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 13799 0 0 0 7 1 0 0 21 0 1 0 491089197 81080320 13744 33554432000 4194304 4300876 140736210055824 18446744073709551615 218370594944 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 19795 13745 113 27 0 18244 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 79180

[startup+0.300683 s]
/proc/loadavg: 3.03 3.76 3.79 5/181 2274
/proc/meminfo: memFree=26619272/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=90532 CPUtime=0.29 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 16958 0 0 0 27 2 0 0 22 0 1 0 491089197 92704768 16903 33554432000 4194304 4300876 140736210055824 18446744073709551615 218370957056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 22633 16903 113 27 0 21082 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90532

[startup+0.700608 s]
/proc/loadavg: 3.03 3.76 3.79 5/181 2274
/proc/meminfo: memFree=26619272/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=114028 CPUtime=0.69 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 23494 0 0 0 66 3 0 0 24 0 1 0 491089197 116764672 23439 33554432000 4194304 4300876 140736210055824 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 28507 23439 113 27 0 26956 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114028

[startup+1.50047 s]
/proc/loadavg: 3.03 3.76 3.79 5/187 2281
/proc/meminfo: memFree=26299392/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=160888 CPUtime=1.49 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 36540 0 0 0 143 6 0 0 25 0 1 0 491089197 164749312 36485 33554432000 4194304 4300876 140736210055824 18446744073709551615 218370957056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 40222 36486 113 27 0 38671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160888

[startup+3.10019 s]
/proc/loadavg: 3.03 3.76 3.79 5/187 2281
/proc/meminfo: memFree=26011092/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=465932 CPUtime=3.09 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 69448 0 0 0 298 11 0 0 25 0 1 0 491089197 477114368 69391 33554432000 4194304 4300876 140736210055824 18446744073709551615 4242232 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 116483 69391 118 27 0 114932 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 465932

[startup+6.30062 s]
/proc/loadavg: 3.27 3.80 3.80 5/190 2287
/proc/meminfo: memFree=25452272/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=579584 CPUtime=6.29 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4194304 121943 0 0 0 611 18 0 0 25 0 1 0 491089197 593494016 92490 33554432000 4194304 4300876 140736210055824 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 144929 92502 128 27 0 143378 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 579584

[startup+12.7005 s]
/proc/loadavg: 3.33 3.80 3.80 5/190 2287
/proc/meminfo: memFree=25021132/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=471868 CPUtime=12.68 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 239782 0 0 0 1235 33 0 0 25 0 1 0 491089197 483192832 70901 33554432000 4194304 4300876 140736210055824 18446744073709551615 4240059 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 117967 70901 143 27 0 116416 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 471868

[startup+25.5002 s]
/proc/loadavg: 3.54 3.83 3.81 5/190 2287
/proc/meminfo: memFree=24994008/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=532924 CPUtime=25.49 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 512890 0 0 0 2478 71 0 0 25 0 1 0 491089197 545714176 85836 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 133231 85836 144 27 0 131680 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 532924

[startup+51.1007 s]
/proc/loadavg: 3.70 3.84 3.81 5/190 2288
/proc/meminfo: memFree=24769416/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=577148 CPUtime=51.09 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 523535 0 0 0 5037 72 0 0 25 0 1 0 491089197 590999552 96481 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 144287 96481 144 27 0 142736 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 577148

[startup+102.307 s]
/proc/loadavg: 3.87 3.86 3.82 5/190 2290
/proc/meminfo: memFree=24075112/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=661608 CPUtime=102.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 544236 0 0 0 10155 75 0 0 25 0 1 0 491089197 677486592 117182 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214647 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 165402 117182 144 27 0 163851 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 661608

[startup+162.301 s]
/proc/loadavg: 3.95 3.89 3.83 5/190 2291
/proc/meminfo: memFree=23308900/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=752952 CPUtime=162.29 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 567767 0 0 0 16151 78 0 0 25 0 1 0 491089197 771022848 140713 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 188238 140713 144 27 0 186687 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 752952

[startup+222.3 s]
/proc/loadavg: 3.98 3.90 3.83 5/190 2293
/proc/meminfo: memFree=22052848/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=854376 CPUtime=222.29 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 591691 0 0 0 22148 81 0 0 25 0 1 0 491089197 874881024 164637 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 213594 164637 144 27 0 212043 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 854376

[startup+282.301 s]
/proc/loadavg: 4.05 3.93 3.84 5/190 2294
/proc/meminfo: memFree=20845548/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=950868 CPUtime=282.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 616458 0 0 0 28145 85 0 0 25 0 1 0 491089197 973688832 189404 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 237717 189404 144 27 0 236166 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 950868

[startup+342.301 s]
/proc/loadavg: 4.06 3.96 3.85 5/190 2296
/proc/meminfo: memFree=19918500/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1042608 CPUtime=342.29 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 640022 0 0 0 34141 88 0 0 25 0 1 0 491089197 1067630592 212968 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 260652 212968 144 27 0 259101 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1042608

[startup+402.3 s]
/proc/loadavg: 4.02 3.97 3.86 5/190 2298
/proc/meminfo: memFree=19184856/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1165536 CPUtime=402.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 667239 0 0 0 40138 92 0 0 25 0 1 0 491089197 1193508864 240185 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 291384 240185 144 27 0 289833 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1165536

[startup+462.301 s]
/proc/loadavg: 4.01 3.97 3.87 5/190 2299
/proc/meminfo: memFree=18342372/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1263084 CPUtime=462.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 692240 0 0 0 46135 95 0 0 25 0 1 0 491089197 1293398016 265186 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 315771 265186 144 27 0 314220 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1263084

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 2301
/proc/meminfo: memFree=17793236/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1360632 CPUtime=522.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 717181 0 0 0 52132 98 0 0 25 0 1 0 491089197 1393287168 290127 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 340158 290127 144 27 0 338607 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1360632

[startup+582.3 s]
/proc/loadavg: 4.07 3.99 3.88 5/190 2302
/proc/meminfo: memFree=17214744/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1458708 CPUtime=582.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 742284 0 0 0 58128 102 0 0 25 0 1 0 491089197 1493716992 315230 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 364677 315230 144 27 0 363126 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1458708

[startup+642.301 s]
/proc/loadavg: 4.02 3.99 3.89 5/190 2304
/proc/meminfo: memFree=16602012/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1559292 CPUtime=642.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 768009 0 0 0 64125 105 0 0 25 0 1 0 491089197 1596715008 340955 33554432000 4194304 4300876 140736210055824 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 389823 340955 144 27 0 388272 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1559292

[startup+702.301 s]
/proc/loadavg: 4.01 3.99 3.89 5/190 2306
/proc/meminfo: memFree=15833280/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1663176 CPUtime=702.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 794538 0 0 0 70122 108 0 0 25 0 1 0 491089197 1703092224 367484 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 415794 367484 144 27 0 414243 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1663176

[startup+762.306 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 2308
/proc/meminfo: memFree=14415924/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1768644 CPUtime=762.31 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 821457 0 0 0 76118 113 0 0 25 0 1 0 491089197 1811091456 394403 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 442161 394403 144 27 0 440610 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1768644

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 2311
/proc/meminfo: memFree=13082376/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=1923944 CPUtime=822.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 848634 0 0 0 82113 117 0 0 25 0 1 0 491089197 1970118656 421580 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 480986 421580 144 27 0 479435 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1923944

[startup+882.301 s]
/proc/loadavg: 4.09 4.02 3.92 5/190 2312
/proc/meminfo: memFree=11693280/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2031260 CPUtime=882.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 876290 0 0 0 88110 120 0 0 25 0 1 0 491089197 2080010240 449236 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 507815 449236 144 27 0 506264 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2031260

[startup+942.3 s]
/proc/loadavg: 4.03 4.01 3.92 5/190 2314
/proc/meminfo: memFree=10277208/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2139500 CPUtime=942.31 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 904153 0 0 0 94107 124 0 0 25 0 1 0 491089197 2190848000 477099 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 534875 477099 144 27 0 533324 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2139500

[startup+1002.3 s]
/proc/loadavg: 3.62 3.91 3.89 4/184 2334
/proc/meminfo: memFree=17079404/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2248796 CPUtime=1002.31 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 932297 0 0 0 100104 127 0 0 25 0 1 0 491089197 2302767104 505243 33554432000 4194304 4300876 140736210055824 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 562199 505243 144 27 0 560648 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2248796

[startup+1062.3 s]
/proc/loadavg: 3.22 3.74 3.83 4/184 2335
/proc/meminfo: memFree=16852068/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2360204 CPUtime=1062.3 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 960954 0 0 0 106099 131 0 0 25 0 1 0 491089197 2416848896 533900 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 590051 533900 144 27 0 588500 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2360204

[startup+1122.3 s]
/proc/loadavg: 3.08 3.60 3.77 4/184 2337
/proc/meminfo: memFree=16611832/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2476364 CPUtime=1122.31 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 990811 0 0 0 112096 135 0 0 25 0 1 0 491089197 2535796736 563757 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 619091 563757 144 27 0 617540 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2476364

[startup+1182.3 s]
/proc/loadavg: 3.07 3.51 3.73 4/185 2339
/proc/meminfo: memFree=15112516/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2595164 CPUtime=1182.31 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 1021355 0 0 0 118090 141 0 0 25 0 1 0 491089197 2657447936 594301 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 648791 594301 144 27 0 647240 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2595164

[startup+1242.3 s]
/proc/loadavg: 4.64 3.88 3.84 3/180 2358
/proc/meminfo: memFree=21189056/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2654432 CPUtime=1242.31 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 1037139 0 0 0 124088 143 0 0 25 0 1 0 491089197 2718138368 610085 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 663608 610085 144 27 0 662057 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 2654432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.28 3.66 3.77 3/178 2360
/proc/meminfo: memFree=21716100/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=2784716 CPUtime=1300.02 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4202496 1072574 0 0 0 129852 150 0 0 25 0 1 0 491089197 2851549184 645520 33554432000 4194304 4300876 140736210055824 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2274/statm: 696179 645520 144 27 0 694628 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2784716

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

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

[startup+1300.11 s]
/proc/loadavg: 3.28 3.66 3.77 3/180 2362
/proc/meminfo: memFree=24979144/32951124 swapFree=67051468/67111528
[pid=2274] ppid=2263 vsize=0 CPUtime=1300.12 cores=5,7
/proc/2274/stat : 2274 (march_rw) R 2263 2274 1046 0 -1 4203524 1072575 0 0 0 129852 160 0 0 25 0 1 0 491089197 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/2274/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.14
CPU user time (s): 1298.53
CPU system time (s): 1.61275
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2784716

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

runsolver used 2.09268 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 07:14:24
IDJOB=3292080
IDBENCH=85042
IDSOLVER=1561
FILE ID=node101/3292080-1303794861
RUNJOBID= node101-1303794861-2238
PBS_JOBID= 13157254
Free space on /tmp= 71804 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT04/industrial/velev/pipe-sat-1-1/12pipe_bug6_q0.used-as.sat04-725.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292080-1303794861/watcher-3292080-1303794861 -o /tmp/evaluation-result-3292080-1303794861/solver-3292080-1303794861 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3292080-1303794861.cnf

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

MD5SUM BENCH= b16e6cb0e63a3228c47c991012afc8b4
RANDOM SEED=430625327

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.841
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.841
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.75
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.841
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:      26619676 kB
Buffers:       1932088 kB
Cached:        3836660 kB
SwapCached:      30452 kB
Active:        2345312 kB
Inactive:      3535932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26619676 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:          374776 kB
Writeback:           0 kB
AnonPages:      103032 kB
Mapped:           8992 kB
Slab:           382712 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   299148 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= 71976 MiB
End job on node101 at 2011-04-26 07:36:06