Trace number 3387458

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: cir_minisat 2011-05-13 (simp)? (TO) 5000.07 4999.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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-3387458-1305602610/watcher-3387458-1305602610 -o /tmp/evaluation-result-3387458-1305602610/solver-3387458-1305602610 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387458-1305602610.cnf 

running on 4 cores: 1,3,5,7

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: 0.99 1.00 1.03 2/370 7541
/proc/meminfo: memFree=27717476/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=25180 CPUtime=0 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1968 0 0 0 0 0 0 0 21 0 1 0 671861412 25784320 1855 33554432000 4194304 4300288 140733265996224 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 6295 1855 218 26 0 2927 0

[startup+0.088585 s]
/proc/loadavg: 0.99 1.00 1.03 2/370 7541
/proc/meminfo: memFree=27717476/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=33840 CPUtime=0.07 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 5210 0 0 0 7 0 0 0 21 0 1 0 671861412 34652160 4615 33554432000 4194304 4300288 140733265996224 18446744073709551615 4228531 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 8460 4615 221 26 0 5092 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33840

[startup+0.100573 s]
/proc/loadavg: 0.99 1.00 1.03 2/370 7541
/proc/meminfo: memFree=27717476/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=34128 CPUtime=0.09 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 5337 0 0 0 9 0 0 0 21 0 1 0 671861412 34947072 4740 33554432000 4194304 4300288 140733265996224 18446744073709551615 4216624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 8532 4742 221 26 0 5164 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34128

[startup+0.30055 s]
/proc/loadavg: 0.99 1.00 1.03 2/370 7541
/proc/meminfo: memFree=27717476/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=39540 CPUtime=0.29 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 8059 0 0 0 28 1 0 0 22 0 1 0 671861412 40488960 6071 33554432000 4194304 4300288 140733265996224 18446744073709551615 4228356 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 9885 6071 222 26 0 6517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39540

[startup+0.700464 s]
/proc/loadavg: 0.99 1.00 1.03 2/370 7541
/proc/meminfo: memFree=27717476/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=35584 CPUtime=0.69 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 8832 0 0 0 68 1 0 0 23 0 1 0 671861412 36438016 5385 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 8896 5385 243 26 0 5528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35584

[startup+1.50032 s]
/proc/loadavg: 0.99 1.00 1.03 3/374 7548
/proc/meminfo: memFree=27681556/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=39936 CPUtime=1.49 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 9274 0 0 0 148 1 0 0 25 0 1 0 671861412 40894464 5820 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255560 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 9984 5820 243 26 0 6616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39936

[startup+3.10103 s]
/proc/loadavg: 0.99 1.00 1.03 3/374 7548
/proc/meminfo: memFree=27670148/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=51432 CPUtime=3.09 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 11946 0 0 0 308 1 0 0 25 0 1 0 671861412 52666368 8477 33554432000 4194304 4300288 140733265996224 18446744073709551615 4268358 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 12858 8477 243 26 0 9490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51432

[startup+6.30044 s]
/proc/loadavg: 1.07 1.02 1.04 3/374 7548
/proc/meminfo: memFree=27649944/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=58612 CPUtime=6.29 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 13748 0 0 0 627 2 0 0 25 0 1 0 671861412 60018688 10258 33554432000 4194304 4300288 140733265996224 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 14653 10258 243 26 0 11285 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58612

[startup+12.7003 s]
/proc/loadavg: 1.15 1.03 1.04 3/374 7549
/proc/meminfo: memFree=27641244/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=70288 CPUtime=12.69 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 16970 0 0 0 1267 2 0 0 25 0 1 0 671861412 71974912 13441 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255845 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 17572 13441 243 26 0 14204 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70288

[startup+25.5009 s]
/proc/loadavg: 1.41 1.10 1.06 3/374 7549
/proc/meminfo: memFree=27632692/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=51432 CPUtime=25.49 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 24977 0 0 0 2545 4 0 0 25 0 1 0 671861412 52666368 8730 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7541/statm: 12858 8730 243 26 0 9490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51432

[startup+51.1003 s]
/proc/loadavg: 1.61 1.17 1.09 3/374 7550
/proc/meminfo: memFree=27574864/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=121864 CPUtime=51.09 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 37404 0 0 0 5102 7 0 0 25 0 1 0 671861412 124788736 21037 33554432000 4194304 4300288 140733265996224 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 30466 21037 243 26 0 27098 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121864

