Trace number 3419881

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications 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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3419881-1306580253/watcher-3419881-1306580253 -o /tmp/evaluation-result-3419881-1306580253/solver-3419881-1306580253 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419881-1306580253.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: 2.00 1.89 1.20 2/455 1202
/proc/meminfo: memFree=12767080/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=19808 CPUtime=0 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 751 0 0 0 0 0 0 0 21 0 1 0 750441213 20283392 694 33554432000 4194304 4291949 140736606955440 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 4952 694 227 24 0 1586 0

[startup+0.026933 s]
/proc/loadavg: 2.00 1.89 1.20 2/455 1202
/proc/meminfo: memFree=12767080/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=24900 CPUtime=0.02 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2111 0 0 0 2 0 0 0 21 0 1 0 750441213 25497600 2004 33554432000 4194304 4291949 140736606955440 18446744073709551615 4220555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 6225 2005 228 24 0 2859 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24900

[startup+0.100964 s]
/proc/loadavg: 2.00 1.89 1.20 2/455 1202
/proc/meminfo: memFree=12767080/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=39152 CPUtime=0.09 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 6852 0 0 0 9 0 0 0 21 0 1 0 750441213 40091648 6088 33554432000 4194304 4291949 140736606955440 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 9788 6090 228 24 0 6422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39152

[startup+0.300926 s]
/proc/loadavg: 2.00 1.89 1.20 2/455 1202
/proc/meminfo: memFree=12767080/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=53080 CPUtime=0.29 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 9721 0 0 0 28 1 0 0 22 0 1 0 750441213 54353920 8605 33554432000 4194304 4291949 140736606955440 18446744073709551615 4215491 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 13270 8605 234 24 0 9904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53080

[startup+0.700848 s]
/proc/loadavg: 2.00 1.89 1.20 2/455 1202
/proc/meminfo: memFree=12767080/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=45652 CPUtime=0.69 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 10749 0 0 0 68 1 0 0 23 0 1 0 750441213 46747648 7201 33554432000 4194304 4291949 140736606955440 18446744073709551615 4251143 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 11413 7201 253 24 0 8047 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45652

[startup+1.5007 s]
/proc/loadavg: 2.00 1.89 1.20 3/456 1203
/proc/meminfo: memFree=12737692/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=48372 CPUtime=1.49 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 11055 0 0 0 148 1 0 0 25 0 1 0 750441213 49532928 7507 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 12093 7507 253 24 0 8727 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48372

[startup+3.10041 s]
/proc/loadavg: 2.00 1.89 1.20 3/456 1203
/proc/meminfo: memFree=12734716/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=52792 CPUtime=3.09 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 11771 0 0 0 308 1 0 0 25 0 1 0 750441213 54059008 8223 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248515 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 13198 8223 253 24 0 9832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52792

[startup+6.30081 s]
/proc/loadavg: 2.00 1.89 1.20 3/456 1203
/proc/meminfo: memFree=12725796/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=59972 CPUtime=6.29 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 13571 0 0 0 628 1 0 0 25 0 1 0 750441213 61411328 10022 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248360 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 14993 10022 253 24 0 11627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59972

[startup+12.7006 s]
/proc/loadavg: 2.00 1.89 1.21 3/456 1203
/proc/meminfo: memFree=12710556/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=71648 CPUtime=12.69 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 16773 0 0 0 1267 2 0 0 25 0 1 0 750441213 73367552 13219 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 17912 13219 253 24 0 14546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71648

[startup+25.5003 s]
/proc/loadavg: 2.00 1.90 1.22 3/456 1204
/proc/meminfo: memFree=12671356/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=121436 CPUtime=25.49 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 23026 0 0 0 2547 2 0 0 25 0 1 0 750441213 124350464 19463 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 30359 19463 253 24 0 26993 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121436

[startup+51.1006 s]
/proc/loadavg: 2.00 1.91 1.24 3/456 1204
/proc/meminfo: memFree=12613012/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=172292 CPUtime=51.09 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 34239 0 0 0 5105 4 0 0 25 0 1 0 750441213 176427008 30664 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 43073 30664 253 24 0 39707 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172292

[startup+102.317 s]
/proc/loadavg: 2.17 1.97 1.29 3/456 1206
/proc/meminfo: memFree=12479692/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=257012 CPUtime=102.31 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 59576 0 0 0 10224 7 0 0 25 0 1 0 750441213 263180288 55980 33554432000 4194304 4291949 140736606955440 18446744073709551615 4255921 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 64253 55980 253 24 0 60887 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 257012

