Trace number 3419975

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 B95UNSAT 1058.19 1058.17

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark245.654
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1058.11/1058.16	c WARNING: for repeatability, setting FPU to use double precision
1058.11/1058.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3419975-1306583537/watcher-3419975-1306583537 -o /tmp/evaluation-result-3419975-1306583537/solver-3419975-1306583537 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419975-1306583537.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: 2.02 2.04 1.98 3/481 3018
/proc/meminfo: memFree=7808092/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=20232 CPUtime=0 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 919 0 0 0 0 0 0 0 21 0 1 0 769953449 20717568 850 33554432000 4194304 4291949 140736626592384 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 5058 850 225 24 0 1692 0

[startup+0.076951 s]
/proc/loadavg: 2.02 2.04 1.98 3/481 3018
/proc/meminfo: memFree=7808092/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=36952 CPUtime=0.06 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 5882 0 0 0 6 0 0 0 21 0 1 0 769953449 37838848 5306 33554432000 4194304 4291949 140736626592384 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 9238 5311 231 24 0 5872 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36952

[startup+0.100948 s]
/proc/loadavg: 2.02 2.04 1.98 3/481 3018
/proc/meminfo: memFree=7808092/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=41072 CPUtime=0.09 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 7422 0 0 0 8 1 0 0 21 0 1 0 769953449 42057728 6589 33554432000 4194304 4291949 140736626592384 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 10268 6590 227 24 0 6902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41072

[startup+0.30097 s]
/proc/loadavg: 2.02 2.04 1.98 3/481 3018
/proc/meminfo: memFree=7808092/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=59076 CPUtime=0.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 11744 0 0 0 28 1 0 0 22 0 1 0 769953449 60493824 10606 33554432000 4194304 4291949 140736626592384 18446744073709551615 4210114 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 14769 10608 257 24 0 11403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59076

[startup+0.700785 s]
/proc/loadavg: 2.02 2.04 1.98 3/481 3018
/proc/meminfo: memFree=7808092/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=55404 CPUtime=0.69 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 14987 0 0 0 66 3 0 0 23 0 1 0 769953449 56733696 9392 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 13851 9392 274 24 0 10485 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55404

[startup+1.50075 s]
/proc/loadavg: 2.02 2.04 1.98 3/482 3019
/proc/meminfo: memFree=7770520/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=55404 CPUtime=1.49 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 15055 0 0 0 146 3 0 0 25 0 1 0 769953449 56733696 9453 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 13851 9453 274 24 0 10485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55404

[startup+3.10044 s]
/proc/loadavg: 2.01 2.04 1.98 3/482 3019
/proc/meminfo: memFree=7768912/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=55404 CPUtime=3.09 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 15201 0 0 0 306 3 0 0 25 0 1 0 769953449 56733696 9585 33554432000 4194304 4291949 140736626592384 18446744073709551615 4251108 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 13851 9585 274 24 0 10485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55404

[startup+6.30071 s]
/proc/loadavg: 2.01 2.04 1.98 3/482 3019
/proc/meminfo: memFree=7767548/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=62476 CPUtime=6.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 15548 0 0 0 626 3 0 0 25 0 1 0 769953449 63975424 9915 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/3018/statm: 15619 9915 274 24 0 12253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62476

[startup+12.7005 s]
/proc/loadavg: 2.01 2.04 1.98 3/482 3019
/proc/meminfo: memFree=7759524/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=62476 CPUtime=12.67 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 16510 0 0 0 1264 3 0 0 25 0 1 0 769953449 63975424 10835 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 15619 10835 274 24 0 12253 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 62476

[startup+25.5011 s]
/proc/loadavg: 2.09 2.05 1.99 3/482 3019
/proc/meminfo: memFree=7747368/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=66828 CPUtime=25.47 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 21578 0 0 0 2543 4 0 0 25 0 1 0 769953449 68431872 12357 33554432000 4194304 4291949 140736626592384 18446744073709551615 4256312 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 16707 12357 274 24 0 13341 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 66828

[startup+51.1002 s]
/proc/loadavg: 2.06 2.05 1.99 3/482 3021
/proc/meminfo: memFree=7713976/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=82928 CPUtime=51.08 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 25764 0 0 0 5102 6 0 0 25 0 1 0 769953449 84918272 16475 33554432000 4194304 4291949 140736626592384 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 20732 16475 274 24 0 17366 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 82928