[startup+102.314 s]
/proc/loadavg: 1.83 1.29 1.13 3/374 7551
/proc/meminfo: memFree=27597520/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=75472 CPUtime=102.3 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 67018 0 0 0 10217 13 0 0 25 0 1 0 671861412 77283328 14477 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 18868 14477 243 26 0 15500 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75472

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.18 3/374 7553
/proc/meminfo: memFree=27514400/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=136448 CPUtime=162.3 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 99289 0 0 0 16210 20 0 0 25 0 1 0 671861412 139722752 24895 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 34112 24895 243 26 0 30744 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136448

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.23 3/374 7554
/proc/meminfo: memFree=27510768/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=186536 CPUtime=222.29 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 128958 0 0 0 22204 25 0 0 25 0 1 0 671861412 191012864 32811 33554432000 4194304 4300288 140733265996224 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 46634 32811 243 26 0 43266 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 186536

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.28 3/374 7556
/proc/meminfo: memFree=27506388/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=186536 CPUtime=282.3 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 157340 0 0 0 28198 32 0 0 25 0 1 0 671861412 191012864 34252 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 46634 34252 243 26 0 43266 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 186536

[startup+342.3 s]
/proc/loadavg: 2.04 1.69 1.32 3/374 7557
/proc/meminfo: memFree=27580372/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=87456 CPUtime=342.3 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 189938 0 0 0 34191 39 0 0 25 0 1 0 671861412 89554944 15576 33554432000 4194304 4300288 140733265996224 18446744073709551615 4256408 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 21864 15576 243 26 0 18496 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 87456

[startup+402.3 s]
/proc/loadavg: 2.01 1.74 1.36 3/374 7559
/proc/meminfo: memFree=27560128/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=98144 CPUtime=402.3 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 219101 0 0 0 40185 45 0 0 25 0 1 0 671861412 100499456 20850 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 24536 20850 243 26 0 21168 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 98144

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.40 3/374 7561
/proc/meminfo: memFree=27503296/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=117112 CPUtime=462.3 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 247269 0 0 0 46180 50 0 0 25 0 1 0 671861412 119922688 25210 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 29278 25210 243 26 0 25910 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 117112

[startup+522.3 s]
/proc/loadavg: 2.00 1.82 1.43 3/374 7562
/proc/meminfo: memFree=27563664/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=98144 CPUtime=522.3 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 275475 0 0 0 52174 56 0 0 25 0 1 0 671861412 100499456 19068 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 24536 19068 243 26 0 21168 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 98144

[startup+582.3 s]
/proc/loadavg: 2.14 1.90 1.48 3/374 7564
/proc/meminfo: memFree=27416068/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=200224 CPUtime=582.31 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 300150 0 0 0 58169 62 0 0 25 0 1 0 671861412 205029376 43537 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 50056 43537 243 26 0 46688 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 200224

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 1.96 3/374 7669
/proc/meminfo: memFree=27190908/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=364644 CPUtime=4062.43 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1750871 0 0 0 405846 397 0 0 25 0 1 0 671861412 373395456 75783 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 91161 75783 243 26 0 87793 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 364644

[startup+4122.3 s]
/proc/loadavg: 2.15 2.04 1.97 3/374 7670
/proc/meminfo: memFree=27270484/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=283256 CPUtime=4122.41 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1779327 0 0 0 411839 402 0 0 25 0 1 0 671861412 290054144 59334 33554432000 4194304 4300288 140733265996224 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 70814 59334 243 26 0 67446 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 283256

[startup+4182.3 s]
/proc/loadavg: 2.12 2.04 1.98 3/374 7672
/proc/meminfo: memFree=27235228/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=364644 CPUtime=4182.42 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1799924 0 0 0 417834 408 0 0 25 0 1 0 671861412 373395456 79795 33554432000 4194304 4300288 140733265996224 18446744073709551615 4269259 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 91161 79795 243 26 0 87793 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 364644

