Trace number 3293606

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
RestartSAT B95? (TO) 1300.05 1300.06

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
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 variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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-3293606-1303790010/watcher-3293606-1303790010 -o /tmp/evaluation-result-3293606-1303790010/solver-3293606-1303790010 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3293606-1303790010.cnf 

running on 2 cores: 4,6

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: 2.57 3.26 3.62 3/179 26577
/proc/meminfo: memFree=15970708/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=11800 CPUtime=0 cores=4,6
/proc/26575/stat : 26575 (runsolver) S 26572 26575 24832 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 1 0 471416643 12083200 51 33554432000 4194304 5434984 140736274791056 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699968823 0 0 17 4 0 0 0
/proc/26575/statm: 2950 51 31 303 0 2644 0

[startup+0.0533391 s]
/proc/loadavg: 2.57 3.26 3.62 3/179 26577
/proc/meminfo: memFree=15970708/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=8156 CPUtime=0 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) S 26572 26575 24832 0 -1 4194304 98 0 0 0 0 0 0 0 17 0 1 0 471416643 8351744 52 33554432000 4194304 4291949 140733774424512 18446744073709551615 264721481351 0 2147483391 4096 0 18446744071699207358 0 0 17 4 0 0 0
/proc/26575/statm: 2039 52 40 24 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8156

[startup+0.10029 s]
/proc/loadavg: 2.57 3.26 3.62 3/179 26577
/proc/meminfo: memFree=15970708/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=24160 CPUtime=0.03 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 2598 0 0 0 3 0 0 0 17 0 1 0 471416643 24739840 2259 33554432000 4194304 4291949 140733774424512 18446744073709551615 264726101771 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 6040 2260 227 24 0 2674 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24160

[startup+0.300251 s]
/proc/loadavg: 2.57 3.26 3.62 3/179 26577
/proc/meminfo: memFree=15970708/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=67904 CPUtime=0.23 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 15016 0 0 0 21 2 0 0 17 0 1 0 471416643 69533696 12256 33554432000 4194304 4291949 140733774424512 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 16976 12256 227 24 0 13610 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 67904

[startup+0.700175 s]
/proc/loadavg: 2.57 3.26 3.62 3/179 26577
/proc/meminfo: memFree=15970708/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=152380 CPUtime=0.63 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 37876 0 0 0 58 5 0 0 18 0 1 0 471416643 156037120 31334 33554432000 4194304 4291949 140733774424512 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 38095 31335 227 24 0 34729 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 152380

[startup+1.50108 s]
/proc/loadavg: 2.57 3.26 3.62 5/182 26579
/proc/meminfo: memFree=15386460/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=339376 CPUtime=1.43 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 82449 0 0 0 131 12 0 0 19 0 1 0 471416643 347521024 67927 33554432000 4194304 4291949 140733774424512 18446744073709551615 4215169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 84844 67927 231 24 0 81478 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 339376

[startup+3.10075 s]
/proc/loadavg: 2.69 3.27 3.62 6/190 26591
/proc/meminfo: memFree=14751480/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=339376 CPUtime=3.03 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 82450 0 0 0 291 12 0 0 24 0 1 0 471416643 347521024 67928 33554432000 4194304 4291949 140733774424512 18446744073709551615 4230273 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 84844 67928 232 24 0 81478 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 339376

[startup+6.30112 s]
/proc/loadavg: 2.69 3.27 3.62 5/190 26591
/proc/meminfo: memFree=14051964/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=339376 CPUtime=6.23 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 82450 0 0 0 611 12 0 0 25 0 1 0 471416643 347521024 67928 33554432000 4194304 4291949 140733774424512 18446744073709551615 4230003 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 84844 67928 232 24 0 81478 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 339376

[startup+12.7009 s]
/proc/loadavg: 3.26 3.38 3.65 6/190 26591
/proc/meminfo: memFree=13945856/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=341936 CPUtime=12.63 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 83670 0 0 0 1251 12 0 0 25 0 1 0 471416643 350142464 69110 33554432000 4194304 4291949 140733774424512 18446744073709551615 4230169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 85484 69110 234 24 0 82118 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 341936

[startup+25.5005 s]
/proc/loadavg: 3.37 3.40 3.66 5/190 26618
/proc/meminfo: memFree=14704540/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=272084 CPUtime=25.43 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 104294 0 0 0 2528 15 0 0 25 0 1 0 471416643 278614016 59673 33554432000 4194304 4291949 140733774424512 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 68021 59673 252 24 0 64655 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 272084

