Trace number 3421180

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 564.688 564.666

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark181.446
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

Solver Data

564.62/564.66	c WARNING: for repeatability, setting FPU to use double precision
564.62/564.66	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-3421180-1306624798/watcher-3421180-1306624798 -o /tmp/evaluation-result-3421180-1306624798/solver-3421180-1306624798 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421180-1306624798.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.08 1.40 4/516 1214
/proc/meminfo: memFree=16433636/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=19584 CPUtime=0 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 582 0 0 0 0 0 0 0 20 0 1 0 774076515 20054016 516 33554432000 4194304 4291949 140736099133600 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 4896 516 225 24 0 1530 0

[startup+0.04611 s]
/proc/loadavg: 1.01 1.08 1.40 4/516 1214
/proc/meminfo: memFree=16433636/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=20316 CPUtime=0.04 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 897 0 0 0 4 0 0 0 20 0 1 0 774076515 20803584 812 33554432000 4194304 4291949 140736099133600 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 5079 812 230 24 0 1713 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20316

[startup+0.101103 s]
/proc/loadavg: 1.01 1.08 1.40 4/516 1214
/proc/meminfo: memFree=16433636/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=20316 CPUtime=0.09 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 897 0 0 0 9 0 0 0 20 0 1 0 774076515 20803584 812 33554432000 4194304 4291949 140736099133600 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 5079 812 230 24 0 1713 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20316

[startup+0.30106 s]
/proc/loadavg: 1.01 1.08 1.40 4/516 1214
/proc/meminfo: memFree=16433636/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=16996 CPUtime=0.29 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 1222 0 0 0 29 0 0 0 21 0 1 0 774076515 17403904 931 33554432000 4194304 4291949 140736099133600 18446744073709551615 4248114 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 4249 931 251 24 0 883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16996

[startup+0.700981 s]
/proc/loadavg: 1.01 1.08 1.40 4/516 1214
/proc/meminfo: memFree=16433636/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=19232 CPUtime=0.69 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 1660 0 0 0 69 0 0 0 22 0 1 0 774076515 19693568 1357 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 4808 1357 251 24 0 1442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19232

[startup+1.50082 s]
/proc/loadavg: 1.01 1.08 1.40 4/518 1216
/proc/meminfo: memFree=16420912/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=25640 CPUtime=1.49 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 3455 0 0 0 149 0 0 0 25 0 1 0 774076515 26255360 2435 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 6410 2435 251 24 0 3044 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25640

[startup+3.1005 s]
/proc/loadavg: 1.01 1.08 1.40 4/518 1216
/proc/meminfo: memFree=16411240/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=25640 CPUtime=3.09 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 3835 0 0 0 309 0 0 0 25 0 1 0 774076515 26255360 2803 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 6410 2803 251 24 0 3044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25640

[startup+6.30086 s]
/proc/loadavg: 1.09 1.10 1.41 4/518 1217
/proc/meminfo: memFree=16406476/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=29576 CPUtime=6.29 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 4110 0 0 0 629 0 0 0 25 0 1 0 774076515 30285824 3062 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 7394 3062 251 24 0 4028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29576

[startup+12.7006 s]
/proc/loadavg: 1.16 1.11 1.41 4/518 1217
/proc/meminfo: memFree=16401420/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=29576 CPUtime=12.69 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 4996 0 0 0 1269 0 0 0 25 0 1 0 774076515 30285824 3899 33554432000 4194304 4291949 140736099133600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 7394 3899 251 24 0 4028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29576

[startup+25.501 s]
/proc/loadavg: 1.35 1.15 1.42 4/518 1217
/proc/meminfo: memFree=16397580/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=32296 CPUtime=25.49 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 5908 0 0 0 2549 0 0 0 25 0 1 0 774076515 33071104 4755 33554432000 4194304 4291949 140736099133600 18446744073709551615 4250746 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 8074 4755 251 24 0 4708 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32296

[startup+51.1009 s]
/proc/loadavg: 1.57 1.22 1.43 4/518 1218
/proc/meminfo: memFree=16388472/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=36776 CPUtime=51.1 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 7865 0 0 0 5109 1 0 0 25 0 1 0 774076515 37658624 5440 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 9194 5440 251 24 0 5828 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 36776

[startup+102.321 s]
/proc/loadavg: 1.81 1.34 1.46 4/518 1219
/proc/meminfo: memFree=16384604/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=36776 CPUtime=102.32 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 8046 0 0 0 10231 1 0 0 25 0 1 0 774076515 37658624 5613 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 9194 5613 251 24 0 5828 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 36776

[startup+162.301 s]
/proc/loadavg: 1.93 1.46 1.49 4/518 1221
/proc/meminfo: memFree=16383936/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=39332 CPUtime=162.3 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 10842 0 0 0 16229 1 0 0 25 0 1 0 774076515 40275968 6521 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 9833 6521 251 24 0 6467 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 39332

[startup+222.301 s]
/proc/loadavg: 1.97 1.55 1.52 3/518 1249
/proc/meminfo: memFree=16375740/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=48524 CPUtime=222.3 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 12104 0 0 0 22229 1 0 0 25 0 1 0 774076515 49688576 7776 33554432000 4194304 4291949 140736099133600 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 12131 7776 251 24 0 8765 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 48524

