Trace number 3372760

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
Lingeling 587f (fixed)? (TO) 5000.05 5000.11

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
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: 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-3372760-1305425361/watcher-3372760-1305425361 -o /tmp/evaluation-result-3372760-1305425361/solver-3372760-1305425361 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372760-1305425361.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.04 2.01 2/307 23465
/proc/meminfo: memFree=17985412/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=6832 CPUtime=0 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 302 0 0 0 0 0 0 0 25 0 1 0 654135768 6995968 244 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 1708 244 128 53 0 131 0

[startup+0.102665 s]
/proc/loadavg: 2.04 2.04 2.01 2/307 23465
/proc/meminfo: memFree=17985412/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=6960 CPUtime=0.1 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 382 0 0 0 10 0 0 0 25 0 1 0 654135768 7127040 290 33554432000 4194304 4409284 140734744467056 18446744073709551615 4266509 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 1740 290 136 53 0 163 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6960

[startup+0.200647 s]
/proc/loadavg: 2.04 2.04 2.01 2/307 23465
/proc/meminfo: memFree=17985412/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=7500 CPUtime=0.19 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 507 0 0 0 19 0 0 0 25 0 1 0 654135768 7680000 415 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 1875 415 141 53 0 298 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7500

[startup+0.30063 s]
/proc/loadavg: 2.04 2.04 2.01 2/307 23465
/proc/meminfo: memFree=17985412/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=7980 CPUtime=0.29 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 614 0 0 0 29 0 0 0 25 0 1 0 654135768 8171520 522 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 1995 522 141 53 0 418 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7980

[startup+0.70056 s]
/proc/loadavg: 2.04 2.04 2.01 2/307 23465
/proc/meminfo: memFree=17985412/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=8104 CPUtime=0.69 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 804 0 0 0 68 1 0 0 25 0 1 0 654135768 8298496 585 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358413 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 2026 585 141 53 0 449 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8104

[startup+1.50047 s]
/proc/loadavg: 2.04 2.04 2.01 3/308 23466
/proc/meminfo: memFree=17981956/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=8696 CPUtime=1.49 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 1272 0 0 0 148 1 0 0 25 0 1 0 654135768 8904704 701 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358867 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 2174 701 141 53 0 597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8696

[startup+3.10024 s]
/proc/loadavg: 2.04 2.04 2.01 3/308 23466
/proc/meminfo: memFree=17977488/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=8896 CPUtime=3.09 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 2407 0 0 0 307 2 0 0 25 0 1 0 654135768 9109504 783 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 2224 783 141 53 0 647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8896

[startup+6.30068 s]
/proc/loadavg: 2.04 2.04 2.01 3/308 23466
/proc/meminfo: memFree=17983304/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=9204 CPUtime=6.29 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 4371 0 0 0 624 5 0 0 25 0 1 0 654135768 9424896 860 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 2301 860 141 53 0 724 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9204

[startup+12.7006 s]
/proc/loadavg: 2.03 2.03 2.01 3/308 23466
/proc/meminfo: memFree=17969584/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=10308 CPUtime=12.69 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 8026 0 0 0 1261 8 0 0 25 0 1 0 654135768 10555392 1131 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 2577 1131 141 53 0 1000 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10308

[startup+25.5003 s]
/proc/loadavg: 2.03 2.03 2.01 3/308 23466
/proc/meminfo: memFree=17973772/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=11568 CPUtime=25.49 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 13848 0 0 0 2533 16 0 0 25 0 1 0 654135768 11845632 1419 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 2892 1419 141 53 0 1315 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11568

[startup+51.1008 s]
/proc/loadavg: 2.02 2.03 2.00 3/308 23467
/proc/meminfo: memFree=17966944/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=13436 CPUtime=51.09 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 23326 0 0 0 5081 28 0 0 25 0 1 0 654135768 13758464 1898 33554432000 4194304 4409284 140734744467056 18446744073709551615 4359788 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 3359 1898 141 53 0 1782 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 13436

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/308 23468
/proc/meminfo: memFree=17962204/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=17096 CPUtime=102.3 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 40233 0 0 0 10184 46 0 0 25 0 1 0 654135768 17506304 2809 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 4274 2809 141 53 0 2697 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 17096

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/308 23470
/proc/meminfo: memFree=17951988/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=24408 CPUtime=162.29 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 60369 0 0 0 16161 68 0 0 25 0 1 0 654135768 24993792 4627 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 6102 4627 141 53 0 4525 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 24408

