Trace number 3170714

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 A75? (TO) 1300.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
MD5SUM4f5a8cb56de51e6630c119bd6436cc16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.77
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
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: 935)

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-3170714-1302818151/watcher-3170714-1302818151 -o /tmp/evaluation-result-3170714-1302818151/solver-3170714-1302818151 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170714-1302818151.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: 3.71 3.91 3.46 4/189 23756
/proc/meminfo: memFree=15961480/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=23268 CPUtime=0 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 1486 0 0 0 0 0 0 0 25 0 1 0 374230744 23826432 1427 33554432000 4194304 4291949 140736424325296 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 5817 1430 227 24 0 2451 0

[startup+0.0628559 s]
/proc/loadavg: 3.71 3.91 3.46 4/189 23756
/proc/meminfo: memFree=15961480/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=29228 CPUtime=0.06 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 3502 0 0 0 5 1 0 0 25 0 1 0 374230744 29929472 3216 33554432000 4194304 4291949 140736424325296 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 7307 3217 227 24 0 3941 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29228

[startup+0.100839 s]
/proc/loadavg: 3.71 3.91 3.46 4/189 23756
/proc/meminfo: memFree=15961480/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=31416 CPUtime=0.09 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 4398 0 0 0 8 1 0 0 25 0 1 0 374230744 32169984 3977 33554432000 4194304 4291949 140736424325296 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 7854 3977 227 24 0 4488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31416

[startup+0.300805 s]
/proc/loadavg: 3.71 3.91 3.46 4/189 23756
/proc/meminfo: memFree=15961480/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=36604 CPUtime=0.29 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 5762 0 0 0 28 1 0 0 25 0 1 0 374230744 37482496 4636 33554432000 4194304 4291949 140736424325296 18446744073709551615 4257065 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 9151 4638 234 24 0 5785 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36604

[startup+0.700737 s]
/proc/loadavg: 3.71 3.91 3.46 4/189 23756
/proc/meminfo: memFree=15961480/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=32248 CPUtime=0.69 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 6498 0 0 0 68 1 0 0 25 0 1 0 374230744 33021952 4366 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 8062 4366 253 24 0 4696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32248

[startup+1.50059 s]
/proc/loadavg: 3.71 3.91 3.46 5/190 23757
/proc/meminfo: memFree=15930852/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=32248 CPUtime=1.49 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 6648 0 0 0 148 1 0 0 25 0 1 0 374230744 33021952 4516 33554432000 4194304 4291949 140736424325296 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 8062 4516 253 24 0 4696 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32248

[startup+3.10029 s]
/proc/loadavg: 3.71 3.91 3.46 5/190 23757
/proc/meminfo: memFree=15925408/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=34968 CPUtime=3.09 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 6987 0 0 0 308 1 0 0 25 0 1 0 374230744 35807232 4852 33554432000 4194304 4291949 140736424325296 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 8742 4852 253 24 0 5376 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34968

[startup+6.30067 s]
/proc/loadavg: 3.73 3.92 3.46 5/190 23757
/proc/meminfo: memFree=15894680/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=39388 CPUtime=6.3 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 7708 0 0 0 628 2 0 0 25 0 1 0 374230744 40333312 5571 33554432000 4194304 4291949 140736424325296 18446744073709551615 4250680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 9847 5571 253 24 0 6481 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 39388

[startup+12.7005 s]
/proc/loadavg: 3.83 3.93 3.47 5/190 23757
/proc/meminfo: memFree=15873772/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=46568 CPUtime=12.69 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 9353 0 0 0 1267 2 0 0 25 0 1 0 374230744 47685632 7213 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 11642 7213 253 24 0 8276 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46568

[startup+25.501 s]
/proc/loadavg: 3.87 3.94 3.48 5/190 23757
/proc/meminfo: memFree=15835456/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=59016 CPUtime=25.49 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 13445 0 0 0 2546 3 0 0 25 0 1 0 374230744 60432384 11286 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 14754 11286 253 24 0 11388 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59016

