Trace number 3170880

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
MD5SUM0f7796213ec78265bd44aa83c0fa283d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.855
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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-3170880-1302821629/watcher-3170880-1302821629 -o /tmp/evaluation-result-3170880-1302821629/solver-3170880-1302821629 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170880-1302821629.cnf 

running on 2 cores: 5,7

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.93 3.99 3.83 4/189 29938
/proc/meminfo: memFree=16445892/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=22736 CPUtime=0 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 1387 0 0 0 0 0 0 0 25 0 1 0 472393561 23281664 1328 33554432000 4194304 4291949 140737471820736 18446744073709551615 4271511 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 5684 1333 226 24 0 2318 0

[startup+0.0447289 s]
/proc/loadavg: 3.93 3.99 3.83 4/189 29938
/proc/meminfo: memFree=16445892/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=28796 CPUtime=0.03 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 3208 0 0 0 3 0 0 0 25 0 1 0 472393561 29487104 3008 33554432000 4194304 4291949 140737471820736 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 7199 3009 227 24 0 3833 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28796

[startup+0.100719 s]
/proc/loadavg: 3.93 3.99 3.83 4/189 29938
/proc/meminfo: memFree=16445892/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=32268 CPUtime=0.09 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 4588 0 0 0 9 0 0 0 25 0 1 0 472393561 33042432 4175 33554432000 4194304 4291949 140737471820736 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 8067 4175 227 24 0 4701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32268

[startup+0.300684 s]
/proc/loadavg: 3.93 3.99 3.83 4/189 29938
/proc/meminfo: memFree=16445892/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=38020 CPUtime=0.29 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 6926 0 0 0 29 0 0 0 25 0 1 0 472393561 38932480 6072 33554432000 4194304 4291949 140737471820736 18446744073709551615 4236641 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 9505 6072 234 24 0 6139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38020

[startup+0.700607 s]
/proc/loadavg: 3.93 3.99 3.83 4/189 29938
/proc/meminfo: memFree=16445892/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=35248 CPUtime=0.68 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 8003 0 0 0 68 0 0 0 25 0 1 0 472393561 36093952 5240 33554432000 4194304 4291949 140737471820736 18446744073709551615 231898948725 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 8812 5240 253 24 0 5446 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35248

[startup+1.50046 s]
/proc/loadavg: 3.93 3.99 3.83 5/190 29939
/proc/meminfo: memFree=16416800/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=35248 CPUtime=1.48 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 8086 0 0 0 148 0 0 0 25 0 1 0 472393561 36093952 5322 33554432000 4194304 4291949 140737471820736 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 8812 5322 253 24 0 5446 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35248

[startup+3.10115 s]
/proc/loadavg: 3.93 3.99 3.83 5/190 29939
/proc/meminfo: memFree=16406632/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=37968 CPUtime=3.09 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 8276 0 0 0 309 0 0 0 25 0 1 0 472393561 38879232 5509 33554432000 4194304 4291949 140737471820736 18446744073709551615 231898950189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 9492 5509 253 24 0 6126 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37968

[startup+6.30055 s]
/proc/loadavg: 3.94 3.99 3.83 5/190 29940
/proc/meminfo: memFree=16383944/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=37968 CPUtime=6.29 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 8763 0 0 0 629 0 0 0 25 0 1 0 472393561 38879232 5994 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 9492 5994 253 24 0 6126 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37968

[startup+12.7003 s]
/proc/loadavg: 3.94 3.99 3.83 5/190 29940
/proc/meminfo: memFree=16359164/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=42388 CPUtime=12.69 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 9867 0 0 0 1268 1 0 0 25 0 1 0 472393561 43405312 7085 33554432000 4194304 4291949 140737471820736 18446744073709551615 231898948757 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 10597 7085 253 24 0 7231 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42388

[startup+25.5009 s]
/proc/loadavg: 3.96 3.99 3.84 5/190 29940
/proc/meminfo: memFree=16332140/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=61512 CPUtime=25.5 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 12401 0 0 0 2547 3 0 0 25 0 1 0 472393561 62988288 9610 33554432000 4194304 4291949 140737471820736 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 15378 9610 253 24 0 12012 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 61512

