Trace number 3420858

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.05 4999.93

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark333.04
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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-3420858-1306588820/watcher-3420858-1306588820 -o /tmp/evaluation-result-3420858-1306588820/solver-3420858-1306588820 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420858-1306588820.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.92 2.01 1.99 3/483 4302
/proc/meminfo: memFree=19233276/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=20252 CPUtime=0 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 861 0 0 0 0 0 0 0 25 0 1 0 849112677 20738048 803 33554432000 4194304 4291949 140736075099808 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 5063 803 227 24 0 1697 0

[startup+0.0369901 s]
/proc/loadavg: 1.92 2.01 1.99 3/483 4302
/proc/meminfo: memFree=19233276/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=24496 CPUtime=0.03 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 2517 0 0 0 3 0 0 0 25 0 1 0 849112677 25083904 2273 33554432000 4194304 4291949 140736075099808 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 6124 2275 227 24 0 2758 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24496

[startup+0.100983 s]
/proc/loadavg: 1.92 2.01 1.99 3/483 4302
/proc/meminfo: memFree=19233276/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=25220 CPUtime=0.09 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 2847 0 0 0 9 0 0 0 25 0 1 0 849112677 25825280 2508 33554432000 4194304 4291949 140736075099808 18446744073709551615 4231738 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 6305 2508 234 24 0 2939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25220

[startup+0.30094 s]
/proc/loadavg: 1.92 2.01 1.99 3/483 4302
/proc/meminfo: memFree=19233276/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=22828 CPUtime=0.29 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 3470 0 0 0 29 0 0 0 25 0 1 0 849112677 23375872 2359 33554432000 4194304 4291949 140736075099808 18446744073709551615 260908850976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 5707 2359 252 24 0 2341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22828

[startup+0.700867 s]
/proc/loadavg: 1.92 2.01 1.99 3/483 4302
/proc/meminfo: memFree=19233276/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=24504 CPUtime=0.69 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 3621 0 0 0 69 0 0 0 25 0 1 0 849112677 25092096 2509 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 6126 2509 252 24 0 2760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24504

[startup+1.50066 s]
/proc/loadavg: 1.92 2.01 1.99 3/484 4303
/proc/meminfo: memFree=19223228/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=24504 CPUtime=1.49 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 3799 0 0 0 149 0 0 0 25 0 1 0 849112677 25092096 2684 33554432000 4194304 4291949 140736075099808 18446744073709551615 260908851079 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 6126 2684 252 24 0 2760 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24504

[startup+3.10043 s]
/proc/loadavg: 1.92 2.01 1.99 3/484 4303
/proc/meminfo: memFree=19220376/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=27884 CPUtime=3.09 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 4376 0 0 0 309 0 0 0 25 0 1 0 849112677 28553216 3256 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 6971 3256 252 24 0 3605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27884

[startup+6.30085 s]
/proc/loadavg: 1.93 2.01 1.99 3/484 4303
/proc/meminfo: memFree=19213948/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=34056 CPUtime=6.29 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 5471 0 0 0 629 0 0 0 25 0 1 0 849112677 34873344 4340 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 8514 4340 252 24 0 5148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34056

[startup+12.7007 s]
/proc/loadavg: 1.93 2.01 1.99 3/484 4303
/proc/meminfo: memFree=19202260/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=44360 CPUtime=12.69 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 7472 0 0 0 1268 1 0 0 25 0 1 0 849112677 45424640 6322 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 11090 6322 252 24 0 7724 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44360

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 1.99 3/484 4304
/proc/meminfo: memFree=19181908/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=61356 CPUtime=25.49 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 11402 0 0 0 2548 1 0 0 25 0 1 0 849112677 62828544 10216 33554432000 4194304 4291949 140736075099808 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 15339 10216 252 24 0 11973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61356

[startup+51.1007 s]
/proc/loadavg: 1.96 2.00 1.99 3/484 4304
/proc/meminfo: memFree=19143760/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=89384 CPUtime=51.09 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 18683 0 0 0 5106 3 0 0 25 0 1 0 849112677 91529216 17442 33554432000 4194304 4291949 140736075099808 18446744073709551615 4267751 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 22346 17442 252 24 0 18980 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89384