[startup+51.1002 s]
/proc/loadavg: 3.91 3.94 3.49 5/190 23758
/proc/meminfo: memFree=15780956/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=110432 CPUtime=51.09 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 21790 0 0 0 5104 5 0 0 25 0 1 0 374230744 113082368 19598 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 27608 19598 253 24 0 24242 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110432

[startup+102.307 s]
/proc/loadavg: 3.96 3.95 3.51 5/190 23759
/proc/meminfo: memFree=15694012/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=163284 CPUtime=102.3 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 34522 0 0 0 10222 8 0 0 25 0 1 0 374230744 167202816 32278 33554432000 4194304 4291949 140736424325296 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 40821 32278 253 24 0 37455 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163284

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.54 5/190 23761
/proc/meminfo: memFree=15568868/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=248016 CPUtime=162.29 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 51143 0 0 0 16217 12 0 0 25 0 1 0 374230744 253968384 48850 33554432000 4194304 4291949 140736424325296 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 62004 48850 253 24 0 58638 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 248016

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.57 5/190 23763
/proc/meminfo: memFree=15551720/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=383140 CPUtime=222.3 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 65140 0 0 0 22213 17 0 0 25 0 1 0 374230744 392335360 62797 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 95785 62797 253 24 0 92419 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 383140

[startup+282.301 s]
/proc/loadavg: 4.06 3.98 3.60 5/190 23764
/proc/meminfo: memFree=15456216/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=386196 CPUtime=282.3 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 88453 0 0 0 28208 22 0 0 25 0 1 0 374230744 395464704 86049 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 96549 86049 253 24 0 93183 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 386196

[startup+342.301 s]
/proc/loadavg: 4.02 3.98 3.62 5/190 23775
/proc/meminfo: memFree=15669272/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=124276 CPUtime=342.31 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 106282 0 0 0 34202 29 0 0 25 0 1 0 374230744 127258624 23737 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 31069 23737 253 24 0 27703 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 124276

[startup+402.301 s]
/proc/loadavg: 4.01 3.98 3.64 5/190 23776
/proc/meminfo: memFree=15530364/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=255752 CPUtime=402.3 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 123759 0 0 0 40198 32 0 0 25 0 1 0 374230744 261890048 41174 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 63938 41174 253 24 0 60572 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 255752

[startup+462.3 s]
/proc/loadavg: 4.00 3.98 3.66 5/190 23778
/proc/meminfo: memFree=15513456/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=255752 CPUtime=462.31 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 134640 0 0 0 46196 35 0 0 25 0 1 0 374230744 261890048 52017 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 63938 52017 253 24 0 60572 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 255752

[startup+522.301 s]
/proc/loadavg: 4.07 4.00 3.68 5/190 23780
/proc/meminfo: memFree=15512060/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=388552 CPUtime=522.31 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 144810 0 0 0 52193 38 0 0 25 0 1 0 374230744 397877248 62138 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 97138 62138 253 24 0 93772 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 388552

[startup+582.301 s]
/proc/loadavg: 4.07 4.01 3.70 5/190 23781
/proc/meminfo: memFree=15328752/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=605204 CPUtime=582.31 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 185039 0 0 0 58185 46 0 0 25 0 1 0 374230744 619728896 102287 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 151301 102287 253 24 0 147935 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 605204

[startup+642.3 s]
/proc/loadavg: 4.02 4.00 3.72 5/190 23783
/proc/meminfo: memFree=15311476/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=607852 CPUtime=642.32 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 193693 0 0 0 64183 49 0 0 25 0 1 0 374230744 622440448 110905 33554432000 4194304 4291949 140736424325296 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 151963 110905 253 24 0 148597 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 607852

[startup+702.301 s]
/proc/loadavg: 4.09 4.02 3.74 5/190 23784
/proc/meminfo: memFree=15637564/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=129592 CPUtime=702.32 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 210948 0 0 0 70177 55 0 0 25 0 1 0 374230744 132702208 24185 33554432000 4194304 4291949 140736424325296 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 32398 24185 253 24 0 29032 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 129592

