Trace number 3420918

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.12 5000.15

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3420918-1306589942/watcher-3420918-1306589942 -o /tmp/evaluation-result-3420918-1306589942/solver-3420918-1306589942 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420918-1306589942.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 3/575 13430
/proc/meminfo: memFree=16342232/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=20760 CPUtime=0 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 1116 0 0 0 0 0 0 0 24 0 1 0 770591920 21258240 1058 33554432000 4194304 4291949 140736310247776 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 5190 1059 225 24 0 1824 0

[startup+0.111134 s]
/proc/loadavg: 1.92 2.01 1.99 3/575 13430
/proc/meminfo: memFree=16342232/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=26736 CPUtime=0.1 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 3490 0 0 0 10 0 0 0 25 0 1 0 770591920 27377664 3103 33554432000 4194304 4291949 140736310247776 18446744073709551615 4230291 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 6684 3103 231 24 0 3318 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26736

[startup+0.201114 s]
/proc/loadavg: 1.92 2.01 1.99 3/575 13430
/proc/meminfo: memFree=16342232/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=26904 CPUtime=0.19 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 3503 0 0 0 19 0 0 0 25 0 1 0 770591920 27549696 3116 33554432000 4194304 4291949 140736310247776 18446744073709551615 4229798 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 6726 3116 231 24 0 3360 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26904

[startup+0.301099 s]
/proc/loadavg: 1.92 2.01 1.99 3/575 13430
/proc/meminfo: memFree=16342232/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=24416 CPUtime=0.29 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 4234 0 0 0 28 1 0 0 25 0 1 0 770591920 25001984 2811 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 6104 2811 252 24 0 2738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24416

[startup+0.701033 s]
/proc/loadavg: 1.92 2.01 1.99 3/575 13430
/proc/meminfo: memFree=16342232/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=28812 CPUtime=0.69 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 4895 0 0 0 68 1 0 0 25 0 1 0 770591920 29503488 3468 33554432000 4194304 4291949 140736310247776 18446744073709551615 212691133263 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 7203 3468 252 24 0 3837 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28812

[startup+1.50088 s]
/proc/loadavg: 1.92 2.01 1.99 4/576 13431
/proc/meminfo: memFree=16325368/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=33232 CPUtime=1.49 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 5812 0 0 0 148 1 0 0 25 0 1 0 770591920 34029568 4378 33554432000 4194304 4291949 140736310247776 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 8308 4379 252 24 0 4942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33232

[startup+3.10056 s]
/proc/loadavg: 1.92 2.01 1.99 4/576 13431
/proc/meminfo: memFree=16319168/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=41304 CPUtime=3.09 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 7532 0 0 0 308 1 0 0 25 0 1 0 770591920 42295296 6083 33554432000 4194304 4291949 140736310247776 18446744073709551615 4251571 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 10326 6083 252 24 0 6960 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41304

[startup+6.30101 s]
/proc/loadavg: 1.93 2.01 1.99 4/576 13431
/proc/meminfo: memFree=16300780/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=55488 CPUtime=6.29 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 10002 0 0 0 627 2 0 0 25 0 1 0 770591920 56819712 8534 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 13872 8534 252 24 0 10506 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55488

[startup+12.7008 s]
/proc/loadavg: 1.93 2.01 1.99 4/576 13431
/proc/meminfo: memFree=16272520/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=77756 CPUtime=12.69 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 13920 0 0 0 1267 2 0 0 25 0 1 0 770591920 79622144 12428 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 19439 12428 252 24 0 16073 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77756

[startup+25.5005 s]
/proc/loadavg: 1.95 2.01 1.99 4/576 13432
/proc/meminfo: memFree=16236052/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=113176 CPUtime=25.49 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 19081 0 0 0 2545 4 0 0 25 0 1 0 770591920 115892224 17565 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 28294 17565 252 24 0 24928 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113176

[startup+51.1008 s]
/proc/loadavg: 1.96 2.00 1.99 4/576 13433
/proc/meminfo: memFree=16183316/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=119932 CPUtime=51.09 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 27601 0 0 0 5104 5 0 0 25 0 1 0 770591920 122810368 26014 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 29983 26014 252 24 0 26617 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119932

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 2.00 4/576 13434
/proc/meminfo: memFree=16105244/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=179036 CPUtime=102.29 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 38348 0 0 0 10221 8 0 0 25 0 1 0 770591920 183332864 36694 33554432000 4194304 4291949 140736310247776 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 44759 36694 252 24 0 41393 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 179036

[startup+162.301 s]
/proc/loadavg: 2.24 2.06 2.02 4/576 13435
/proc/meminfo: memFree=16157788/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=87828 CPUtime=162.28 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 54906 0 0 0 16216 12 0 0 25 0 1 0 770591920 89935872 15526 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 21957 15526 252 24 0 18591 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 87828

[startup+222.323 s]
/proc/loadavg: 2.22 2.08 2.02 4/576 13437
/proc/meminfo: memFree=16065612/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=137616 CPUtime=222.3 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 69463 0 0 0 22215 15 0 0 25 0 1 0 770591920 140918784 29993 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 34404 29993 252 24 0 31038 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 137616