[startup+4242.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/374 7673
/proc/meminfo: memFree=27315412/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=283792 CPUtime=4242.42 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1828776 0 0 0 423828 414 0 0 25 0 1 0 671861412 290603008 60152 33554432000 4194304 4300288 140733265996224 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 70948 60152 243 26 0 67580 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 283792

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/374 7675
/proc/meminfo: memFree=27298748/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=172856 CPUtime=4302.42 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1849517 0 0 0 429822 420 0 0 25 0 1 0 671861412 177004544 37629 33554432000 4194304 4300288 140733265996224 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 43214 37629 243 26 0 39846 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 172856

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/374 7677
/proc/meminfo: memFree=27215396/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=284408 CPUtime=4362.43 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1873984 0 0 0 435818 425 0 0 25 0 1 0 671861412 291233792 61870 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 71102 61870 243 26 0 67734 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 284408

[startup+4422.3 s]
/proc/loadavg: 2.05 2.03 1.98 3/374 7678
/proc/meminfo: memFree=27322980/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=203956 CPUtime=4422.43 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1899497 0 0 0 441813 430 0 0 25 0 1 0 671861412 208850944 45704 33554432000 4194304 4300288 140733265996224 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 50989 45704 243 26 0 47621 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 203956

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/374 7680
/proc/meminfo: memFree=27278060/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=366388 CPUtime=4482.43 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1922744 0 0 0 447808 435 0 0 25 0 1 0 671861412 375181312 68767 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 91597 68767 243 26 0 88229 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 366388

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/374 7681
/proc/meminfo: memFree=27373244/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=205612 CPUtime=4542.42 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1951601 0 0 0 453801 441 0 0 25 0 1 0 671861412 210546688 44748 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 51403 44748 243 26 0 48035 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 205612

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/374 7683
/proc/meminfo: memFree=27146656/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=370100 CPUtime=4602.44 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 1978101 0 0 0 459797 447 0 0 25 0 1 0 671861412 378982400 71098 33554432000 4194304 4300288 140733265996224 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 92525 71098 243 26 0 89157 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 370100

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 7685
/proc/meminfo: memFree=27051492/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=504492 CPUtime=4662.43 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2004718 0 0 0 465791 452 0 0 25 0 1 0 671861412 516599808 97588 33554432000 4194304 4300288 140733265996224 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 126123 97588 243 26 0 122755 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 504492

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 1.99 3/374 7686
/proc/meminfo: memFree=27236328/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=290844 CPUtime=4722.44 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2032796 0 0 0 471784 460 0 0 25 0 1 0 671861412 297824256 55473 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 72711 55473 243 26 0 69343 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 290844

[startup+4782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/374 7688
/proc/meminfo: memFree=27162252/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=374152 CPUtime=4782.43 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2053751 0 0 0 477777 466 0 0 25 0 1 0 671861412 383131648 76255 33554432000 4194304 4300288 140733265996224 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 93538 76255 243 26 0 90170 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 374152

[startup+4842.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/374 7689
/proc/meminfo: memFree=27303320/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=212236 CPUtime=4842.44 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2075238 0 0 0 483772 472 0 0 25 0 1 0 671861412 217329664 45374 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 53059 45374 243 26 0 49691 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 212236

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/374 7691
/proc/meminfo: memFree=27233952/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=293336 CPUtime=4902.44 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2094250 0 0 0 489767 477 0 0 25 0 1 0 671861412 300376064 64189 33554432000 4194304 4300288 140733265996224 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 73334 64189 243 26 0 69966 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 293336

[startup+4962.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/374 7693
/proc/meminfo: memFree=27111912/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=375052 CPUtime=4962.44 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2110054 0 0 0 495764 480 0 0 25 0 1 0 671861412 384053248 79852 33554432000 4194304 4300288 140733265996224 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 93763 79852 243 26 0 90395 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 375052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.03 2.00 3/374 7694
/proc/meminfo: memFree=27256464/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=243716 CPUtime=5000.05 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2129908 0 0 0 499521 484 0 0 25 0 1 0 671861412 249565184 53371 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 60929 53371 243 26 0 57561 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 243716

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

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

[startup+4999.9 s]
/proc/loadavg: 2.04 2.03 2.00 3/374 7694
/proc/meminfo: memFree=27256464/32951124 swapFree=37160408/67111528
[pid=7541] ppid=7539 vsize=243716 CPUtime=5000.05 cores=1,3,5,7
/proc/7541/stat : 7541 (cir_minisat) R 7539 7541 6169 0 -1 4202496 2129908 0 0 0 499521 484 0 0 25 0 1 0 671861412 249565184 53371 33554432000 4194304 4300288 140733265996224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7541/statm: 60929 53371 243 26 0 57561 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 243716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4995.22
CPU system time (s): 4.85726
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 515988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.22
system time used= 4.85726
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2129909
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= 10
involuntary context switches= 52192

runsolver used 16.9824 second user time and 42.1266 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-17 05:23:30
IDJOB=3387458
IDBENCH=83135
IDSOLVER=1873
FILE ID=node104/3387458-1305602610
RUNJOBID= node104-1305602609-7528
PBS_JOBID= 13350374
Free space on /tmp= 73512 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387458-1305602610/watcher-3387458-1305602610 -o /tmp/evaluation-result-3387458-1305602610/solver-3387458-1305602610 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387458-1305602610.cnf

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=874651962

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27717880 kB
Buffers:        307416 kB
Cached:        2864892 kB
SwapCached:     152312 kB
Active:        1296344 kB
Inactive:      3653996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27717880 kB
SwapTotal:    67111528 kB
SwapFree:     37160408 kB
Dirty:            3888 kB
Writeback:           0 kB
AnonPages:     1638548 kB
Mapped:          10412 kB
Slab:           129364 kB
PageTables:      89084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87704772 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= 73512 MiB
End job on node104 at 2011-05-17 06:46:52