[startup+762.307 s]
/proc/loadavg: 4.03 4.01 3.75 5/190 23786
/proc/meminfo: memFree=15591532/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=179812 CPUtime=762.33 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 228029 0 0 0 76175 58 0 0 25 0 1 0 374230744 184127488 41213 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 44953 41213 253 24 0 41587 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 179812

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.77 5/190 23788
/proc/meminfo: memFree=15490436/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=261340 CPUtime=822.32 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 239141 0 0 0 82171 61 0 0 25 0 1 0 374230744 267612160 52276 33554432000 4194304 4291949 140736424325296 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 65335 52276 253 24 0 61969 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 261340

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 23789
/proc/meminfo: memFree=15438324/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=394004 CPUtime=882.32 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 259280 0 0 0 88165 67 0 0 25 0 1 0 374230744 403460096 72348 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 98501 72348 253 24 0 95135 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 394004

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 23791
/proc/meminfo: memFree=15454280/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=394944 CPUtime=942.33 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 271682 0 0 0 94163 70 0 0 25 0 1 0 374230744 404422656 84709 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 98736 84709 253 24 0 95370 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 394944

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 23792
/proc/meminfo: memFree=15381572/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=395620 CPUtime=1002.33 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 281814 0 0 0 100159 74 0 0 25 0 1 0 374230744 405114880 94805 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 98905 94805 253 24 0 95539 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 395620

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.82 5/190 23794
/proc/meminfo: memFree=15329452/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=611336 CPUtime=1062.33 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 289117 0 0 0 106157 76 0 0 25 0 1 0 374230744 626008064 102087 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 152834 102087 253 24 0 149468 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 611336

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.82 5/190 23796
/proc/meminfo: memFree=15643004/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=102792 CPUtime=1122.34 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 310662 0 0 0 112151 83 0 0 25 0 1 0 374230744 105259008 20037 33554432000 4194304 4291949 140736424325296 18446744073709551615 264729864518 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 25698 20037 253 24 0 22332 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 102792

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 23797
/proc/meminfo: memFree=15599936/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=183700 CPUtime=1182.34 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 325005 0 0 0 118148 86 0 0 25 0 1 0 374230744 188108800 34315 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 45925 34315 253 24 0 42559 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 183700

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 23799
/proc/meminfo: memFree=15448000/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=398548 CPUtime=1242.33 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 363558 0 0 0 124139 94 0 0 25 0 1 0 374230744 408113152 72794 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 99637 72794 253 24 0 96271 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 398548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 2/185 23803
/proc/meminfo: memFree=15506648/32951124 swapFree=67111528/67111528
[pid=23756] ppid=23754 vsize=616668 CPUtime=1300.04 cores=4,6
/proc/23756/stat : 23756 (RestartSAT) R 23754 23756 23549 0 -1 4202496 405724 0 0 0 129901 103 0 0 25 0 1 0 374230744 631468032 114898 33554432000 4194304 4291949 140736424325296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23756/statm: 154167 114898 253 24 0 150801 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 616668

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.07
CPU user time (s): 1299.02
CPU system time (s): 1.05784
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 642624

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

runsolver used 2.34364 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-14 23:55:51
IDJOB=3170714
IDBENCH=82532
IDSOLVER=1581
FILE ID=node141/3170714-1302818151
RUNJOBID= node141-1302816849-23568
PBS_JOBID= 13006648
Free space on /tmp= 70596 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170714-1302818151/watcher-3170714-1302818151 -o /tmp/evaluation-result-3170714-1302818151/solver-3170714-1302818151 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170714-1302818151.cnf

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

MD5SUM BENCH= 4f5a8cb56de51e6630c119bd6436cc16
RANDOM SEED=1786136665

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:      15961760 kB
Buffers:        772452 kB
Cached:       15762960 kB
SwapCached:          0 kB
Active:        8889936 kB
Inactive:      7720392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15961760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6624 kB
Writeback:           0 kB
AnonPages:       74356 kB
Mapped:          15068 kB
Slab:           316960 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   262040 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= 70596 MiB
End job on node141 at 2011-04-15 00:17:33