[startup+222.312 s]
/proc/loadavg: 2.00 2.01 2.00 3/308 23472
/proc/meminfo: memFree=17937688/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=27620 CPUtime=222.3 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 77864 0 0 0 22144 86 0 0 25 0 1 0 654135768 28282880 5434 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 6905 5434 141 53 0 5328 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 27620

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 23473
/proc/meminfo: memFree=17947188/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=19644 CPUtime=282.3 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 91822 0 0 0 28128 102 0 0 25 0 1 0 654135768 20115456 3438 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358750 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 4911 3438 141 53 0 3334 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 19644

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 23475
/proc/meminfo: memFree=17936844/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=34016 CPUtime=342.29 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 106909 0 0 0 34111 118 0 0 25 0 1 0 654135768 34832384 7031 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 8504 7031 141 53 0 6927 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34016

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 23476
/proc/meminfo: memFree=17936532/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=27036 CPUtime=402.3 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 120637 0 0 0 40095 135 0 0 25 0 1 0 654135768 27684864 5303 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 6759 5303 141 53 0 5182 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 27036

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/308 23478
/proc/meminfo: memFree=17933396/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=27912 CPUtime=462.3 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 134179 0 0 0 46080 150 0 0 25 0 1 0 654135768 28581888 5523 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 6978 5523 141 53 0 5401 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 27912

