Trace number 3420159

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.1 4999.94

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0374
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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-3420159-1306586530/watcher-3420159-1306586530 -o /tmp/evaluation-result-3420159-1306586530/solver-3420159-1306586530 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420159-1306586530.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.08 2.04 2.01 2/455 1585
/proc/meminfo: memFree=13357288/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=19808 CPUtime=0 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 769 0 0 0 0 0 0 0 22 0 1 0 751068967 20283392 711 33554432000 4194304 4291949 140733819988608 18446744073709551615 4200761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 4952 712 227 24 0 1586 0

[startup+0.062829 s]
/proc/loadavg: 2.08 2.04 2.01 2/455 1585
/proc/meminfo: memFree=13357288/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=26996 CPUtime=0.05 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 3965 0 0 0 5 0 0 0 23 0 1 0 751068967 27643904 3496 33554432000 4194304 4291949 140733819988608 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 6749 3497 228 24 0 3383 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26996

[startup+0.100822 s]
/proc/loadavg: 2.08 2.04 2.01 2/455 1585
/proc/meminfo: memFree=13357288/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=33920 CPUtime=0.09 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 5931 0 0 0 9 0 0 0 23 0 1 0 751068967 34734080 5198 33554432000 4194304 4291949 140733819988608 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 8480 5200 228 24 0 5114 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33920

[startup+0.300791 s]
/proc/loadavg: 2.08 2.04 2.01 2/455 1585
/proc/meminfo: memFree=13357288/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=79612 CPUtime=0.29 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 15990 0 0 0 27 2 0 0 23 0 1 0 751068967 81522688 13691 33554432000 4194304 4291949 140733819988608 18446744073709551615 4215169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 19903 13691 231 24 0 16537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79612

[startup+0.700711 s]
/proc/loadavg: 2.08 2.04 2.01 2/455 1585
/proc/meminfo: memFree=13357288/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=79744 CPUtime=0.69 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 16034 0 0 0 67 2 0 0 25 0 1 0 751068967 81657856 13735 33554432000 4194304 4291949 140733819988608 18446744073709551615 4230302 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 19936 13735 232 24 0 16570 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79744

[startup+1.5006 s]
/proc/loadavg: 2.08 2.04 2.01 3/456 1586
/proc/meminfo: memFree=13302156/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=81904 CPUtime=1.49 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 17254 0 0 0 146 3 0 0 25 0 1 0 751068967 83869696 14271 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255043 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 20476 14271 232 24 0 17110 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81904

[startup+3.10029 s]
/proc/loadavg: 2.08 2.04 2.01 3/456 1586
/proc/meminfo: memFree=13298508/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=83488 CPUtime=3.09 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 17652 0 0 0 306 3 0 0 25 0 1 0 751068967 85491712 14669 33554432000 4194304 4291949 140733819988608 18446744073709551615 4226090 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 20872 14669 232 24 0 17506 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83488

[startup+6.30071 s]
/proc/loadavg: 2.15 2.05 2.01 3/456 1586
/proc/meminfo: memFree=13293188/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=85932 CPUtime=6.29 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 19273 0 0 0 626 3 0 0 25 0 1 0 751068967 87994368 15264 33554432000 4194304 4291949 140733819988608 18446744073709551615 4230316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 21483 15264 232 24 0 18117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85932

[startup+12.7005 s]
/proc/loadavg: 2.14 2.05 2.01 3/456 1586
/proc/meminfo: memFree=13292716/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=80684 CPUtime=12.69 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 25487 0 0 0 1265 4 0 0 25 0 1 0 751068967 82620416 14592 33554432000 4194304 4291949 140733819988608 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 20171 14592 253 24 0 16805 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80684

[startup+25.5012 s]
/proc/loadavg: 2.12 2.05 2.01 3/456 1586
/proc/meminfo: memFree=13444116/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=103400 CPUtime=25.49 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 29804 0 0 0 2544 5 0 0 25 0 1 0 751068967 105881600 18714 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 25850 18714 253 24 0 22484 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103400

[startup+51.1004 s]
/proc/loadavg: 2.07 2.04 2.01 3/456 1587
/proc/meminfo: memFree=13402520/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=112392 CPUtime=51.09 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 35194 0 0 0 5102 7 0 0 25 0 1 0 751068967 115089408 23911 33554432000 4194304 4291949 140733819988608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 28098 23911 253 24 0 24732 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112392