[startup+51.1067 s]
/proc/loadavg: 3.30 3.38 3.64 4/184 26661
/proc/meminfo: memFree=14867308/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=322172 CPUtime=51.04 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 110697 0 0 0 5087 17 0 0 25 0 1 0 471416643 329904128 66015 33554432000 4194304 4291949 140733774424512 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 80543 66015 252 24 0 77177 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 322172

[startup+102.301 s]
/proc/loadavg: 3.13 3.32 3.61 5/184 26663
/proc/meminfo: memFree=14689556/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=403560 CPUtime=102.23 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 126020 0 0 0 10201 22 0 0 25 0 1 0 471416643 413245440 81229 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 100890 81229 252 24 0 97524 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 403560

[startup+162.301 s]
/proc/loadavg: 3.04 3.25 3.56 5/184 26664
/proc/meminfo: memFree=14448908/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=540388 CPUtime=162.23 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 148262 0 0 0 16197 26 0 0 25 0 1 0 471416643 553357312 103335 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 135097 103335 252 24 0 131731 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 540388

[startup+222.3 s]
/proc/loadavg: 3.06 3.22 3.53 4/184 26666
/proc/meminfo: memFree=14232496/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=553544 CPUtime=222.24 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 163880 0 0 0 22193 31 0 0 25 0 1 0 471416643 566829056 118861 33554432000 4194304 4291949 140733774424512 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 138386 118861 252 24 0 135020 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 553544

[startup+282.301 s]
/proc/loadavg: 3.02 3.18 3.50 5/184 26667
/proc/meminfo: memFree=14049804/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=565608 CPUtime=282.24 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 180001 0 0 0 28188 36 0 0 25 0 1 0 471416643 579182592 134881 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 141402 134881 252 24 0 138036 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 565608

[startup+342.301 s]
/proc/loadavg: 3.00 3.14 3.46 5/184 26669
/proc/meminfo: memFree=13775740/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=788392 CPUtime=342.24 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 196667 0 0 0 34185 39 0 0 25 0 1 0 471416643 807313408 151461 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 197098 151461 252 24 0 193732 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 788392

[startup+402.3 s]
/proc/loadavg: 3.00 3.11 3.43 4/184 26671
/proc/meminfo: memFree=13552744/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=800040 CPUtime=402.24 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 213271 0 0 0 40182 42 0 0 25 0 1 0 471416643 819240960 167990 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 200010 167990 252 24 0 196644 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 800040

[startup+462.301 s]
/proc/loadavg: 3.00 3.09 3.40 5/184 26681
/proc/meminfo: memFree=13402180/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=801960 CPUtime=462.24 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 224725 0 0 0 46177 47 0 0 25 0 1 0 471416643 821207040 179368 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 200490 179368 252 24 0 197124 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 801960

[startup+522.301 s]
/proc/loadavg: 3.00 3.07 3.37 5/184 26683
/proc/meminfo: memFree=13278604/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=805960 CPUtime=522.24 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 235598 0 0 0 52174 50 0 0 25 0 1 0 471416643 825303040 190186 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 201490 190186 252 24 0 198124 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 805960

[startup+582.3 s]
/proc/loadavg: 3.00 3.06 3.35 4/184 26684
/proc/meminfo: memFree=13085248/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1161928 CPUtime=582.25 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 247772 0 0 0 58171 54 0 0 25 0 1 0 471416643 1189814272 202291 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 290482 202291 252 24 0 287116 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 1161928

[startup+642.301 s]
/proc/loadavg: 3.00 3.04 3.32 5/184 26686
/proc/meminfo: memFree=12966784/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1171208 CPUtime=642.25 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 261547 0 0 0 64168 57 0 0 25 0 1 0 471416643 1199316992 216006 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 292802 216006 252 24 0 289436 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 1171208

[startup+702.307 s]
/proc/loadavg: 3.00 3.03 3.30 5/184 26688
/proc/meminfo: memFree=12857380/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1181476 CPUtime=702.25 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 271216 0 0 0 70165 60 0 0 25 0 1 0 471416643 1209831424 225609 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 295369 225609 252 24 0 292003 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 1181476

[startup+762.3 s]
/proc/loadavg: 3.03 3.04 3.28 5/184 26689
/proc/meminfo: memFree=12735192/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1181476 CPUtime=762.25 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 281020 0 0 0 76162 63 0 0 25 0 1 0 471416643 1209831424 235354 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 295369 235354 252 24 0 292003 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 1181476