[startup+522.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/308 23480
/proc/meminfo: memFree=17931352/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=32568 CPUtime=522.3 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 145153 0 0 0 52067 163 0 0 25 0 1 0 654135768 33349632 6669 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358548 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 8142 6669 141 53 0 6565 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 32568

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/308 23481
/proc/meminfo: memFree=17923480/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=41824 CPUtime=582.29 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 160964 0 0 0 58051 178 0 0 25 0 1 0 654135768 42827776 8983 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 10456 8983 141 53 0 8879 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 41824

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/308 29493
/proc/meminfo: memFree=17820640/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=67072 CPUtime=4002.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 674869 0 0 0 399428 796 0 0 25 0 1 0 654135768 68681728 15295 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 16768 15295 141 53 0 15191 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 67072

[startup+4062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/308 29495
/proc/meminfo: memFree=17822584/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=87648 CPUtime=4062.25 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 680013 0 0 0 405421 804 0 0 25 0 1 0 654135768 89751552 20439 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 21912 20439 141 53 0 20335 0
Current children cumulated CPU time (s) 4062.25
Current children cumulated vsize (KiB) 87648

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/308 29497
/proc/meminfo: memFree=17782852/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=80340 CPUtime=4122.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 687054 0 0 0 411413 811 0 0 25 0 1 0 654135768 82268160 18612 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 20085 18612 141 53 0 18508 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 80340

[startup+4182.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/308 29498
/proc/meminfo: memFree=17813812/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=78584 CPUtime=4182.25 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 695522 0 0 0 417406 819 0 0 25 0 1 0 654135768 80470016 18173 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358403 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 19646 18173 141 53 0 18069 0
Current children cumulated CPU time (s) 4182.25
Current children cumulated vsize (KiB) 78584

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 29500
/proc/meminfo: memFree=17808184/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=63300 CPUtime=4242.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 703589 0 0 0 423396 828 0 0 25 0 1 0 654135768 64819200 14193 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358590 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 15825 14193 141 53 0 14248 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 63300

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 29501
/proc/meminfo: memFree=17795368/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=90036 CPUtime=4302.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 710273 0 0 0 429387 837 0 0 25 0 1 0 654135768 92196864 20877 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358850 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 22509 20877 141 53 0 20932 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 90036

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 29503
/proc/meminfo: memFree=17786392/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=78816 CPUtime=4362.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 718121 0 0 0 435378 846 0 0 25 0 1 0 654135768 80707584 18231 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 19704 18231 141 53 0 18127 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 78816

[startup+4422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/308 29505
/proc/meminfo: memFree=17825412/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=71312 CPUtime=4422.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 726820 0 0 0 441367 857 0 0 25 0 1 0 654135768 73023488 16355 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358356 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 17828 16355 141 53 0 16251 0
Current children cumulated CPU time (s) 4422.24
Current children cumulated vsize (KiB) 71312

[startup+4482.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/308 29506
/proc/meminfo: memFree=17760648/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=64728 CPUtime=4482.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 735805 0 0 0 447359 865 0 0 25 0 1 0 654135768 66281472 14709 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 16182 14709 141 53 0 14605 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 64728

[startup+4542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/308 29508
/proc/meminfo: memFree=17812548/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=79356 CPUtime=4542.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 739462 0 0 0 453349 875 0 0 25 0 1 0 654135768 81260544 18366 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 19839 18366 141 53 0 18262 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 79356

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/308 29509
/proc/meminfo: memFree=17835932/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=79580 CPUtime=4602.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 750251 0 0 0 459340 884 0 0 25 0 1 0 654135768 81489920 18422 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358445 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 19895 18422 141 53 0 18318 0
Current children cumulated CPU time (s) 4602.24
Current children cumulated vsize (KiB) 79580

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/308 29511
/proc/meminfo: memFree=17804768/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=66056 CPUtime=4662.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 760166 0 0 0 465332 892 0 0 25 0 1 0 654135768 67641344 15064 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 16514 15064 141 53 0 14937 0
Current children cumulated CPU time (s) 4662.24
Current children cumulated vsize (KiB) 66056

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 29513
/proc/meminfo: memFree=17834728/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=79744 CPUtime=4722.25 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 763588 0 0 0 471324 901 0 0 25 0 1 0 654135768 81657856 18486 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 19936 18486 141 53 0 18359 0
Current children cumulated CPU time (s) 4722.25
Current children cumulated vsize (KiB) 79744

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 29514
/proc/meminfo: memFree=17808148/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=80148 CPUtime=4782.23 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 774479 0 0 0 477313 910 0 0 25 0 1 0 654135768 82071552 18564 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 20037 18564 141 53 0 18460 0
Current children cumulated CPU time (s) 4782.23
Current children cumulated vsize (KiB) 80148

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/308 29516
/proc/meminfo: memFree=17813804/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=68500 CPUtime=4842.24 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 782469 0 0 0 483305 919 0 0 25 0 1 0 654135768 70144000 15664 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 17125 15664 141 53 0 15548 0
Current children cumulated CPU time (s) 4842.24
Current children cumulated vsize (KiB) 68500

[startup+4902.3 s]
/proc/loadavg: 1.66 1.92 1.97 2/302 29535
/proc/meminfo: memFree=17942720/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=63908 CPUtime=4902.23 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 785417 0 0 0 489297 926 0 0 25 0 1 0 654135768 65441792 14516 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 15977 14516 141 53 0 14400 0
Current children cumulated CPU time (s) 4902.23
Current children cumulated vsize (KiB) 63908

[startup+4962.3 s]
/proc/loadavg: 1.24 1.75 1.91 2/302 29537
/proc/meminfo: memFree=17951476/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=56188 CPUtime=4962.22 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 794399 0 0 0 495288 934 0 0 25 0 1 0 654135768 57536512 12586 33554432000 4194304 4409284 140734744467056 18446744073709551615 4358437 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 14047 12586 141 53 0 12470 0
Current children cumulated CPU time (s) 4962.22
Current children cumulated vsize (KiB) 56188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.18 1.67 1.87 2/302 29538
/proc/meminfo: memFree=17943640/32950928 swapFree=67111348/67111528
[pid=23465] ppid=23463 vsize=64056 CPUtime=5000.03 cores=0,2,4,6
/proc/23465/stat : 23465 (lingeling) R 23463 23465 20898 0 -1 4202496 796366 0 0 0 499065 938 0 0 25 0 1 0 654135768 65593344 14553 33554432000 4194304 4409284 140734744467056 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/23465/statm: 16014 14553 141 53 0 14437 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 64056

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): 5000.11
CPU time (s): 5000.05
CPU user time (s): 4990.66
CPU system time (s): 9.38857
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 105176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4990.66
system time used= 9.38857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 796366
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= 4
involuntary context switches= 19034

runsolver used 14.6758 second user time and 31.1993 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 04:09:21
IDJOB=3372760
IDBENCH=83430
IDSOLVER=1850
FILE ID=node125/3372760-1305425361
RUNJOBID= node125-1305420358-20916
PBS_JOBID= 13324587
Free space on /tmp= 73232 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372760-1305425361/watcher-3372760-1305425361 -o /tmp/evaluation-result-3372760-1305425361/solver-3372760-1305425361 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372760-1305425361.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=175407811

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.828
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.74
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.828
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.828
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.828
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.828
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:      17985576 kB
Buffers:        265896 kB
Cached:        4253404 kB
SwapCached:          0 kB
Active:       11163220 kB
Inactive:      3428804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17985576 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             712 kB
Writeback:           0 kB
AnonPages:    10072964 kB
Mapped:          29980 kB
Slab:           274392 kB
PageTables:      35328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51026220 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= 73232 MiB
End job on node125 at 2011-05-15 05:32:43