Trace number 3349320

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
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.08 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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

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-3349320-1304979696/watcher-3349320-1304979696 -o /tmp/evaluation-result-3349320-1304979696/solver-3349320-1304979696 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349320-1304979696.cnf -verb=0 

running on 2 cores: 1,3

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: 1.35 2.48 3.23 5/361 4285
/proc/meminfo: memFree=8078584/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=23276 CPUtime=0 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 1558 0 0 0 0 0 0 0 18 0 1 0 609566266 23834624 1501 33554432000 4194304 4293939 140733603774976 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 5819 1505 217 25 0 2452 0

[startup+0.039987 s]
/proc/loadavg: 1.35 2.48 3.23 5/361 4285
/proc/meminfo: memFree=8078584/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=31888 CPUtime=0.03 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 3939 0 0 0 3 0 0 0 18 0 1 0 609566266 32653312 3661 33554432000 4194304 4293939 140733603774976 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 7972 3662 219 25 0 4605 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31888

[startup+0.100973 s]
/proc/loadavg: 1.35 2.48 3.23 5/361 4285
/proc/meminfo: memFree=8078584/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=40364 CPUtime=0.09 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 7248 0 0 0 8 1 0 0 18 0 1 0 609566266 41332736 6407 33554432000 4194304 4293939 140733603774976 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 10091 6408 219 25 0 6724 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40364

[startup+0.300937 s]
/proc/loadavg: 1.35 2.48 3.23 5/361 4285
/proc/meminfo: memFree=8078584/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=59580 CPUtime=0.29 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 10725 0 0 0 27 2 0 0 18 0 1 0 609566266 61009920 9668 33554432000 4194304 4293939 140733603774976 18446744073709551615 4210169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 14895 9671 225 25 0 11528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59580

[startup+0.700855 s]
/proc/loadavg: 1.35 2.48 3.23 5/361 4285
/proc/meminfo: memFree=8078584/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=46260 CPUtime=0.69 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 12699 0 0 0 67 2 0 0 18 0 1 0 609566266 47370240 7573 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255700 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 11565 7573 244 25 0 8198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46260

[startup+1.5007 s]
/proc/loadavg: 1.35 2.48 3.23 6/363 4287
/proc/meminfo: memFree=8004432/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=46260 CPUtime=1.49 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 13006 0 0 0 147 2 0 0 20 0 1 0 609566266 47370240 7872 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 11565 7872 245 25 0 8198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46260

[startup+3.10038 s]
/proc/loadavg: 1.35 2.48 3.23 6/363 4287
/proc/meminfo: memFree=8004432/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=53332 CPUtime=3.09 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 13608 0 0 0 307 2 0 0 25 0 1 0 609566266 54611968 8457 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 13333 8457 245 25 0 9966 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53332

[startup+6.30074 s]
/proc/loadavg: 1.57 2.51 3.23 6/363 4287
/proc/meminfo: memFree=7987088/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=72008 CPUtime=6.29 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 17784 0 0 0 627 2 0 0 25 0 1 0 609566266 73736192 12608 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 18002 12608 245 25 0 14635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72008

[startup+12.7005 s]
/proc/loadavg: 1.76 2.53 3.24 6/363 4287
/proc/meminfo: memFree=7919916/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=83684 CPUtime=12.69 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 20424 0 0 0 1266 3 0 0 25 0 1 0 609566266 85692416 15211 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 20921 15211 245 25 0 17554 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83684

[startup+25.5009 s]
/proc/loadavg: 2.26 2.60 3.25 6/363 4287
/proc/meminfo: memFree=7866104/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=102652 CPUtime=25.5 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 24488 0 0 0 2545 5 0 0 25 0 1 0 609566266 105115648 19201 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 25663 19201 245 25 0 22296 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 102652

[startup+51.1008 s]
/proc/loadavg: 2.92 2.73 3.27 6/363 4288
/proc/meminfo: memFree=7849820/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=63420 CPUtime=51.09 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 35152 0 0 0 5101 8 0 0 25 0 1 0 609566266 64942080 11453 33554432000 4194304 4293939 140733603774976 18446744073709551615 4256134 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 15855 11453 245 25 0 12488 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63420

