Trace number 3420922

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.09 4999.96

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v2640c305320gyes10.cnf
MD5SUMe4e4b653016e98f210aa8da2214e783a
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3420922-1306589965/watcher-3420922-1306589965 -o /tmp/evaluation-result-3420922-1306589965/solver-3420922-1306589965 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420922-1306589965.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.06 2.01 2/572 12940
/proc/meminfo: memFree=24133220/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=20952 CPUtime=0.01 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 1208 0 0 0 1 0 0 0 25 0 1 0 770595282 21454848 1111 33554432000 4194304 4291949 140733547942784 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 5238 1112 227 24 0 1872 0

[startup+0.032389 s]
/proc/loadavg: 2.13 2.06 2.01 2/572 12940
/proc/meminfo: memFree=24133220/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=24504 CPUtime=0.02 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 2604 0 0 0 2 0 0 0 25 0 1 0 770595282 25092096 2312 33554432000 4194304 4291949 140733547942784 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 6126 2315 227 24 0 2760 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24504

[startup+0.100498 s]
/proc/loadavg: 2.13 2.06 2.01 2/572 12940
/proc/meminfo: memFree=24133220/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=35236 CPUtime=0.09 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 5597 0 0 0 8 1 0 0 25 0 1 0 770595282 36081664 4966 33554432000 4194304 4291949 140733547942784 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 8809 4966 232 24 0 5443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35236

[startup+0.300455 s]
/proc/loadavg: 2.13 2.06 2.01 2/572 12940
/proc/meminfo: memFree=24133220/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=35236 CPUtime=0.29 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 5607 0 0 0 28 1 0 0 25 0 1 0 770595282 36081664 4976 33554432000 4194304 4291949 140733547942784 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 8809 4976 232 24 0 5443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35236

[startup+0.70027 s]
/proc/loadavg: 2.13 2.06 2.01 2/572 12940
/proc/meminfo: memFree=24133220/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=34020 CPUtime=0.69 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 7019 0 0 0 68 1 0 0 25 0 1 0 770595282 34836480 4598 33554432000 4194304 4291949 140733547942784 18446744073709551615 268276147281 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 8505 4598 252 24 0 5139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34020

[startup+1.50018 s]
/proc/loadavg: 2.13 2.06 2.01 3/573 12941
/proc/meminfo: memFree=24112132/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=38440 CPUtime=1.49 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 8198 0 0 0 148 1 0 0 25 0 1 0 770595282 39362560 5771 33554432000 4194304 4291949 140733547942784 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 9610 5772 252 24 0 6244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38440

[startup+3.10096 s]
/proc/loadavg: 2.13 2.06 2.01 3/573 12941
/proc/meminfo: memFree=24104692/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=45828 CPUtime=3.09 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 9923 0 0 0 307 2 0 0 25 0 1 0 770595282 46927872 7487 33554432000 4194304 4291949 140733547942784 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 11457 7487 252 24 0 8091 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45828

[startup+6.30039 s]
/proc/loadavg: 2.12 2.06 2.01 3/573 12941
/proc/meminfo: memFree=24091664/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=58596 CPUtime=6.29 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 12619 0 0 0 627 2 0 0 25 0 1 0 770595282 60002304 10167 33554432000 4194304 4291949 140733547942784 18446744073709551615 4250434 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 14649 10167 252 24 0 11283 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58596

[startup+12.7002 s]
/proc/loadavg: 2.11 2.06 2.01 3/573 12941
/proc/meminfo: memFree=24163892/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=81432 CPUtime=12.69 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 17724 0 0 0 1266 3 0 0 25 0 1 0 770595282 83386368 15243 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 20358 15243 252 24 0 16992 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81432

[startup+25.501 s]
/proc/loadavg: 2.08 2.06 2.01 3/573 12941
/proc/meminfo: memFree=24125448/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=117372 CPUtime=25.49 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 24760 0 0 0 2545 4 0 0 25 0 1 0 770595282 120188928 22242 33554432000 4194304 4291949 140733547942784 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 29343 22242 252 24 0 25977 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117372

[startup+51.1004 s]
/proc/loadavg: 2.28 2.10 2.02 3/573 12942
/proc/meminfo: memFree=24065908/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=175052 CPUtime=51.09 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 35333 0 0 0 5102 7 0 0 25 0 1 0 770595282 179253248 32759 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 43763 32759 252 24 0 40397 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175052

