Trace number 3171246

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 A75? (TO) 1299.6 1300.01

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S846876765-035.SATISFIABLE.cnf
MD5SUM0d5f032713ed63748b72ef45ba69a269
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3171246-1302826617/watcher-3171246-1302826617 -o /tmp/evaluation-result-3171246-1302826617/solver-3171246-1302826617 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3171246-1302826617.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.93 5/187 6221
/proc/meminfo: memFree=19340908/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=15184 CPUtime=0 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 470 0 0 0 0 0 0 0 25 0 1 0 394260351 15548416 386 33554432000 4194304 4291949 140736588591088 18446744073709551615 4266848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 3796 388 242 24 0 430 0

[startup+0.0620371 s]
/proc/loadavg: 4.00 4.00 3.93 5/187 6221
/proc/meminfo: memFree=19340908/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=15716 CPUtime=0.05 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 595 0 0 0 5 0 0 0 25 0 1 0 394260351 16093184 502 33554432000 4194304 4291949 140736588591088 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 3929 502 249 24 0 563 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15716

[startup+0.101031 s]
/proc/loadavg: 4.00 4.00 3.93 5/187 6221
/proc/meminfo: memFree=19340908/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=16104 CPUtime=0.09 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 619 0 0 0 9 0 0 0 25 0 1 0 394260351 16490496 524 33554432000 4194304 4291949 140736588591088 18446744073709551615 4251321 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 4026 524 249 24 0 660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16104

[startup+0.300996 s]
/proc/loadavg: 4.00 4.00 3.93 5/187 6221
/proc/meminfo: memFree=19340908/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=16104 CPUtime=0.29 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 660 0 0 0 29 0 0 0 25 0 1 0 394260351 16490496 565 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 4026 565 249 24 0 660 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16104

[startup+0.700952 s]
/proc/loadavg: 4.00 4.00 3.93 5/187 6221
/proc/meminfo: memFree=19340908/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=16488 CPUtime=0.69 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 841 0 0 0 69 0 0 0 25 0 1 0 394260351 16883712 730 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255718 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 4122 730 249 24 0 756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16488

[startup+1.50083 s]
/proc/loadavg: 4.00 4.00 3.93 5/188 6222
/proc/meminfo: memFree=19338672/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=17132 CPUtime=1.49 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 897 0 0 0 149 0 0 0 25 0 1 0 394260351 17543168 786 33554432000 4194304 4291949 140736588591088 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 4283 786 249 24 0 917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17132

[startup+3.10048 s]
/proc/loadavg: 4.00 4.00 3.93 5/188 6222
/proc/meminfo: memFree=19338052/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=17520 CPUtime=3.08 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 1106 0 0 0 308 0 0 0 25 0 1 0 394260351 17940480 988 33554432000 4194304 4291949 140736588591088 18446744073709551615 4262925 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/6221/statm: 4380 988 249 24 0 1014 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17520

[startup+6.30096 s]
/proc/loadavg: 4.00 4.00 3.93 5/188 6222
/proc/meminfo: memFree=19336688/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=18384 CPUtime=6.26 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 1214 0 0 0 626 0 0 0 25 0 1 0 394260351 18825216 1093 33554432000 4194304 4291949 140736588591088 18446744073709551615 4251367 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 4596 1093 249 24 0 1230 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 18384

[startup+12.7009 s]
/proc/loadavg: 4.00 4.00 3.93 5/188 6223
/proc/meminfo: memFree=19335704/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=18788 CPUtime=12.66 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 1428 0 0 0 1266 0 0 0 25 0 1 0 394260351 19238912 1295 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 4697 1295 249 24 0 1331 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18788

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.93 5/188 6223
/proc/meminfo: memFree=19333592/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=21876 CPUtime=25.46 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 1980 0 0 0 2545 1 0 0 25 0 1 0 394260351 22401024 1826 33554432000 4194304 4291949 140736588591088 18446744073709551615 4251679 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 5469 1826 249 24 0 2103 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 21876