[startup+102.314 s]
/proc/loadavg: 3.53 2.92 3.31 6/363 4289
/proc/meminfo: memFree=7747556/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=193648 CPUtime=102.31 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 58373 0 0 0 10218 13 0 0 25 0 1 0 609566266 198295552 34468 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 48412 34468 245 25 0 45045 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 193648

[startup+162.301 s]
/proc/loadavg: 3.83 3.12 3.35 6/363 4291
/proc/meminfo: memFree=7655752/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=150824 CPUtime=162.3 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 85505 0 0 0 16210 20 0 0 25 0 1 0 609566266 154443776 30334 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255538 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 37706 30334 245 25 0 34339 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 150824

[startup+222.301 s]
/proc/loadavg: 3.93 3.28 3.39 6/363 4293
/proc/meminfo: memFree=7588136/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=282300 CPUtime=222.3 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 103718 0 0 0 22203 27 0 0 25 0 1 0 609566266 289075200 48394 33554432000 4194304 4293939 140733603774976 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 70575 48394 245 25 0 67208 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 282300

[startup+282.301 s]
/proc/loadavg: 4.02 3.42 3.43 6/363 4294
/proc/meminfo: memFree=7623576/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=205884 CPUtime=282.3 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 135283 0 0 0 28194 36 0 0 25 0 1 0 609566266 210825216 44998 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 51471 44998 245 25 0 48104 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 205884

[startup+342.301 s]
/proc/loadavg: 4.14 3.56 3.47 6/363 4296
/proc/meminfo: memFree=7719900/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=106008 CPUtime=342.3 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 157815 0 0 0 34186 44 0 0 25 0 1 0 609566266 108552192 21223 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 26502 21223 245 25 0 23135 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106008

[startup+402.301 s]
/proc/loadavg: 4.11 3.65 3.51 5/363 4324
/proc/meminfo: memFree=7672336/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=205884 CPUtime=402.31 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 178779 0 0 0 40181 50 0 0 25 0 1 0 609566266 210825216 41986 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 51471 41986 245 25 0 48104 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 205884

[startup+462.301 s]
/proc/loadavg: 4.07 3.72 3.54 5/363 4326
/proc/meminfo: memFree=7706732/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=134208 CPUtime=462.31 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 201848 0 0 0 46174 57 0 0 25 0 1 0 609566266 137428992 25228 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 33552 25228 245 25 0 30185 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 134208

[startup+522.301 s]
/proc/loadavg: 4.02 3.77 3.56 5/363 4328
/proc/meminfo: memFree=7525512/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=215116 CPUtime=522.31 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 223451 0 0 0 52168 63 0 0 25 0 1 0 609566266 220278784 46657 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 53779 46657 245 25 0 50412 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 215116

[startup+582.301 s]
/proc/loadavg: 4.06 3.83 3.59 5/363 4329
/proc/meminfo: memFree=7487016/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=296504 CPUtime=582.32 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 239284 0 0 0 58163 69 0 0 25 0 1 0 609566266 303620096 62358 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 74126 62358 245 25 0 70759 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 296504

[startup+642.301 s]
/proc/loadavg: 4.02 3.85 3.62 5/363 4331
/proc/meminfo: memFree=7485364/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=215116 CPUtime=642.32 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 264642 0 0 0 64157 75 0 0 25 0 1 0 609566266 220278784 40450 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 53779 40450 245 25 0 50412 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 215116

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.64 5/363 4332
/proc/meminfo: memFree=7427660/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=296504 CPUtime=702.32 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 284771 0 0 0 70151 81 0 0 25 0 1 0 609566266 303620096 60431 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 74126 60431 245 25 0 70759 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 296504

[startup+762.314 s]
/proc/loadavg: 4.07 3.91 3.66 5/363 4334
/proc/meminfo: memFree=7634072/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=220984 CPUtime=762.34 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 310214 0 0 0 76144 90 0 0 25 0 1 0 609566266 226287616 41013 33554432000 4194304 4293939 140733603774976 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 55246 41013 245 25 0 51879 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 220984

[startup+822.301 s]
/proc/loadavg: 4.02 3.93 3.68 5/363 4336
/proc/meminfo: memFree=7503336/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=302372 CPUtime=822.33 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 327532 0 0 0 82138 95 0 0 25 0 1 0 609566266 309628928 58167 33554432000 4194304 4293939 140733603774976 18446744073709551615 4263101 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 75593 58167 245 25 0 72226 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 302372

