Trace number 3420067

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
RestartSAT B95? (TO) 5000.09 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

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-3420067-1306584764/watcher-3420067-1306584764 -o /tmp/evaluation-result-3420067-1306584764/solver-3420067-1306584764 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420067-1306584764.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.02 1.99 3/458 31716
/proc/meminfo: memFree=26695440/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=25736 CPUtime=0 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 2269 0 0 0 0 0 0 0 25 0 1 0 770074647 26353664 2143 33554432000 4194304 4291949 140735288285712 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 6434 2145 228 24 0 3068 0

[startup+0.103238 s]
/proc/loadavg: 1.92 2.02 1.99 3/458 31716
/proc/meminfo: memFree=26695440/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=34704 CPUtime=0.09 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 5667 0 0 0 9 0 0 0 25 0 1 0 770074647 35536896 5063 33554432000 4194304 4291949 140735288285712 18446744073709551615 232335589479 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 8676 5063 234 24 0 5310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34704

[startup+0.201251 s]
/proc/loadavg: 1.92 2.02 1.99 3/458 31716
/proc/meminfo: memFree=26695440/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=45616 CPUtime=0.19 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 7453 0 0 0 18 1 0 0 25 0 1 0 770074647 46710784 6762 33554432000 4194304 4291949 140735288285712 18446744073709551615 4211895 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 11404 6762 234 24 0 8038 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45616

[startup+0.301229 s]
/proc/loadavg: 1.92 2.02 1.99 3/458 31716
/proc/meminfo: memFree=26695440/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=40612 CPUtime=0.29 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 8649 0 0 0 28 1 0 0 25 0 1 0 770074647 41586688 6516 33554432000 4194304 4291949 140735288285712 18446744073709551615 4215504 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 10153 6516 234 24 0 6787 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40612

[startup+0.701156 s]
/proc/loadavg: 1.92 2.02 1.99 3/458 31716
/proc/meminfo: memFree=26695440/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=36600 CPUtime=0.69 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 9385 0 0 0 68 1 0 0 25 0 1 0 770074647 37478400 5694 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 9150 5694 253 24 0 5784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36600

[startup+1.50099 s]
/proc/loadavg: 1.92 2.02 1.99 3/459 31717
/proc/meminfo: memFree=26739832/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=40952 CPUtime=1.49 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 9708 0 0 0 148 1 0 0 25 0 1 0 770074647 41934848 6001 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 10238 6001 253 24 0 6872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40952

[startup+3.10073 s]
/proc/loadavg: 1.92 2.02 1.99 3/459 31717
/proc/meminfo: memFree=26737476/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=40952 CPUtime=3.08 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 10295 0 0 0 307 1 0 0 25 0 1 0 770074647 41934848 6574 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 10238 6574 253 24 0 6872 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40952

[startup+6.30116 s]
/proc/loadavg: 1.93 2.02 1.99 3/459 31717
/proc/meminfo: memFree=26723160/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=52704 CPUtime=6.29 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 12951 0 0 0 627 2 0 0 25 0 1 0 770074647 53968896 9208 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 13176 9208 253 24 0 9810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52704

[startup+12.701 s]
/proc/loadavg: 1.93 2.02 1.99 3/459 31718
/proc/meminfo: memFree=26710656/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=59884 CPUtime=12.69 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 14683 0 0 0 1267 2 0 0 25 0 1 0 770074647 61321216 10901 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 14971 10901 253 24 0 11605 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59884

[startup+25.5007 s]
/proc/loadavg: 1.95 2.02 1.99 3/459 31718
/proc/meminfo: memFree=26669856/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=71560 CPUtime=25.48 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 18290 0 0 0 2545 3 0 0 25 0 1 0 770074647 73277440 14469 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 17890 14469 253 24 0 14524 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71560

[startup+51.1012 s]
/proc/loadavg: 1.96 2.02 1.99 3/459 31719
/proc/meminfo: memFree=26657404/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=77560 CPUtime=51.09 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 27946 0 0 0 5103 6 0 0 25 0 1 0 770074647 79421440 14802 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 19390 14802 253 24 0 16024 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77560

[startup+102.301 s]
/proc/loadavg: 1.98 2.01 1.99 3/459 31747
/proc/meminfo: memFree=26753448/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=82592 CPUtime=102.31 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 44288 0 0 0 10222 9 0 0 25 0 1 0 770074647 84574208 16907 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 20648 16907 253 24 0 17282 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82592

