Trace number 3387438

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.05 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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-3387438-1305601842/watcher-3387438-1305601842 -o /tmp/evaluation-result-3387438-1305601842/solver-3387438-1305601842 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387438-1305601842.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: 4.09 4.06 4.01 4/537 10382
/proc/meminfo: memFree=12116336/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=24380 CPUtime=0 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1786 0 0 0 0 0 0 0 25 0 1 0 671782199 24965120 1673 33554432000 4194304 4300288 140736354518368 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 6095 1674 218 26 0 2727 0

[startup+0.082325 s]
/proc/loadavg: 4.09 4.06 4.01 4/537 10382
/proc/meminfo: memFree=12116336/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=31596 CPUtime=0.07 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 4398 0 0 0 7 0 0 0 25 0 1 0 671782199 32354304 3976 33554432000 4194304 4300288 140736354518368 18446744073709551615 4216588 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 7899 3977 221 26 0 4531 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31596

[startup+0.100321 s]
/proc/loadavg: 4.09 4.06 4.01 4/537 10382
/proc/meminfo: memFree=12116336/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=32788 CPUtime=0.09 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 4804 0 0 0 9 0 0 0 25 0 1 0 671782199 33574912 4372 33554432000 4194304 4300288 140736354518368 18446744073709551615 4228192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 8197 4372 221 26 0 4829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32788

[startup+0.300289 s]
/proc/loadavg: 4.09 4.06 4.01 4/537 10382
/proc/meminfo: memFree=12116336/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=36504 CPUtime=0.29 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 6639 0 0 0 29 0 0 0 25 0 1 0 671782199 37380096 4689 33554432000 4194304 4300288 140736354518368 18446744073709551615 4278498 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 9126 4689 222 26 0 5758 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36504

[startup+0.700213 s]
/proc/loadavg: 4.09 4.06 4.01 4/537 10382
/proc/meminfo: memFree=12116336/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=32148 CPUtime=0.69 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 7300 0 0 0 68 1 0 0 25 0 1 0 671782199 32919552 4595 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 8037 4595 242 26 0 4669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32148

[startup+1.50108 s]
/proc/loadavg: 4.09 4.06 4.01 5/538 10383
/proc/meminfo: memFree=12096624/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=36500 CPUtime=1.49 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 7704 0 0 0 148 1 0 0 25 0 1 0 671782199 37376000 4992 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 9125 4992 242 26 0 5757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36500

[startup+3.1008 s]
/proc/loadavg: 4.08 4.06 4.01 5/538 10383
/proc/meminfo: memFree=12092408/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=47996 CPUtime=3.09 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 10359 0 0 0 308 1 0 0 25 0 1 0 671782199 49147904 7629 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 11999 7629 242 26 0 8631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47996

[startup+6.30023 s]
/proc/loadavg: 4.08 4.06 4.01 5/538 10383
/proc/meminfo: memFree=12075228/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=55176 CPUtime=6.29 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 11917 0 0 0 628 1 0 0 25 0 1 0 671782199 56500224 9162 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 13794 9162 242 26 0 10426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55176

[startup+12.7011 s]
/proc/loadavg: 4.07 4.05 4.01 5/538 10384
/proc/meminfo: memFree=12053696/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=66852 CPUtime=12.7 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 14669 0 0 0 1268 2 0 0 25 0 1 0 671782199 68456448 11874 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 16713 11874 242 26 0 13345 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 66852

[startup+25.5009 s]
/proc/loadavg: 4.06 4.05 4.01 5/538 10384
/proc/meminfo: memFree=12040176/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=66852 CPUtime=25.49 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 22661 0 0 0 2545 4 0 0 25 0 1 0 671782199 68456448 12223 33554432000 4194304 4300288 140736354518368 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 16713 12223 242 26 0 13345 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66852

[startup+51.1004 s]
/proc/loadavg: 4.04 4.05 4.01 5/538 10385
/proc/meminfo: memFree=11967468/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=145740 CPUtime=51.09 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 47378 0 0 0 5101 8 0 0 25 0 1 0 671782199 149237760 24857 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 36435 24857 242 26 0 33067 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145740

[startup+102.32 s]
/proc/loadavg: 4.01 4.04 4.00 5/538 10386
/proc/meminfo: memFree=11900220/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=167252 CPUtime=102.31 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 80068 0 0 0 10218 13 0 0 25 0 1 0 671782199 171266048 32002 33554432000 4194304 4300288 140736354518368 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 41813 32002 242 26 0 38445 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 167252

