Trace number 3422071

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: EBMiniSAT 2011-03-02? (TO) 5000.08 4999.93

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.848
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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-3422071-1306658665/watcher-3422071-1306658665 -o /tmp/evaluation-result-3422071-1306658665/solver-3422071-1306658665 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422071-1306658665.cnf -verb=0 

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.00 0.00 0.00 1/570 22960
/proc/meminfo: memFree=16434748/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=16216 CPUtime=0.01 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 818 0 0 0 1 0 0 0 23 0 1 0 777464245 16605184 664 33554432000 4194304 4293939 140737346892320 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 4054 664 224 25 0 687 0

[startup+0.0588879 s]
/proc/loadavg: 0.00 0.00 0.00 1/570 22960
/proc/meminfo: memFree=16434748/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=16692 CPUtime=0.05 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 946 0 0 0 5 0 0 0 23 0 1 0 777464245 17092608 725 33554432000 4194304 4293939 140737346892320 18446744073709551615 4262675 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 4173 725 241 25 0 806 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16692

[startup+0.100896 s]
/proc/loadavg: 0.00 0.00 0.00 1/570 22960
/proc/meminfo: memFree=16434748/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=16692 CPUtime=0.09 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 1006 0 0 0 9 0 0 0 23 0 1 0 777464245 17092608 783 33554432000 4194304 4293939 140737346892320 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 4173 783 242 25 0 806 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16692

[startup+0.300844 s]
/proc/loadavg: 0.00 0.00 0.00 1/570 22960
/proc/meminfo: memFree=16434748/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=17708 CPUtime=0.29 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 1287 0 0 0 29 0 0 0 25 0 1 0 777464245 18132992 1050 33554432000 4194304 4293939 140737346892320 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 4427 1050 242 25 0 1060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17708

[startup+0.70077 s]
/proc/loadavg: 0.00 0.00 0.00 1/570 22960
/proc/meminfo: memFree=16434748/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=20384 CPUtime=0.69 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 1620 0 0 0 69 0 0 0 25 0 1 0 777464245 20873216 1366 33554432000 4194304 4293939 140737346892320 18446744073709551615 4248667 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 5096 1366 244 25 0 1729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20384

[startup+1.50062 s]
/proc/loadavg: 0.00 0.00 0.00 2/571 22988
/proc/meminfo: memFree=16426144/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=20384 CPUtime=1.49 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 1620 0 0 0 149 0 0 0 25 0 1 0 777464245 20873216 1366 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255747 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 5096 1366 244 25 0 1729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20384

[startup+3.10033 s]
/proc/loadavg: 0.00 0.00 0.00 2/571 22988
/proc/meminfo: memFree=16423912/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=23188 CPUtime=3.09 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 2034 0 0 0 309 0 0 0 25 0 1 0 777464245 23744512 1758 33554432000 4194304 4293939 140737346892320 18446744073709551615 4262675 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 5797 1758 244 25 0 2430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23188

[startup+6.30075 s]
/proc/loadavg: 0.08 0.02 0.01 2/571 22988
/proc/meminfo: memFree=16422748/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=23188 CPUtime=6.29 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 2344 0 0 0 629 0 0 0 25 0 1 0 777464245 23744512 2062 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 5797 2062 244 25 0 2430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23188

[startup+12.7006 s]
/proc/loadavg: 0.15 0.03 0.01 3/576 22998
/proc/meminfo: memFree=16291528/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=24300 CPUtime=12.69 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 2989 0 0 0 1269 0 0 0 25 0 1 0 777464245 24883200 2686 33554432000 4194304 4293939 140737346892320 18446744073709551615 4263289 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 6075 2686 244 25 0 2708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24300

[startup+25.5002 s]
/proc/loadavg: 0.56 0.13 0.04 3/576 22998
/proc/meminfo: memFree=16297008/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=25976 CPUtime=25.49 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 3428 0 0 0 2549 0 0 0 25 0 1 0 777464245 26599424 3113 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 6494 3113 244 25 0 3127 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25976

[startup+51.1006 s]
/proc/loadavg: 1.05 0.28 0.09 3/576 22999
/proc/meminfo: memFree=16245188/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=27004 CPUtime=51.09 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 3705 0 0 0 5109 0 0 0 25 0 1 0 777464245 27652096 3376 33554432000 4194304 4293939 140737346892320 18446744073709551615 4263186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 6751 3376 244 25 0 3384 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27004

[startup+102.321 s]
/proc/loadavg: 1.59 0.54 0.19 3/576 23001
/proc/meminfo: memFree=16202940/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=31388 CPUtime=102.32 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 4668 0 0 0 10232 0 0 0 25 0 1 0 777464245 32141312 4314 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 7847 4314 244 25 0 4480 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 31388