[startup+102.318 s]
/proc/loadavg: 2.02 2.02 2.00 3/484 4306
/proc/meminfo: memFree=19125584/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=95824 CPUtime=102.31 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 32063 0 0 0 10224 7 0 0 25 0 1 0 849112677 98123776 17114 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 23956 17114 252 24 0 20590 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 95824

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/484 4307
/proc/meminfo: memFree=19106800/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=81296 CPUtime=162.29 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 49171 0 0 0 16218 11 0 0 25 0 1 0 849112677 83247104 17065 33554432000 4194304 4291949 140736075099808 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 20324 17065 252 24 0 16958 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 81296

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 4309
/proc/meminfo: memFree=19102856/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=134480 CPUtime=222.29 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 61233 0 0 0 22213 16 0 0 25 0 1 0 849112677 137707520 29054 33554432000 4194304 4291949 140736075099808 18446744073709551615 260908853797 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 33620 29054 252 24 0 30254 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 134480

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/484 4311
/proc/meminfo: memFree=19037948/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=135548 CPUtime=282.3 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 80656 0 0 0 28209 21 0 0 25 0 1 0 849112677 138801152 29194 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4302/statm: 33887 29194 252 24 0 30521 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 135548

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/484 4312
/proc/meminfo: memFree=19029684/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=108056 CPUtime=342.26 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 96315 0 0 0 34201 25 0 0 25 0 1 0 849112677 110649344 21675 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 27014 21675 252 24 0 23648 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 108056

