Trace number 3380132

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300 1300.03

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3380132-1305454065/watcher-3380132-1305454065 -o /tmp/evaluation-result-3380132-1305454065/solver-3380132-1305454065 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380132-1305454065.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.98 2.63 3.46 5/375 1037
/proc/meminfo: memFree=26558192/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=11796 CPUtime=0 cores=4,6
/proc/1037/stat : 1037 (runsolver) R 1035 1037 31275 0 -1 4202560 40 0 0 0 0 0 0 0 21 0 1 0 657005011 12079104 50 33554432000 4194304 5432360 140736296162432 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/1037/statm: 2949 50 30 303 0 2643 0

[startup+0.0421681 s]
/proc/loadavg: 2.98 2.63 3.46 5/375 1037
/proc/meminfo: memFree=26558192/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=23260 CPUtime=0.02 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 2760 0 0 0 2 0 0 0 21 0 1 0 657005011 23818240 2701 33554432000 4194304 4394578 140733867754048 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 5815 2702 247 49 0 2956 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23260

[startup+0.10116 s]
/proc/loadavg: 2.98 2.63 3.46 5/375 1037
/proc/meminfo: memFree=26558192/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=29068 CPUtime=0.08 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 4218 0 0 0 8 0 0 0 21 0 1 0 657005011 29765632 4159 33554432000 4194304 4394578 140733867754048 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 7267 4160 247 49 0 4408 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29068

[startup+0.301075 s]
/proc/loadavg: 2.98 2.63 3.46 5/375 1037
/proc/meminfo: memFree=26558192/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=45048 CPUtime=0.28 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 8245 0 0 0 27 1 0 0 22 0 1 0 657005011 46129152 7774 33554432000 4194304 4394578 140733867754048 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 11262 7774 255 49 0 8403 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45048

[startup+0.701039 s]
/proc/loadavg: 2.98 2.63 3.46 5/375 1037
/proc/meminfo: memFree=26558192/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=49452 CPUtime=0.68 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 10197 0 0 0 64 4 0 0 23 0 1 0 657005011 50638848 9032 33554432000 4194304 4394578 140733867754048 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 12363 9032 255 49 0 9504 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 49452

[startup+1.50091 s]
/proc/loadavg: 2.98 2.63 3.46 7/376 1038
/proc/meminfo: memFree=26503384/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=70280 CPUtime=1.48 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 15652 0 0 0 143 5 0 0 25 0 1 0 657005011 71966720 14487 33554432000 4194304 4394578 140733867754048 18446744073709551615 4287987 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 17570 14487 266 49 0 14711 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 70280

[startup+3.10064 s]
/proc/loadavg: 2.98 2.63 3.46 7/376 1038
/proc/meminfo: memFree=26496440/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=74084 CPUtime=3.08 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 16562 0 0 0 303 5 0 0 25 0 1 0 657005011 75862016 15397 33554432000 4194304 4394578 140733867754048 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 18521 15397 266 49 0 15662 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74084

[startup+6.30111 s]
/proc/loadavg: 3.14 2.66 3.47 6/376 1038
/proc/meminfo: memFree=26485424/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=80404 CPUtime=6.28 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 18138 0 0 0 622 6 0 0 25 0 1 0 657005011 82333696 16973 33554432000 4194304 4394578 140733867754048 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 20101 16973 266 49 0 17242 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 80404

[startup+12.701 s]
/proc/loadavg: 3.29 2.70 3.47 7/376 1039
/proc/meminfo: memFree=26468716/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=89388 CPUtime=12.67 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 20301 0 0 0 1261 6 0 0 25 0 1 0 657005011 91533312 19136 33554432000 4194304 4394578 140733867754048 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 22347 19136 266 49 0 19488 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 89388

[startup+25.5009 s]
/proc/loadavg: 3.67 2.81 3.50 6/376 1039
/proc/meminfo: memFree=26441060/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=100872 CPUtime=25.48 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 23170 0 0 0 2540 8 0 0 25 0 1 0 657005011 103292928 22005 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 25218 22005 266 49 0 22359 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100872

[startup+51.1006 s]
/proc/loadavg: 4.18 3.00 3.54 6/376 1039
/proc/meminfo: memFree=26381824/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=127844 CPUtime=51.08 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 29904 0 0 0 5098 10 0 0 25 0 1 0 657005011 130912256 28739 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298272 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 31961 28739 266 49 0 29102 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 127844