[startup+162.3 s]
/proc/loadavg: 1.80 0.79 0.29 3/576 23029
/proc/meminfo: memFree=16371256/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=34108 CPUtime=162.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 11503 0 0 0 16229 1 0 0 25 0 1 0 777464245 34926592 5152 33554432000 4194304 4293939 140737346892320 18446744073709551615 4264308 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 8527 5152 244 25 0 5160 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 34108

[startup+222.3 s]
/proc/loadavg: 1.99 1.03 0.41 3/576 23031
/proc/meminfo: memFree=16350244/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=35780 CPUtime=222.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 16045 0 0 0 22228 2 0 0 25 0 1 0 777464245 36638720 5570 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 8945 5570 244 25 0 5578 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35780

[startup+282.3 s]
/proc/loadavg: 2.03 1.22 0.51 3/576 23032
/proc/meminfo: memFree=16349224/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=35780 CPUtime=282.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 16045 0 0 0 28228 2 0 0 25 0 1 0 777464245 36638720 5570 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 8945 5570 244 25 0 5578 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 35780

[startup+342.3 s]
/proc/loadavg: 2.01 1.36 0.60 3/576 23034
/proc/meminfo: memFree=16349452/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=38640 CPUtime=342.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 18609 0 0 0 34228 2 0 0 25 0 1 0 777464245 39567360 5664 33554432000 4194304 4293939 140737346892320 18446744073709551615 4248667 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 9660 5664 244 25 0 6293 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 38640

[startup+402.3 s]
/proc/loadavg: 2.00 1.47 0.68 3/576 23036
/proc/meminfo: memFree=16339240/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=38640 CPUtime=402.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 18804 0 0 0 40228 2 0 0 25 0 1 0 777464245 39567360 5858 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 9660 5858 244 25 0 6293 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 38640

[startup+462.3 s]
/proc/loadavg: 2.00 1.57 0.76 3/576 23037
/proc/meminfo: memFree=16338948/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=38640 CPUtime=462.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 18887 0 0 0 46228 2 0 0 25 0 1 0 777464245 39567360 5941 33554432000 4194304 4293939 140737346892320 18446744073709551615 4265261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 9660 5941 244 25 0 6293 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 38640

[startup+522.301 s]
/proc/loadavg: 2.00 1.64 0.84 3/576 23039
/proc/meminfo: memFree=16333804/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=42996 CPUtime=522.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 20127 0 0 0 52228 2 0 0 25 0 1 0 777464245 44027904 7153 33554432000 4194304 4293939 140737346892320 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 10749 7153 244 25 0 7382 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 42996

[startup+582.301 s]
/proc/loadavg: 2.00 1.71 0.91 3/576 23040
/proc/meminfo: memFree=16333880/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=42996 CPUtime=582.3 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 20127 0 0 0 58228 2 0 0 25 0 1 0 777464245 44027904 7153 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 10749 7153 244 25 0 7382 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 42996

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.17 2.08 2.00 3/576 23145
/proc/meminfo: memFree=16238728/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=57260 CPUtime=4062.44 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125226 0 0 0 406222 22 0 0 25 0 1 0 777464245 58634240 10940 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 14315 10940 244 25 0 10948 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 57260