[startup+162.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/459 31749
/proc/meminfo: memFree=26739272/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=82592 CPUtime=162.29 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 62622 0 0 0 16216 13 0 0 25 0 1 0 770074647 84574208 17219 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 20648 17219 253 24 0 17282 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 82592

[startup+222.318 s]
/proc/loadavg: 2.05 2.04 2.00 3/459 31750
/proc/meminfo: memFree=26689132/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=133520 CPUtime=222.31 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 74419 0 0 0 22215 16 0 0 25 0 1 0 770074647 136724480 28860 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 33380 28860 253 24 0 30014 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 133520

[startup+282.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/459 31752
/proc/meminfo: memFree=26699156/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=134928 CPUtime=282.29 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 90027 0 0 0 28208 21 0 0 25 0 1 0 770074647 138166272 24158 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 33732 24158 253 24 0 30366 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 134928

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 31753
/proc/meminfo: memFree=26715752/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=106488 CPUtime=342.3 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 104700 0 0 0 34204 26 0 0 25 0 1 0 770074647 109043712 20005 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 26622 20005 253 24 0 23256 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106488

[startup+402.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/459 31755
/proc/meminfo: memFree=26725168/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=89720 CPUtime=402.3 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 124493 0 0 0 40199 31 0 0 25 0 1 0 770074647 91873280 17866 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 22430 17866 253 24 0 19064 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 89720

[startup+462.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/459 31757
/proc/meminfo: memFree=26679140/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=140624 CPUtime=462.3 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 136025 0 0 0 46196 34 0 0 25 0 1 0 770074647 143998976 29239 33554432000 4194304 4291949 140735288285712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 35156 29239 253 24 0 31790 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 140624

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/459 31758
/proc/meminfo: memFree=26703048/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=110988 CPUtime=522.3 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 151355 0 0 0 52191 39 0 0 25 0 1 0 770074647 113651712 23552 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 27747 23552 253 24 0 24381 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 110988

[startup+582.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/459 31760
/proc/meminfo: memFree=26664216/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=193784 CPUtime=582.3 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 160778 0 0 0 58188 42 0 0 25 0 1 0 770074647 198434816 32873 33554432000 4194304 4291949 140735288285712 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31716/statm: 48446 32873 253 24 0 45080 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 193784

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/459 31865
/proc/meminfo: memFree=26555296/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=257108 CPUtime=4062.34 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 806986 0 0 0 405997 237 0 0 25 0 1 0 770074647 263278592 50761 33554432000 4194304 4291949 140735288285712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 64277 50761 253 24 0 60911 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 257108

[startup+4122.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/459 31866
/proc/meminfo: memFree=26534184/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=139300 CPUtime=4122.32 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 814864 0 0 0 411992 240 0 0 25 0 1 0 770074647 142643200 29241 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 34825 29241 253 24 0 31459 0
Current children cumulated CPU time (s) 4122.32
Current children cumulated vsize (KiB) 139300

[startup+4182.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/459 31868
/proc/meminfo: memFree=26589460/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=207944 CPUtime=4182.34 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 828368 0 0 0 417991 243 0 0 25 0 1 0 770074647 212934656 42576 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 51986 42576 253 24 0 48620 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 207944

[startup+4242.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/459 31869
/proc/meminfo: memFree=26556456/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=259724 CPUtime=4242.33 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 836700 0 0 0 423986 247 0 0 25 0 1 0 770074647 265957376 50815 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 64931 50815 253 24 0 61565 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 259724

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 31871
/proc/meminfo: memFree=26535344/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=260648 CPUtime=4302.33 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 841921 0 0 0 429984 249 0 0 25 0 1 0 770074647 266903552 55976 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 65162 55976 253 24 0 61796 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 260648

[startup+4362.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/459 31873
/proc/meminfo: memFree=26611572/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=181180 CPUtime=4362.33 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 854781 0 0 0 435979 254 0 0 25 0 1 0 770074647 185528320 37218 33554432000 4194304 4291949 140735288285712 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 45295 37218 253 24 0 41929 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 181180

[startup+4422.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/459 31874
/proc/meminfo: memFree=26577452/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=212000 CPUtime=4422.34 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 863126 0 0 0 441976 258 0 0 25 0 1 0 770074647 217088000 45445 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 53000 45445 253 24 0 49634 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 212000

[startup+4482.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/459 31876
/proc/meminfo: memFree=26553616/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=262088 CPUtime=4482.34 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 869190 0 0 0 447973 261 0 0 25 0 1 0 770074647 268378112 51407 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 65522 51407 253 24 0 62156 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 262088

[startup+4542.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/459 31877
/proc/meminfo: memFree=26533504/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=262088 CPUtime=4542.33 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 874221 0 0 0 453969 264 0 0 25 0 1 0 770074647 268378112 56376 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 65522 56376 253 24 0 62156 0
Current children cumulated CPU time (s) 4542.33
Current children cumulated vsize (KiB) 262088

[startup+4602.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/459 31879
/proc/meminfo: memFree=26591752/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=212428 CPUtime=4602.34 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 888819 0 0 0 459965 269 0 0 25 0 1 0 770074647 217526272 40816 33554432000 4194304 4291949 140735288285712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 53107 40816 253 24 0 49741 0
Current children cumulated CPU time (s) 4602.34
Current children cumulated vsize (KiB) 212428

[startup+4662.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/459 31881
/proc/meminfo: memFree=26559860/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=262516 CPUtime=4662.34 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 896743 0 0 0 465962 272 0 0 25 0 1 0 770074647 268816384 48632 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 65629 48632 253 24 0 62263 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 262516

[startup+4722.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/459 31882
/proc/meminfo: memFree=26530320/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=262516 CPUtime=4722.36 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 903958 0 0 0 471962 274 0 0 25 0 1 0 770074647 268816384 55764 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 65629 55764 253 24 0 62263 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 262516

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 31884
/proc/meminfo: memFree=26628508/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=150964 CPUtime=4782.34 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 912123 0 0 0 477957 277 0 0 25 0 1 0 770074647 154587136 31631 33554432000 4194304 4291949 140735288285712 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 37741 31631 253 24 0 34375 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 150964

[startup+4842.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 31885
/proc/meminfo: memFree=26586460/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=212428 CPUtime=4842.37 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 922571 0 0 0 483956 281 0 0 25 0 1 0 770074647 217526272 41951 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 53107 41951 253 24 0 49741 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 212428

[startup+4902.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/459 31887
/proc/meminfo: memFree=26539804/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=262516 CPUtime=4902.35 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 934482 0 0 0 489950 285 0 0 25 0 1 0 770074647 268816384 53721 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 65629 53721 253 24 0 62263 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 262516

[startup+4962.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/459 31889
/proc/meminfo: memFree=26605380/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=183424 CPUtime=4962.35 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 950262 0 0 0 495945 290 0 0 25 0 1 0 770074647 187826176 37248 33554432000 4194304 4291949 140735288285712 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 45856 37248 253 24 0 42490 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 183424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.03 2.04 2.00 3/459 31890
/proc/meminfo: memFree=26569784/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=215388 CPUtime=5000.07 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 959221 0 0 0 499715 292 0 0 25 0 1 0 770074647 220557312 46080 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 53847 46080 253 24 0 50481 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 215388

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

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

[startup+5000 s]
/proc/loadavg: 2.03 2.04 2.00 3/459 31890
/proc/meminfo: memFree=26569784/32951124 swapFree=60688864/67111528
[pid=31716] ppid=31714 vsize=215388 CPUtime=5000.07 cores=0,2,4,6
/proc/31716/stat : 31716 (RestartSAT) R 31714 31716 31401 0 -1 4202496 959221 0 0 0 499715 292 0 0 25 0 1 0 770074647 220557312 46080 33554432000 4194304 4291949 140735288285712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31716/statm: 53847 46080 253 24 0 50481 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 215388

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.09
CPU user time (s): 4997.15
CPU system time (s): 2.93155
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 325372

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

runsolver used 23.6744 second user time and 50.5983 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-28 14:12:45
IDJOB=3420067
IDBENCH=83133
IDSOLVER=1911
FILE ID=node132/3420067-1306584764
RUNJOBID= node132-1306579393-31419
PBS_JOBID= 13471548
Free space on /tmp= 73100 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420067-1306584764/watcher-3420067-1306584764 -o /tmp/evaluation-result-3420067-1306584764/solver-3420067-1306584764 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420067-1306584764.cnf

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=261108986

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26695596 kB
Buffers:        182464 kB
Cached:        2663152 kB
SwapCached:      14980 kB
Active:        1035876 kB
Inactive:      5000712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26695596 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            3512 kB
Writeback:          32 kB
AnonPages:     3184060 kB
Mapped:          19268 kB
Slab:           101496 kB
PageTables:      50428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109372592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73104 MiB
End job on node132 at 2011-05-28 15:36:07