[startup+51.1011 s]
/proc/loadavg: 3.97 3.99 3.84 5/190 29941
/proc/meminfo: memFree=16264504/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=81852 CPUtime=51.09 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 19033 0 0 0 5104 5 0 0 25 0 1 0 472393561 83816448 16219 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 20463 16219 253 24 0 17097 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81852

[startup+102.306 s]
/proc/loadavg: 4.05 4.01 3.85 5/190 29942
/proc/meminfo: memFree=16252208/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=165408 CPUtime=102.29 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 31907 0 0 0 10220 9 0 0 25 0 1 0 472393561 169377792 29055 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 41352 29055 253 24 0 37986 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 165408

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.85 5/190 29944
/proc/meminfo: memFree=16059848/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=249832 CPUtime=162.29 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 50632 0 0 0 16213 16 0 0 25 0 1 0 472393561 255827968 47740 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 62458 47740 253 24 0 59092 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 249832

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 29945
/proc/meminfo: memFree=16095400/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=385188 CPUtime=222.29 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 63427 0 0 0 22207 22 0 0 25 0 1 0 472393561 394432512 60504 33554432000 4194304 4291949 140737471820736 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 96297 60504 253 24 0 92931 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 385188

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 29947
/proc/meminfo: memFree=15973592/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=386400 CPUtime=282.3 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 72597 0 0 0 28204 26 0 0 25 0 1 0 472393561 395673600 69642 33554432000 4194304 4291949 140737471820736 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 96600 69642 253 24 0 93234 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 386400

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 29949
/proc/meminfo: memFree=15774780/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=603996 CPUtime=342.31 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 101737 0 0 0 34195 36 0 0 25 0 1 0 472393561 618491904 98735 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 150999 98735 253 24 0 147633 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 603996

[startup+402.301 s]
/proc/loadavg: 4.08 4.02 3.88 5/190 29950
/proc/meminfo: memFree=15775000/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=606384 CPUtime=402.3 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 109859 0 0 0 40192 38 0 0 25 0 1 0 472393561 620937216 106829 33554432000 4194304 4291949 140737471820736 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 151596 106829 253 24 0 148230 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 606384

[startup+462.301 s]
/proc/loadavg: 4.03 4.01 3.89 5/190 29961
/proc/meminfo: memFree=15669136/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=608100 CPUtime=462.3 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 119738 0 0 0 46188 42 0 0 25 0 1 0 472393561 622694400 116669 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255946 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 152025 116669 253 24 0 148659 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 608100

[startup+522.3 s]
/proc/loadavg: 4.05 4.02 3.90 5/190 29962
/proc/meminfo: memFree=15596432/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=609556 CPUtime=522.3 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 126880 0 0 0 52185 45 0 0 25 0 1 0 472393561 624185344 123774 33554432000 4194304 4291949 140737471820736 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 152389 123774 253 24 0 149023 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 609556

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.91 5/190 29964
/proc/meminfo: memFree=16104796/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=131812 CPUtime=582.31 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 152643 0 0 0 58177 54 0 0 25 0 1 0 472393561 134975488 24648 33554432000 4194304 4291949 140737471820736 18446744073709551615 231898948753 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 32953 24648 253 24 0 29587 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 131812

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 29966
/proc/meminfo: memFree=15999108/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=181900 CPUtime=642.31 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 165489 0 0 0 64172 59 0 0 25 0 1 0 472393561 186265600 37443 33554432000 4194304 4291949 140737471820736 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 45475 37443 253 24 0 42109 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 181900

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29967
/proc/meminfo: memFree=16056980/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=263708 CPUtime=702.31 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 185999 0 0 0 70165 66 0 0 25 0 1 0 472393561 270036992 57896 33554432000 4194304 4291949 140737471820736 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 65927 57896 253 24 0 62561 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 263708

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29969
/proc/meminfo: memFree=15721268/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=613848 CPUtime=762.32 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 231914 0 0 0 76153 79 0 0 25 0 1 0 472393561 628580352 103755 33554432000 4194304 4291949 140737471820736 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 153462 103755 253 24 0 150096 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 613848

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29970
/proc/meminfo: memFree=15528780/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=614248 CPUtime=822.32 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 240970 0 0 0 82149 83 0 0 25 0 1 0 472393561 628989952 112771 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 153562 112771 253 24 0 150196 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 614248

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29972
/proc/meminfo: memFree=15761480/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=614516 CPUtime=882.32 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 250731 0 0 0 88145 87 0 0 25 0 1 0 472393561 629264384 122502 33554432000 4194304 4291949 140737471820736 18446744073709551615 4269200 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 153629 122502 253 24 0 150263 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 614516

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29974
/proc/meminfo: memFree=15642908/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=614792 CPUtime=942.31 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 262222 0 0 0 94141 90 0 0 25 0 1 0 472393561 629547008 133952 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 153698 133952 253 24 0 150332 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 614792