[startup+51.1003 s]
/proc/loadavg: 4.00 4.00 3.93 5/188 6224
/proc/meminfo: memFree=19330352/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=23548 CPUtime=51.05 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 2352 0 0 0 5103 2 0 0 25 0 1 0 394260351 24113152 2186 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 5887 2186 249 24 0 2521 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23548

[startup+102.306 s]
/proc/loadavg: 4.04 4.01 3.94 6/188 6281
/proc/meminfo: memFree=19361348/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=25220 CPUtime=102.2 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 3105 0 0 0 10214 6 0 0 25 0 1 0 394260351 25825280 2912 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 6305 2912 249 24 0 2939 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 25220

[startup+162.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/188 6283
/proc/meminfo: memFree=19356372/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=26912 CPUtime=162.19 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 3383 0 0 0 16212 7 0 0 25 0 1 0 394260351 27557888 3173 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 6728 3173 249 24 0 3362 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 26912

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 6284
/proc/meminfo: memFree=19348432/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=30220 CPUtime=222.18 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 4414 0 0 0 22209 9 0 0 25 0 1 0 394260351 30945280 4174 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 7555 4174 249 24 0 4189 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 30220

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 6286
/proc/meminfo: memFree=19344696/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=32944 CPUtime=282.17 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 4943 0 0 0 28206 11 0 0 25 0 1 0 394260351 33734656 4686 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 8236 4686 249 24 0 4870 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 32944

[startup+342.303 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 6287
/proc/meminfo: memFree=19342952/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=32944 CPUtime=342.15 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 4992 0 0 0 34204 11 0 0 25 0 1 0 394260351 33734656 4734 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 8236 4734 249 24 0 4870 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 32944

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 6289
/proc/meminfo: memFree=19341444/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=32944 CPUtime=402.14 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 4992 0 0 0 40202 12 0 0 25 0 1 0 394260351 33734656 4734 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 8236 4734 249 24 0 4870 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 32944

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 6291
/proc/meminfo: memFree=19337940/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=34676 CPUtime=462.14 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 5417 0 0 0 46200 14 0 0 25 0 1 0 394260351 35508224 5147 33554432000 4194304 4291949 140736588591088 18446744073709551615 4261910 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 8669 5147 249 24 0 5303 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 34676

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 6292
/proc/meminfo: memFree=19335812/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=37376 CPUtime=522.13 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 5596 0 0 0 52198 15 0 0 25 0 1 0 394260351 38273024 5322 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 9344 5322 249 24 0 5978 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 37376

[startup+582.301 s]
/proc/loadavg: 4.05 4.01 3.94 5/188 6294
/proc/meminfo: memFree=19331696/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=37376 CPUtime=582.12 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 6181 0 0 0 58196 16 0 0 25 0 1 0 394260351 38273024 5891 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 9344 5891 249 24 0 5978 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 37376

[startup+642.3 s]
/proc/loadavg: 3.96 3.99 3.94 5/188 6323
/proc/meminfo: memFree=19347236/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=37376 CPUtime=642.04 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 6183 0 0 0 64186 18 0 0 25 0 1 0 394260351 38273024 5893 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 9344 5893 249 24 0 5978 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 37376

[startup+702.301 s]
/proc/loadavg: 4.13 4.03 3.95 5/188 6325
/proc/meminfo: memFree=19341748/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=37376 CPUtime=702.02 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 6183 0 0 0 70182 20 0 0 25 0 1 0 394260351 38273024 5893 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 9344 5893 249 24 0 5978 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 37376

[startup+762.307 s]
/proc/loadavg: 4.04 4.02 3.95 5/188 6327
/proc/meminfo: memFree=19339628/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=40304 CPUtime=762.01 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 6415 0 0 0 76180 21 0 0 25 0 1 0 394260351 41271296 6117 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10076 6117 249 24 0 6710 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 40304

[startup+822.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/188 6328
/proc/meminfo: memFree=19337132/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=40304 CPUtime=821.99 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 6476 0 0 0 82176 23 0 0 25 0 1 0 394260351 41271296 6175 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10076 6175 249 24 0 6710 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 40304

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.95 5/188 6330
/proc/meminfo: memFree=19337000/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=40304 CPUtime=881.98 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 6522 0 0 0 88174 24 0 0 25 0 1 0 394260351 41271296 6220 33554432000 4194304 4291949 140736588591088 18446744073709551615 4262273 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10076 6220 249 24 0 6710 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 40304

[startup+942.301 s]
/proc/loadavg: 3.78 3.95 3.93 4/182 6348
/proc/meminfo: memFree=19343896/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=41980 CPUtime=941.96 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 7419 0 0 0 94171 25 0 0 25 0 1 0 394260351 42987520 7095 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10495 7095 249 24 0 7129 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 41980

[startup+1002.3 s]
/proc/loadavg: 3.26 3.77 3.86 4/182 6350
/proc/meminfo: memFree=19343504/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=41980 CPUtime=1001.95 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 7419 0 0 0 100169 26 0 0 25 0 1 0 394260351 42987520 7095 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10495 7095 249 24 0 7129 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 41980

[startup+1062.3 s]
/proc/loadavg: 3.10 3.63 3.81 4/182 6352
/proc/meminfo: memFree=19343496/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=41980 CPUtime=1061.94 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 7419 0 0 0 106167 27 0 0 25 0 1 0 394260351 42987520 7095 33554432000 4194304 4291949 140736588591088 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10495 7095 249 24 0 7129 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 41980

[startup+1122.3 s]
/proc/loadavg: 3.03 3.51 3.75 4/182 6353
/proc/meminfo: memFree=19342128/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=43120 CPUtime=1121.93 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 7715 0 0 0 112165 28 0 0 25 0 1 0 394260351 44154880 7380 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10780 7380 249 24 0 7414 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 43120

[startup+1182.3 s]
/proc/loadavg: 3.06 3.43 3.71 4/182 6355
/proc/meminfo: memFree=19341504/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=43120 CPUtime=1181.91 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 7715 0 0 0 118162 29 0 0 25 0 1 0 394260351 44154880 7380 33554432000 4194304 4291949 140736588591088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10780 7380 249 24 0 7414 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 43120

[startup+1242.3 s]
/proc/loadavg: 3.02 3.35 3.66 4/182 6356
/proc/meminfo: memFree=19341368/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=43120 CPUtime=1241.91 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 7715 0 0 0 124161 30 0 0 25 0 1 0 394260351 44154880 7380 33554432000 4194304 4291949 140736588591088 18446744073709551615 4248207 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 10780 7380 249 24 0 7414 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 43120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.72 3.22 3.60 3/176 6375
/proc/meminfo: memFree=19349024/32951132 swapFree=67111528/67111528
[pid=6221] ppid=6219 vsize=48504 CPUtime=1299.59 cores=4,6
/proc/6221/stat : 6221 (RestartSAT) R 6219 6221 5503 0 -1 4202496 8416 0 0 0 129928 31 0 0 25 0 1 0 394260351 49668096 8060 33554432000 4194304 4291949 140736588591088 18446744073709551615 4251136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6221/statm: 12126 8060 249 24 0 8760 0
Current children cumulated CPU time (s) 1299.59
Current children cumulated vsize (KiB) 48504

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.6
CPU user time (s): 1299.29
CPU system time (s): 0.316951
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 48504

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

runsolver used 2.11568 second user time and 4.16337 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-15 02:16:57
IDJOB=3171246
IDBENCH=83064
IDSOLVER=1581
FILE ID=node128/3171246-1302826617
RUNJOBID= node128-1302821478-5522
PBS_JOBID= 13006684
Free space on /tmp= 72116 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S846876765-035.SATISFIABLE.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3171246-1302826617/watcher-3171246-1302826617 -o /tmp/evaluation-result-3171246-1302826617/solver-3171246-1302826617 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3171246-1302826617.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0d5f032713ed63748b72ef45ba69a269
RANDOM SEED=941378126

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19341172 kB
Buffers:        549596 kB
Cached:       12616408 kB
SwapCached:          0 kB
Active:        7867520 kB
Inactive:      5422688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19341172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:      123788 kB
Mapped:          15668 kB
Slab:           256872 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   312792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72116 MiB
End job on node128 at 2011-04-15 02:38:39