[startup+102.317 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 1588
/proc/meminfo: memFree=13336264/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=153116 CPUtime=102.31 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 41421 0 0 0 10222 9 0 0 25 0 1 0 751068967 156790784 29914 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 38279 29914 253 24 0 34913 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 153116

[startup+162.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/456 1590
/proc/meminfo: memFree=13189888/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=185864 CPUtime=162.3 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 74621 0 0 0 16215 15 0 0 25 0 1 0 751068967 190324736 40020 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 46466 40020 253 24 0 43100 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 185864

[startup+222.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/456 1591
/proc/meminfo: memFree=13323652/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=216684 CPUtime=222.3 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 81720 0 0 0 22213 17 0 0 25 0 1 0 751068967 221884416 46807 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 54171 46807 253 24 0 50805 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 216684

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/456 1593
/proc/meminfo: memFree=13262496/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=266772 CPUtime=282.3 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 86118 0 0 0 28212 18 0 0 25 0 1 0 751068967 273174528 50989 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 66693 50989 253 24 0 63327 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 266772

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 1595
/proc/meminfo: memFree=13209520/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=266772 CPUtime=342.3 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 89298 0 0 0 34211 19 0 0 25 0 1 0 751068967 273174528 54017 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 66693 54017 253 24 0 63327 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 266772

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1596
/proc/meminfo: memFree=13243352/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=271132 CPUtime=402.31 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 97830 0 0 0 40208 23 0 0 25 0 1 0 751068967 277639168 62359 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 67783 62359 253 24 0 64417 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 271132

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1598
/proc/meminfo: memFree=13164080/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=270828 CPUtime=462.3 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 127565 0 0 0 46202 28 0 0 25 0 1 0 751068967 277327872 58279 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 67707 58279 253 24 0 64341 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 270828

[startup+522.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/456 1599
/proc/meminfo: memFree=13068708/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=320916 CPUtime=522.31 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 136769 0 0 0 52200 31 0 0 25 0 1 0 751068967 328617984 67088 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 80229 67088 253 24 0 76863 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 320916

[startup+582.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/456 1601
/proc/meminfo: memFree=13064592/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=304768 CPUtime=582.31 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 161540 0 0 0 58195 36 0 0 25 0 1 0 751068967 312082432 61215 33554432000 4194304 4291949 140733819988608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 76192 61215 253 24 0 72826 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 304768

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.05 2.00 3/456 1706
/proc/meminfo: memFree=11774280/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=651804 CPUtime=4062.44 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 584467 0 0 0 406083 161 0 0 25 0 1 0 751068967 667447296 141151 33554432000 4194304 4291949 140733819988608 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 162951 141151 253 24 0 159585 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 651804

[startup+4122.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/456 1707
/proc/meminfo: memFree=12874272/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=651804 CPUtime=4122.42 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 587083 0 0 0 412081 161 0 0 25 0 1 0 751068967 667447296 143672 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 162951 143672 253 24 0 159585 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 651804

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/456 1709
/proc/meminfo: memFree=12877096/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=604824 CPUtime=4182.42 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 620568 0 0 0 418076 166 0 0 25 0 1 0 751068967 619339776 132272 33554432000 4194304 4291949 140733819988608 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 151206 132272 253 24 0 147840 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 604824

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 1711
/proc/meminfo: memFree=12788408/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=686212 CPUtime=4242.43 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 631231 0 0 0 424073 170 0 0 25 0 1 0 751068967 702681088 142534 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 171553 142534 253 24 0 168187 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 686212

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1712
/proc/meminfo: memFree=12671944/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=686212 CPUtime=4302.43 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 636209 0 0 0 430071 172 0 0 25 0 1 0 751068967 702681088 147317 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 171553 147317 253 24 0 168187 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 686212

[startup+4362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/456 1714
/proc/meminfo: memFree=12625048/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=686212 CPUtime=4362.43 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 639870 0 0 0 436070 173 0 0 25 0 1 0 751068967 702681088 150793 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 171553 150793 253 24 0 168187 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 686212

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 1715
/proc/meminfo: memFree=12563284/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=686212 CPUtime=4422.44 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 643658 0 0 0 442069 175 0 0 25 0 1 0 751068967 702681088 154424 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 171553 154424 253 24 0 168187 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 686212

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1717
/proc/meminfo: memFree=12531892/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=686212 CPUtime=4482.44 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 646476 0 0 0 448068 176 0 0 25 0 1 0 751068967 702681088 157110 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 171553 157110 253 24 0 168187 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 686212

[startup+4542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/456 1719
/proc/meminfo: memFree=12484496/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=686212 CPUtime=4542.44 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 650081 0 0 0 454067 177 0 0 25 0 1 0 751068967 702681088 160591 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 171553 160591 253 24 0 168187 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 686212

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 1748
/proc/meminfo: memFree=12977340/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=588600 CPUtime=4602.44 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 673876 0 0 0 460063 181 0 0 25 0 1 0 751068967 602726400 130833 33554432000 4194304 4291949 140733819988608 18446744073709551615 220819693940 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 147150 130833 253 24 0 143784 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 588600

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 1750
/proc/meminfo: memFree=12916672/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=638688 CPUtime=4662.44 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 681970 0 0 0 466060 184 0 0 25 0 1 0 751068967 654016512 138557 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 159672 138557 253 24 0 156306 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 638688

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1751
/proc/meminfo: memFree=12885388/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=638688 CPUtime=4722.46 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 686292 0 0 0 472060 186 0 0 25 0 1 0 751068967 654016512 142683 33554432000 4194304 4291949 140733819988608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 159672 142683 253 24 0 156306 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 638688

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1762
/proc/meminfo: memFree=12921064/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=638688 CPUtime=4782.45 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 689739 0 0 0 478058 187 0 0 25 0 1 0 751068967 654016512 145970 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 159672 145970 253 24 0 156306 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 638688

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1764
/proc/meminfo: memFree=12845532/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=720076 CPUtime=4842.45 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 694646 0 0 0 484056 189 0 0 25 0 1 0 751068967 737357824 150723 33554432000 4194304 4291949 140733819988608 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 180019 150723 253 24 0 176653 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 720076

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1765
/proc/meminfo: memFree=12845492/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=720076 CPUtime=4902.45 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 696871 0 0 0 490055 190 0 0 25 0 1 0 751068967 737357824 152847 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 180019 152847 253 24 0 176653 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 720076

[startup+4962.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/456 1767
/proc/meminfo: memFree=12844340/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=720076 CPUtime=4962.45 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 699397 0 0 0 496054 191 0 0 25 0 1 0 751068967 737357824 155280 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 180019 155280 253 24 0 176653 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 720076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.13 2.04 2.01 3/456 1768
/proc/meminfo: memFree=12820264/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=720076 CPUtime=5000.05 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 700568 0 0 0 499814 191 0 0 25 0 1 0 751068967 737357824 156399 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 180019 156399 253 24 0 176653 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 720076

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.13 2.04 2.01 3/456 1768
/proc/meminfo: memFree=12820264/32951124 swapFree=63485464/67111528
[pid=1585] ppid=1583 vsize=720076 CPUtime=5000.05 cores=0,2,4,6
/proc/1585/stat : 1585 (RestartSAT) R 1583 1585 1114 0 -1 4202496 700568 0 0 0 499814 191 0 0 25 0 1 0 751068967 737357824 156399 33554432000 4194304 4291949 140733819988608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1585/statm: 180019 156399 253 24 0 176653 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 720076

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4998.16
CPU system time (s): 1.9407
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 720076

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

runsolver used 23.5724 second user time and 49.3205 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-28 14:42:11
IDJOB=3420159
IDBENCH=84806
IDSOLVER=1911
FILE ID=node147/3420159-1306586530
RUNJOBID= node147-1306579390-1132
PBS_JOBID= 13471533
Free space on /tmp= 73596 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420159-1306586530/watcher-3420159-1306586530 -o /tmp/evaluation-result-3420159-1306586530/solver-3420159-1306586530 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420159-1306586530.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1324522506

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      13357692 kB
Buffers:        366960 kB
Cached:        9376740 kB
SwapCached:      13096 kB
Active:       10248760 kB
Inactive:      9054108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13357692 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:           21144 kB
Writeback:          12 kB
AnonPages:     9554596 kB
Mapped:          27660 kB
Slab:           164880 kB
PageTables:      58972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121031928 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= 73596 MiB
End job on node147 at 2011-05-28 16:05:33