Trace number 3420946

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.06 4999.94

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
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: 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-3420946-1306591025/watcher-3420946-1306591025 -o /tmp/evaluation-result-3420946-1306591025/solver-3420946-1306591025 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420946-1306591025.cnf 

running on 4 cores: 1,3,5,7

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.98 2.02 2.00 2/446 2446
/proc/meminfo: memFree=30795448/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=19392 CPUtime=0 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 660 0 0 0 0 0 0 0 25 0 1 0 770701281 19857408 603 33554432000 4194304 4291949 140735383199040 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 4848 604 225 24 0 1482 0

[startup+0.0315509 s]
/proc/loadavg: 1.98 2.02 2.00 2/446 2446
/proc/meminfo: memFree=30795448/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=24364 CPUtime=0.02 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 2519 0 0 0 2 0 0 0 25 0 1 0 770701281 24948736 2269 33554432000 4194304 4291949 140735383199040 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 6091 2271 227 24 0 2725 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24364

[startup+0.100538 s]
/proc/loadavg: 1.98 2.02 2.00 2/446 2446
/proc/meminfo: memFree=30795448/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=30780 CPUtime=0.09 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 5065 0 0 0 9 0 0 0 25 0 1 0 770701281 31518720 4476 33554432000 4194304 4291949 140735383199040 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 7695 4476 232 24 0 4329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30780

[startup+0.300503 s]
/proc/loadavg: 1.98 2.02 2.00 2/446 2446
/proc/meminfo: memFree=30795448/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=30780 CPUtime=0.29 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 5065 0 0 0 29 0 0 0 25 0 1 0 770701281 31518720 4476 33554432000 4194304 4291949 140735383199040 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 7695 4476 232 24 0 4329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30780

[startup+0.700431 s]
/proc/loadavg: 1.98 2.02 2.00 2/446 2446
/proc/meminfo: memFree=30795448/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=32284 CPUtime=0.69 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 6535 0 0 0 69 0 0 0 25 0 1 0 770701281 33058816 4338 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 8071 4338 253 24 0 4705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32284

[startup+1.50029 s]
/proc/loadavg: 1.98 2.02 2.00 3/447 2447
/proc/meminfo: memFree=30776104/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=36704 CPUtime=1.49 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 7762 0 0 0 149 0 0 0 25 0 1 0 770701281 37584896 5559 33554432000 4194304 4291949 140735383199040 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 9176 5559 253 24 0 5810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36704

[startup+3.10101 s]
/proc/loadavg: 1.98 2.02 2.00 3/447 2447
/proc/meminfo: memFree=30769780/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=44048 CPUtime=3.09 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 9348 0 0 0 308 1 0 0 25 0 1 0 770701281 45105152 7138 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 11012 7138 253 24 0 7646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44048

[startup+6.30045 s]
/proc/loadavg: 1.98 2.02 2.00 3/447 2447
/proc/meminfo: memFree=30756888/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=57608 CPUtime=6.29 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 12392 0 0 0 627 2 0 0 25 0 1 0 770701281 58990592 10155 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 14402 10156 253 24 0 11036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57608

[startup+12.7003 s]
/proc/loadavg: 1.98 2.02 2.00 3/447 2447
/proc/meminfo: memFree=30734576/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=80372 CPUtime=12.69 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 17491 0 0 0 1266 3 0 0 25 0 1 0 770701281 82300928 15234 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 20093 15234 253 24 0 16727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80372

[startup+25.5011 s]
/proc/loadavg: 1.99 2.02 2.00 3/447 2447
/proc/meminfo: memFree=30670204/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=115792 CPUtime=25.49 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 24888 0 0 0 2544 5 0 0 25 0 1 0 770701281 118571008 22589 33554432000 4194304 4291949 140735383199040 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 28948 22589 253 24 0 25582 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115792

[startup+51.1006 s]
/proc/loadavg: 1.99 2.01 2.00 3/447 2448
/proc/meminfo: memFree=30662728/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=173556 CPUtime=51.09 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 35278 0 0 0 5102 7 0 0 25 0 1 0 770701281 177721344 32927 33554432000 4194304 4291949 140735383199040 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 43389 32927 253 24 0 40023 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 173556