[startup+1002.3 s]
/proc/loadavg: 4.05 4.01 3.91 5/190 29975
/proc/meminfo: memFree=15549488/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=615456 CPUtime=1002.32 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 273299 0 0 0 100137 95 0 0 25 0 1 0 472393561 630226944 144986 33554432000 4194304 4291949 140737471820736 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 153864 144986 253 24 0 150498 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 615456

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/190 29977
/proc/meminfo: memFree=15639848/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=965244 CPUtime=1062.33 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 281263 0 0 0 106135 98 0 0 25 0 1 0 472393561 988409856 152925 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 241311 152925 253 24 0 237945 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 965244

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29978
/proc/meminfo: memFree=15536652/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=965904 CPUtime=1122.32 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 288062 0 0 0 112132 100 0 0 25 0 1 0 472393561 989085696 159701 33554432000 4194304 4291949 140737471820736 18446744073709551615 4250605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 241476 159701 253 24 0 238110 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 965904

[startup+1182.3 s]
/proc/loadavg: 4.05 4.01 3.92 5/190 29980
/proc/meminfo: memFree=15465436/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=968932 CPUtime=1182.32 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 294346 0 0 0 118129 103 0 0 25 0 1 0 472393561 992186368 165960 33554432000 4194304 4291949 140737471820736 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 242233 165960 253 24 0 238867 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 968932

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/190 29982
/proc/meminfo: memFree=15274816/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=988324 CPUtime=1242.33 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 320794 0 0 0 124121 112 0 0 25 0 1 0 472393561 1012043776 161969 33554432000 4194304 4291949 140737471820736 18446744073709551615 231895533703 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 247081 161448 253 24 0 243715 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 988324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.91 2/184 29986
/proc/meminfo: memFree=16346564/32950928 swapFree=67111528/67111528
[pid=29938] ppid=29936 vsize=141740 CPUtime=1300.04 cores=5,7
/proc/29938/stat : 29938 (RestartSAT) R 29936 29938 29582 0 -1 4202496 333777 0 0 0 129886 118 0 0 25 0 1 0 472393561 145141760 29061 33554432000 4194304 4291949 140737471820736 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29938/statm: 35435 29061 253 24 0 32069 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 141740

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.01
CPU time (s): 1300.05
CPU user time (s): 1298.86
CPU system time (s): 1.18982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 988324

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

runsolver used 2.05969 second user time and 5.04523 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-15 00:53:49
IDJOB=3170880
IDBENCH=82698
IDSOLVER=1581
FILE ID=node114/3170880-1302821629
RUNJOBID= node114-1302819023-29603
PBS_JOBID= 13006665
Free space on /tmp= 71692 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170880-1302821629/watcher-3170880-1302821629 -o /tmp/evaluation-result-3170880-1302821629/solver-3170880-1302821629 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170880-1302821629.cnf

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

MD5SUM BENCH= 0f7796213ec78265bd44aa83c0fa283d
RANDOM SEED=1578487146

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      16446048 kB
Buffers:        701292 kB
Cached:       15352760 kB
SwapCached:          0 kB
Active:        6946108 kB
Inactive:      9195904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16446048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9328 kB
Writeback:           0 kB
AnonPages:       86720 kB
Mapped:          15096 kB
Slab:           300356 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   274624 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= 71696 MiB
End job on node114 at 2011-04-15 01:15:31