Trace number 3419795

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 3228.41 3228.33

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1428.89
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

3228.28/3228.28	c WARNING: for repeatability, setting FPU to use double precision
3228.28/3228.28	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-3419795-1306579543/watcher-3419795-1306579543 -o /tmp/evaluation-result-3419795-1306579543/solver-3419795-1306579543 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419795-1306579543.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.82 0.76 0.28 2/415 27839
/proc/meminfo: memFree=22717280/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=32880 CPUtime=0 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 3121 0 0 0 0 0 0 0 23 0 1 0 225563799 33669120 3036 33554432000 4194304 4291949 140733947373008 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 8220 3039 227 24 0 4854 0

[startup+0.0408411 s]
/proc/loadavg: 1.82 0.76 0.28 2/415 27839
/proc/meminfo: memFree=22717280/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=49980 CPUtime=0.03 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 6511 0 0 0 2 1 0 0 23 0 1 0 225563799 51179520 6413 33554432000 4194304 4291949 140733947373008 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 12495 6415 227 24 0 9129 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 49980

[startup+0.100826 s]
/proc/loadavg: 1.82 0.76 0.28 2/415 27839
/proc/meminfo: memFree=22717280/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=59392 CPUtime=0.09 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 9701 0 0 0 8 1 0 0 23 0 1 0 225563799 60817408 9274 33554432000 4194304 4291949 140733947373008 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 14848 9275 227 24 0 11482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59392

[startup+0.300788 s]
/proc/loadavg: 1.82 0.76 0.28 2/415 27839
/proc/meminfo: memFree=22717280/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=83244 CPUtime=0.29 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 15580 0 0 0 28 1 0 0 25 0 1 0 225563799 85241856 14612 33554432000 4194304 4291949 140733947373008 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 20811 14612 227 24 0 17445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83244

[startup+0.700724 s]
/proc/loadavg: 1.82 0.76 0.28 2/415 27839
/proc/meminfo: memFree=22717280/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=120892 CPUtime=0.69 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 28512 0 0 0 66 3 0 0 25 0 1 0 225563799 123793408 25205 33554432000 4194304 4291949 140733947373008 18446744073709551615 218880226337 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 30223 25207 228 24 0 26857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120892

[startup+1.50058 s]
/proc/loadavg: 1.82 0.76 0.28 3/416 27840
/proc/meminfo: memFree=22595884/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=154232 CPUtime=1.49 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 36559 0 0 0 145 4 0 0 25 0 1 0 225563799 157933568 32870 33554432000 4194304 4291949 140733947373008 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 38558 32870 234 24 0 35192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154232

[startup+3.10029 s]
/proc/loadavg: 1.82 0.76 0.28 3/416 27840
/proc/meminfo: memFree=22576540/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=135976 CPUtime=3.09 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 43398 0 0 0 304 5 0 0 25 0 1 0 225563799 139239424 28011 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 33994 28011 252 24 0 30628 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135976

[startup+6.30072 s]
/proc/loadavg: 1.83 0.78 0.29 3/416 27840
/proc/meminfo: memFree=22602332/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=135976 CPUtime=6.29 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 43623 0 0 0 624 5 0 0 25 0 1 0 225563799 139239424 28230 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 33994 28230 252 24 0 30628 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135976

[startup+12.7006 s]
/proc/loadavg: 1.85 0.80 0.30 3/416 27841
/proc/meminfo: memFree=22598212/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=135976 CPUtime=12.69 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 44364 0 0 0 1263 6 0 0 25 0 1 0 225563799 139239424 28965 33554432000 4194304 4291949 140733947373008 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 33994 28965 252 24 0 30628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135976

[startup+25.5003 s]
/proc/loadavg: 1.88 0.86 0.33 3/416 27868
/proc/meminfo: memFree=22579316/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=147652 CPUtime=25.49 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 45462 0 0 0 2542 7 0 0 25 0 1 0 225563799 151195648 30059 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 36913 30059 252 24 0 33547 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147652

