Trace number 3349195

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
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.08 1300.05

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_r_uc_sat.cnf
MD5SUMa5cb42fe5f9238d9fb581eb8ad81e23f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.2323
Satisfiable
(Un)Satisfiability was proved
Number of variables467551
Number of clauses4467733
Sum of the clauses size15691163
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2635833
Number of clauses of size 3908103
Number of clauses of size 42923797
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: 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-3349195-1304979664/watcher-3349195-1304979664 -o /tmp/evaluation-result-3349195-1304979664/solver-3349195-1304979664 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349195-1304979664.cnf -verb=0 

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: 1.30 2.56 3.30 4/369 4797
/proc/meminfo: memFree=10331620/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=21028 CPUtime=0 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 1040 0 0 0 0 0 0 0 22 0 1 0 590382730 21532672 984 33554432000 4194304 4293939 140737357630208 18446744073709551615 233510355370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 5301 994 218 25 0 1934 0

[startup+0.067694 s]
/proc/loadavg: 1.30 2.56 3.30 4/369 4797
/proc/meminfo: memFree=10331620/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=49156 CPUtime=0.05 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 7844 0 0 0 5 0 0 0 22 0 1 0 590382730 50335744 7595 33554432000 4194304 4293939 140737357630208 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 12289 7597 218 25 0 8922 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 49156

[startup+0.100701 s]
/proc/loadavg: 1.30 2.56 3.30 4/369 4797
/proc/meminfo: memFree=10331620/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=64000 CPUtime=0.09 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 11445 0 0 0 8 1 0 0 22 0 1 0 590382730 65536000 11061 33554432000 4194304 4293939 140737357630208 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 16000 11072 218 25 0 12633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64000

[startup+0.300665 s]
/proc/loadavg: 1.30 2.56 3.30 4/369 4797
/proc/meminfo: memFree=10331620/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=144780 CPUtime=0.28 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 29104 0 0 0 25 3 0 0 22 0 1 0 590382730 148254720 27639 33554432000 4194304 4293939 140737357630208 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 36195 27639 218 25 0 32828 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 144780

[startup+0.700581 s]
/proc/loadavg: 1.30 2.56 3.30 4/369 4797
/proc/meminfo: memFree=10331620/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=198604 CPUtime=0.69 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 44433 0 0 0 63 6 0 0 23 0 1 0 590382730 203370496 40562 33554432000 4194304 4293939 140737357630208 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 49651 40564 218 25 0 46284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 198604

[startup+1.50043 s]
/proc/loadavg: 1.30 2.56 3.30 5/370 4798
/proc/meminfo: memFree=10127896/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=319280 CPUtime=1.49 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 75385 0 0 0 136 13 0 0 25 0 1 0 590382730 326942720 66210 33554432000 4194304 4293939 140737357630208 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 79820 66211 218 25 0 76453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 319280

[startup+3.10115 s]
/proc/loadavg: 1.30 2.56 3.30 5/370 4798
/proc/meminfo: memFree=9983188/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=448152 CPUtime=3.09 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 109190 0 0 0 289 20 0 0 25 0 1 0 590382730 458907648 94922 33554432000 4194304 4293939 140737357630208 18446744073709551615 4229933 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 112038 94922 223 25 0 108671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 448152

[startup+6.30059 s]
/proc/loadavg: 1.59 2.60 3.31 5/370 4798
/proc/meminfo: memFree=9947868/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=411976 CPUtime=6.29 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 133593 0 0 0 605 24 0 0 25 0 1 0 590382730 421863424 82523 33554432000 4194304 4293939 140737357630208 18446744073709551615 4251592 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 102994 82523 244 25 0 99627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 411976

[startup+12.7004 s]
/proc/loadavg: 1.79 2.62 3.31 5/370 4798
/proc/meminfo: memFree=9988536/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=411976 CPUtime=12.69 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 133883 0 0 0 1245 24 0 0 25 0 1 0 590382730 421863424 82806 33554432000 4194304 4293939 140737357630208 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 102994 82806 245 25 0 99627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 411976

[startup+25.5011 s]
/proc/loadavg: 2.28 2.69 3.33 5/370 4799
/proc/meminfo: memFree=9972164/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=411976 CPUtime=25.49 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 134543 0 0 0 2525 24 0 0 25 0 1 0 590382730 421863424 83454 33554432000 4194304 4293939 140737357630208 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 102994 83454 245 25 0 99627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 411976

