Trace number 3287147

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
glueminisat 2.2.5? (TO) 1300.08 1300.02

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
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-3287147-1303767698/watcher-3287147-1303767698 -o /tmp/evaluation-result-3287147-1303767698/solver-3287147-1303767698 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3287147-1303767698.cnf 

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: 3.70 3.04 3.16 4/189 32353
/proc/meminfo: memFree=20261084/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=20144 CPUtime=0 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 859 0 0 0 0 0 0 0 21 0 1 0 488366587 20627456 791 33554432000 4194304 4309791 140734873905744 18446744073709551615 254500388960 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 5036 795 216 29 0 1665 0

[startup+0.050512 s]
/proc/loadavg: 3.70 3.04 3.16 4/189 32353
/proc/meminfo: memFree=20261084/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=29056 CPUtime=0.04 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 3626 0 0 0 4 0 0 0 21 0 1 0 488366587 29753344 3276 33554432000 4194304 4309791 140734873905744 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 7264 3278 217 29 0 3893 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29056

[startup+0.100444 s]
/proc/loadavg: 3.70 3.04 3.16 4/189 32353
/proc/meminfo: memFree=20261084/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=40124 CPUtime=0.09 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 6646 0 0 0 9 0 0 0 22 0 1 0 488366587 41086976 6034 33554432000 4194304 4309791 140734873905744 18446744073709551615 4229503 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32353/statm: 10031 6034 217 29 0 6660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40124

[startup+0.300404 s]
/proc/loadavg: 3.70 3.04 3.16 4/189 32353
/proc/meminfo: memFree=20261084/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=86864 CPUtime=0.29 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 19070 0 0 0 27 2 0 0 22 0 1 0 488366587 88948736 17040 33554432000 4194304 4309791 140734873905744 18446744073709551615 4201998 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32353/statm: 21716 17040 270 29 0 18345 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86864

[startup+0.700325 s]
/proc/loadavg: 3.70 3.04 3.16 4/189 32353
/proc/meminfo: memFree=20261084/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=125340 CPUtime=0.69 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 29092 0 0 0 66 3 0 0 24 0 1 0 488366587 128348160 25990 33554432000 4194304 4309791 140734873905744 18446744073709551615 4221122 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32353/statm: 31335 25990 225 29 0 27964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125340

[startup+1.50024 s]
/proc/loadavg: 3.70 3.04 3.16 5/190 32354
/proc/meminfo: memFree=20140680/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=143856 CPUtime=1.49 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 39564 0 0 0 144 5 0 0 25 0 1 0 488366587 147308544 30418 33554432000 4194304 4309791 140734873905744 18446744073709551615 4232440 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 35964 30418 226 29 0 32593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143856

[startup+3.10091 s]
/proc/loadavg: 3.70 3.04 3.16 5/190 32355
/proc/meminfo: memFree=20150848/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=125852 CPUtime=3.08 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 42191 0 0 0 303 5 0 0 25 0 1 0 488366587 128872448 26113 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 31463 26113 244 29 0 28092 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 125852

[startup+6.30027 s]
/proc/loadavg: 3.72 3.05 3.17 5/190 32355
/proc/meminfo: memFree=20218784/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=125852 CPUtime=6.28 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 42519 0 0 0 623 5 0 0 25 0 1 0 488366587 128872448 26427 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 31463 26427 246 29 0 28092 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 125852

[startup+12.701 s]
/proc/loadavg: 3.74 3.07 3.17 5/190 32355
/proc/meminfo: memFree=20141292/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=144528 CPUtime=12.69 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 43061 0 0 0 1263 6 0 0 25 0 1 0 488366587 147996672 26955 33554432000 4194304 4309791 140734873905744 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 36132 26955 246 29 0 32761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144528

[startup+25.5004 s]
/proc/loadavg: 3.87 3.13 3.19 5/190 32355
/proc/meminfo: memFree=20127184/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=144528 CPUtime=25.49 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 46971 0 0 0 2542 7 0 0 25 0 1 0 488366587 147996672 30329 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 36132 30329 246 29 0 32761 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144528