[startup+102.321 s]
/proc/loadavg: 2.12 2.08 2.02 3/573 12943
/proc/meminfo: memFree=23970624/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=266456 CPUtime=102.32 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 50135 0 0 0 10222 10 0 0 25 0 1 0 770595282 272850944 47496 33554432000 4194304 4291949 140733547942784 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 66614 47496 252 24 0 63248 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 266456

[startup+162.301 s]
/proc/loadavg: 2.07 2.08 2.02 3/573 12945
/proc/meminfo: memFree=23886768/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=276060 CPUtime=162.3 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 64443 0 0 0 16217 13 0 0 25 0 1 0 770595282 282685440 61734 33554432000 4194304 4291949 140733547942784 18446744073709551615 4262968 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 69015 61734 252 24 0 65649 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 276060

[startup+222.301 s]
/proc/loadavg: 2.15 2.09 2.02 3/573 12947
/proc/meminfo: memFree=23909164/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=415104 CPUtime=222.3 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 75130 0 0 0 22214 16 0 0 25 0 1 0 770595282 425066496 72370 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 103776 72370 252 24 0 100410 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 415104

[startup+282.301 s]
/proc/loadavg: 2.17 2.11 2.03 3/573 12948
/proc/meminfo: memFree=23836480/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=421300 CPUtime=282.3 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 85406 0 0 0 28211 19 0 0 25 0 1 0 770595282 431411200 82606 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 105325 82606 252 24 0 101959 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 421300

