Trace number 3282044

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-03-04? (TO) 1300.07 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
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 variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 0,2

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.93 2.74 2.85 5/189 9262
/proc/meminfo: memFree=19763124/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=27608 CPUtime=0 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 2288 0 0 0 0 0 0 0 25 0 1 0 487006167 28270592 2228 33554432000 4194304 4395502 140735370892752 18446744073709551615 4332381 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 6902 2238 245 50 0 4042 0

[startup+0.08918 s]
/proc/loadavg: 3.93 2.74 2.85 5/189 9262
/proc/meminfo: memFree=19763124/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=60708 CPUtime=0.07 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 10902 0 0 0 6 1 0 0 25 0 1 0 487006167 62164992 10842 33554432000 4194304 4395502 140735370892752 18446744073709551615 237278570595 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 15177 10842 249 50 0 12317 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 60708

[startup+0.100177 s]
/proc/loadavg: 3.93 2.74 2.85 5/189 9262
/proc/meminfo: memFree=19763124/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=61764 CPUtime=0.09 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 11154 0 0 0 8 1 0 0 25 0 1 0 487006167 63246336 11094 33554432000 4194304 4395502 140735370892752 18446744073709551615 4263971 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 15441 11095 249 50 0 12581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61764

[startup+0.300227 s]
/proc/loadavg: 3.93 2.74 2.85 5/189 9262
/proc/meminfo: memFree=19763124/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=79716 CPUtime=0.29 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 15628 0 0 0 27 2 0 0 25 0 1 0 487006167 81629184 15568 33554432000 4194304 4395502 140735370892752 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 19929 15569 249 50 0 17069 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79716

[startup+0.701073 s]
/proc/loadavg: 3.93 2.74 2.85 5/189 9262
/proc/meminfo: memFree=19763124/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=182148 CPUtime=0.69 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 39049 0 0 0 64 5 0 0 25 0 1 0 487006167 186519552 31499 33554432000 4194304 4395502 140735370892752 18446744073709551615 4267992 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 45537 31502 255 50 0 42677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 182148

[startup+1.50093 s]
/proc/loadavg: 3.94 2.76 2.86 5/190 9263
/proc/meminfo: memFree=19628452/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=194060 CPUtime=1.49 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 44716 0 0 0 138 11 0 0 25 0 1 0 487006167 198717440 35708 33554432000 4194304 4395502 140735370892752 18446744073709551615 4279886 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 48515 35708 255 50 0 45655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 194060

[startup+3.10065 s]
/proc/loadavg: 3.94 2.76 2.86 5/190 9263
/proc/meminfo: memFree=19601176/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=282196 CPUtime=3.09 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 65716 0 0 0 291 18 0 0 25 0 1 0 487006167 288968704 56708 33554432000 4194304 4395502 140735370892752 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 70549 56708 255 50 0 67689 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 282196

[startup+6.30114 s]
/proc/loadavg: 3.94 2.78 2.86 5/190 9264
/proc/meminfo: memFree=19488056/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=328576 CPUtime=6.29 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 78086 0 0 0 606 23 0 0 25 0 1 0 487006167 336461824 69078 33554432000 4194304 4395502 140735370892752 18446744073709551615 237278538157 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 82144 69078 266 50 0 79284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 328576

[startup+12.7009 s]
/proc/loadavg: 3.95 2.80 2.87 5/190 9264
/proc/meminfo: memFree=19477412/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=337076 CPUtime=12.69 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 80218 0 0 0 1245 24 0 0 25 0 1 0 487006167 345165824 71210 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 84269 71210 266 50 0 81409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 337076

[startup+25.5007 s]
/proc/loadavg: 3.96 2.86 2.89 5/190 9264
/proc/meminfo: memFree=19464748/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=347488 CPUtime=25.49 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 82787 0 0 0 2525 24 0 0 25 0 1 0 487006167 355827712 73779 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 86872 73779 266 50 0 84012 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 347488

[startup+51.1012 s]
/proc/loadavg: 3.97 2.95 2.92 5/190 9265
/proc/meminfo: memFree=19437428/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=370692 CPUtime=51.09 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 88518 0 0 0 5084 25 0 0 25 0 1 0 487006167 379588608 79510 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 92673 79510 266 50 0 89813 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 370692