[startup+51.1003 s]
/proc/loadavg: 3.91 3.20 3.21 5/190 32356
/proc/meminfo: memFree=20049436/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=163204 CPUtime=51.09 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 47506 0 0 0 5102 7 0 0 25 0 1 0 488366587 167120896 30853 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 40801 30853 246 29 0 37430 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163204

[startup+102.307 s]
/proc/loadavg: 3.96 3.32 3.25 5/190 32357
/proc/meminfo: memFree=20027456/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=163204 CPUtime=102.3 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 49674 0 0 0 10222 8 0 0 25 0 1 0 488366587 167120896 32947 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259510 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 40801 32947 246 29 0 37430 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163204

[startup+162.301 s]
/proc/loadavg: 3.98 3.44 3.29 5/190 32359
/proc/meminfo: memFree=20077668/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=162.3 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 51136 0 0 0 16221 9 0 0 25 0 1 0 488366587 189685760 34363 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 34363 246 29 0 42939 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 185240

[startup+222.301 s]
/proc/loadavg: 4.06 3.56 3.34 5/190 32360
/proc/meminfo: memFree=20011680/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=222.3 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 51498 0 0 0 22221 9 0 0 25 0 1 0 488366587 189685760 34714 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 34714 246 29 0 42939 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 185240

[startup+282.3 s]
/proc/loadavg: 4.02 3.63 3.38 5/190 32362
/proc/meminfo: memFree=20047260/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=282.3 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 51806 0 0 0 28221 9 0 0 25 0 1 0 488366587 189685760 35011 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 35011 246 29 0 42939 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 185240

[startup+342.3 s]
/proc/loadavg: 4.01 3.70 3.41 5/190 32364
/proc/meminfo: memFree=19974324/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=342.31 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 57729 0 0 0 34220 11 0 0 25 0 1 0 488366587 189685760 40295 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259220 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 40295 246 29 0 42939 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 185240

[startup+402.3 s]
/proc/loadavg: 4.00 3.75 3.45 5/190 32365
/proc/meminfo: memFree=19967004/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=402.31 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 58076 0 0 0 40220 11 0 0 25 0 1 0 488366587 189685760 40624 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 40624 246 29 0 42939 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 185240

[startup+462.3 s]
/proc/loadavg: 4.00 3.79 3.48 5/190 32367
/proc/meminfo: memFree=19928548/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=462.31 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 58152 0 0 0 46220 11 0 0 25 0 1 0 488366587 189685760 40700 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 40700 246 29 0 42939 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 185240

[startup+522.3 s]
/proc/loadavg: 4.00 3.83 3.51 5/190 32368
/proc/meminfo: memFree=19922328/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=522.31 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 59352 0 0 0 52220 11 0 0 25 0 1 0 488366587 189685760 41670 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 185240

[startup+582.3 s]
/proc/loadavg: 4.03 3.87 3.54 5/190 32370
/proc/meminfo: memFree=20047416/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=582.32 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 59352 0 0 0 58221 11 0 0 25 0 1 0 488366587 189685760 41670 33554432000 4194304 4309791 140734873905744 18446744073709551615 4252201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 185240

[startup+642.3 s]
/proc/loadavg: 4.01 3.89 3.57 5/190 32372
/proc/meminfo: memFree=19892136/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=642.32 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 59352 0 0 0 64221 11 0 0 25 0 1 0 488366587 189685760 41670 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 185240

[startup+702.3 s]
/proc/loadavg: 3.61 3.81 3.56 4/184 32390
/proc/meminfo: memFree=20035668/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=185240 CPUtime=702.32 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 67244 0 0 0 70220 12 0 0 25 0 1 0 488366587 189685760 41670 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 185240

[startup+762.307 s]
/proc/loadavg: 3.22 3.66 3.52 4/184 32392
/proc/meminfo: memFree=20149844/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=190512 CPUtime=762.33 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 68627 0 0 0 76220 13 0 0 25 0 1 0 488366587 195084288 42991 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 47628 42991 246 29 0 44257 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 190512