[startup+342.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/573 12950
/proc/meminfo: memFree=23776300/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=428312 CPUtime=342.3 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 93023 0 0 0 34209 21 0 0 25 0 1 0 770595282 438591488 90193 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 107078 90193 252 24 0 103712 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 428312

[startup+402.301 s]
/proc/loadavg: 2.02 2.07 2.01 3/573 12951
/proc/meminfo: memFree=23722572/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=433704 CPUtime=402.3 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 100700 0 0 0 40207 23 0 0 25 0 1 0 770595282 444112896 97845 33554432000 4194304 4291949 140733547942784 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 108426 97845 252 24 0 105060 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 433704

[startup+462.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/573 12953
/proc/meminfo: memFree=23770396/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=437784 CPUtime=462.3 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 106967 0 0 0 46205 25 0 0 25 0 1 0 770595282 448290816 104085 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 109446 104085 252 24 0 106080 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 437784

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 12955
/proc/meminfo: memFree=23688140/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=655400 CPUtime=522.31 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 118720 0 0 0 52203 28 0 0 25 0 1 0 770595282 671129600 115800 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 163850 115800 252 24 0 160484 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 655400

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 12956
/proc/meminfo: memFree=23618176/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=660920 CPUtime=582.3 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 127821 0 0 0 58201 29 0 0 25 0 1 0 770595282 676782080 124864 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 165230 124864 252 24 0 161864 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 660920

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.17 2.07 2.02 3/573 13088
/proc/meminfo: memFree=23435344/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1091124 CPUtime=4062.42 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 473391 0 0 0 406102 140 0 0 25 0 1 0 770595282 1117310976 189827 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 272781 189827 252 24 0 269415 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1091124

[startup+4122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/573 13090
/proc/meminfo: memFree=23427740/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1092264 CPUtime=4122.4 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 475690 0 0 0 412100 140 0 0 25 0 1 0 770595282 1118478336 192121 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 273066 192121 252 24 0 269700 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 1092264

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/573 13091
/proc/meminfo: memFree=23372400/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1094064 CPUtime=4182.4 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 479522 0 0 0 418098 142 0 0 25 0 1 0 770595282 1120321536 195935 33554432000 4194304 4291949 140733547942784 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 273516 195935 252 24 0 270150 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1094064

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 13093
/proc/meminfo: memFree=23403128/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1095772 CPUtime=4242.4 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 481862 0 0 0 424097 143 0 0 25 0 1 0 770595282 1122070528 198267 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 273943 198267 252 24 0 270577 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 1095772

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13094
/proc/meminfo: memFree=23392172/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1097288 CPUtime=4302.4 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 484534 0 0 0 430096 144 0 0 25 0 1 0 770595282 1123622912 200929 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 274322 200929 252 24 0 270956 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1097288

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13096
/proc/meminfo: memFree=23379124/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1099184 CPUtime=4362.4 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 487435 0 0 0 436095 145 0 0 25 0 1 0 770595282 1125564416 203821 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 274796 203821 252 24 0 271430 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1099184

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 13098
/proc/meminfo: memFree=23370028/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1101460 CPUtime=4422.41 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 489703 0 0 0 442095 146 0 0 25 0 1 0 770595282 1127895040 206085 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 275365 206085 252 24 0 271999 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 1101460

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 13099
/proc/meminfo: memFree=23327728/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1102600 CPUtime=4482.41 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 491981 0 0 0 448094 147 0 0 25 0 1 0 770595282 1129062400 208356 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 275650 208356 252 24 0 272284 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 1102600

[startup+4542.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/573 13101
/proc/meminfo: memFree=23322596/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1105252 CPUtime=4542.4 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 494256 0 0 0 454093 147 0 0 25 0 1 0 770595282 1131778048 210626 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 276313 210626 252 24 0 272947 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1105252

[startup+4602.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/573 13102
/proc/meminfo: memFree=23291568/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1106864 CPUtime=4602.42 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 498614 0 0 0 460093 149 0 0 25 0 1 0 770595282 1133428736 214975 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 276716 214975 252 24 0 273350 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 1106864

[startup+4662.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/573 13104
/proc/meminfo: memFree=23320912/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1108384 CPUtime=4662.41 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 501990 0 0 0 466090 151 0 0 25 0 1 0 770595282 1134985216 218339 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 277096 218339 252 24 0 273730 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1108384

[startup+4722.32 s]
/proc/loadavg: 2.03 2.05 2.01 3/573 13106
/proc/meminfo: memFree=23313076/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1109804 CPUtime=4722.43 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 503972 0 0 0 472091 152 0 0 25 0 1 0 770595282 1136439296 220316 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 277451 220316 252 24 0 274085 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1109804

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/573 13107
/proc/meminfo: memFree=23304716/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1111892 CPUtime=4782.42 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 506393 0 0 0 478089 153 0 0 25 0 1 0 770595282 1138577408 222728 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 277973 222728 252 24 0 274607 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1111892

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 13109
/proc/meminfo: memFree=23249868/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1113408 CPUtime=4842.41 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 508468 0 0 0 484088 153 0 0 25 0 1 0 770595282 1140129792 224801 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 278352 224801 252 24 0 274986 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 1113408

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13119
/proc/meminfo: memFree=23241112/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1115684 CPUtime=4902.42 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 511239 0 0 0 490087 155 0 0 25 0 1 0 770595282 1142460416 227568 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 278921 227568 252 24 0 275555 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1115684

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13121
/proc/meminfo: memFree=23234808/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1118624 CPUtime=4962.42 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 513558 0 0 0 496086 156 0 0 25 0 1 0 770595282 1145470976 229881 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 279656 229881 252 24 0 276290 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1118624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 13122
/proc/meminfo: memFree=23238020/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1119192 CPUtime=5000.04 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 514968 0 0 0 499848 156 0 0 25 0 1 0 770595282 1146052608 231283 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 279798 231283 252 24 0 276432 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1119192

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: 2.00 2.01 2.00 3/573 13122
/proc/meminfo: memFree=23238020/32950928 swapFree=49808508/67111528
[pid=12940] ppid=12938 vsize=1119192 CPUtime=5000.04 cores=0,2,4,6
/proc/12940/stat : 12940 (RestartSAT) R 12938 12940 12123 0 -1 4202496 514968 0 0 0 499848 156 0 0 25 0 1 0 770595282 1146052608 231283 33554432000 4194304 4291949 140733547942784 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12940/statm: 279798 231283 252 24 0 276432 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1119192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.96
CPU time (s): 5000.09
CPU user time (s): 4998.49
CPU system time (s): 1.59676
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1119192

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

runsolver used 28.8066 second user time and 65.799 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-28 15:39:25
IDJOB=3420922
IDBENCH=71425
IDSOLVER=1911
FILE ID=node122/3420922-1306589965
RUNJOBID= node122-1306579394-12141
PBS_JOBID= 13471558
Free space on /tmp= 73476 MiB

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

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=2015835370

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24133500 kB
Buffers:        182452 kB
Cached:        2223500 kB
SwapCached:      60748 kB
Active:         665196 kB
Inactive:      7892480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24133500 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:            4280 kB
Writeback:           0 kB
AnonPages:     6104628 kB
Mapped:          11856 kB
Slab:            95816 kB
PageTables:      93308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180971200 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= 73480 MiB
End job on node122 at 2011-05-28 17:02:47