[startup+102.314 s]
/proc/loadavg: 4.77 3.34 3.63 6/376 1041
/proc/meminfo: memFree=26314216/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=146736 CPUtime=102.28 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 34603 0 0 0 10218 10 0 0 25 0 1 0 657005011 150257664 33438 33554432000 4194304 4394578 140733867754048 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 36684 33438 266 49 0 33825 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 146736

[startup+162.301 s]
/proc/loadavg: 5.03 3.67 3.72 6/376 1043
/proc/meminfo: memFree=26247612/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=166812 CPUtime=162.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 39644 0 0 0 16216 11 0 0 25 0 1 0 657005011 170815488 38479 33554432000 4194304 4394578 140733867754048 18446744073709551615 4285904 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 41703 38479 266 49 0 38844 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 166812

[startup+222.301 s]
/proc/loadavg: 5.06 3.93 3.80 6/376 1044
/proc/meminfo: memFree=26180372/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=166812 CPUtime=222.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 39644 0 0 0 22216 11 0 0 25 0 1 0 657005011 170815488 38479 33554432000 4194304 4394578 140733867754048 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 41703 38479 266 49 0 38844 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 166812

[startup+282.301 s]
/proc/loadavg: 5.02 4.12 3.87 6/376 1046
/proc/meminfo: memFree=26099012/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=188748 CPUtime=282.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 45086 0 0 0 28215 12 0 0 25 0 1 0 657005011 193277952 43921 33554432000 4194304 4394578 140733867754048 18446744073709551615 4300102 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 47187 43921 266 49 0 44328 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 188748

[startup+342.301 s]
/proc/loadavg: 5.01 4.28 3.94 6/376 1047
/proc/meminfo: memFree=26029044/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=208504 CPUtime=342.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 49957 0 0 0 34214 13 0 0 25 0 1 0 657005011 213508096 48792 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 52126 48792 266 49 0 49267 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 208504

[startup+402.301 s]
/proc/loadavg: 5.00 4.41 4.01 6/376 1049
/proc/meminfo: memFree=25998652/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=208504 CPUtime=402.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 49964 0 0 0 40214 13 0 0 25 0 1 0 657005011 213508096 48799 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 52126 48799 266 49 0 49267 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 208504

[startup+462.301 s]
/proc/loadavg: 4.48 4.37 4.02 5/375 1051
/proc/meminfo: memFree=25923120/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=229992 CPUtime=462.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 55294 0 0 0 46213 14 0 0 25 0 1 0 657005011 235511808 54129 33554432000 4194304 4394578 140733867754048 18446744073709551615 4296807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 57498 54129 266 49 0 54639 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 229992

[startup+522.301 s]
/proc/loadavg: 4.20 4.32 4.02 5/375 1052
/proc/meminfo: memFree=25860972/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=229992 CPUtime=522.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 55296 0 0 0 52212 15 0 0 25 0 1 0 657005011 235511808 54131 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 57498 54131 266 49 0 54639 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 229992

[startup+582.301 s]
/proc/loadavg: 4.07 4.26 4.01 5/375 1054
/proc/meminfo: memFree=25817060/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=229992 CPUtime=582.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 55301 0 0 0 58212 15 0 0 25 0 1 0 657005011 235511808 54136 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298693 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 57498 54136 266 49 0 54639 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 229992

[startup+642.3 s]
/proc/loadavg: 4.02 4.21 4.00 5/375 1055
/proc/meminfo: memFree=25751172/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=229992 CPUtime=642.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 55311 0 0 0 64212 15 0 0 25 0 1 0 657005011 235511808 54146 33554432000 4194304 4394578 140733867754048 18446744073709551615 4287774 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 57498 54146 266 49 0 54639 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 229992

[startup+702.3 s]
/proc/loadavg: 4.09 4.18 4.01 5/375 1057
/proc/meminfo: memFree=25679352/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=250460 CPUtime=702.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 60356 0 0 0 70211 16 0 0 25 0 1 0 657005011 256471040 59191 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 62615 59191 266 49 0 59756 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 250460

[startup+762.314 s]
/proc/loadavg: 4.18 4.18 4.01 5/375 1059
/proc/meminfo: memFree=25639148/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=250460 CPUtime=762.28 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 60357 0 0 0 76212 16 0 0 25 0 1 0 657005011 256471040 59192 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 62615 59192 266 49 0 59756 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 250460