[startup+822.301 s]
/proc/loadavg: 3.08 3.54 3.49 4/184 32393
/proc/meminfo: memFree=20038600/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=190512 CPUtime=822.33 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 77110 0 0 0 82218 15 0 0 25 0 1 0 488366587 195084288 43107 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 47628 43107 246 29 0 44257 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 190512

[startup+882.301 s]
/proc/loadavg: 3.03 3.44 3.45 4/184 32395
/proc/meminfo: memFree=20056188/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=190512 CPUtime=882.33 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 85707 0 0 0 88217 16 0 0 25 0 1 0 488366587 195084288 43107 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 47628 43107 246 29 0 44257 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 190512

[startup+942.301 s]
/proc/loadavg: 3.01 3.36 3.42 4/184 32397
/proc/meminfo: memFree=19911704/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=239832 CPUtime=942.34 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 94594 0 0 0 94216 18 0 0 25 0 1 0 488366587 245587968 51946 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 59958 51946 246 29 0 56587 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 239832

[startup+1002.3 s]
/proc/loadavg: 3.00 3.29 3.39 4/184 32398
/proc/meminfo: memFree=20105620/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=190512 CPUtime=1002.34 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 94667 0 0 0 100216 18 0 0 25 0 1 0 488366587 195084288 43107 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 47628 43107 246 29 0 44257 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 190512

[startup+1062.3 s]
/proc/loadavg: 3.05 3.25 3.37 4/184 32400
/proc/meminfo: memFree=19994624/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=190512 CPUtime=1062.34 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 103907 0 0 0 106214 20 0 0 25 0 1 0 488366587 195084288 43107 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 47628 43107 246 29 0 44257 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 190512

[startup+1122.3 s]
/proc/loadavg: 3.02 3.20 3.34 4/184 32401
/proc/meminfo: memFree=20006516/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=239832 CPUtime=1122.35 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 112889 0 0 0 112213 22 0 0 25 0 1 0 488366587 245587968 52047 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 59958 52047 246 29 0 56587 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 239832

[startup+1182.3 s]
/proc/loadavg: 3.00 3.16 3.32 4/184 32412
/proc/meminfo: memFree=20088336/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=190512 CPUtime=1182.34 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 113413 0 0 0 118212 22 0 0 25 0 1 0 488366587 195084288 43107 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 47628 43107 246 29 0 44257 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 190512

[startup+1242.3 s]
/proc/loadavg: 2.06 2.88 3.21 2/172 32450
/proc/meminfo: memFree=20415928/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=190512 CPUtime=1242.35 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 123353 0 0 0 124210 25 0 0 25 0 1 0 488366587 195084288 43107 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 47628 43107 246 29 0 44257 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 190512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.39 2.54 3.07 2/172 32451
/proc/meminfo: memFree=20385536/32950928 swapFree=67111528/67111528
[pid=32353] ppid=32351 vsize=239832 CPUtime=1300.06 cores=1,3
/proc/32353/stat : 32353 (glueminisat) R 32351 32353 29940 0 -1 4202496 131124 0 0 0 129980 26 0 0 25 0 1 0 488366587 245587968 50872 33554432000 4194304 4309791 140734873905744 18446744073709551615 4259751 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32353/statm: 59958 50872 246 29 0 56587 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 239832

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): 1299.8
CPU system time (s): 0.270958
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 239832

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

runsolver used 1.9647 second user time and 5.06723 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 23:41:39
IDJOB=3287147
IDBENCH=82459
IDSOLVER=1650
FILE ID=node149/3287147-1303767698
RUNJOBID= node149-1303767573-31932
PBS_JOBID= 13157116
Free space on /tmp= 72152 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287147-1303767698/watcher-3287147-1303767698 -o /tmp/evaluation-result-3287147-1303767698/solver-3287147-1303767698 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3287147-1303767698.cnf

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=920222719

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:      20261364 kB
Buffers:       2171048 kB
Cached:        9605948 kB
SwapCached:          0 kB
Active:        1793052 kB
Inactive:     10356660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20261364 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14716 kB
Writeback:           0 kB
AnonPages:      372044 kB
Mapped:          15408 kB
Slab:           473664 kB
PageTables:       5852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   606340 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= 72172 MiB
End job on node149 at 2011-04-26 00:03:21