[startup+102.318 s]
/proc/loadavg: 2.02 2.04 1.99 3/482 3022
/proc/meminfo: memFree=7673028/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=104464 CPUtime=102.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 37899 0 0 0 10220 9 0 0 25 0 1 0 769953449 106971136 19289 33554432000 4194304 4291949 140736626592384 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 26116 19289 274 24 0 22750 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 104464

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 1.99 3/482 3024
/proc/meminfo: memFree=7637280/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=88824 CPUtime=162.28 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 51415 0 0 0 16215 13 0 0 25 0 1 0 769953449 90955776 16785 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 22206 16785 274 24 0 18840 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 88824

[startup+222.301 s]
/proc/loadavg: 2.14 2.05 2.00 3/482 3027
/proc/meminfo: memFree=7535064/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=141564 CPUtime=222.28 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 65744 0 0 0 22212 16 0 0 25 0 1 0 769953449 144961536 30984 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 35391 30984 274 24 0 32025 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 141564

[startup+282.301 s]
/proc/loadavg: 2.12 2.06 2.00 3/482 3028
/proc/meminfo: memFree=7527588/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=142492 CPUtime=282.28 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 79989 0 0 0 28208 20 0 0 25 0 1 0 769953449 145911808 24276 33554432000 4194304 4291949 140736626592384 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 35623 24276 274 24 0 32257 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 142492