[startup+4122.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/576 23147
/proc/meminfo: memFree=16239928/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=57260 CPUtime=4122.42 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125226 0 0 0 412220 22 0 0 25 0 1 0 777464245 58634240 10940 33554432000 4194304 4293939 140737346892320 18446744073709551615 4248653 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 14315 10940 244 25 0 10948 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 57260

[startup+4182.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/576 23148
/proc/meminfo: memFree=16239884/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=57260 CPUtime=4182.42 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125226 0 0 0 418220 22 0 0 25 0 1 0 777464245 58634240 10940 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 14315 10940 244 25 0 10948 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 57260

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 23150
/proc/meminfo: memFree=16239820/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=57260 CPUtime=4242.42 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125226 0 0 0 424220 22 0 0 25 0 1 0 777464245 58634240 10940 33554432000 4194304 4293939 140737346892320 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 14315 10940 244 25 0 10948 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 57260

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23152
/proc/meminfo: memFree=16239904/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=57260 CPUtime=4302.42 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125226 0 0 0 430220 22 0 0 25 0 1 0 777464245 58634240 10940 33554432000 4194304 4293939 140737346892320 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 14315 10940 244 25 0 10948 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 57260

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23153
/proc/meminfo: memFree=16240220/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=57260 CPUtime=4362.42 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125242 0 0 0 436220 22 0 0 25 0 1 0 777464245 58634240 10956 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 14315 10956 244 25 0 10948 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 57260

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23155
/proc/meminfo: memFree=16238576/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4422.42 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125667 0 0 0 442220 22 0 0 25 0 1 0 777464245 70467584 11376 33554432000 4194304 4293939 140737346892320 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11376 244 25 0 13837 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 68816

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/576 23156
/proc/meminfo: memFree=16237900/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4482.43 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125693 0 0 0 448221 22 0 0 25 0 1 0 777464245 70467584 11402 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11402 244 25 0 13837 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 68816

[startup+4542.3 s]
/proc/loadavg: 2.33 2.11 2.03 3/576 23158
/proc/meminfo: memFree=16237956/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4542.43 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125693 0 0 0 454221 22 0 0 25 0 1 0 777464245 70467584 11402 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11402 244 25 0 13837 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 68816

[startup+4602.3 s]
/proc/loadavg: 2.27 2.12 2.03 3/576 23169
/proc/meminfo: memFree=16233944/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4602.44 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125769 0 0 0 460222 22 0 0 25 0 1 0 777464245 70467584 11477 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11477 244 25 0 13837 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 68816

[startup+4662.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/576 23170
/proc/meminfo: memFree=16232552/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4662.43 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125769 0 0 0 466221 22 0 0 25 0 1 0 777464245 70467584 11477 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11477 244 25 0 13837 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 68816

[startup+4722.32 s]
/proc/loadavg: 2.03 2.07 2.02 3/576 23172
/proc/meminfo: memFree=16228424/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4722.45 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125769 0 0 0 472223 22 0 0 25 0 1 0 777464245 70467584 11477 33554432000 4194304 4293939 140737346892320 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11477 244 25 0 13837 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 68816

[startup+4782.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/576 23173
/proc/meminfo: memFree=16229124/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4782.43 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125769 0 0 0 478221 22 0 0 25 0 1 0 777464245 70467584 11477 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11477 244 25 0 13837 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 68816

[startup+4842.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/576 23178
/proc/meminfo: memFree=16228024/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4842.44 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125867 0 0 0 484222 22 0 0 25 0 1 0 777464245 70467584 11573 33554432000 4194304 4293939 140737346892320 18446744073709551615 4264728 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11573 244 25 0 13837 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 68816

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23180
/proc/meminfo: memFree=16228592/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4902.44 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125867 0 0 0 490222 22 0 0 25 0 1 0 777464245 70467584 11573 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11573 244 25 0 13837 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 68816

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23181
/proc/meminfo: memFree=16228796/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=4962.44 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125867 0 0 0 496222 22 0 0 25 0 1 0 777464245 70467584 11573 33554432000 4194304 4293939 140737346892320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11573 244 25 0 13837 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 68816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.13 2.05 2.01 3/576 23182
/proc/meminfo: memFree=16228528/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=5000.06 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125867 0 0 0 499984 22 0 0 25 0 1 0 777464245 70467584 11573 33554432000 4194304 4293939 140737346892320 18446744073709551615 4264320 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11573 244 25 0 13837 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 68816

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.13 2.05 2.01 3/576 23182
/proc/meminfo: memFree=16228528/32951124 swapFree=64375276/67111528
[pid=22960] ppid=22958 vsize=68816 CPUtime=5000.06 cores=1,3,5,7
/proc/22960/stat : 22960 (ebminisat_relea) R 22958 22960 22932 0 -1 4202496 125867 0 0 0 499984 22 0 0 25 0 1 0 777464245 70467584 11573 33554432000 4194304 4293939 140737346892320 18446744073709551615 4264320 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22960/statm: 17204 11573 244 25 0 13837 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 68816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4999.85
CPU system time (s): 0.227965
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 68816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.85
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 12172

runsolver used 26.9359 second user time and 68.4986 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-29 10:44:25
IDJOB=3422071
IDBENCH=20401
IDSOLVER=1914
FILE ID=node139/3422071-1306658665
RUNJOBID= node139-1306658665-22951
PBS_JOBID= 13471758
Free space on /tmp= 72824 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422071-1306658665/watcher-3422071-1306658665 -o /tmp/evaluation-result-3422071-1306658665/solver-3422071-1306658665 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422071-1306658665.cnf  -verb=0

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=2049312075

node139.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.852
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.70
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.852
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.852
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.74
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.852
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.75
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.852
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	: 5321.49
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:      16435020 kB
Buffers:        224148 kB
Cached:        2331748 kB
SwapCached:      20488 kB
Active:        8600852 kB
Inactive:      7611204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16435020 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:    13637040 kB
Mapped:          40012 kB
Slab:           154696 kB
PageTables:      78600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170866864 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= 72820 MiB
End job on node139 at 2011-05-29 12:07:47