Trace number 3420894

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.13 4999.94

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3420894-1306589513/watcher-3420894-1306589513 -o /tmp/evaluation-result-3420894-1306589513/solver-3420894-1306589513 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420894-1306589513.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.00 1.99 2/481 32376
/proc/meminfo: memFree=27428700/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=21800 CPUtime=0.01 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 1495 0 0 0 1 0 0 0 18 0 1 0 770553702 22323200 1397 33554432000 4194304 4291949 140733604343088 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 5450 1398 227 24 0 2084 0

[startup+0.0387441 s]
/proc/loadavg: 1.98 2.00 1.99 2/481 32376
/proc/meminfo: memFree=27428700/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=25804 CPUtime=0.03 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 3117 0 0 0 3 0 0 0 18 0 1 0 770553702 26423296 2731 33554432000 4194304 4291949 140733604343088 18446744073709551615 212435678241 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 6451 2733 227 24 0 3085 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25804

[startup+0.100719 s]
/proc/loadavg: 1.98 2.00 1.99 2/481 32376
/proc/meminfo: memFree=27428700/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=28940 CPUtime=0.09 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 4354 0 0 0 9 0 0 0 18 0 1 0 770553702 29634560 3765 33554432000 4194304 4291949 140733604343088 18446744073709551615 4230007 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 7235 3765 232 24 0 3869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28940

[startup+0.30068 s]
/proc/loadavg: 1.98 2.00 1.99 2/481 32376
/proc/meminfo: memFree=27428700/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=28940 CPUtime=0.29 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 4366 0 0 0 29 0 0 0 18 0 1 0 770553702 29634560 3777 33554432000 4194304 4291949 140733604343088 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 7235 3777 232 24 0 3869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28940

[startup+0.700604 s]
/proc/loadavg: 1.98 2.00 1.99 2/481 32376
/proc/meminfo: memFree=27428700/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=30444 CPUtime=0.69 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 5809 0 0 0 69 0 0 0 18 0 1 0 770553702 31174656 3866 33554432000 4194304 4291949 140733604343088 18446744073709551615 4251376 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 7611 3866 252 24 0 4245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30444

[startup+1.50046 s]
/proc/loadavg: 1.98 2.00 1.99 4/482 32377
/proc/meminfo: memFree=27410844/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=34864 CPUtime=1.49 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 6764 0 0 0 149 0 0 0 20 0 1 0 770553702 35700736 4818 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 8716 4818 252 24 0 5350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34864

[startup+3.10015 s]
/proc/loadavg: 1.98 2.00 1.99 3/482 32377
/proc/meminfo: memFree=27404340/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=42436 CPUtime=3.09 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 8266 0 0 0 309 0 0 0 25 0 1 0 770553702 43454464 6303 33554432000 4194304 4291949 140733604343088 18446744073709551615 212439475227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 10609 6303 252 24 0 7243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42436

[startup+6.30056 s]
/proc/loadavg: 1.98 2.00 1.99 3/482 32377
/proc/meminfo: memFree=27390484/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=56496 CPUtime=6.29 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 10916 0 0 0 629 0 0 0 25 0 1 0 770553702 57851904 8937 33554432000 4194304 4291949 140733604343088 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 14124 8937 252 24 0 10758 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56496

[startup+12.7003 s]
/proc/loadavg: 1.98 2.00 1.99 3/482 32377
/proc/meminfo: memFree=27364096/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=78964 CPUtime=12.69 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 15077 0 0 0 1268 1 0 0 25 0 1 0 770553702 80859136 13067 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 19741 13067 252 24 0 16375 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78964

[startup+25.5009 s]
/proc/loadavg: 1.99 2.00 1.99 3/482 32378
/proc/meminfo: memFree=27324296/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=114392 CPUtime=25.49 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 20766 0 0 0 2548 1 0 0 25 0 1 0 770553702 117137408 18718 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 28598 18718 252 24 0 25232 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114392

[startup+51.1011 s]
/proc/loadavg: 2.07 2.02 2.00 3/482 32378
/proc/meminfo: memFree=27272032/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=171284 CPUtime=51.09 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 29868 0 0 0 5105 4 0 0 25 0 1 0 770553702 175394816 27782 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 42821 27782 252 24 0 39455 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171284