[startup+102.317 s]
/proc/loadavg: 1.99 2.01 2.00 3/447 2449
/proc/meminfo: memFree=30590168/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=264404 CPUtime=102.31 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 53205 0 0 0 10220 11 0 0 25 0 1 0 770701281 270749696 50756 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 66101 50756 253 24 0 62735 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 264404

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/447 2451
/proc/meminfo: memFree=30539436/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=274440 CPUtime=162.29 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 65892 0 0 0 16214 15 0 0 25 0 1 0 770701281 281026560 63387 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 68610 63387 253 24 0 65244 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 274440

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/447 2453
/proc/meminfo: memFree=30462528/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=412948 CPUtime=222.29 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 77319 0 0 0 22211 18 0 0 25 0 1 0 770701281 422858752 74752 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 103237 74752 253 24 0 99871 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 412948

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/447 2463
/proc/meminfo: memFree=30381508/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=420428 CPUtime=282.29 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 86077 0 0 0 28209 20 0 0 25 0 1 0 770701281 430518272 83458 33554432000 4194304 4291949 140735383199040 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 105107 83458 253 24 0 101741 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 420428

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/447 2465
/proc/meminfo: memFree=30395236/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=425840 CPUtime=342.29 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 94200 0 0 0 34204 25 0 0 25 0 1 0 770701281 436060160 91542 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 106460 91542 253 24 0 103094 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 425840

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/447 2466
/proc/meminfo: memFree=30365580/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=430328 CPUtime=402.3 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 101855 0 0 0 40201 29 0 0 25 0 1 0 770701281 440655872 99172 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 107582 99172 253 24 0 104216 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 430328