[startup+162.301 s]
/proc/loadavg: 2.12 1.99 1.34 3/456 1207
/proc/meminfo: memFree=12338432/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=393408 CPUtime=162.29 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 86924 0 0 0 16219 10 0 0 25 0 1 0 750441213 402849792 83294 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 98352 83294 253 24 0 94986 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 393408

[startup+222.301 s]
/proc/loadavg: 2.04 1.99 1.38 3/456 1218
/proc/meminfo: memFree=12184464/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=610200 CPUtime=222.3 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 114338 0 0 0 22217 13 0 0 25 0 1 0 750441213 624844800 110679 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 152550 110679 253 24 0 149184 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 610200

[startup+282.301 s]
/proc/loadavg: 2.01 1.99 1.41 3/456 1220
/proc/meminfo: memFree=12010348/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=613768 CPUtime=282.3 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 150377 0 0 0 28212 18 0 0 25 0 1 0 750441213 628498432 146695 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 153442 146695 253 24 0 150076 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 613768

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.45 3/456 1221
/proc/meminfo: memFree=11865248/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=965708 CPUtime=342.3 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 176654 0 0 0 34207 23 0 0 25 0 1 0 750441213 988884992 172945 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 241427 172945 253 24 0 238061 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 965708

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.48 3/456 1223
/proc/meminfo: memFree=11705756/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=968716 CPUtime=402.31 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 208937 0 0 0 40201 30 0 0 25 0 1 0 750441213 991965184 205189 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 242179 205189 253 24 0 238813 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 968716

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.51 3/456 1224
/proc/meminfo: memFree=11584956/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=971772 CPUtime=462.3 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 231590 0 0 0 46196 34 0 0 25 0 1 0 750441213 995094528 227818 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 242943 227818 253 24 0 239577 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 971772

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.54 3/456 1226
/proc/meminfo: memFree=11433300/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1540644 CPUtime=522.31 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 253789 0 0 0 52194 37 0 0 25 0 1 0 750441213 1577619456 249984 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 385161 249984 253 24 0 381795 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1540644

[startup+582.301 s]
/proc/loadavg: 2.12 2.02 1.57 3/456 1228
/proc/meminfo: memFree=11307920/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1542132 CPUtime=582.31 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 277371 0 0 0 58190 41 0 0 25 0 1 0 750441213 1579143168 273547 33554432000 4194304 4291949 140736606955440 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 385533 273547 253 24 0 382167 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1542132

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.03 2.05 2.00 3/456 1332
/proc/meminfo: memFree=8880060/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=2505836 CPUtime=4062.44 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 1910824 0 0 0 405927 317 0 0 25 0 1 0 750441213 2565976064 458527 33554432000 4194304 4291949 140736606955440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 626459 458527 253 24 0 623093 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 2505836

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/456 1334
/proc/meminfo: memFree=8758888/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=2506980 CPUtime=4122.42 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 1935378 0 0 0 411921 321 0 0 25 0 1 0 750441213 2567147520 483059 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 626745 483059 253 24 0 623379 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 2506980

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/456 1364
/proc/meminfo: memFree=11151064/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=2507840 CPUtime=4182.42 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 1952075 0 0 0 417916 326 0 0 25 0 1 0 750441213 2568028160 499729 33554432000 4194304 4291949 140736606955440 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 626960 499729 253 24 0 623594 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 2507840

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1365
/proc/meminfo: memFree=11016968/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=2508156 CPUtime=4242.43 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 1983185 0 0 0 423911 332 0 0 25 0 1 0 750441213 2568351744 530819 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 627039 530819 253 24 0 623673 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 2508156

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1367
/proc/meminfo: memFree=10882212/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=2508516 CPUtime=4302.43 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2015036 0 0 0 429906 337 0 0 25 0 1 0 750441213 2568720384 562653 33554432000 4194304 4291949 140736606955440 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 627129 562653 253 24 0 623763 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 2508516

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1368
/proc/meminfo: memFree=12909448/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=241260 CPUtime=4362.43 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2069872 0 0 0 435889 354 0 0 25 0 1 0 750441213 247050240 55510 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 60315 55510 253 24 0 56949 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 241260

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1370
/proc/meminfo: memFree=12750964/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=455140 CPUtime=4422.43 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2107377 0 0 0 441883 360 0 0 25 0 1 0 750441213 466063360 92986 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 113785 92986 253 24 0 110419 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 455140