[startup+51.1006 s]
/proc/loadavg: 2.86 2.79 3.34 5/370 4799
/proc/meminfo: memFree=9937356/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=411976 CPUtime=51.09 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 136204 0 0 0 5085 24 0 0 25 0 1 0 590382730 421863424 85061 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 102994 85061 245 25 0 99627 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 411976

[startup+102.313 s]
/proc/loadavg: 3.64 3.01 3.39 5/370 4801
/proc/meminfo: memFree=9865848/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=411976 CPUtime=102.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 139968 0 0 0 10204 26 0 0 25 0 1 0 590382730 421863424 88728 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 102994 88728 245 25 0 99627 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 411976

[startup+162.301 s]
/proc/loadavg: 3.93 3.20 3.43 5/370 4802
/proc/meminfo: memFree=9790160/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=411976 CPUtime=162.29 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 144310 0 0 0 16201 28 0 0 25 0 1 0 590382730 421863424 93005 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 102994 93005 245 25 0 99627 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 411976

[startup+222.301 s]
/proc/loadavg: 3.97 3.35 3.46 5/370 4804
/proc/meminfo: memFree=9726392/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=493364 CPUtime=222.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 148093 0 0 0 22200 30 0 0 25 0 1 0 590382730 505204736 96730 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 123341 96730 245 25 0 119974 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 493364

[startup+282.301 s]
/proc/loadavg: 4.07 3.48 3.50 5/370 4808
/proc/meminfo: memFree=9670984/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=493364 CPUtime=282.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 151600 0 0 0 28198 32 0 0 25 0 1 0 590382730 505204736 100171 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 123341 100171 245 25 0 119974 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 493364

[startup+342.3 s]
/proc/loadavg: 4.02 3.57 3.52 5/370 4837
/proc/meminfo: memFree=9774312/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=493364 CPUtime=342.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 155774 0 0 0 34197 33 0 0 25 0 1 0 590382730 505204736 104279 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 123341 104279 245 25 0 119974 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 493364

[startup+402.301 s]
/proc/loadavg: 4.01 3.65 3.55 5/370 4866
/proc/meminfo: memFree=9816204/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=493364 CPUtime=402.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 160071 0 0 0 40196 34 0 0 25 0 1 0 590382730 505204736 108507 33554432000 4194304 4293939 140737357630208 18446744073709551615 4262986 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 123341 108507 245 25 0 119974 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 493364

[startup+462.301 s]
/proc/loadavg: 4.00 3.71 3.58 5/370 4867
/proc/meminfo: memFree=9715936/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=493364 CPUtime=462.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 164079 0 0 0 46194 36 0 0 25 0 1 0 590382730 505204736 112437 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 123341 112437 245 25 0 119974 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 493364

[startup+522.301 s]
/proc/loadavg: 4.18 3.81 3.62 5/370 4869
/proc/meminfo: memFree=9690852/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=493364 CPUtime=522.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 167612 0 0 0 52193 37 0 0 25 0 1 0 590382730 505204736 115918 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 123341 115918 245 25 0 119974 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 493364

[startup+582.3 s]
/proc/loadavg: 4.06 3.84 3.64 5/370 4870
/proc/meminfo: memFree=9618756/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=625624 CPUtime=582.3 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 171539 0 0 0 58192 38 0 0 25 0 1 0 590382730 640638976 119792 33554432000 4194304 4293939 140737357630208 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 156406 119792 245 25 0 153039 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 625624

[startup+642.3 s]
/proc/loadavg: 4.02 3.86 3.66 5/370 4899
/proc/meminfo: memFree=9801820/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=627344 CPUtime=642.31 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 175612 0 0 0 64191 40 0 0 25 0 1 0 590382730 642400256 123803 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 156836 123803 245 25 0 153469 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 627344

[startup+702.301 s]
/proc/loadavg: 4.08 3.91 3.68 5/370 4901
/proc/meminfo: memFree=9799636/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=629864 CPUtime=702.31 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 180175 0 0 0 70189 42 0 0 25 0 1 0 590382730 644980736 128315 33554432000 4194304 4293939 140737357630208 18446744073709551615 4248917 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 157466 128315 245 25 0 154099 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 629864