[startup+51.1006 s]
/proc/loadavg: 1.92 0.95 0.37 3/416 27868
/proc/meminfo: memFree=22546364/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=166620 CPUtime=51.09 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 49345 0 0 0 5101 8 0 0 25 0 1 0 225563799 170618880 33921 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 41655 33921 252 24 0 38289 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 166620

[startup+102.315 s]
/proc/loadavg: 1.96 1.11 0.45 3/416 27870
/proc/meminfo: memFree=22502020/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=197440 CPUtime=102.31 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 57765 0 0 0 10220 11 0 0 25 0 1 0 225563799 202178560 42308 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 49360 42308 252 24 0 45994 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 197440

[startup+162.301 s]
/proc/loadavg: 2.14 1.32 0.56 3/416 27871
/proc/meminfo: memFree=22442300/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=247528 CPUtime=162.29 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 67246 0 0 0 16214 15 0 0 25 0 1 0 225563799 253468672 51748 33554432000 4194304 4291949 140733947373008 18446744073709551615 218884024869 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 61882 51748 252 24 0 58516 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247528

[startup+222.301 s]
/proc/loadavg: 2.05 1.44 0.65 3/416 27873
/proc/meminfo: memFree=22385280/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=328916 CPUtime=222.3 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 77947 0 0 0 22210 20 0 0 25 0 1 0 225563799 336809984 62421 33554432000 4194304 4291949 140733947373008 18446744073709551615 218884002915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 82229 62421 252 24 0 78863 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 328916

[startup+282.301 s]
/proc/loadavg: 2.02 1.54 0.73 3/416 27874
/proc/meminfo: memFree=22372728/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=328916 CPUtime=282.3 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 86588 0 0 0 28206 24 0 0 25 0 1 0 225563799 336809984 71043 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 82229 71043 252 24 0 78863 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 328916

[startup+342.301 s]
/proc/loadavg: 2.00 1.62 0.81 3/416 27876
/proc/meminfo: memFree=22326332/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=461176 CPUtime=342.31 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 94385 0 0 0 34203 28 0 0 25 0 1 0 225563799 472244224 78826 33554432000 4194304 4291949 140733947373008 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 115294 78826 252 24 0 111928 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 461176

[startup+402.3 s]
/proc/loadavg: 2.00 1.69 0.88 3/416 28013
/proc/meminfo: memFree=22294828/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=461692 CPUtime=402.3 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 102989 0 0 0 40198 32 0 0 25 0 1 0 225563799 472772608 87411 33554432000 4194304 4291949 140733947373008 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 115423 87411 252 24 0 112057 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 461692

[startup+462.301 s]
/proc/loadavg: 2.00 1.74 0.95 3/416 28014
/proc/meminfo: memFree=22167376/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=463524 CPUtime=462.3 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 110626 0 0 0 46194 36 0 0 25 0 1 0 225563799 474648576 95030 33554432000 4194304 4291949 140733947373008 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 115881 95030 252 24 0 112515 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 463524

[startup+522.301 s]
/proc/loadavg: 2.00 1.78 1.01 3/416 28016
/proc/meminfo: memFree=22026368/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=465644 CPUtime=522.31 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 117377 0 0 0 52192 39 0 0 25 0 1 0 225563799 476819456 101761 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 116411 101761 252 24 0 113045 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 465644

[startup+582.301 s]
/proc/loadavg: 2.06 1.84 1.07 3/416 28017
/proc/meminfo: memFree=21900488/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=467000 CPUtime=582.31 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 125656 0 0 0 58188 43 0 0 25 0 1 0 225563799 478208000 110013 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 116750 110013 252 24 0 113384 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 467000

[startup+642.301 s]

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

/proc/meminfo: memFree=19097328/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1064904 CPUtime=2382.35 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 371372 0 0 0 238112 123 0 0 25 0 1 0 225563799 1090461696 189699 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 266226 189699 252 24 0 262860 0
Current children cumulated CPU time (s) 2382.35
Current children cumulated vsize (KiB) 1064904