[startup+282.301 s]
/proc/loadavg: 2.08 2.06 2.01 4/576 13439
/proc/meminfo: memFree=16001340/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=190404 CPUtime=282.28 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 79270 0 0 0 28210 18 0 0 25 0 1 0 770591920 194973696 39753 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 47601 39753 252 24 0 44235 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 190404

[startup+342.301 s]
/proc/loadavg: 2.03 2.05 2.01 4/576 13440
/proc/meminfo: memFree=15943628/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=277008 CPUtime=342.28 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 87077 0 0 0 34206 22 0 0 25 0 1 0 770591920 283656192 47519 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 69252 47519 252 24 0 65886 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 277008

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 4/576 13442
/proc/meminfo: memFree=15896812/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=282380 CPUtime=402.27 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 93349 0 0 0 40203 24 0 0 25 0 1 0 770591920 289157120 53764 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 70595 53764 252 24 0 67229 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 282380

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 4/576 13443
/proc/meminfo: memFree=16118500/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=285344 CPUtime=462.27 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 102613 0 0 0 46201 26 0 0 25 0 1 0 770591920 292192256 63001 33554432000 4194304 4291949 140736310247776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 71336 63001 252 24 0 67970 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 285344

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/576 13445
/proc/meminfo: memFree=16190868/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=125256 CPUtime=522.28 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 121502 0 0 0 52197 31 0 0 25 0 1 0 770591920 128262144 25934 33554432000 4194304 4291949 140736310247776 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 31314 25934 252 24 0 27948 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 125256

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/576 13447
/proc/meminfo: memFree=16100316/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=206164 CPUtime=582.28 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 133107 0 0 0 58193 35 0 0 25 0 1 0 770591920 211111936 37478 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255739 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13430/statm: 51541 37478 252 24 0 48175 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 206164

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.18 2.06 2.02 4/576 13550
/proc/meminfo: memFree=15419736/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=477656 CPUtime=4002.24 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 444457 0 0 0 400077 147 0 0 25 0 1 0 770591920 489119744 112881 33554432000 4194304 4291949 140736310247776 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 119414 112881 252 24 0 116048 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 477656

[startup+4062.3 s]
/proc/loadavg: 2.19 2.09 2.03 4/576 13552
/proc/meminfo: memFree=15387340/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=478668 CPUtime=4062.26 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 446418 0 0 0 406077 149 0 0 25 0 1 0 770591920 490156032 114834 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 119667 114834 252 24 0 116301 0
Current children cumulated CPU time (s) 4062.26
Current children cumulated vsize (KiB) 478668

[startup+4122.3 s]
/proc/loadavg: 2.10 2.09 2.03 4/576 13553
/proc/meminfo: memFree=15353220/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=694160 CPUtime=4122.25 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 448420 0 0 0 412075 150 0 0 25 0 1 0 770591920 710819840 116829 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 173540 116829 252 24 0 170174 0
Current children cumulated CPU time (s) 4122.25
Current children cumulated vsize (KiB) 694160

[startup+4182.32 s]
/proc/loadavg: 2.04 2.07 2.02 4/576 13555
/proc/meminfo: memFree=15319712/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=695616 CPUtime=4182.27 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 450785 0 0 0 418076 151 0 0 25 0 1 0 770591920 712310784 119189 33554432000 4194304 4291949 140736310247776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 173904 119189 252 24 0 170538 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 695616

[startup+4242.3 s]
/proc/loadavg: 2.01 2.05 2.02 4/576 13556
/proc/meminfo: memFree=15577328/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=216956 CPUtime=4242.25 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 470579 0 0 0 424068 157 0 0 25 0 1 0 770591920 222162944 48689 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 54239 48689 252 24 0 50873 0
Current children cumulated CPU time (s) 4242.25
Current children cumulated vsize (KiB) 216956

[startup+4302.3 s]
/proc/loadavg: 2.00 2.04 2.01 4/576 13558
/proc/meminfo: memFree=15517288/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=267044 CPUtime=4302.25 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 478148 0 0 0 430065 160 0 0 25 0 1 0 770591920 273453056 56234 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 66761 56234 252 24 0 63395 0
Current children cumulated CPU time (s) 4302.25
Current children cumulated vsize (KiB) 267044

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/576 13559
/proc/meminfo: memFree=15473120/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=267044 CPUtime=4362.25 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 483608 0 0 0 436063 162 0 0 25 0 1 0 770591920 273453056 61670 33554432000 4194304 4291949 140736310247776 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 66761 61670 252 24 0 63395 0
Current children cumulated CPU time (s) 4362.25
Current children cumulated vsize (KiB) 267044

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/576 13561
/proc/meminfo: memFree=15430688/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=348432 CPUtime=4422.26 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 488124 0 0 0 442062 164 0 0 25 0 1 0 770591920 356794368 66170 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 87108 66170 252 24 0 83742 0
Current children cumulated CPU time (s) 4422.26
Current children cumulated vsize (KiB) 348432

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/576 13563
/proc/meminfo: memFree=15381800/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=348432 CPUtime=4482.26 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 494135 0 0 0 448060 166 0 0 25 0 1 0 770591920 356794368 72152 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 87108 72152 252 24 0 83742 0
Current children cumulated CPU time (s) 4482.26
Current children cumulated vsize (KiB) 348432