[startup+762.314 s]
/proc/loadavg: 4.03 3.93 3.70 5/370 4902
/proc/meminfo: memFree=9763040/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=633036 CPUtime=762.32 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 184445 0 0 0 76189 43 0 0 25 0 1 0 590382730 648228864 132531 33554432000 4194304 4293939 140737357630208 18446744073709551615 4251351 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 158259 132531 245 25 0 154892 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 633036

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 3.72 5/370 4904
/proc/meminfo: memFree=9783848/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=639896 CPUtime=822.31 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 189168 0 0 0 82186 45 0 0 25 0 1 0 590382730 655253504 137202 33554432000 4194304 4293939 140737357630208 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 159974 137202 245 25 0 156607 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 639896

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.73 5/370 4905
/proc/meminfo: memFree=9695148/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=640292 CPUtime=882.31 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 193175 0 0 0 88185 46 0 0 25 0 1 0 590382730 655659008 141158 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 160073 141158 245 25 0 156706 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 640292

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.75 5/370 4907
/proc/meminfo: memFree=9643664/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=643212 CPUtime=942.31 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 197435 0 0 0 94182 49 0 0 25 0 1 0 590382730 658649088 145375 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 160803 145375 245 25 0 157436 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 643212

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.76 5/370 4910
/proc/meminfo: memFree=9658752/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=645724 CPUtime=1002.32 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 201684 0 0 0 100181 51 0 0 25 0 1 0 590382730 661221376 149574 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 161431 149574 245 25 0 158064 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 645724

[startup+1062.3 s]
/proc/loadavg: 4.06 3.98 3.77 5/370 4911
/proc/meminfo: memFree=9634912/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=648236 CPUtime=1062.32 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 205422 0 0 0 106180 52 0 0 25 0 1 0 590382730 663793664 153265 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 162059 153265 245 25 0 158692 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 648236

[startup+1122.3 s]
/proc/loadavg: 4.09 4.01 3.80 5/370 4913
/proc/meminfo: memFree=9585528/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=865016 CPUtime=1122.32 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 209294 0 0 0 112179 53 0 0 25 0 1 0 590382730 885776384 157087 33554432000 4194304 4293939 140737357630208 18446744073709551615 4263200 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 216254 157087 245 25 0 212887 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 865016

[startup+1182.3 s]
/proc/loadavg: 4.03 4.00 3.81 5/370 4914
/proc/meminfo: memFree=9676500/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=867400 CPUtime=1182.32 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 213088 0 0 0 118177 55 0 0 25 0 1 0 590382730 888217600 160833 33554432000 4194304 4293939 140737357630208 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 216850 160833 245 25 0 213483 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 867400

[startup+1242.3 s]
/proc/loadavg: 4.12 4.03 3.83 5/370 4916
/proc/meminfo: memFree=9607392/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=869008 CPUtime=1242.32 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 216855 0 0 0 124176 56 0 0 25 0 1 0 590382730 889864192 164542 33554432000 4194304 4293939 140737357630208 18446744073709551615 4251656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 217252 164542 245 25 0 213885 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 869008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.02 3.83 5/370 4918
/proc/meminfo: memFree=9426692/32951124 swapFree=67111348/67111528
[pid=4797] ppid=4795 vsize=871388 CPUtime=1300.03 cores=4,6
/proc/4797/stat : 4797 (ebminisat_relea) R 4795 4797 4205 0 -1 4202496 220599 0 0 0 129946 57 0 0 25 0 1 0 590382730 892301312 168243 33554432000 4194304 4293939 140737357630208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4797/statm: 217847 168243 245 25 0 214480 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 871388

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.47
CPU system time (s): 0.610907
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 871388

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

runsolver used 4.80927 second user time and 10.5814 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-10 00:21:09
IDJOB=3349195
IDBENCH=82495
IDSOLVER=1812
FILE ID=node145/3349195-1304979664
RUNJOBID= node145-1304979664-4756
PBS_JOBID= 13285668
Free space on /tmp= 43160 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/manthey/traffic/traffic_r_uc_sat.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349195-1304979664/watcher-3349195-1304979664 -o /tmp/evaluation-result-3349195-1304979664/solver-3349195-1304979664 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349195-1304979664.cnf  -verb=0

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

MD5SUM BENCH= a5cb42fe5f9238d9fb581eb8ad81e23f
RANDOM SEED=1208813302

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10331776 kB
Buffers:        221240 kB
Cached:       16129340 kB
SwapCached:          0 kB
Active:        7175780 kB
Inactive:     14853144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10331776 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          190924 kB
Writeback:           0 kB
AnonPages:     5677940 kB
Mapped:          27984 kB
Slab:           491032 kB
PageTables:      35004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79632580 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= 43216 MiB
End job on node145 at 2011-05-10 00:42:51