Trace number 3249945

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
SApperloT2010 2011-03-04? (TO) 1300.08 1300.05

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1520_u.cnf
MD5SUMac02a3a5c06227748ecf75dd451ebb7e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63840
Number of clauses123900
Sum of the clauses size369320
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22380
Number of clauses of size 3121520
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 935)

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-3249945-1303513500/watcher-3249945-1303513500 -o /tmp/evaluation-result-3249945-1303513500/solver-3249945-1303513500 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3249945-1303513500.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.38 2.36 5/189 1512
/proc/meminfo: memFree=22040040/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=16716 CPUtime=0 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 1506 0 0 0 0 0 0 0 21 0 1 0 195541237 17117184 1445 33554432000 4194304 4395502 140733582529648 18446744073709551615 4275348 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 4179 1449 245 50 0 1319 0

[startup+0.062596 s]
/proc/loadavg: 0.92 1.38 2.36 5/189 1512
/proc/meminfo: memFree=22040040/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=27464 CPUtime=0.05 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 3974 0 0 0 5 0 0 0 21 0 1 0 195541237 28123136 3913 33554432000 4194304 4395502 140733582529648 18446744073709551615 268660323013 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 6866 3914 249 50 0 4006 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27464

[startup+0.100593 s]
/proc/loadavg: 0.92 1.38 2.36 5/189 1512
/proc/meminfo: memFree=22040040/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=42208 CPUtime=0.09 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 6251 0 0 0 9 0 0 0 21 0 1 0 195541237 43220992 5065 33554432000 4194304 4395502 140733582529648 18446744073709551615 268660323013 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 10552 5072 249 50 0 7692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42208

[startup+0.300553 s]
/proc/loadavg: 0.92 1.38 2.36 5/189 1512
/proc/meminfo: memFree=22040040/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=55348 CPUtime=0.29 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 11116 0 0 0 26 3 0 0 22 0 1 0 195541237 56676352 8938 33554432000 4194304 4395502 140733582529648 18446744073709551615 268660359376 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 13837 8938 255 50 0 10977 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55348

[startup+0.700485 s]
/proc/loadavg: 0.92 1.38 2.36 5/189 1512
/proc/meminfo: memFree=22040040/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=70132 CPUtime=0.69 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 15133 0 0 0 64 5 0 0 23 0 1 0 195541237 71815168 12955 33554432000 4194304 4395502 140733582529648 18446744073709551615 4297611 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 17533 12955 263 50 0 14673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70132

[startup+1.50037 s]
/proc/loadavg: 0.92 1.38 2.36 5/190 1513
/proc/meminfo: memFree=21976304/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=78636 CPUtime=1.49 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 17217 0 0 0 143 6 0 0 25 0 1 0 195541237 80523264 15039 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 19659 15039 266 50 0 16799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78636

[startup+3.1011 s]
/proc/loadavg: 0.92 1.38 2.36 5/190 1513
/proc/meminfo: memFree=21965392/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=87448 CPUtime=3.09 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 19371 0 0 0 303 6 0 0 25 0 1 0 195541237 89546752 17193 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 21862 17193 266 50 0 19002 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87448

[startup+6.3005 s]
/proc/loadavg: 1.17 1.43 2.37 5/190 1513
/proc/meminfo: memFree=21948528/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=96952 CPUtime=6.3 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 21792 0 0 0 623 7 0 0 25 0 1 0 195541237 99278848 19614 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299963 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 24238 19614 266 50 0 21378 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 96952

[startup+12.7004 s]
/proc/loadavg: 1.39 1.47 2.38 5/190 1513
/proc/meminfo: memFree=21926188/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=111964 CPUtime=12.69 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 25418 0 0 0 1262 7 0 0 25 0 1 0 195541237 114651136 23240 33554432000 4194304 4395502 140733582529648 18446744073709551615 4297595 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 27991 23240 266 50 0 25131 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111964

[startup+25.5012 s]
/proc/loadavg: 1.97 1.59 2.41 5/185 1559
/proc/meminfo: memFree=21908472/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=136684 CPUtime=25.49 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 31537 0 0 0 2540 9 0 0 25 0 1 0 195541237 139964416 29359 33554432000 4194304 4395502 140733582529648 18446744073709551615 268660323013 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 34171 29359 266 50 0 31311 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 136684

[startup+51.1007 s]
/proc/loadavg: 2.66 1.78 2.45 5/190 1568
/proc/meminfo: memFree=21842068/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=186496 CPUtime=51.09 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 43771 0 0 0 5097 12 0 0 25 0 1 0 195541237 190971904 41593 33554432000 4194304 4395502 140733582529648 18446744073709551615 4311316 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 46624 41593 266 50 0 43764 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 186496