[startup+882.301 s]
/proc/loadavg: 4.08 3.97 3.71 5/363 4337
/proc/meminfo: memFree=7491868/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=232496 CPUtime=882.33 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 355730 0 0 0 88130 103 0 0 25 0 1 0 609566266 238075904 43735 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255933 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 58124 43735 245 25 0 54757 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 232496

[startup+942.3 s]
/proc/loadavg: 4.11 4.00 3.73 5/363 4339
/proc/meminfo: memFree=7436280/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=313884 CPUtime=942.34 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 375480 0 0 0 94125 109 0 0 25 0 1 0 609566266 321417216 63324 33554432000 4194304 4293939 140733603774976 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 78471 63324 245 25 0 75104 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 313884

[startup+1002.3 s]
/proc/loadavg: 4.04 4.00 3.75 5/363 4340
/proc/meminfo: memFree=7501224/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=182408 CPUtime=1002.34 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 400109 0 0 0 100117 117 0 0 25 0 1 0 609566266 186785792 40761 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 45602 40761 245 25 0 42235 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 182408

[startup+1062.3 s]
/proc/loadavg: 4.09 4.02 3.76 5/363 4342
/proc/meminfo: memFree=7454808/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=313884 CPUtime=1062.34 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 418762 0 0 0 106111 123 0 0 25 0 1 0 609566266 321417216 59260 33554432000 4194304 4293939 140733603774976 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 78471 59261 245 25 0 75104 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 313884

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.77 5/363 4344
/proc/meminfo: memFree=7283160/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=446144 CPUtime=1122.34 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 436136 0 0 0 112106 128 0 0 25 0 1 0 609566266 456851456 76514 33554432000 4194304 4293939 140733603774976 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 111536 76514 245 25 0 108169 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 446144

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.79 5/363 4345
/proc/meminfo: memFree=7519968/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=233252 CPUtime=1182.35 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 462713 0 0 0 118098 137 0 0 25 0 1 0 609566266 238850048 46839 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 58313 46839 245 25 0 54946 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 233252

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/363 4347
/proc/meminfo: memFree=7465868/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=314640 CPUtime=1242.35 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 480609 0 0 0 124094 141 0 0 25 0 1 0 609566266 322191360 64575 33554432000 4194304 4293939 140733603774976 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 78660 64575 245 25 0 75293 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 314640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.81 3/359 4350
/proc/meminfo: memFree=7883880/32950928 swapFree=45936960/67111528
[pid=4283] ppid=4280 vsize=136920 CPUtime=1300.06 cores=1,3
/proc/4283/stat : 4283 (ebminisat_relea) R 4280 4283 3554 0 -1 4202496 499889 0 0 0 129859 147 0 0 25 0 1 0 609566266 140206080 29582 33554432000 4194304 4293939 140733603774976 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4283/statm: 34230 29582 245 25 0 30863 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 136920

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.02
CPU time (s): 1300.08
CPU user time (s): 1298.6
CPU system time (s): 1.47978
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 450444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.6
system time used= 1.47978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499894
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= 15
involuntary context switches= 14939

runsolver used 4.41433 second user time and 11.0893 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-10 00:21:36
IDJOB=3349320
IDBENCH=83107
IDSOLVER=1812
FILE ID=node149/3349320-1304979696
RUNJOBID= node149-1304979695-4246
PBS_JOBID= 13285664
Free space on /tmp= 42480 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349320-1304979696/watcher-3349320-1304979696 -o /tmp/evaluation-result-3349320-1304979696/solver-3349320-1304979696 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349320-1304979696.cnf  -verb=0

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=356097021

node149.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	: 5332.83
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.83
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.73
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.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.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:       8080260 kB
Buffers:        242804 kB
Cached:       19522040 kB
SwapCached:      21040 kB
Active:        9760272 kB
Inactive:     14403296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8080260 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           27300 kB
Writeback:           0 kB
AnonPages:     4390908 kB
Mapped:          13936 kB
Slab:           568608 kB
PageTables:      72368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80301536 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= 42500 MiB
End job on node149 at 2011-05-10 00:43:18