Trace number 3258366

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.04 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
Bench CategoryCRAFTED (crafted 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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3258366-1303477109/watcher-3258366-1303477109 -o /tmp/evaluation-result-3258366-1303477109/solver-3258366-1303477109 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258366-1303477109.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.72 3.57 3.57 5/189 15586
/proc/meminfo: memFree=17385280/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=19396 CPUtime=0 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 678 0 0 0 0 0 0 0 21 0 1 0 459310560 19861504 619 33554432000 4194304 4291949 140734749753584 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 4849 620 225 24 0 1483 0

[startup+0.0274801 s]
/proc/loadavg: 2.72 3.57 3.57 5/189 15586
/proc/meminfo: memFree=17385280/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=23264 CPUtime=0.02 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 2044 0 0 0 2 0 0 0 21 0 1 0 459310560 23822336 1883 33554432000 4194304 4291949 140734749753584 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 5816 1885 227 24 0 2450 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23264

[startup+0.100467 s]
/proc/loadavg: 2.72 3.57 3.57 5/189 15586
/proc/meminfo: memFree=17385280/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=30652 CPUtime=0.09 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 5024 0 0 0 9 0 0 0 21 0 1 0 459310560 31387648 4433 33554432000 4194304 4291949 140734749753584 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 7663 4433 232 24 0 4297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30652

[startup+0.300433 s]
/proc/loadavg: 2.72 3.57 3.57 5/189 15586
/proc/meminfo: memFree=17385280/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=30652 CPUtime=0.29 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 5037 0 0 0 29 0 0 0 22 0 1 0 459310560 31387648 4446 33554432000 4194304 4291949 140734749753584 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 7663 4446 232 24 0 4297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30652

[startup+0.700426 s]
/proc/loadavg: 2.72 3.57 3.57 5/189 15586
/proc/meminfo: memFree=17385280/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=29436 CPUtime=0.68 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 6403 0 0 0 68 0 0 0 23 0 1 0 459310560 30142464 4211 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 7359 4211 253 24 0 3993 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 29436

[startup+1.50028 s]
/proc/loadavg: 2.83 3.57 3.57 5/190 15587
/proc/meminfo: memFree=17358744/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=36576 CPUtime=1.48 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 7165 0 0 0 148 0 0 0 25 0 1 0 459310560 37453824 4967 33554432000 4194304 4291949 140734749753584 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 9144 4967 253 24 0 5778 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36576

[startup+3.10094 s]
/proc/loadavg: 2.83 3.57 3.57 5/190 15588
/proc/meminfo: memFree=17345848/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=43756 CPUtime=3.08 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 8324 0 0 0 308 0 0 0 25 0 1 0 459310560 44806144 6117 33554432000 4194304 4291949 140734749753584 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 10939 6117 253 24 0 7573 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43756

[startup+6.30038 s]
/proc/loadavg: 2.83 3.57 3.57 5/190 15588
/proc/meminfo: memFree=17315832/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=56756 CPUtime=6.29 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 10514 0 0 0 628 1 0 0 25 0 1 0 459310560 58118144 8290 33554432000 4194304 4291949 140734749753584 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 14189 8290 253 24 0 10823 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56756

[startup+12.7003 s]
/proc/loadavg: 3.01 3.59 3.57 5/190 15588
/proc/meminfo: memFree=17263748/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=78628 CPUtime=12.69 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 14263 0 0 0 1267 2 0 0 25 0 1 0 459310560 80515072 12022 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 19657 12022 253 24 0 16291 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78628

[startup+25.501 s]
/proc/loadavg: 3.16 3.60 3.58 5/190 15588
/proc/meminfo: memFree=17204724/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=82412 CPUtime=25.49 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 18301 0 0 0 2546 3 0 0 25 0 1 0 459310560 84389888 16036 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 20603 16036 253 24 0 17237 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82412

[startup+51.1005 s]
/proc/loadavg: 3.44 3.63 3.59 5/190 15589
/proc/meminfo: memFree=17101712/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=118416 CPUtime=51.09 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 26329 0 0 0 5105 4 0 0 25 0 1 0 459310560 121257984 24015 33554432000 4194304 4291949 140734749753584 18446744073709551615 274477427271 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 29604 24015 253 24 0 26238 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118416

[startup+102.307 s]
/proc/loadavg: 3.78 3.69 3.61 5/190 15590
/proc/meminfo: memFree=17001240/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=176872 CPUtime=102.29 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 34610 0 0 0 10222 7 0 0 25 0 1 0 459310560 181116928 32250 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 44218 32250 253 24 0 40852 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 176872

[startup+162.301 s]
/proc/loadavg: 3.92 3.74 3.63 5/190 15601
/proc/meminfo: memFree=16974632/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=183244 CPUtime=162.29 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 42992 0 0 0 16220 9 0 0 25 0 1 0 459310560 187641856 40586 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 45811 40586 253 24 0 42445 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 183244

[startup+222.3 s]
/proc/loadavg: 3.97 3.79 3.65 5/190 15602
/proc/meminfo: memFree=16839020/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=269420 CPUtime=222.3 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 50710 0 0 0 22218 12 0 0 25 0 1 0 459310560 275886080 48268 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 67355 48268 253 24 0 63989 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 269420

[startup+282.301 s]
/proc/loadavg: 3.99 3.82 3.67 5/190 15604
/proc/meminfo: memFree=16799540/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=276724 CPUtime=282.29 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 57639 0 0 0 28214 15 0 0 25 0 1 0 459310560 283365376 55162 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 69181 55162 253 24 0 65815 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 276724

[startup+342.3 s]
/proc/loadavg: 3.99 3.85 3.69 5/190 15609
/proc/meminfo: memFree=16795396/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=279976 CPUtime=342.29 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 62244 0 0 0 34212 17 0 0 25 0 1 0 459310560 286695424 59739 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 69994 59739 253 24 0 66628 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 279976

[startup+402.301 s]
/proc/loadavg: 3.99 3.88 3.70 5/190 15610
/proc/meminfo: memFree=16700208/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=283900 CPUtime=402.29 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 67458 0 0 0 40210 19 0 0 25 0 1 0 459310560 290713600 64928 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 70975 64928 253 24 0 67609 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 283900

[startup+462.301 s]
/proc/loadavg: 3.99 3.90 3.72 5/190 15612
/proc/meminfo: memFree=16697800/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=419980 CPUtime=462.3 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 71052 0 0 0 46209 21 0 0 25 0 1 0 459310560 430059520 68506 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 104995 68506 253 24 0 101629 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 419980

[startup+522.301 s]
/proc/loadavg: 3.99 3.91 3.74 5/190 15613
/proc/meminfo: memFree=16615664/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=422632 CPUtime=522.3 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 74969 0 0 0 52208 22 0 0 25 0 1 0 459310560 432775168 72403 33554432000 4194304 4291949 140734749753584 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 105658 72403 253 24 0 102292 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 422632

[startup+582.301 s]
/proc/loadavg: 3.99 3.92 3.75 5/190 15615
/proc/meminfo: memFree=16523868/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=425440 CPUtime=582.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 81026 0 0 0 58206 25 0 0 25 0 1 0 459310560 435650560 78431 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 106360 78431 253 24 0 102994 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 425440

[startup+642.3 s]
/proc/loadavg: 3.99 3.94 3.76 5/190 15617
/proc/meminfo: memFree=16524928/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=428992 CPUtime=642.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 84468 0 0 0 64205 26 0 0 25 0 1 0 459310560 439287808 81867 33554432000 4194304 4291949 140734749753584 18446744073709551615 4251620 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 107248 81867 253 24 0 103882 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 428992

[startup+702.301 s]
/proc/loadavg: 3.99 3.94 3.77 5/190 15618
/proc/meminfo: memFree=16538268/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=431408 CPUtime=702.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 87839 0 0 0 70204 27 0 0 25 0 1 0 459310560 441761792 85223 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 107852 85223 253 24 0 104486 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 431408

[startup+762.307 s]
/proc/loadavg: 3.99 3.95 3.78 5/190 15620
/proc/meminfo: memFree=16475224/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=435568 CPUtime=762.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 90670 0 0 0 76203 28 0 0 25 0 1 0 459310560 446021632 88046 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 108892 88046 253 24 0 105526 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 435568

[startup+822.301 s]
/proc/loadavg: 3.99 3.96 3.79 5/190 15621
/proc/meminfo: memFree=16410560/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=437640 CPUtime=822.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 93270 0 0 0 82202 29 0 0 25 0 1 0 459310560 448143360 90632 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 109410 90632 253 24 0 106044 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 437640

[startup+882.3 s]
/proc/loadavg: 3.99 3.96 3.81 5/190 15623
/proc/meminfo: memFree=16436692/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=440196 CPUtime=882.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 96965 0 0 0 88201 30 0 0 25 0 1 0 459310560 450760704 94310 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 110049 94310 253 24 0 106683 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 440196

[startup+942.301 s]
/proc/loadavg: 3.99 3.97 3.82 5/190 15625
/proc/meminfo: memFree=16377724/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=442808 CPUtime=942.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 99598 0 0 0 94200 31 0 0 25 0 1 0 459310560 453435392 96937 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 110702 96937 253 24 0 107336 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 442808

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.82 5/190 15626
/proc/meminfo: memFree=16325592/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=444684 CPUtime=1002.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 102489 0 0 0 100199 32 0 0 25 0 1 0 459310560 455356416 99817 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 111171 99817 253 24 0 107805 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 444684

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.83 5/190 15628
/proc/meminfo: memFree=16265904/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=446704 CPUtime=1062.32 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 104908 0 0 0 106199 33 0 0 25 0 1 0 459310560 457424896 102227 33554432000 4194304 4291949 140734749753584 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 111676 102227 253 24 0 108310 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 446704

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.84 5/190 15629
/proc/meminfo: memFree=16415776/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=448700 CPUtime=1122.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 106991 0 0 0 112198 33 0 0 25 0 1 0 459310560 459468800 104304 33554432000 4194304 4291949 140734749753584 18446744073709551615 4262925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 112175 104305 253 24 0 108809 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 448700

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.84 5/190 15631
/proc/meminfo: memFree=16295940/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=665020 CPUtime=1182.32 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 115226 0 0 0 118195 37 0 0 25 0 1 0 459310560 680980480 112513 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 166255 112513 253 24 0 162889 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 665020

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.85 5/190 15633
/proc/meminfo: memFree=16521820/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=186616 CPUtime=1242.31 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 135813 0 0 0 124188 43 0 0 25 0 1 0 459310560 191094784 41449 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 46654 41449 253 24 0 43288 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 186616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.85 2/184 15637
/proc/meminfo: memFree=17230356/32950928 swapFree=67111528/67111528
[pid=15586] ppid=15584 vsize=236704 CPUtime=1300.02 cores=4,6
/proc/15586/stat : 15586 (RestartSAT) R 15584 15586 14389 0 -1 4202496 143435 0 0 0 129956 46 0 0 25 0 1 0 459310560 242384896 49031 33554432000 4194304 4291949 140734749753584 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15586/statm: 59176 49031 253 24 0 55810 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 236704

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.57
CPU system time (s): 0.475927
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 695628

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

runsolver used 2.06169 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-22 14:58:29
IDJOB=3258366
IDBENCH=71353
IDSOLVER=1581
FILE ID=node125/3258366-1303477109
RUNJOBID= node125-1303477107-15545
PBS_JOBID= 13107202
Free space on /tmp= 72476 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes7.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258366-1303477109/watcher-3258366-1303477109 -o /tmp/evaluation-result-3258366-1303477109/solver-3258366-1303477109 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258366-1303477109.cnf

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=1010890593

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:      17385436 kB
Buffers:       1250128 kB
Cached:       13691880 kB
SwapCached:          0 kB
Active:        6967548 kB
Inactive:      8086184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17385436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11424 kB
Writeback:           0 kB
AnonPages:      110848 kB
Mapped:          15136 kB
Slab:           448660 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   302980 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= 72484 MiB
End job on node125 at 2011-04-22 15:20:11