[startup+4482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/456 1399
/proc/meminfo: memFree=13012020/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=670064 CPUtime=4482.44 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2141236 0 0 0 447878 366 0 0 25 0 1 0 750441213 686145536 126813 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 167516 126813 253 24 0 164150 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 670064

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/456 1400
/proc/meminfo: memFree=12854396/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=670228 CPUtime=4542.44 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2173010 0 0 0 453873 371 0 0 25 0 1 0 750441213 686313472 158568 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 167557 158568 253 24 0 164191 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 670228

[startup+4602.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/456 1402
/proc/meminfo: memFree=12748364/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1019940 CPUtime=4602.44 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2199242 0 0 0 459869 375 0 0 25 0 1 0 750441213 1044418560 184770 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 254985 184770 253 24 0 251619 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 1019940

[startup+4662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/456 1403
/proc/meminfo: memFree=12595336/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1020592 CPUtime=4662.44 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2229227 0 0 0 465863 381 0 0 25 0 1 0 750441213 1045086208 214734 33554432000 4194304 4291949 140736606955440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 255148 214734 253 24 0 251782 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 1020592

[startup+4722.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/456 1405
/proc/meminfo: memFree=12465728/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1021220 CPUtime=4722.46 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2256794 0 0 0 471861 385 0 0 25 0 1 0 750441213 1045729280 242264 33554432000 4194304 4291949 140736606955440 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 255305 242264 253 24 0 251939 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 1021220

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1407
/proc/meminfo: memFree=12393796/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1589260 CPUtime=4782.45 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2285996 0 0 0 477853 392 0 0 25 0 1 0 750441213 1627402240 271451 33554432000 4194304 4291949 140736606955440 18446744073709551615 220819696199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 397315 271451 253 24 0 393949 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 1589260

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1408
/proc/meminfo: memFree=12294072/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1590176 CPUtime=4842.44 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2304932 0 0 0 483849 395 0 0 25 0 1 0 750441213 1628340224 290364 33554432000 4194304 4291949 140736606955440 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 397544 290364 253 24 0 394178 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 1590176

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1410
/proc/meminfo: memFree=12187296/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1590800 CPUtime=4902.45 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2325389 0 0 0 489846 399 0 0 25 0 1 0 750441213 1628979200 310798 33554432000 4194304 4291949 140736606955440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 397700 310798 253 24 0 394334 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 1590800

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1411
/proc/meminfo: memFree=12154900/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1591444 CPUtime=4962.45 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2346788 0 0 0 495843 402 0 0 25 0 1 0 750441213 1629638656 332178 33554432000 4194304 4291949 140736606955440 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 397861 332178 253 24 0 394495 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 1591444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1412
/proc/meminfo: memFree=12000268/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1592172 CPUtime=5000.06 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2380985 0 0 0 499600 406 0 0 25 0 1 0 750441213 1630384128 366351 33554432000 4194304 4291949 140736606955440 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 398043 366351 253 24 0 394677 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1592172

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.00 2.00 3/456 1412
/proc/meminfo: memFree=12000268/32951124 swapFree=63485464/67111528
[pid=1202] ppid=1200 vsize=1592172 CPUtime=5000.06 cores=1,3,5,7
/proc/1202/stat : 1202 (RestartSAT) R 1200 1202 1114 0 -1 4202496 2380985 0 0 0 499600 406 0 0 25 0 1 0 750441213 1630384128 366351 33554432000 4194304 4291949 140736606955440 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1202/statm: 398043 366351 253 24 0 394677 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1592172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.97
CPU time (s): 5000.13
CPU user time (s): 4996.01
CPU system time (s): 4.11437
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4129108

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

runsolver used 20.8048 second user time and 51.9511 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-28 12:57:33
IDJOB=3419881
IDBENCH=82381
IDSOLVER=1911
FILE ID=node147/3419881-1306580253
RUNJOBID= node147-1306579390-1133
PBS_JOBID= 13471533
Free space on /tmp= 73592 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419881-1306580253/watcher-3419881-1306580253 -o /tmp/evaluation-result-3419881-1306580253/solver-3419881-1306580253 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419881-1306580253.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1438590085

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:      12767360 kB
Buffers:        365804 kB
Cached:        9373504 kB
SwapCached:      13096 kB
Active:       10844728 kB
Inactive:      9048216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12767360 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:            8536 kB
Writeback:           0 kB
AnonPages:    10148496 kB
Mapped:          27496 kB
Slab:           163104 kB
PageTables:      59724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121824584 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= 73604 MiB
End job on node147 at 2011-05-28 14:20:55