[startup+462.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/447 2471
/proc/meminfo: memFree=30618892/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=167816 CPUtime=462.3 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 128482 0 0 0 46195 35 0 0 25 0 1 0 770701281 171843584 35813 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 41954 35813 253 24 0 38588 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 167816

[startup+522.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/447 2473
/proc/meminfo: memFree=30548024/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=299292 CPUtime=522.31 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 146338 0 0 0 52190 41 0 0 25 0 1 0 770701281 306475008 53589 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 74823 53589 253 24 0 71457 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 299292

[startup+582.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 2474
/proc/meminfo: memFree=30498264/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=299632 CPUtime=582.3 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 158910 0 0 0 58186 44 0 0 25 0 1 0 770701281 306823168 66105 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 74908 66105 253 24 0 71542 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 299632

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.10 1.47 2/441 2598
/proc/meminfo: memFree=30559328/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=385432 CPUtime=4062.4 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 619633 0 0 0 406001 239 0 0 25 0 1 0 770701281 394682368 90516 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 96358 90516 253 24 0 92992 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 385432

[startup+4122.3 s]
/proc/loadavg: 1.00 1.08 1.43 2/441 2600
/proc/meminfo: memFree=30533988/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=517692 CPUtime=4122.39 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 626024 0 0 0 411996 243 0 0 25 0 1 0 770701281 530116608 96887 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 129423 96887 253 24 0 126057 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 517692

[startup+4182.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/441 2601
/proc/meminfo: memFree=30515984/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=517692 CPUtime=4182.39 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 630566 0 0 0 417994 245 0 0 25 0 1 0 770701281 530116608 101409 33554432000 4194304 4291949 140735383199040 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 129423 101409 253 24 0 126057 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 517692

[startup+4242.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/441 2603
/proc/meminfo: memFree=30497240/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=517692 CPUtime=4242.39 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 635336 0 0 0 423992 247 0 0 25 0 1 0 770701281 530116608 106160 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 129423 106160 253 24 0 126057 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 517692

[startup+4302.3 s]
/proc/loadavg: 1.08 1.07 1.36 2/441 2604
/proc/meminfo: memFree=30474028/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=517692 CPUtime=4302.4 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 641133 0 0 0 429989 251 0 0 25 0 1 0 770701281 530116608 111937 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 129423 111937 253 24 0 126057 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 517692

[startup+4362.3 s]
/proc/loadavg: 1.03 1.05 1.34 2/441 2606
/proc/meminfo: memFree=30456644/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=517692 CPUtime=4362.39 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 645585 0 0 0 435987 252 0 0 25 0 1 0 770701281 530116608 116368 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 129423 116368 253 24 0 126057 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 517692

[startup+4422.3 s]
/proc/loadavg: 1.01 1.04 1.31 2/441 2608
/proc/meminfo: memFree=30440992/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=517692 CPUtime=4422.39 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 649439 0 0 0 441985 254 0 0 25 0 1 0 770701281 530116608 120202 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 129423 120202 253 24 0 126057 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 517692

[startup+4482.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/441 2609
/proc/meminfo: memFree=30427572/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=517692 CPUtime=4482.4 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 652844 0 0 0 447984 256 0 0 25 0 1 0 770701281 530116608 123594 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 129423 123594 253 24 0 126057 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 517692

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/441 2611
/proc/meminfo: memFree=30410556/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=732828 CPUtime=4542.4 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 657022 0 0 0 453981 259 0 0 25 0 1 0 770701281 750415872 127757 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183207 127757 253 24 0 179841 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 732828

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/441 2612
/proc/meminfo: memFree=30397268/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=732828 CPUtime=4602.4 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 660135 0 0 0 459979 261 0 0 25 0 1 0 770701281 750415872 130858 33554432000 4194304 4291949 140735383199040 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183207 130858 253 24 0 179841 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 732828

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/441 2614
/proc/meminfo: memFree=30383356/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=733208 CPUtime=4662.4 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 663638 0 0 0 465976 264 0 0 25 0 1 0 770701281 750804992 134350 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183302 134350 253 24 0 179936 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 733208

[startup+4722.32 s]
/proc/loadavg: 1.00 1.01 1.21 2/441 2616
/proc/meminfo: memFree=30372672/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=733544 CPUtime=4722.42 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 666303 0 0 0 471977 265 0 0 25 0 1 0 770701281 751149056 137006 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183386 137006 253 24 0 180020 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 733544

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/441 2617
/proc/meminfo: memFree=30362224/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=733964 CPUtime=4782.4 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 669151 0 0 0 477973 267 0 0 25 0 1 0 770701281 751579136 139843 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183491 139843 253 24 0 180125 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 733964

[startup+4842.3 s]
/proc/loadavg: 1.06 1.01 1.18 2/441 2619
/proc/meminfo: memFree=30333056/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=734428 CPUtime=4842.41 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 676427 0 0 0 483970 271 0 0 25 0 1 0 770701281 752054272 147090 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183607 147090 253 24 0 180241 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 734428

[startup+4902.3 s]
/proc/loadavg: 1.07 1.03 1.18 2/441 2620
/proc/meminfo: memFree=30300412/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=734684 CPUtime=4902.41 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 684692 0 0 0 489965 276 0 0 25 0 1 0 770701281 752316416 155322 33554432000 4194304 4291949 140735383199040 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183671 155322 253 24 0 180305 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 734684

[startup+4962.3 s]
/proc/loadavg: 1.02 1.02 1.16 2/441 2622
/proc/meminfo: memFree=30274212/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=735252 CPUtime=4962.41 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 691179 0 0 0 495962 279 0 0 25 0 1 0 770701281 752898048 161794 33554432000 4194304 4291949 140735383199040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 183813 161794 253 24 0 180447 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 735252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.02 1.16 2/441 2623
/proc/meminfo: memFree=30267984/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=736220 CPUtime=5000.01 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 692680 0 0 0 499721 280 0 0 25 0 1 0 770701281 753889280 163288 33554432000 4194304 4291949 140735383199040 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 184055 163288 253 24 0 180689 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 736220

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

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

[startup+4999.9 s]
/proc/loadavg: 1.01 1.02 1.16 2/441 2623
/proc/meminfo: memFree=30267984/32950928 swapFree=34365936/67111528
[pid=2446] ppid=2444 vsize=736220 CPUtime=5000.01 cores=1,3,5,7
/proc/2446/stat : 2446 (RestartSAT) R 2444 2446 1803 0 -1 4202496 692680 0 0 0 499721 280 0 0 25 0 1 0 770701281 753889280 163288 33554432000 4194304 4291949 140735383199040 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2446/statm: 184055 163288 253 24 0 180689 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 736220

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4997.23
CPU system time (s): 2.83457
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1112216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.23
system time used= 2.83457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 692680
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 52848

runsolver used 20.4509 second user time and 52.2841 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-28 15:57:05
IDJOB=3420946
IDBENCH=71549
IDSOLVER=1911
FILE ID=node120/3420946-1306591025
RUNJOBID= node120-1306579394-1822
PBS_JOBID= 13471560
Free space on /tmp= 73464 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=820444519

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.07
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.78
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.809
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.809
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.809
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:      30795728 kB
Buffers:        211544 kB
Cached:        1542232 kB
SwapCached:      14944 kB
Active:         477976 kB
Inactive:      1420704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30795728 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            3920 kB
Writeback:           0 kB
AnonPages:      139792 kB
Mapped:           9264 kB
Slab:            96916 kB
PageTables:      91416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105513096 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= 73468 MiB
End job on node120 at 2011-05-28 17:20:27