[startup+342.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/482 3030
/proc/meminfo: memFree=7435416/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=195992 CPUtime=342.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 91139 0 0 0 34206 23 0 0 25 0 1 0 769953449 200695808 35315 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 48998 35315 274 24 0 45632 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 195992

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 3031
/proc/meminfo: memFree=7420020/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=146348 CPUtime=402.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 105693 0 0 0 40202 27 0 0 25 0 1 0 769953449 149860352 25919 33554432000 4194304 4291949 140736626592384 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 36587 25919 274 24 0 33221 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 146348

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 3033
/proc/meminfo: memFree=7350916/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=198008 CPUtime=462.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 114534 0 0 0 46200 29 0 0 25 0 1 0 769953449 202760192 34658 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 49502 34658 274 24 0 46136 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 198008

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/482 3035
/proc/meminfo: memFree=7331420/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=149924 CPUtime=522.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 136014 0 0 0 52196 33 0 0 25 0 1 0 769953449 153522176 29017 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 37481 29017 274 24 0 34115 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 149924

[startup+582.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/482 3046
/proc/meminfo: memFree=7249596/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=201872 CPUtime=582.29 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 144941 0 0 0 58192 37 0 0 25 0 1 0 769953449 206716928 37832 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 50468 37832 274 24 0 47102 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 201872

[startup+642.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/482 3049
/proc/meminfo: memFree=7251684/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=121856 CPUtime=642.31 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 158603 0 0 0 64191 40 0 0 25 0 1 0 769953449 124780544 23056 33554432000 4194304 4291949 140736626592384 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 30464 23056 274 24 0 27098 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 121856

[startup+702.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 3053
/proc/meminfo: memFree=7155052/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=153108 CPUtime=702.3 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 168650 0 0 0 70187 43 0 0 25 0 1 0 769953449 156782592 33002 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 38277 33002 274 24 0 34911 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 153108

[startup+762.319 s]
/proc/loadavg: 2.04 2.05 2.00 3/482 3056
/proc/meminfo: memFree=7075396/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=205568 CPUtime=762.32 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 177428 0 0 0 76186 46 0 0 25 0 1 0 769953449 210501632 41686 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 51392 41686 274 24 0 48026 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 205568

[startup+822.301 s]
/proc/loadavg: 2.09 2.07 2.01 3/482 3060
/proc/meminfo: memFree=7076100/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=156072 CPUtime=822.3 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 196047 0 0 0 82180 50 0 0 25 0 1 0 769953449 159817728 31781 33554432000 4194304 4291949 140736626592384 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 39018 31781 274 24 0 35652 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 156072

[startup+882.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/482 3061
/proc/meminfo: memFree=6998952/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=207404 CPUtime=882.3 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 204596 0 0 0 88178 52 0 0 25 0 1 0 769953449 212381696 40221 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 51851 40221 274 24 0 48485 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 207404

[startup+942.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 3063
/proc/meminfo: memFree=6975604/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=159164 CPUtime=942.3 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 247633 0 0 0 94170 60 0 0 25 0 1 0 769953449 162983936 32603 33554432000 4194304 4291949 140736626592384 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 39791 32603 274 24 0 36425 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 159164

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 3065
/proc/meminfo: memFree=6942348/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=159804 CPUtime=1002.3 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 262573 0 0 0 100167 63 0 0 25 0 1 0 769953449 163639296 29845 33554432000 4194304 4291949 140736626592384 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 39951 29845 274 24 0 36585 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 159804

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 3066
/proc/meminfo: memFree=6940232/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=128984 CPUtime=1023.91 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 274745 0 0 0 102326 65 0 0 25 0 1 0 769953449 132079616 27198 33554432000 4194304 4291949 140736626592384 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 32246 27198 274 24 0 28880 0
Current children cumulated CPU time (s) 1023.91
Current children cumulated vsize (KiB) 128984

[startup+1036.7 s]
/proc/loadavg: 2.16 2.06 2.01 3/482 3066
/proc/meminfo: memFree=6941340/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=128984 CPUtime=1036.71 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 283582 0 0 0 103605 66 0 0 25 0 1 0 769953449 132079616 23798 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 32246 23798 274 24 0 28880 0
Current children cumulated CPU time (s) 1036.71
Current children cumulated vsize (KiB) 128984

[startup+1049.5 s]
/proc/loadavg: 2.12 2.06 2.01 3/482 3067
/proc/meminfo: memFree=6945788/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=98340 CPUtime=1049.51 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 291689 0 0 0 104883 68 0 0 25 0 1 0 769953449 100700160 19506 33554432000 4194304 4291949 140736626592384 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 24585 19506 274 24 0 21219 0
Current children cumulated CPU time (s) 1049.51
Current children cumulated vsize (KiB) 98340

[startup+1052.72 s]
/proc/loadavg: 2.11 2.05 2.01 3/482 3067
/proc/meminfo: memFree=6946656/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=91160 CPUtime=1052.73 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 294553 0 0 0 105205 68 0 0 25 0 1 0 769953449 93347840 18461 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 22790 18461 274 24 0 19424 0
Current children cumulated CPU time (s) 1052.73
Current children cumulated vsize (KiB) 91160

[startup+1055.9 s]
/proc/loadavg: 2.11 2.05 2.01 3/482 3067
/proc/meminfo: memFree=6941940/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=109836 CPUtime=1055.92 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 295122 0 0 0 105524 68 0 0 25 0 1 0 769953449 112472064 19014 33554432000 4194304 4291949 140736626592384 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 27459 19014 274 24 0 24093 0
Current children cumulated CPU time (s) 1055.92
Current children cumulated vsize (KiB) 109836

[startup+1057.5 s]
/proc/loadavg: 2.10 2.05 2.01 3/482 3067
/proc/meminfo: memFree=6933508/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=109836 CPUtime=1057.51 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 297194 0 0 0 105683 68 0 0 25 0 1 0 769953449 112472064 20949 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 27459 20949 274 24 0 24093 0
Current children cumulated CPU time (s) 1057.51
Current children cumulated vsize (KiB) 109836

[startup+1057.9 s]
/proc/loadavg: 2.10 2.05 2.01 3/482 3067
/proc/meminfo: memFree=6933508/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=109836 CPUtime=1057.91 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 297194 0 0 0 105723 68 0 0 25 0 1 0 769953449 112472064 20949 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 27459 20949 274 24 0 24093 0
Current children cumulated CPU time (s) 1057.91
Current children cumulated vsize (KiB) 109836

[startup+1058.1 s]
/proc/loadavg: 2.10 2.05 2.01 3/482 3067
/proc/meminfo: memFree=6932640/32950928 swapFree=51884240/67111528
[pid=3018] ppid=3016 vsize=109836 CPUtime=1058.11 cores=0,2,4,6
/proc/3018/stat : 3018 (RestartSAT) R 3016 3018 2542 0 -1 4202496 297194 0 0 0 105743 68 0 0 25 0 1 0 769953449 112472064 20949 33554432000 4194304 4291949 140736626592384 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3018/statm: 27459 20949 274 24 0 24093 0
Current children cumulated CPU time (s) 1058.11
Current children cumulated vsize (KiB) 109836

Child status: 20
Real time (s): 1058.17
CPU time (s): 1058.19
CPU user time (s): 1057.5
CPU system time (s): 0.690894
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 288540

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

runsolver used 4.96924 second user time and 11.4093 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-28 13:52:18
IDJOB=3419975
IDBENCH=82469
IDSOLVER=1911
FILE ID=node127/3419975-1306583537
RUNJOBID= node127-1306579393-2562
PBS_JOBID= 13471553
Free space on /tmp= 73680 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419975-1306583537/watcher-3419975-1306583537 -o /tmp/evaluation-result-3419975-1306583537/solver-3419975-1306583537 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419975-1306583537.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=921215640

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7808248 kB
Buffers:        264212 kB
Cached:        4373460 kB
SwapCached:      55132 kB
Active:        7927472 kB
Inactive:     16930304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7808248 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:            4864 kB
Writeback:           0 kB
AnonPages:    20171288 kB
Mapped:          29012 kB
Slab:           113408 kB
PageTables:     103000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 123755428 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= 73680 MiB
End job on node127 at 2011-05-28 14:09:56