[startup+102.307 s]
/proc/loadavg: 3.42 2.12 2.53 5/190 1678
/proc/meminfo: memFree=21793784/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=257884 CPUtime=102.29 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 60985 0 0 0 10214 15 0 0 25 0 1 0 195541237 264073216 58807 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 64471 58807 266 50 0 61611 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 257884

[startup+162.301 s]
/proc/loadavg: 3.78 2.46 2.61 5/190 1706
/proc/meminfo: memFree=21705472/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=343988 CPUtime=162.29 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 81420 0 0 0 16210 19 0 0 25 0 1 0 195541237 352243712 79242 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 85997 79242 266 50 0 83137 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 343988

[startup+222.301 s]
/proc/loadavg: 3.92 2.74 2.70 5/190 1762
/proc/meminfo: memFree=21624412/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=427392 CPUtime=222.3 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 101128 0 0 0 22207 23 0 0 25 0 1 0 195541237 437649408 98950 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 106848 98950 266 50 0 103988 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 427392

[startup+282.301 s]
/proc/loadavg: 3.97 2.97 2.78 5/190 1763
/proc/meminfo: memFree=21554704/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=496712 CPUtime=282.3 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 117699 0 0 0 28204 26 0 0 25 0 1 0 195541237 508633088 115521 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 124178 115521 266 50 0 121318 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 496712

[startup+342.3 s]
/proc/loadavg: 4.17 3.20 2.87 5/190 1765
/proc/meminfo: memFree=21498260/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=553908 CPUtime=342.29 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 131432 0 0 0 34200 29 0 0 25 0 1 0 195541237 567201792 129254 33554432000 4194304 4395502 140733582529648 18446744073709551615 4286550 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 138477 129254 266 50 0 135617 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 553908

[startup+402.301 s]
/proc/loadavg: 4.06 3.34 2.93 5/190 1820
/proc/meminfo: memFree=21457688/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=609724 CPUtime=402.3 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 144890 0 0 0 40198 32 0 0 25 0 1 0 195541237 624357376 142712 33554432000 4194304 4395502 140733582529648 18446744073709551615 4297922 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 152431 142712 266 50 0 149571 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 609724

[startup+462.3 s]
/proc/loadavg: 4.07 3.47 3.00 5/190 1822
/proc/meminfo: memFree=21385380/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=684704 CPUtime=462.3 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 162248 0 0 0 46194 36 0 0 25 0 1 0 195541237 701136896 160070 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 171176 160070 266 50 0 168316 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 684704

[startup+522.301 s]
/proc/loadavg: 4.02 3.57 3.06 5/190 1824
/proc/meminfo: memFree=21355840/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=717940 CPUtime=522.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 169293 0 0 0 52193 38 0 0 25 0 1 0 195541237 735170560 167115 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 179485 167115 266 50 0 176625 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 717940

[startup+582.301 s]
/proc/loadavg: 4.05 3.66 3.12 5/190 1825
/proc/meminfo: memFree=21309828/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=764772 CPUtime=582.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 180565 0 0 0 58191 40 0 0 25 0 1 0 195541237 783126528 178387 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 191193 178387 266 50 0 188333 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 764772

[startup+642.301 s]
/proc/loadavg: 4.02 3.72 3.18 5/190 1827
/proc/meminfo: memFree=21270380/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=806612 CPUtime=642.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 190087 0 0 0 64190 41 0 0 25 0 1 0 195541237 825970688 187909 33554432000 4194304 4395502 140733582529648 18446744073709551615 4297906 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 201653 187909 266 50 0 198793 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 806612

[startup+702.301 s]
/proc/loadavg: 4.00 3.77 3.22 5/190 1828
/proc/meminfo: memFree=21251404/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=826636 CPUtime=702.3 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 194692 0 0 0 70188 42 0 0 25 0 1 0 195541237 846475264 192514 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 206659 192514 266 50 0 203799 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 826636

[startup+762.306 s]
/proc/loadavg: 4.00 3.81 3.27 5/190 1830
/proc/meminfo: memFree=21215676/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=865536 CPUtime=762.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 203442 0 0 0 76187 44 0 0 25 0 1 0 195541237 886308864 201264 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 216384 201264 266 50 0 213524 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 865536

[startup+822.301 s]
/proc/loadavg: 4.00 3.84 3.31 5/190 1832
/proc/meminfo: memFree=21199544/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=883868 CPUtime=822.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 207449 0 0 0 82186 45 0 0 25 0 1 0 195541237 905080832 205271 33554432000 4194304 4395502 140733582529648 18446744073709551615 4350507 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 220967 205271 266 50 0 218107 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 883868