[startup+102.307 s]
/proc/loadavg: 3.99 3.11 2.97 5/190 9266
/proc/meminfo: memFree=19347548/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=421180 CPUtime=102.29 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 100652 0 0 0 10201 28 0 0 25 0 1 0 487006167 431288320 91644 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 105295 91644 266 50 0 102435 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 421180

[startup+162.3 s]
/proc/loadavg: 4.06 3.28 3.04 5/190 9268
/proc/meminfo: memFree=19267676/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=477812 CPUtime=162.29 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 113729 0 0 0 16197 32 0 0 25 0 1 0 487006167 489279488 104721 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 119453 104721 266 50 0 116593 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 477812

[startup+222.301 s]
/proc/loadavg: 4.02 3.41 3.10 5/190 9269
/proc/meminfo: memFree=19194744/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=531516 CPUtime=222.3 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 126275 0 0 0 22195 35 0 0 25 0 1 0 487006167 544272384 117267 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 132879 117267 266 50 0 130019 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 531516

[startup+282.301 s]
/proc/loadavg: 4.00 3.52 3.15 5/190 9271
/proc/meminfo: memFree=19106320/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=593428 CPUtime=282.3 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 141918 0 0 0 28189 41 0 0 25 0 1 0 487006167 607670272 132910 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 148357 132910 266 50 0 145497 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 593428

[startup+342.3 s]
/proc/loadavg: 4.00 3.60 3.20 5/190 9273
/proc/meminfo: memFree=19028664/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=617712 CPUtime=342.3 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 147565 0 0 0 34187 43 0 0 25 0 1 0 487006167 632537088 138557 33554432000 4194304 4395502 140735370892752 18446744073709551615 4297586 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 154428 138557 266 50 0 151568 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 617712

[startup+402.301 s]
/proc/loadavg: 4.04 3.69 3.25 5/190 9283
/proc/meminfo: memFree=18974136/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=640576 CPUtime=402.3 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 153062 0 0 0 40186 44 0 0 25 0 1 0 487006167 655949824 144054 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299127 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 160144 144054 266 50 0 157284 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 640576

[startup+462.301 s]
/proc/loadavg: 4.01 3.74 3.29 5/190 9285
/proc/meminfo: memFree=18902964/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=670396 CPUtime=462.3 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 160315 0 0 0 46184 46 0 0 25 0 1 0 487006167 686485504 151307 33554432000 4194304 4395502 140735370892752 18446744073709551615 4288219 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 167599 151307 266 50 0 164739 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 670396

[startup+522.3 s]
/proc/loadavg: 3.65 3.70 3.31 4/184 9303
/proc/meminfo: memFree=19357940/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=679356 CPUtime=522.31 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 162576 0 0 0 52184 47 0 0 25 0 1 0 487006167 695660544 153568 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 169839 153568 266 50 0 166979 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 679356

[startup+582.301 s]
/proc/loadavg: 3.32 3.59 3.29 4/184 9308
/proc/meminfo: memFree=19353808/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=681148 CPUtime=582.31 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 163044 0 0 0 58184 47 0 0 25 0 1 0 487006167 697495552 154036 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 170287 154036 266 50 0 167427 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 681148

[startup+642.301 s]
/proc/loadavg: 3.11 3.48 3.27 4/184 9310
/proc/meminfo: memFree=19349860/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=684476 CPUtime=642.32 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 163797 0 0 0 64185 47 0 0 25 0 1 0 487006167 700903424 154789 33554432000 4194304 4395502 140735370892752 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 171119 154789 266 50 0 168259 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 684476

[startup+702.3 s]
/proc/loadavg: 3.04 3.39 3.25 4/184 9311
/proc/meminfo: memFree=19332488/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=701516 CPUtime=702.31 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 168216 0 0 0 70183 48 0 0 25 0 1 0 487006167 718352384 159208 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 175379 159208 266 50 0 172519 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 701516

[startup+762.306 s]
/proc/loadavg: 3.04 3.33 3.24 4/184 9313
/proc/meminfo: memFree=19324660/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=709540 CPUtime=762.32 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 169708 0 0 0 76184 48 0 0 25 0 1 0 487006167 726568960 160700 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 177385 160700 266 50 0 174525 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 709540