[startup+102.318 s]
/proc/loadavg: 2.03 2.01 2.00 3/482 32380
/proc/meminfo: memFree=27189800/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=180604 CPUtime=102.31 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 41577 0 0 0 10223 8 0 0 25 0 1 0 770553702 184938496 39437 33554432000 4194304 4291949 140733604343088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 45151 39437 252 24 0 41785 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 180604

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/482 32381
/proc/meminfo: memFree=27108296/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=270784 CPUtime=162.3 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 54538 0 0 0 16218 12 0 0 25 0 1 0 770553702 277282816 52332 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 67696 52332 252 24 0 64330 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 270784

[startup+222.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/482 32383
/proc/meminfo: memFree=27238824/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=277356 CPUtime=222.3 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 63241 0 0 0 22215 15 0 0 25 0 1 0 770553702 284012544 60995 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 69339 60995 252 24 0 65973 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 277356

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/482 32384
/proc/meminfo: memFree=27156712/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=415392 CPUtime=282.3 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 70266 0 0 0 28211 19 0 0 25 0 1 0 770553702 425361408 67992 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 103848 67992 252 24 0 100482 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 415392

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32386
/proc/meminfo: memFree=27233792/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=152640 CPUtime=342.3 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 91097 0 0 0 34206 24 0 0 25 0 1 0 770553702 156303360 32124 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 38160 32124 252 24 0 34794 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152640

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/482 32388
/proc/meminfo: memFree=27154020/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=202728 CPUtime=402.3 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 104707 0 0 0 40202 28 0 0 25 0 1 0 770553702 207593472 45657 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 50682 45657 252 24 0 47316 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 202728

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32389
/proc/meminfo: memFree=27090368/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=284620 CPUtime=462.3 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 113470 0 0 0 46200 30 0 0 25 0 1 0 770553702 291450880 54374 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 71155 54374 252 24 0 67789 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 284620

[startup+522.301 s]
/proc/loadavg: 2.11 2.03 2.01 3/482 32391
/proc/meminfo: memFree=27037872/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=286684 CPUtime=522.31 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 120684 0 0 0 52198 33 0 0 25 0 1 0 770553702 293564416 61555 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 71671 61555 252 24 0 68305 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 286684

[startup+582.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/482 32392
/proc/meminfo: memFree=26985132/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=289872 CPUtime=582.31 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 126746 0 0 0 58195 36 0 0 25 0 1 0 770553702 296828928 67597 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 72468 67597 252 24 0 69102 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 289872

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 32497
/proc/meminfo: memFree=26772900/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=495376 CPUtime=4062.46 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 464384 0 0 0 406060 186 0 0 25 0 1 0 770553702 507265024 101532 33554432000 4194304 4291949 140733604343088 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 123844 101532 252 24 0 120478 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 495376

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 32499
/proc/meminfo: memFree=26744212/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=495376 CPUtime=4122.44 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 467758 0 0 0 412057 187 0 0 25 0 1 0 770553702 507265024 104888 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 123844 104888 252 24 0 120478 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 495376

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32500
/proc/meminfo: memFree=26717260/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=495376 CPUtime=4182.44 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 471166 0 0 0 418055 189 0 0 25 0 1 0 770553702 507265024 108285 33554432000 4194304 4291949 140733604343088 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 123844 108285 252 24 0 120478 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 495376

[startup+4242.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/482 32502
/proc/meminfo: memFree=26689812/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=495376 CPUtime=4242.44 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 474266 0 0 0 424054 190 0 0 25 0 1 0 770553702 507265024 111368 33554432000 4194304 4291949 140733604343088 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 123844 111368 252 24 0 120478 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 495376

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/482 32504
/proc/meminfo: memFree=26661384/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=495376 CPUtime=4302.45 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 478051 0 0 0 430052 193 0 0 25 0 1 0 770553702 507265024 115137 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 123844 115137 252 24 0 120478 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 495376

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 32505
/proc/meminfo: memFree=26637296/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=495376 CPUtime=4362.45 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 480861 0 0 0 436051 194 0 0 25 0 1 0 770553702 507265024 117929 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 123844 117929 252 24 0 120478 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 495376

[startup+4422.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/482 32507
/proc/meminfo: memFree=26613568/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=710488 CPUtime=4422.46 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 483836 0 0 0 442049 197 0 0 25 0 1 0 770553702 727539712 120890 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 177622 120890 252 24 0 174256 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 710488

[startup+4482.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/482 32508
/proc/meminfo: memFree=26588488/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=710680 CPUtime=4482.46 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 486570 0 0 0 448048 198 0 0 25 0 1 0 770553702 727736320 123611 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 177670 123611 252 24 0 174304 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 710680

[startup+4542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/482 32510
/proc/meminfo: memFree=26554840/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=711056 CPUtime=4542.46 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 491224 0 0 0 454045 201 0 0 25 0 1 0 770553702 728121344 128242 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 177764 128242 252 24 0 174398 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 711056

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 32512
/proc/meminfo: memFree=26533596/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=711056 CPUtime=4602.48 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 493668 0 0 0 460046 202 0 0 25 0 1 0 770553702 728121344 130670 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 177764 130670 252 24 0 174398 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 711056

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 32513
/proc/meminfo: memFree=26512352/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=711248 CPUtime=4662.46 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 496045 0 0 0 466043 203 0 0 25 0 1 0 770553702 728317952 133036 33554432000 4194304 4291949 140733604343088 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 177812 133036 252 24 0 174446 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 711248

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32515
/proc/meminfo: memFree=26491216/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=711436 CPUtime=4722.49 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 498744 0 0 0 472044 205 0 0 25 0 1 0 770553702 728510464 135722 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 177859 135722 252 24 0 174493 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 711436

[startup+4782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/482 32516
/proc/meminfo: memFree=26472452/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=712004 CPUtime=4782.46 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 501100 0 0 0 478041 205 0 0 25 0 1 0 770553702 729092096 138071 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 178001 138071 252 24 0 174635 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 712004

[startup+4842.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/482 32518
/proc/meminfo: memFree=26446128/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=712004 CPUtime=4842.47 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 504087 0 0 0 484039 208 0 0 25 0 1 0 770553702 729092096 141041 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 178001 141041 252 24 0 174635 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 712004

[startup+4902.3 s]
/proc/loadavg: 1.88 2.01 1.99 2/476 32538
/proc/meminfo: memFree=27022352/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=712004 CPUtime=4902.47 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 506445 0 0 0 490038 209 0 0 25 0 1 0 770553702 729092096 143386 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 178001 143386 252 24 0 174635 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 712004

[startup+4962.3 s]
/proc/loadavg: 1.32 1.82 1.93 2/476 32539
/proc/meminfo: memFree=27013300/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=712668 CPUtime=4962.47 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 508750 0 0 0 496037 210 0 0 25 0 1 0 770553702 729772032 145684 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 178167 145684 252 24 0 174801 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 712668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.18 1.73 1.89 2/476 32540
/proc/meminfo: memFree=27007836/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=713240 CPUtime=5000.09 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 510166 0 0 0 499798 211 0 0 25 0 1 0 770553702 730357760 147091 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 178310 147091 252 24 0 174944 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 713240

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

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

[startup+4999.9 s]
/proc/loadavg: 1.18 1.73 1.89 2/476 32540
/proc/meminfo: memFree=27007836/32951124 swapFree=38422276/67111528
[pid=32376] ppid=32374 vsize=713240 CPUtime=5000.09 cores=1,3,5,7
/proc/32376/stat : 32376 (RestartSAT) R 32374 32376 31861 0 -1 4202496 510166 0 0 0 499798 211 0 0 25 0 1 0 770553702 730357760 147091 33554432000 4194304 4291949 140733604343088 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32376/statm: 178310 147091 252 24 0 174944 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 713240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.13
CPU user time (s): 4997.98
CPU system time (s): 2.14267
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 740460

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

runsolver used 21.8197 second user time and 55.4716 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-28 15:31:54
IDJOB=3420894
IDBENCH=71308
IDSOLVER=1911
FILE ID=node102/3420894-1306589513
RUNJOBID= node102-1306579401-31880
PBS_JOBID= 13471578
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=692019606

node102.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.828
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.65
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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:     32951124 kB
MemFree:      27428980 kB
Buffers:        179180 kB
Cached:        1201116 kB
SwapCached:      76276 kB
Active:         601420 kB
Inactive:      4662128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27428980 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            2924 kB
Writeback:          28 kB
AnonPages:     3818748 kB
Mapped:          13784 kB
Slab:            89744 kB
PageTables:     100272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135644540 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= 73428 MiB
End job on node102 at 2011-05-28 16:55:15