[startup+162.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/538 10388
/proc/meminfo: memFree=11831600/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=198072 CPUtime=162.29 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 113379 0 0 0 16211 18 0 0 25 0 1 0 671782199 202825728 34372 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 49518 34372 242 26 0 46150 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 198072

[startup+222.3 s]
/proc/loadavg: 4.11 4.05 4.01 5/538 10389
/proc/meminfo: memFree=11809464/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=117932 CPUtime=222.3 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 137181 0 0 0 22207 23 0 0 25 0 1 0 671782199 120762368 21510 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 29483 21510 242 26 0 26115 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117932

[startup+282.301 s]
/proc/loadavg: 4.09 4.06 4.01 5/538 10391
/proc/meminfo: memFree=11659996/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=198072 CPUtime=282.29 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 171830 0 0 0 28201 28 0 0 25 0 1 0 671782199 202825728 38665 33554432000 4194304 4300288 140736354518368 18446744073709551615 4270033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 49518 38665 242 26 0 46150 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 198072

[startup+342.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/538 10392
/proc/meminfo: memFree=11618520/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=167252 CPUtime=342.29 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 204109 0 0 0 34195 34 0 0 25 0 1 0 671782199 171266048 33344 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 41813 33344 242 26 0 38445 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 167252

[startup+402.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/538 10394
/proc/meminfo: memFree=11516536/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=198072 CPUtime=402.3 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 233151 0 0 0 40190 40 0 0 25 0 1 0 671782199 202825728 41070 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 49518 41070 242 26 0 46150 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 198072

[startup+462.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/538 10396
/proc/meminfo: memFree=11541404/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=117932 CPUtime=462.3 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 262468 0 0 0 46184 46 0 0 25 0 1 0 671782199 120762368 21535 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 29483 21535 242 26 0 26115 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 117932

[startup+522.301 s]
/proc/loadavg: 4.07 4.05 4.01 5/538 10397
/proc/meminfo: memFree=11392048/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=248160 CPUtime=522.31 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 286571 0 0 0 52180 51 0 0 25 0 1 0 671782199 254115840 45473 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 62040 45473 242 26 0 58672 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 248160

[startup+582.301 s]
/proc/loadavg: 4.06 4.05 4.01 5/538 10399
/proc/meminfo: memFree=11406264/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=117932 CPUtime=582.31 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 309935 0 0 0 58175 56 0 0 25 0 1 0 671782199 120762368 21598 33554432000 4194304 4300288 140736354518368 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 29483 21598 242 26 0 26115 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 117932

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 4.00 4.02 4.00 5/538 10532
/proc/meminfo: memFree=14742176/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=4062.41 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1741370 0 0 0 405897 344 0 0 25 0 1 0 671782199 331939840 74808 33554432000 4194304 4300288 140736354518368 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 74808 242 26 0 77672 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 324160

[startup+4122.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/538 10533
/proc/meminfo: memFree=14764820/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=4122.39 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1771612 0 0 0 411890 349 0 0 25 0 1 0 671782199 331939840 70282 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 70282 242 26 0 77672 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 324160

[startup+4182.3 s]
/proc/loadavg: 4.15 4.04 4.01 5/538 10535
/proc/meminfo: memFree=14845504/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=243252 CPUtime=4182.39 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1797220 0 0 0 417885 354 0 0 25 0 1 0 671782199 249090048 57204 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 60813 57204 242 26 0 57445 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 243252

[startup+4242.3 s]
/proc/loadavg: 4.23 4.08 4.02 5/538 10536
/proc/meminfo: memFree=14659344/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=405548 CPUtime=4242.39 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1819178 0 0 0 423882 357 0 0 25 0 1 0 671782199 415281152 78964 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255666 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 101387 78964 242 26 0 98019 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 405548

[startup+4302.3 s]
/proc/loadavg: 4.14 4.08 4.02 5/538 10538
/proc/meminfo: memFree=14713868/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=274072 CPUtime=4302.39 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1844392 0 0 0 429877 362 0 0 25 0 1 0 671782199 280649728 64580 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 68518 64580 242 26 0 65150 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 274072

[startup+4362.3 s]
/proc/loadavg: 4.05 4.06 4.01 5/538 10540
/proc/meminfo: memFree=14850232/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=193932 CPUtime=4362.39 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1858689 0 0 0 435874 365 0 0 25 0 1 0 671782199 198586368 45143 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 48483 45143 242 26 0 45115 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 193932

[startup+4422.3 s]
/proc/loadavg: 4.02 4.05 4.01 5/538 10541
/proc/meminfo: memFree=14673480/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=4422.4 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1889539 0 0 0 441870 370 0 0 25 0 1 0 671782199 331939840 75788 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 75788 242 26 0 77672 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 324160

[startup+4482.3 s]
/proc/loadavg: 4.00 4.04 4.00 5/538 10543
/proc/meminfo: memFree=14693288/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=274072 CPUtime=4482.4 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1913461 0 0 0 447866 374 0 0 25 0 1 0 671782199 280649728 61311 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 68518 61311 242 26 0 65150 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 274072

[startup+4542.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/538 10544
/proc/meminfo: memFree=14642528/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=405548 CPUtime=4542.4 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1932548 0 0 0 453861 379 0 0 25 0 1 0 671782199 415281152 80220 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 101387 80220 242 26 0 98019 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 405548

[startup+4602.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/538 10546
/proc/meminfo: memFree=14630460/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=4602.4 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1958410 0 0 0 459856 384 0 0 25 0 1 0 671782199 331939840 68294 33554432000 4194304 4300288 140736354518368 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 68294 242 26 0 77672 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 324160

[startup+4662.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/538 10548
/proc/meminfo: memFree=14667368/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=243252 CPUtime=4662.4 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 1983515 0 0 0 465850 390 0 0 25 0 1 0 671782199 249090048 56269 33554432000 4194304 4300288 140736354518368 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 60813 56269 242 26 0 57445 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 243252

[startup+4722.32 s]
/proc/loadavg: 4.00 4.01 4.00 5/538 10549
/proc/meminfo: memFree=14544932/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=405548 CPUtime=4722.42 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 2006553 0 0 0 471846 396 0 0 25 0 1 0 671782199 415281152 79111 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 101387 79111 242 26 0 98019 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 405548

[startup+4782.3 s]
/proc/loadavg: 4.23 4.07 4.02 5/538 10551
/proc/meminfo: memFree=14574648/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=4782.41 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 2030567 0 0 0 477840 401 0 0 25 0 1 0 671782199 331939840 65292 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 65292 242 26 0 77672 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 324160

[startup+4842.3 s]
/proc/loadavg: 4.27 4.10 4.03 5/538 10552
/proc/meminfo: memFree=14624456/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=193932 CPUtime=4842.41 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 2047677 0 0 0 483835 406 0 0 25 0 1 0 671782199 198586368 45143 33554432000 4194304 4300288 140736354518368 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 48483 45143 242 26 0 45115 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 193932

[startup+4902.3 s]
/proc/loadavg: 4.10 4.08 4.02 5/538 10554
/proc/meminfo: memFree=14449812/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=4902.41 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 2076400 0 0 0 489830 411 0 0 25 0 1 0 671782199 331939840 73700 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 73700 242 26 0 77672 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 324160

[startup+4962.3 s]
/proc/loadavg: 4.03 4.06 4.02 5/538 10556
/proc/meminfo: memFree=14645304/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=243252 CPUtime=4962.4 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 2104610 0 0 0 495823 417 0 0 25 0 1 0 671782199 249090048 53201 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 60813 53201 242 26 0 57445 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 243252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 4.02 4.05 4.01 5/538 10557
/proc/meminfo: memFree=14577692/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=5000.02 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 2119410 0 0 0 499581 421 0 0 25 0 1 0 671782199 331939840 67856 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 67856 242 26 0 77672 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 324160

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: 4.02 4.05 4.01 5/538 10557
/proc/meminfo: memFree=14577692/32951124 swapFree=64205392/67111528
[pid=10382] ppid=10380 vsize=324160 CPUtime=5000.02 cores=1,3,5,7
/proc/10382/stat : 10382 (cir_minisat) R 10380 10382 8511 0 -1 4202496 2119410 0 0 0 499581 421 0 0 25 0 1 0 671782199 331939840 67856 33554432000 4194304 4300288 140736354518368 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10382/statm: 81040 67856 242 26 0 77672 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 324160

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4995.83
CPU system time (s): 4.22236
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 405548

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

runsolver used 26.6749 second user time and 61.0687 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-17 05:10:42
IDJOB=3387438
IDBENCH=83119
IDSOLVER=1873
FILE ID=node136/3387438-1305601842
RUNJOBID= node136-1305598121-10198
PBS_JOBID= 13350342
Free space on /tmp= 73088 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=594526351

node136.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.809
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.809
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.75
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12116368 kB
Buffers:         85452 kB
Cached:         830424 kB
SwapCached:      24924 kB
Active:       13949820 kB
Inactive:      6632880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12116368 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:            2740 kB
Writeback:           0 kB
AnonPages:    19648008 kB
Mapped:          40492 kB
Slab:            94124 kB
PageTables:      90072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 185017540 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= 73108 MiB
End job on node136 at 2011-05-17 06:34:04