[startup+4542.3 s]
/proc/loadavg: 2.25 2.08 2.02 4/576 13564
/proc/meminfo: memFree=15343692/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=348432 CPUtime=4542.25 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 497654 0 0 0 454058 167 0 0 25 0 1 0 770591920 356794368 75656 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 87108 75656 252 24 0 83742 0
Current children cumulated CPU time (s) 4542.25
Current children cumulated vsize (KiB) 348432

[startup+4602.3 s]
/proc/loadavg: 2.26 2.11 2.03 4/576 13566
/proc/meminfo: memFree=15304720/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=348432 CPUtime=4602.26 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 501065 0 0 0 460057 169 0 0 25 0 1 0 770591920 356794368 79055 33554432000 4194304 4291949 140736310247776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 87108 79055 252 24 0 83742 0
Current children cumulated CPU time (s) 4602.26
Current children cumulated vsize (KiB) 348432

[startup+4662.3 s]
/proc/loadavg: 2.09 2.08 2.02 4/576 13567
/proc/meminfo: memFree=15983096/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=348432 CPUtime=4662.26 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 504104 0 0 0 466055 171 0 0 25 0 1 0 770591920 356794368 82083 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 87108 82083 252 24 0 83742 0
Current children cumulated CPU time (s) 4662.26
Current children cumulated vsize (KiB) 348432

[startup+4722.3 s]
/proc/loadavg: 2.03 2.07 2.02 4/576 13569
/proc/meminfo: memFree=15907300/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=480692 CPUtime=4722.28 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 507934 0 0 0 472054 174 0 0 25 0 1 0 770591920 492228608 85899 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 120173 85899 252 24 0 116807 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 480692

[startup+4782.3 s]
/proc/loadavg: 2.01 2.05 2.01 4/576 13571
/proc/meminfo: memFree=15854196/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=480692 CPUtime=4782.26 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 510619 0 0 0 478051 175 0 0 25 0 1 0 770591920 492228608 88575 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 120173 88575 252 24 0 116807 0
Current children cumulated CPU time (s) 4782.26
Current children cumulated vsize (KiB) 480692

[startup+4842.32 s]
/proc/loadavg: 2.00 2.04 2.01 4/576 13572
/proc/meminfo: memFree=15815204/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=480692 CPUtime=4842.28 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 513483 0 0 0 484052 176 0 0 25 0 1 0 770591920 492228608 91428 33554432000 4194304 4291949 140736310247776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 120173 91428 252 24 0 116807 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 480692

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 2/574 13575
/proc/meminfo: memFree=16132264/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=480692 CPUtime=4902.27 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 515703 0 0 0 490049 178 0 0 25 0 1 0 770591920 492228608 93640 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 120173 93640 252 24 0 116807 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 480692

[startup+4962.3 s]
/proc/loadavg: 1.37 1.84 1.94 2/570 13602
/proc/meminfo: memFree=16130136/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=480692 CPUtime=4962.26 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 518093 0 0 0 496048 178 0 0 25 0 1 0 770591920 492228608 96016 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 120173 96016 252 24 0 116807 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 480692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.19 1.73 1.89 2/570 13604
/proc/meminfo: memFree=16122560/32951124 swapFree=64375276/67111528
[pid=13430] ppid=13428 vsize=480880 CPUtime=5000.08 cores=0,2,4,6
/proc/13430/stat : 13430 (RestartSAT) R 13428 13430 12855 0 -1 4202496 519937 0 0 0 499829 179 0 0 25 0 1 0 770591920 492421120 97855 33554432000 4194304 4291949 140736310247776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13430/statm: 120220 97855 252 24 0 116854 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 480880

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): 5000.15
CPU time (s): 5000.12
CPU user time (s): 4998.3
CPU system time (s): 1.81872
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 725968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.3
system time used= 1.81872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519937
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= 9
involuntary context switches= 7007

runsolver used 29.3555 second user time and 66.5349 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-28 15:39:02
IDJOB=3420918
IDBENCH=71409
IDSOLVER=1911
FILE ID=node139/3420918-1306589942
RUNJOBID= node139-1306579391-12873
PBS_JOBID= 13471541
Free space on /tmp= 72816 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1820c171155gyes3.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420918-1306589942/watcher-3420918-1306589942 -o /tmp/evaluation-result-3420918-1306589942/solver-3420918-1306589942 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420918-1306589942.cnf

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=1817382943

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16342520 kB
Buffers:        186560 kB
Cached:        2288192 kB
SwapCached:      20488 kB
Active:        8730528 kB
Inactive:      7574196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16342520 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:    13810556 kB
Mapped:          40820 kB
Slab:           154524 kB
PageTables:      79092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171144220 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= 72820 MiB
End job on node139 at 2011-05-28 17:02:24