[startup+282.301 s]
/proc/loadavg: 1.99 1.63 1.55 3/518 1251
/proc/meminfo: memFree=16367416/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=48524 CPUtime=282.3 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 12363 0 0 0 28229 1 0 0 25 0 1 0 774076515 49688576 8024 33554432000 4194304 4291949 140736099133600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 12131 8024 251 24 0 8765 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48524

[startup+342.301 s]
/proc/loadavg: 1.99 1.70 1.57 3/518 1253
/proc/meminfo: memFree=16359840/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=51016 CPUtime=342.3 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 13080 0 0 0 34229 1 0 0 25 0 1 0 774076515 52240384 8697 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 12754 8697 251 24 0 9388 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 51016

[startup+402.301 s]
/proc/loadavg: 2.04 1.76 1.60 3/518 1254
/proc/meminfo: memFree=16356448/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=51016 CPUtime=402.3 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 13182 0 0 0 40229 1 0 0 25 0 1 0 774076515 52240384 8787 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 12754 8787 251 24 0 9388 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 51016

[startup+462.301 s]
/proc/loadavg: 2.05 1.82 1.63 3/518 1256
/proc/meminfo: memFree=16343412/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=462.3 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15161 0 0 0 46229 1 0 0 25 0 1 0 774076515 61399040 10729 33554432000 4194304 4291949 140736099133600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10729 251 24 0 11624 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 59960

[startup+522.301 s]
/proc/loadavg: 2.02 1.85 1.65 3/518 1258
/proc/meminfo: memFree=16342652/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=522.32 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 52230 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 59960

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

[startup+537.501 s]
/proc/loadavg: 2.01 1.85 1.65 3/518 1259
/proc/meminfo: memFree=16342764/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=537.52 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 53750 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 537.52
Current children cumulated vsize (KiB) 59960

[startup+550.3 s]
/proc/loadavg: 2.01 1.86 1.66 3/518 1259
/proc/meminfo: memFree=16342136/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=550.32 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 55030 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 550.32
Current children cumulated vsize (KiB) 59960

[startup+556.701 s]
/proc/loadavg: 2.01 1.86 1.66 3/518 1259
/proc/meminfo: memFree=16342132/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=556.72 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 55670 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 556.72
Current children cumulated vsize (KiB) 59960

[startup+559.919 s]
/proc/loadavg: 2.01 1.86 1.66 3/518 1259
/proc/meminfo: memFree=16342124/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=559.94 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 55992 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 559.94
Current children cumulated vsize (KiB) 59960

[startup+563.101 s]
/proc/loadavg: 2.01 1.86 1.66 3/518 1259
/proc/meminfo: memFree=16342124/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=563.12 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 56310 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 563.12
Current children cumulated vsize (KiB) 59960

[startup+563.901 s]
/proc/loadavg: 2.01 1.86 1.66 3/518 1259
/proc/meminfo: memFree=16342124/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=563.92 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 56390 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 563.92
Current children cumulated vsize (KiB) 59960

[startup+564.32 s]
/proc/loadavg: 2.01 1.87 1.66 3/518 1260
/proc/meminfo: memFree=16342124/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=564.34 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 56432 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 564.34
Current children cumulated vsize (KiB) 59960

[startup+564.501 s]
/proc/loadavg: 2.01 1.87 1.66 3/518 1260
/proc/meminfo: memFree=16342124/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=564.52 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 56450 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 564.52
Current children cumulated vsize (KiB) 59960

[startup+564.601 s]
/proc/loadavg: 2.01 1.87 1.66 3/518 1260
/proc/meminfo: memFree=16342124/32950928 swapFree=38157052/67111528
[pid=1212] ppid=1209 vsize=59960 CPUtime=564.62 cores=0,2,4,6
/proc/1212/stat : 1212 (RestartSAT) R 1209 1212 384 0 -1 4202496 15359 0 0 0 56460 2 0 0 25 0 1 0 774076515 61399040 10919 33554432000 4194304 4291949 140736099133600 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1212/statm: 14990 10919 251 24 0 11624 0
Current children cumulated CPU time (s) 564.62
Current children cumulated vsize (KiB) 59960

Child status: 20
Real time (s): 564.666
CPU time (s): 564.688
CPU user time (s): 564.665
CPU system time (s): 0.022996
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 59960

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

runsolver used 2.95655 second user time and 6.65799 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-29 01:19:58
IDJOB=3421180
IDBENCH=83285
IDSOLVER=1911
FILE ID=node149/3421180-1306624798
RUNJOBID= node149-1306624798-1194
PBS_JOBID= 13471588
Free space on /tmp= 73480 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421180-1306624798/watcher-3421180-1306624798 -o /tmp/evaluation-result-3421180-1306624798/solver-3421180-1306624798 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421180-1306624798.cnf

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

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=1522264934

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:      16433964 kB
Buffers:        258012 kB
Cached:        4648336 kB
SwapCached:      56180 kB
Active:        2209424 kB
Inactive:     14001132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16433964 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            1572 kB
Writeback:          24 kB
AnonPages:    11272404 kB
Mapped:          17584 kB
Slab:           120088 kB
PageTables:     117500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173081840 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= 73476 MiB
End job on node149 at 2011-05-29 01:29:23