[startup+822.301 s]
/proc/loadavg: 3.01 3.03 3.26 5/184 26691
/proc/meminfo: memFree=12663508/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1185316 CPUtime=822.26 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 289069 0 0 0 82160 66 0 0 25 0 1 0 471416643 1213763584 243343 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 296329 243343 252 24 0 292963 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 1185316

[startup+882.301 s]
/proc/loadavg: 3.00 3.02 3.24 5/184 26692
/proc/meminfo: memFree=12539088/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1193000 CPUtime=882.26 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 306757 0 0 0 88155 71 0 0 25 0 1 0 471416643 1221632000 260959 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 298250 260959 252 24 0 294884 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 1193000

[startup+942.3 s]
/proc/loadavg: 3.00 3.02 3.23 5/184 26694
/proc/meminfo: memFree=12415556/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1193000 CPUtime=942.26 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 323497 0 0 0 94149 77 0 0 25 0 1 0 471416643 1221632000 277624 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 298250 277624 252 24 0 294884 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 1193000

[startup+1002.3 s]
/proc/loadavg: 3.00 3.01 3.21 4/184 26696
/proc/meminfo: memFree=12295372/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1198520 CPUtime=1002.27 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 331771 0 0 0 100148 79 0 0 25 0 1 0 471416643 1227284480 285855 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 299630 285855 252 24 0 296264 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1198520

[startup+1062.3 s]
/proc/loadavg: 3.06 3.02 3.20 5/184 26697
/proc/meminfo: memFree=12173704/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1201880 CPUtime=1062.26 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 339752 0 0 0 106145 81 0 0 25 0 1 0 471416643 1230725120 293781 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 300470 293781 252 24 0 297104 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1201880

[startup+1122.3 s]
/proc/loadavg: 3.02 3.02 3.18 5/184 26699
/proc/meminfo: memFree=12032680/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1775648 CPUtime=1122.27 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 349473 0 0 0 112143 84 0 0 25 0 1 0 471416643 1818263552 303447 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 443912 303447 252 24 0 440546 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 1775648

[startup+1182.3 s]
/proc/loadavg: 3.01 3.01 3.17 5/184 26700
/proc/meminfo: memFree=11941144/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1780688 CPUtime=1182.27 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 358390 0 0 0 118140 87 0 0 25 0 1 0 471416643 1823424512 312318 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 445172 312318 252 24 0 441806 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1780688

[startup+1242.3 s]
/proc/loadavg: 3.08 3.02 3.16 5/184 26702
/proc/meminfo: memFree=11844868/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1790332 CPUtime=1242.27 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 368784 0 0 0 124137 90 0 0 25 0 1 0 471416643 1833299968 322660 33554432000 4194304 4291949 140733774424512 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 447583 322660 252 24 0 444217 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 1790332



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.01 3.15 5/184 26704
/proc/meminfo: memFree=11743152/32951124 swapFree=67111528/67111528
[pid=26575] ppid=26572 vsize=1790332 CPUtime=1299.98 cores=4,6
/proc/26575/stat : 26575 (RestartSAT) R 26572 26575 24832 0 -1 4202496 377507 0 0 0 129905 93 0 0 25 0 1 0 471416643 1833299968 331336 33554432000 4194304 4291949 140733774424512 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26575/statm: 447583 331336 252 24 0 444217 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 1790332

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.05
CPU user time (s): 1299.05
CPU system time (s): 0.995848
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 1790332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.05
system time used= 0.995848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377507
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= 36
involuntary context switches= 783

runsolver used 2.21666 second user time and 4.87726 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-26 05:53:30
IDJOB=3293606
IDBENCH=88163
IDSOLVER=1580
FILE ID=node141/3293606-1303790010
RUNJOBID= node141-1303790010-26553
PBS_JOBID= 13157228
Free space on /tmp= 71540 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293606-1303790010/watcher-3293606-1303790010 -o /tmp/evaluation-result-3293606-1303790010/solver-3293606-1303790010 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3293606-1303790010.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1500252681

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      15975768 kB
Buffers:       1599184 kB
Cached:       14731700 kB
SwapCached:          0 kB
Active:        6515764 kB
Inactive:      9878892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15975768 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          234488 kB
Writeback:           0 kB
AnonPages:       62520 kB
Mapped:          14480 kB
Slab:           516588 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184896 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= 71480 MiB
End job on node141 at 2011-04-26 06:15:12