[startup+2442.3 s]
/proc/loadavg: 2.03 2.01 1.85 3/416 28079
/proc/meminfo: memFree=19024516/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1065988 CPUtime=2442.36 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 373771 0 0 0 244111 125 0 0 25 0 1 0 225563799 1091571712 192082 33554432000 4194304 4291949 140733947373008 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 266497 192082 252 24 0 263131 0
Current children cumulated CPU time (s) 2442.36
Current children cumulated vsize (KiB) 1065988

[startup+2502.3 s]
/proc/loadavg: 2.01 2.01 1.86 3/416 28081
/proc/meminfo: memFree=18944884/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1066788 CPUtime=2502.36 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 376949 0 0 0 250110 126 0 0 25 0 1 0 225563799 1092390912 195250 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 266697 195250 252 24 0 263331 0
Current children cumulated CPU time (s) 2502.36
Current children cumulated vsize (KiB) 1066788

[startup+2562.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/416 28082
/proc/meminfo: memFree=18870088/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1067588 CPUtime=2562.37 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 379872 0 0 0 256109 128 0 0 25 0 1 0 225563799 1093210112 198160 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 266897 198160 252 24 0 263531 0
Current children cumulated CPU time (s) 2562.37
Current children cumulated vsize (KiB) 1067588

[startup+2622.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/416 28084
/proc/meminfo: memFree=18780288/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1067588 CPUtime=2622.38 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 383442 0 0 0 262108 130 0 0 25 0 1 0 225563799 1093210112 201720 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 266897 201720 252 24 0 263531 0
Current children cumulated CPU time (s) 2622.38
Current children cumulated vsize (KiB) 1067588

[startup+2682.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/416 28085
/proc/meminfo: memFree=18697800/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1068420 CPUtime=2682.36 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 386629 0 0 0 268104 132 0 0 25 0 1 0 225563799 1094062080 204894 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 267105 204894 252 24 0 263739 0
Current children cumulated CPU time (s) 2682.36
Current children cumulated vsize (KiB) 1068420

[startup+2742.32 s]
/proc/loadavg: 2.00 2.00 1.88 3/416 28087
/proc/meminfo: memFree=18615188/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1072064 CPUtime=2742.38 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 389769 0 0 0 274104 134 0 0 25 0 1 0 225563799 1097793536 208014 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268016 208014 252 24 0 264650 0
Current children cumulated CPU time (s) 2742.38
Current children cumulated vsize (KiB) 1072064

[startup+2802.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/416 28089
/proc/meminfo: memFree=18535180/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1072064 CPUtime=2802.37 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 393101 0 0 0 280101 136 0 0 25 0 1 0 225563799 1097793536 211331 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268016 211331 252 24 0 264650 0
Current children cumulated CPU time (s) 2802.37
Current children cumulated vsize (KiB) 1072064

[startup+2862.3 s]
/proc/loadavg: 2.03 2.01 1.90 3/416 28091
/proc/meminfo: memFree=18463360/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1072064 CPUtime=2862.37 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 396140 0 0 0 286100 137 0 0 25 0 1 0 225563799 1097793536 214353 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268016 214353 252 24 0 264650 0
Current children cumulated CPU time (s) 2862.37
Current children cumulated vsize (KiB) 1072064

[startup+2922.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/416 28092
/proc/meminfo: memFree=18392152/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1072064 CPUtime=2922.37 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 400134 0 0 0 292098 139 0 0 25 0 1 0 225563799 1097793536 218335 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268016 218335 252 24 0 264650 0
Current children cumulated CPU time (s) 2922.37
Current children cumulated vsize (KiB) 1072064

[startup+2982.3 s]
/proc/loadavg: 2.04 2.02 1.91 3/416 28093
/proc/meminfo: memFree=18286728/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1073720 CPUtime=2982.37 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 406679 0 0 0 298095 142 0 0 25 0 1 0 225563799 1099489280 224866 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268430 224866 252 24 0 265064 0
Current children cumulated CPU time (s) 2982.37
Current children cumulated vsize (KiB) 1073720

[startup+3042.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/416 28095
/proc/meminfo: memFree=18210068/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1074492 CPUtime=3042.38 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 409544 0 0 0 304094 144 0 0 25 0 1 0 225563799 1100279808 227723 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268623 227723 252 24 0 265257 0
Current children cumulated CPU time (s) 3042.38
Current children cumulated vsize (KiB) 1074492

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28097
/proc/meminfo: memFree=18123120/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1075088 CPUtime=3102.38 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 412790 0 0 0 310092 146 0 0 25 0 1 0 225563799 1100890112 230951 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268772 230951 252 24 0 265406 0
Current children cumulated CPU time (s) 3102.38
Current children cumulated vsize (KiB) 1075088

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28098
/proc/meminfo: memFree=18049304/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1075088 CPUtime=3162.38 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 415852 0 0 0 316090 148 0 0 25 0 1 0 225563799 1100890112 233999 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268772 233999 252 24 0 265406 0
Current children cumulated CPU time (s) 3162.38
Current children cumulated vsize (KiB) 1075088

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28100
/proc/meminfo: memFree=17990752/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1075620 CPUtime=3222.38 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 419037 0 0 0 322088 150 0 0 25 0 1 0 225563799 1101434880 237164 33554432000 4194304 4291949 140733947373008 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268905 237164 252 24 0 265539 0
Current children cumulated CPU time (s) 3222.38
Current children cumulated vsize (KiB) 1075620

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

[startup+3225.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28100
/proc/meminfo: memFree=17985420/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1075620 CPUtime=3225.58 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 419285 0 0 0 322408 150 0 0 25 0 1 0 225563799 1101434880 237411 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268905 237411 252 24 0 265539 0
Current children cumulated CPU time (s) 3225.58
Current children cumulated vsize (KiB) 1075620

[startup+3227.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28100
/proc/meminfo: memFree=17983556/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1075812 CPUtime=3227.18 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 419397 0 0 0 322568 150 0 0 25 0 1 0 225563799 1101631488 237521 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 268953 237521 252 24 0 265587 0
Current children cumulated CPU time (s) 3227.18
Current children cumulated vsize (KiB) 1075812

[startup+3227.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28100
/proc/meminfo: memFree=17982812/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=1076024 CPUtime=3227.98 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202496 419437 0 0 0 322648 150 0 0 25 0 1 0 225563799 1101848576 237561 33554432000 4194304 4291949 140733947373008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27839/statm: 269006 237561 252 24 0 265640 0
Current children cumulated CPU time (s) 3227.98
Current children cumulated vsize (KiB) 1076024

[startup+3228.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28100
/proc/meminfo: memFree=17982812/32950928 swapFree=53457208/67111528
[pid=27839] ppid=27837 vsize=0 CPUtime=3228.38 cores=1,3,5,7
/proc/27839/stat : 27839 (RestartSAT) R 27837 27839 27635 0 -1 4202500 419452 0 0 0 322687 151 0 0 25 0 1 0 225563799 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/27839/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3228.38
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 3228.33
CPU time (s): 3228.41
CPU user time (s): 3226.87
CPU system time (s): 1.54277
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1613164

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

runsolver used 12.5981 second user time and 31.3972 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-28 12:45:44
IDJOB=3419795
IDBENCH=71036
IDSOLVER=1911
FILE ID=node112/3419795-1306579543
RUNJOBID= node112-1306579398-27654
PBS_JOBID= 13471568
Free space on /tmp= 73244 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419795-1306579543/watcher-3419795-1306579543 -o /tmp/evaluation-result-3419795-1306579543/solver-3419795-1306579543 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419795-1306579543.cnf

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=1162010484

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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:      22717560 kB
Buffers:        249104 kB
Cached:        7497988 kB
SwapCached:      62268 kB
Active:        2758460 kB
Inactive:      7225928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22717560 kB
SwapTotal:    67111528 kB
SwapFree:     53457208 kB
Dirty:           29992 kB
Writeback:           0 kB
AnonPages:     2183352 kB
Mapped:          16036 kB
Slab:           123212 kB
PageTables:      59352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98724924 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= 73220 MiB
End job on node112 at 2011-05-28 13:39:32