[startup+822.3 s]
/proc/loadavg: 4.13 4.16 4.01 5/375 1060
/proc/meminfo: memFree=25638628/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=250460 CPUtime=822.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 60357 0 0 0 82211 16 0 0 25 0 1 0 657005011 256471040 59192 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 62615 59192 266 49 0 59756 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 250460

[startup+882.301 s]
/proc/loadavg: 4.05 4.13 4.00 5/375 1062
/proc/meminfo: memFree=25588988/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=250460 CPUtime=882.26 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 60357 0 0 0 88210 16 0 0 25 0 1 0 657005011 256471040 59192 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 62615 59192 266 49 0 59756 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 250460

[startup+942.301 s]
/proc/loadavg: 4.02 4.10 4.00 5/375 1063
/proc/meminfo: memFree=25530028/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=250460 CPUtime=942.26 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 60357 0 0 0 94210 16 0 0 25 0 1 0 657005011 256471040 59192 33554432000 4194304 4394578 140733867754048 18446744073709551615 4296934 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 62615 59192 266 49 0 59756 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 250460

[startup+1002.3 s]
/proc/loadavg: 4.19 4.13 4.01 5/375 1065
/proc/meminfo: memFree=25465260/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=250460 CPUtime=1002.26 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 60358 0 0 0 100210 16 0 0 25 0 1 0 657005011 256471040 59193 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 62615 59193 266 49 0 59756 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 250460

[startup+1062.3 s]
/proc/loadavg: 4.17 4.13 4.02 5/375 1067
/proc/meminfo: memFree=25386120/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=302936 CPUtime=1062.26 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 73338 0 0 0 106208 18 0 0 25 0 1 0 657005011 310206464 72173 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 75734 72173 266 49 0 72875 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 302936

[startup+1122.3 s]
/proc/loadavg: 4.06 4.11 4.01 5/375 1068
/proc/meminfo: memFree=25350988/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=302936 CPUtime=1122.26 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 73338 0 0 0 112208 18 0 0 25 0 1 0 657005011 310206464 72173 33554432000 4194304 4394578 140733867754048 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 75734 72173 266 49 0 72875 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 302936

[startup+1182.3 s]
/proc/loadavg: 4.02 4.08 4.01 5/375 1070
/proc/meminfo: memFree=25309060/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=302936 CPUtime=1182.26 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 73338 0 0 0 118208 18 0 0 25 0 1 0 657005011 310206464 72173 33554432000 4194304 4394578 140733867754048 18446744073709551615 4290882 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 75734 72173 266 49 0 72875 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 302936

[startup+1242.3 s]
/proc/loadavg: 4.01 4.07 4.00 5/375 1071
/proc/meminfo: memFree=25299488/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=302936 CPUtime=1242.27 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 73354 0 0 0 124208 19 0 0 25 0 1 0 657005011 310206464 72189 33554432000 4194304 4394578 140733867754048 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 75734 72189 266 49 0 72875 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 302936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.83 3.92 2/357 1127
/proc/meminfo: memFree=26325184/32951124 swapFree=63649232/67111528
[pid=1037] ppid=1035 vsize=302936 CPUtime=1299.97 cores=4,6
/proc/1037/stat : 1037 (SApperloT2010) R 1035 1037 31275 0 -1 4202496 73355 0 0 0 129978 19 0 0 25 0 1 0 657005011 310206464 72190 33554432000 4194304 4394578 140733867754048 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1037/statm: 75734 72190 266 49 0 72875 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 302936

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300
CPU user time (s): 1299.79
CPU system time (s): 0.207968
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 302936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73355
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= 5
involuntary context switches= 3358

runsolver used 4.85626 second user time and 10.5314 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 12:07:45
IDJOB=3380132
IDBENCH=20483
IDSOLVER=1862
FILE ID=node130/3380132-1305454065
RUNJOBID= node130-1305454040-911
PBS_JOBID= 13324842
Free space on /tmp= 73392 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380132-1305454065/watcher-3380132-1305454065 -o /tmp/evaluation-result-3380132-1305454065/solver-3380132-1305454065 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380132-1305454065.cnf

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=1956278405

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26558348 kB
Buffers:        286496 kB
Cached:        4020064 kB
SwapCached:      10248 kB
Active:        2204416 kB
Inactive:      3901204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26558348 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            5428 kB
Writeback:           0 kB
AnonPages:     1796704 kB
Mapped:          21428 kB
Slab:           188800 kB
PageTables:      35128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89348092 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= 73392 MiB
End job on node130 at 2011-05-15 12:29:27