[startup+822.301 s]
/proc/loadavg: 3.01 3.27 3.22 4/184 9314
/proc/meminfo: memFree=19305920/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=727436 CPUtime=822.31 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 174174 0 0 0 82182 49 0 0 25 0 1 0 487006167 744894464 165166 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 181859 165166 266 50 0 178999 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 727436

[startup+882.301 s]
/proc/loadavg: 3.00 3.22 3.20 4/184 9316
/proc/meminfo: memFree=19299692/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=730252 CPUtime=882.31 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 175009 0 0 0 88181 50 0 0 25 0 1 0 487006167 747778048 166001 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 182563 166001 266 50 0 179703 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 730252

[startup+942.3 s]
/proc/loadavg: 3.06 3.19 3.19 4/184 9318
/proc/meminfo: memFree=19297940/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=731468 CPUtime=942.31 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 175351 0 0 0 94181 50 0 0 25 0 1 0 487006167 749023232 166343 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 182867 166343 266 50 0 180007 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 731468

[startup+1002.3 s]
/proc/loadavg: 3.02 3.15 3.18 6/184 9319
/proc/meminfo: memFree=19275484/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=738072 CPUtime=1002.31 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 176898 0 0 0 100181 50 0 0 25 0 1 0 487006167 755785728 167890 33554432000 4194304 4395502 140735370892752 18446744073709551615 4288219 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 184518 167890 266 50 0 181658 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 738072

[startup+1062.3 s]
/proc/loadavg: 3.07 3.14 3.17 4/184 9321
/proc/meminfo: memFree=19245832/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=750568 CPUtime=1062.32 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 179760 0 0 0 106181 51 0 0 25 0 1 0 487006167 768581632 170752 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 187642 170752 266 50 0 184782 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 750568

[startup+1122.3 s]
/proc/loadavg: 2.58 3.00 3.12 3/178 9340
/proc/meminfo: memFree=19756820/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=754408 CPUtime=1122.32 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 180882 0 0 0 112181 51 0 0 25 0 1 0 487006167 772513792 171874 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 188602 171874 266 50 0 185742 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 754408

[startup+1182.3 s]
/proc/loadavg: 1.82 2.72 3.02 2/172 9360
/proc/meminfo: memFree=20486460/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=754408 CPUtime=1182.32 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 180886 0 0 0 118181 51 0 0 25 0 1 0 487006167 772513792 171878 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 188602 171878 266 50 0 185742 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 754408

[startup+1242.3 s]
/proc/loadavg: 1.30 2.40 2.89 2/172 9362
/proc/meminfo: memFree=20484216/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=756456 CPUtime=1242.32 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 181385 0 0 0 124181 51 0 0 25 0 1 0 487006167 774610944 172377 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299230 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 189114 172377 266 50 0 186254 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 756456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.11 2.15 2.77 2/172 9363
/proc/meminfo: memFree=20482100/32950904 swapFree=67082284/67111528
[pid=9262] ppid=9260 vsize=758120 CPUtime=1300.03 cores=0,2
/proc/9262/stat : 9262 (SApperloT2010) R 9260 9262 8224 0 -1 4202496 181911 0 0 0 129952 51 0 0 25 0 1 0 487006167 776314880 172903 33554432000 4194304 4395502 140735370892752 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9262/statm: 189530 172903 266 50 0 186670 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 758120

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.04
CPU time (s): 1300.07
CPU user time (s): 1299.52
CPU system time (s): 0.548916
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 758120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181911
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= 6
involuntary context switches= 2354

runsolver used 2.16367 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-25 19:54:24
IDJOB=3282044
IDBENCH=70769
IDSOLVER=1655
FILE ID=node121/3282044-1303754064
RUNJOBID= node121-1303753853-9107
PBS_JOBID= 13154041
Free space on /tmp= 72084 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282044-1303754064/watcher-3282044-1303754064 -o /tmp/evaluation-result-3282044-1303754064/solver-3282044-1303754064 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3282044-1303754064.cnf

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=633643092

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19763280 kB
Buffers:       2144448 kB
Cached:        9127204 kB
SwapCached:       2776 kB
Active:        9859568 kB
Inactive:      2815448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19763280 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           13492 kB
Writeback:           0 kB
AnonPages:     1401304 kB
Mapped:          14620 kB
Slab:           445068 kB
PageTables:       7948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1753104 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= 72124 MiB
End job on node121 at 2011-04-25 20:16:06