[startup+402.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/484 4314
/proc/meminfo: memFree=19131536/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=190600 CPUtime=402.27 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 107789 0 0 0 40198 29 0 0 25 0 1 0 849112677 195174400 33078 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 47650 33078 252 24 0 44284 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 190600

[startup+462.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/484 4315
/proc/meminfo: memFree=19088548/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=143108 CPUtime=462.27 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 125992 0 0 0 46193 34 0 0 25 0 1 0 849112677 146542592 25402 33554432000 4194304 4291949 140736075099808 18446744073709551615 4250622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 35777 25402 252 24 0 32411 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 143108

[startup+522.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/484 4317
/proc/meminfo: memFree=19001928/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=194412 CPUtime=522.27 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 137064 0 0 0 52190 37 0 0 25 0 1 0 849112677 199077888 36415 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 48603 36415 252 24 0 45237 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 194412

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 2/482 4320
/proc/meminfo: memFree=19304060/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=145436 CPUtime=582.27 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 152770 0 0 0 58185 42 0 0 25 0 1 0 849112677 148926464 26089 33554432000 4194304 4291949 140736075099808 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 36359 26089 252 24 0 32993 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 145436

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 4451
/proc/meminfo: memFree=19081324/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=322348 CPUtime=4062.4 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1107676 0 0 0 405927 313 0 0 25 0 1 0 849112677 330084352 67236 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 80587 67236 252 24 0 77221 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 322348

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 4453
/proc/meminfo: memFree=19184456/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=191632 CPUtime=4122.38 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1139213 0 0 0 411917 321 0 0 25 0 1 0 849112677 196231168 41288 33554432000 4194304 4291949 140736075099808 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 47908 41288 252 24 0 44542 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 191632

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 4455
/proc/meminfo: memFree=19128368/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=241720 CPUtime=4182.38 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1153095 0 0 0 417914 324 0 0 25 0 1 0 849112677 247521280 55098 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 60430 55098 252 24 0 57064 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 241720

[startup+4242.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/484 4456
/proc/meminfo: memFree=19088528/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=323260 CPUtime=4242.38 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1163598 0 0 0 423910 328 0 0 25 0 1 0 849112677 331018240 65553 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 80815 65553 252 24 0 77449 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 323260

[startup+4302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/484 4458
/proc/meminfo: memFree=19053516/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=324000 CPUtime=4302.38 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1171914 0 0 0 429908 330 0 0 25 0 1 0 849112677 331776000 73822 33554432000 4194304 4291949 140736075099808 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 81000 73822 252 24 0 77634 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 324000

[startup+4362.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/484 4459
/proc/meminfo: memFree=19191240/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=193464 CPUtime=4362.38 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1192788 0 0 0 435903 335 0 0 25 0 1 0 849112677 198107136 39515 33554432000 4194304 4291949 140736075099808 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 48366 39515 252 24 0 45000 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 193464

[startup+4422.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/484 4461
/proc/meminfo: memFree=19139368/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=243552 CPUtime=4422.39 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1206173 0 0 0 441900 339 0 0 25 0 1 0 849112677 249397248 52809 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 60888 52809 252 24 0 57522 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 243552

[startup+4482.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/484 4463
/proc/meminfo: memFree=19095696/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=324940 CPUtime=4482.39 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1216863 0 0 0 447897 342 0 0 25 0 1 0 849112677 332738560 63458 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 81235 63458 252 24 0 77869 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 324940

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/484 4464
/proc/meminfo: memFree=19053248/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=325532 CPUtime=4542.4 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1227477 0 0 0 453894 346 0 0 25 0 1 0 849112677 333344768 74021 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 81383 74021 252 24 0 78017 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 325532

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 4466
/proc/meminfo: memFree=19167412/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=244860 CPUtime=4602.4 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1253333 0 0 0 459887 353 0 0 25 0 1 0 849112677 250736640 45156 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 61215 45156 252 24 0 57849 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 244860

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 4467
/proc/meminfo: memFree=19098420/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=326248 CPUtime=4662.4 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1270707 0 0 0 465883 357 0 0 25 0 1 0 849112677 334077952 62446 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 81562 62446 252 24 0 78196 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 326248

[startup+4722.32 s]
/proc/loadavg: 2.08 2.03 2.01 3/484 4472
/proc/meminfo: memFree=19059664/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=326388 CPUtime=4722.42 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1280120 0 0 0 471881 361 0 0 25 0 1 0 849112677 334221312 71816 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 81597 71816 252 24 0 78231 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 326388

[startup+4782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/484 4474
/proc/meminfo: memFree=19220264/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=146104 CPUtime=4782.4 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1297263 0 0 0 477874 366 0 0 25 0 1 0 849112677 149610496 31930 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 36526 31930 252 24 0 33160 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 146104

[startup+4842.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/484 4475
/proc/meminfo: memFree=19166172/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=245980 CPUtime=4842.4 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1310942 0 0 0 483870 370 0 0 25 0 1 0 849112677 251883520 45517 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 61495 45517 252 24 0 58129 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 245980

[startup+4902.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/484 4477
/proc/meminfo: memFree=19105252/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=327504 CPUtime=4902.41 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1326317 0 0 0 489866 375 0 0 25 0 1 0 849112677 335364096 60810 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 81876 60810 252 24 0 78510 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 327504

[startup+4962.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/484 4478
/proc/meminfo: memFree=19067656/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=327784 CPUtime=4962.41 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1335646 0 0 0 495863 378 0 0 25 0 1 0 849112677 335650816 70110 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 81946 70110 252 24 0 78580 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 327784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.07 2.01 3/484 4479
/proc/meminfo: memFree=19046184/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=328064 CPUtime=5000.01 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1341004 0 0 0 499622 379 0 0 25 0 1 0 849112677 335937536 75445 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 82016 75445 252 24 0 78650 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 328064

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.06 2.07 2.01 3/484 4479
/proc/meminfo: memFree=19046184/32950928 swapFree=65252936/67111528
[pid=4302] ppid=4300 vsize=328064 CPUtime=5000.01 cores=1,3,5,7
/proc/4302/stat : 4302 (RestartSAT) R 4300 4302 3735 0 -1 4202496 1341004 0 0 0 499622 379 0 0 25 0 1 0 849112677 335937536 75445 33554432000 4194304 4291949 140736075099808 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4302/statm: 82016 75445 252 24 0 78650 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 328064

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4996.24
CPU system time (s): 3.80442
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 489980

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

runsolver used 22.1276 second user time and 55.1766 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-28 15:20:20
IDJOB=3420858
IDBENCH=70910
IDSOLVER=1911
FILE ID=node116/3420858-1306588820
RUNJOBID= node116-1306579395-3754
PBS_JOBID= 13471564
Free space on /tmp= 73404 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420858-1306588820/watcher-3420858-1306588820 -o /tmp/evaluation-result-3420858-1306588820/solver-3420858-1306588820 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420858-1306588820.cnf

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1642463871

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19233556 kB
Buffers:        147976 kB
Cached:        2323436 kB
SwapCached:      12264 kB
Active:        7527584 kB
Inactive:      5943016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19233556 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:    10997288 kB
Mapped:          24924 kB
Slab:           116792 kB
PageTables:      62888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139805064 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= 73408 MiB
End job on node116 at 2011-05-28 16:43:42