[startup+882.3 s]
/proc/loadavg: 4.00 3.86 3.35 5/190 1833
/proc/meminfo: memFree=21176212/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=910432 CPUtime=882.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 213173 0 0 0 88185 46 0 0 25 0 1 0 195541237 932282368 210995 33554432000 4194304 4395502 140733582529648 18446744073709551615 4347033 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 227608 210995 266 50 0 224748 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 910432

[startup+942.301 s]
/proc/loadavg: 3.85 3.85 3.38 4/184 1852
/proc/meminfo: memFree=21180200/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=927052 CPUtime=942.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 216806 0 0 0 94184 47 0 0 25 0 1 0 195541237 949301248 214628 33554432000 4194304 4395502 140733582529648 18446744073709551615 4347187 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 231763 214628 266 50 0 228903 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 927052

[startup+1002.3 s]
/proc/loadavg: 3.31 3.70 3.35 4/184 1853
/proc/meminfo: memFree=21144744/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=969844 CPUtime=1002.32 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 225816 0 0 0 100183 49 0 0 25 0 1 0 195541237 993120256 223638 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 242461 223638 266 50 0 239601 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 969844

[startup+1062.3 s]
/proc/loadavg: 3.15 3.58 3.33 4/184 1855
/proc/meminfo: memFree=21100952/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=1021172 CPUtime=1062.32 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 236590 0 0 0 106182 50 0 0 25 0 1 0 195541237 1045680128 234412 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 255293 234412 266 50 0 252433 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1021172

[startup+1122.3 s]
/proc/loadavg: 3.05 3.47 3.31 4/184 1857
/proc/meminfo: memFree=21086548/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=1038356 CPUtime=1122.31 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 240151 0 0 0 112181 50 0 0 25 0 1 0 195541237 1063276544 237973 33554432000 4194304 4395502 140733582529648 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 259589 237973 266 50 0 256729 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1038356

[startup+1182.3 s]
/proc/loadavg: 3.02 3.38 3.29 4/184 1858
/proc/meminfo: memFree=21083428/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=1042196 CPUtime=1182.32 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 240854 0 0 0 118181 51 0 0 25 0 1 0 195541237 1067208704 238676 33554432000 4194304 4395502 140733582529648 18446744073709551615 4286404 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 260549 238676 266 50 0 257689 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1042196

[startup+1242.3 s]
/proc/loadavg: 3.00 3.31 3.27 4/184 1860
/proc/meminfo: memFree=21079820/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=1046264 CPUtime=1242.32 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 241803 0 0 0 124181 51 0 0 25 0 1 0 195541237 1071374336 239625 33554432000 4194304 4395502 140733582529648 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 261566 239625 266 50 0 258706 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1046264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.25 3.25 4/184 1861
/proc/meminfo: memFree=21063820/32951124 swapFree=67111528/67111528
[pid=1512] ppid=1510 vsize=1064560 CPUtime=1300.03 cores=4,6
/proc/1512/stat : 1512 (SApperloT2010) R 1510 1512 32125 0 -1 4202496 245697 0 0 0 129951 52 0 0 25 0 1 0 195541237 1090109440 243519 33554432000 4194304 4395502 140733582529648 18446744073709551615 4292576 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1512/statm: 266140 243519 266 50 0 263280 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1064560

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.08
CPU user time (s): 1299.51
CPU system time (s): 0.569913
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1064560

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

runsolver used 2.37164 second user time and 4.72928 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 01:05:00
IDJOB=3249945
IDBENCH=83198
IDSOLVER=1655
FILE ID=node107/3249945-1303513500
RUNJOBID= node107-1303513499-1471
PBS_JOBID= 13134226
Free space on /tmp= 72144 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1520_u.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249945-1303513500/watcher-3249945-1303513500 -o /tmp/evaluation-result-3249945-1303513500/solver-3249945-1303513500 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3249945-1303513500.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ac02a3a5c06227748ecf75dd451ebb7e
RANDOM SEED=273420325

node107.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.829
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22040328 kB
Buffers:       1742288 kB
Cached:        8618844 kB
SwapCached:          0 kB
Active:        7002248 kB
Inactive:      3438312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22040328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3948 kB
Writeback:           8 kB
AnonPages:       78088 kB
Mapped:          15176 kB
Slab:           406828 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   263020 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= 72144 MiB
End job on node107 at 2011-04-23 01:26:42