Trace number 3262752

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
SArTagnan 2011-03-24? (TO) 4800.17 1201.8

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.001
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

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-3262752-1304098865/watcher-3262752-1304098865 -o /tmp/evaluation-result-3262752-1304098865/solver-3262752-1304098865 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3262752-1304098865.cnf -threads=4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.45 7.97 7.98 2/174 5643
/proc/meminfo: memFree=27103204/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=21092 CPUtime=0 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 681 0 0 0 0 0 0 0 23 0 1 0 521485048 21598208 587 33554432000 4194304 4623224 140734189953536 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5643/statm: 5273 587 297 105 0 777 0

[startup+0.871639 s]
/proc/loadavg: 7.45 7.97 7.98 2/174 5643
/proc/meminfo: memFree=27103204/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=270024 CPUtime=3.38 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 18037 0 0 0 335 3 0 0 19 0 4 0 521485048 276504576 8997 33554432000 4194304 4623224 140734189953536 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 67506 8997 344 105 0 63010 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 270024

[startup+0.971624 s]
/proc/loadavg: 7.45 7.97 7.98 2/174 5643
/proc/meminfo: memFree=27103204/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=271116 CPUtime=3.77 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 18769 0 0 0 374 3 0 0 19 0 4 0 521485048 277622784 9283 33554432000 4194304 4623224 140734189953536 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 67779 9284 344 105 0 63283 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 271116

[startup+1.07161 s]
/proc/loadavg: 7.45 7.97 7.98 2/174 5643
/proc/meminfo: memFree=27103204/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=272200 CPUtime=4.18 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 20166 0 0 0 414 4 0 0 19 0 4 0 521485048 278732800 9411 33554432000 4194304 4623224 140734189953536 18446744073709551615 4288731 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 68050 9411 344 105 0 63554 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 272200

[startup+1.17159 s]
/proc/loadavg: 7.45 7.97 7.98 2/174 5643
/proc/meminfo: memFree=27103204/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=272200 CPUtime=4.58 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 21028 0 0 0 454 4 0 0 19 0 4 0 521485048 278732800 9530 33554432000 4194304 4623224 140734189953536 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 68050 9530 344 105 0 63554 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 272200

[startup+1.50054 s]
/proc/loadavg: 7.45 7.97 7.98 2/174 5643
/proc/meminfo: memFree=27103204/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=274348 CPUtime=5.9 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 24100 0 0 0 586 4 0 0 20 0 4 0 521485048 280932352 10056 33554432000 4194304 4623224 140734189953536 18446744073709551615 4360092 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 68587 10057 344 105 0 64091 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 274348

[startup+3.10027 s]
/proc/loadavg: 7.57 7.99 7.99 9/184 5656
/proc/meminfo: memFree=26996316/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=282680 CPUtime=12.28 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 32907 0 0 0 1221 7 0 0 25 0 4 0 521485048 289464320 14072 33554432000 4194304 4623224 140734189953536 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 70670 14072 344 105 0 66174 0
[pid=5643/tid=5645] ppid=5641 vsize=282680 CPUtime=3.05 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 4316 0 0 0 304 1 0 0 25 0 4 0 521485050 289464320 14072 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=282680 CPUtime=3.06 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 4076 0 0 0 305 1 0 0 25 0 4 0 521485050 289464320 14072 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=282680 CPUtime=3.07 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 15352 0 0 0 305 2 0 0 25 0 4 0 521485050 289464320 14072 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 282680

[startup+6.30673 s]
/proc/loadavg: 7.57 7.99 7.99 9/184 5656
/proc/meminfo: memFree=26954652/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=297616 CPUtime=25.09 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 53714 0 0 0 2497 12 0 0 25 0 4 0 521485048 304758784 22020 33554432000 4194304 4623224 140734189953536 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 74404 22020 344 105 0 69908 0
[pid=5643/tid=5645] ppid=5641 vsize=297616 CPUtime=6.23 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 8202 0 0 0 621 2 0 0 25 0 4 0 521485050 304758784 22020 33554432000 4194304 4623224 140734189953536 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=297616 CPUtime=6.26 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 7535 0 0 0 624 2 0 0 25 0 4 0 521485050 304758784 22020 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=297616 CPUtime=6.27 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 26660 0 0 0 624 3 0 0 25 0 4 0 521485050 304758784 22020 33554432000 4194304 4623224 140734189953536 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 297616

[startup+12.7007 s]
/proc/loadavg: 7.61 7.99 7.99 9/184 5656
/proc/meminfo: memFree=26890896/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=308720 CPUtime=50.64 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 84989 0 0 0 5041 23 0 0 25 0 4 0 521485048 316129280 36962 33554432000 4194304 4623224 140734189953536 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 77180 36962 344 105 0 72684 0
[pid=5643/tid=5645] ppid=5641 vsize=308720 CPUtime=12.59 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 16127 0 0 0 1253 6 0 0 25 0 4 0 521485050 316129280 36962 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=308720 CPUtime=12.66 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 13676 0 0 0 1260 6 0 0 25 0 4 0 521485050 316129280 36962 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376829 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=308720 CPUtime=12.67 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 40662 0 0 0 1261 6 0 0 25 0 4 0 521485050 316129280 36962 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 308720

[startup+25.5005 s]
/proc/loadavg: 7.69 7.99 7.99 9/184 5657
/proc/meminfo: memFree=26773988/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=392660 CPUtime=101.76 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 162958 0 0 0 10133 43 0 0 25 0 4 0 521485048 402083840 62261 33554432000 4194304 4623224 140734189953536 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 98165 62261 344 105 0 93669 0
[pid=5643/tid=5645] ppid=5641 vsize=392660 CPUtime=25.33 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 28037 0 0 0 2521 12 0 0 25 0 4 0 521485050 402083840 62261 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=392660 CPUtime=25.46 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 25595 0 0 0 2533 13 0 0 25 0 4 0 521485050 402083840 62261 33554432000 4194304 4623224 140734189953536 18446744073709551615 4466056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=392660 CPUtime=25.47 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 89358 0 0 0 2534 13 0 0 25 0 4 0 521485050 402083840 62261 33554432000 4194304 4623224 140734189953536 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 392660

[startup+51.1003 s]
/proc/loadavg: 7.80 7.99 7.99 9/184 5657
/proc/meminfo: memFree=26579904/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=607156 CPUtime=204.01 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 302040 0 0 0 20326 75 0 0 25 0 4 0 521485048 621727744 105136 33554432000 4194304 4623224 140734189953536 18446744073709551615 4512498 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 151789 105136 344 105 0 147293 0
[pid=5643/tid=5645] ppid=5641 vsize=607156 CPUtime=50.79 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 46018 0 0 0 5062 17 0 0 25 0 4 0 521485050 621727744 105136 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376487 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=607156 CPUtime=51.05 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 45965 0 0 0 5082 23 0 0 25 0 4 0 521485050 621727744 105136 33554432000 4194304 4623224 140734189953536 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=607156 CPUtime=51.06 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 182166 0 0 0 5079 27 0 0 25 0 4 0 521485050 621727744 105136 33554432000 4194304 4623224 140734189953536 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 607156

[startup+102.301 s]
/proc/loadavg: 7.95 8.00 7.99 9/184 5659
/proc/meminfo: memFree=26283880/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=874508 CPUtime=408.53 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 509007 0 0 0 40721 132 0 0 25 0 4 0 521485048 895496192 171546 33554432000 4194304 4623224 140734189953536 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 218627 171546 344 105 0 214131 0
[pid=5643/tid=5645] ppid=5641 vsize=874508 CPUtime=101.7 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 72821 0 0 0 10137 33 0 0 25 0 4 0 521485050 895496192 171546 33554432000 4194304 4623224 140734189953536 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=874508 CPUtime=102.26 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 74640 0 0 0 10185 41 0 0 25 0 4 0 521485050 895496192 171546 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=874508 CPUtime=102.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 320069 0 0 0 10179 47 0 0 25 0 4 0 521485050 895496192 171546 33554432000 4194304 4623224 140734189953536 18446744073709551615 4550473 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.53
Current children cumulated vsize (KiB) 874508

[startup+162.301 s]
/proc/loadavg: 8.02 8.01 8.00 9/184 5660
/proc/meminfo: memFree=25964560/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1153704 CPUtime=648.2 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 765445 0 0 0 64620 200 0 0 25 0 4 0 521485048 1181392896 237956 33554432000 4194304 4623224 140734189953536 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 288426 237956 344 105 0 283930 0
[pid=5643/tid=5645] ppid=5641 vsize=1153704 CPUtime=161.38 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 100574 0 0 0 16088 50 0 0 25 0 4 0 521485050 1181392896 237956 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1153704 CPUtime=162.26 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 106706 0 0 0 16166 60 0 0 25 0 4 0 521485050 1181392896 237956 33554432000 4194304 4623224 140734189953536 18446744073709551615 4463084 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1153704 CPUtime=162.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 500707 0 0 0 16149 77 0 0 25 0 4 0 521485050 1181392896 237956 33554432000 4194304 4623224 140734189953536 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 1153704

[startup+222.301 s]
/proc/loadavg: 8.04 8.02 8.00 9/184 5662
/proc/meminfo: memFree=25803064/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1281288 CPUtime=887.87 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 1075703 0 0 0 88531 256 0 0 25 0 4 0 521485048 1312038912 270992 33554432000 4194304 4623224 140734189953536 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 320322 270992 344 105 0 315826 0
[pid=5643/tid=5645] ppid=5641 vsize=1281288 CPUtime=221.05 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 110113 0 0 0 22050 55 0 0 25 0 4 0 521485050 1312038912 270992 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1281288 CPUtime=222.25 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 112261 0 0 0 22162 63 0 0 25 0 4 0 521485050 1312038912 270992 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1281288 CPUtime=222.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 774412 0 0 0 22106 120 0 0 25 0 4 0 521485050 1312038912 270992 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.87
Current children cumulated vsize (KiB) 1281288

[startup+282.301 s]
/proc/loadavg: 8.17 8.06 8.01 9/184 5663
/proc/meminfo: memFree=25735188/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1289236 CPUtime=1127.55 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 1268936 0 0 0 112460 295 0 0 25 0 4 0 521485048 1320177664 285342 33554432000 4194304 4623224 140734189953536 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 322309 285342 344 105 0 317813 0
[pid=5643/tid=5645] ppid=5641 vsize=1289236 CPUtime=280.72 cores=0,2,4,6

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

[pid=5643] ppid=5641 vsize=1584632 CPUtime=2805.22 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 2492067 0 0 0 279996 526 0 0 25 0 4 0 521485048 1622663168 361259 33554432000 4194304 4623224 140734189953536 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 396158 361259 344 105 0 391662 0
[pid=5643/tid=5645] ppid=5641 vsize=1584632 CPUtime=698.44 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 112294 0 0 0 69788 56 0 0 25 0 4 0 521485050 1622663168 361259 33554432000 4194304 4623224 140734189953536 18446744073709551615 4486256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1584632 CPUtime=702.27 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 123428 0 0 0 70161 66 0 0 25 0 4 0 521485050 1622663168 361259 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1584632 CPUtime=702.27 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 2118442 0 0 0 69854 373 0 0 25 0 4 0 521485050 1622663168 361259 33554432000 4194304 4623224 140734189953536 18446744073709551615 4549342 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.22
Current children cumulated vsize (KiB) 1584632

[startup+762.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/184 5676
/proc/meminfo: memFree=25133544/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1712620 CPUtime=3044.89 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 2830268 0 0 0 303898 591 0 0 25 0 4 0 521485048 1753722880 375034 33554432000 4194304 4623224 140734189953536 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 428155 375034 344 105 0 423659 0
[pid=5643/tid=5645] ppid=5641 vsize=1712620 CPUtime=758.11 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 112494 0 0 0 75755 56 0 0 25 0 4 0 521485050 1753722880 375034 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1712620 CPUtime=762.26 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 123575 0 0 0 76160 66 0 0 25 0 4 0 521485050 1753722880 375034 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1712620 CPUtime=762.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 2418797 0 0 0 75795 431 0 0 25 0 4 0 521485050 1753722880 375034 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.89
Current children cumulated vsize (KiB) 1712620

[startup+822.301 s]
/proc/loadavg: 8.04 8.03 8.00 9/184 5678
/proc/meminfo: memFree=25070996/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1805740 CPUtime=3284.56 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 3156790 0 0 0 327805 651 0 0 25 0 4 0 521485048 1849077760 388188 33554432000 4194304 4623224 140734189953536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 451435 388188 344 105 0 446939 0
[pid=5643/tid=5645] ppid=5641 vsize=1805740 CPUtime=817.78 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 112724 0 0 0 81722 56 0 0 25 0 4 0 521485050 1849077760 388188 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1805740 CPUtime=822.26 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127137 0 0 0 82160 66 0 0 25 0 4 0 521485050 1849077760 388188 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1805740 CPUtime=822.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 2738625 0 0 0 81737 489 0 0 25 0 4 0 521485050 1849077760 388188 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 1805740

[startup+882.301 s]
/proc/loadavg: 8.12 8.05 8.01 9/184 5679
/proc/meminfo: memFree=25012788/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1824348 CPUtime=3524.22 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 3458258 0 0 0 351714 708 0 0 25 0 4 0 521485048 1868132352 398514 33554432000 4194304 4623224 140734189953536 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 456087 398514 344 105 0 451591 0
[pid=5643/tid=5645] ppid=5641 vsize=1824348 CPUtime=877.45 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 122611 0 0 0 87688 57 0 0 25 0 4 0 521485050 1868132352 398514 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1824348 CPUtime=882.27 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127401 0 0 0 88160 67 0 0 25 0 4 0 521485050 1868132352 398514 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1824348 CPUtime=882.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 3027947 0 0 0 87682 544 0 0 25 0 4 0 521485050 1868132352 398514 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.22
Current children cumulated vsize (KiB) 1824348

[startup+942.301 s]
/proc/loadavg: 8.15 8.07 8.01 9/184 5681
/proc/meminfo: memFree=24956080/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1843108 CPUtime=3763.91 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 3785578 0 0 0 375623 768 0 0 25 0 4 0 521485048 1887342592 409900 33554432000 4194304 4623224 140734189953536 18446744073709551615 4306456 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 460777 409900 344 105 0 456281 0
[pid=5643/tid=5645] ppid=5641 vsize=1843108 CPUtime=937.13 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 122823 0 0 0 93656 57 0 0 25 0 4 0 521485050 1887342592 409901 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1843108 CPUtime=942.27 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127626 0 0 0 94160 67 0 0 25 0 4 0 521485050 1887342592 409901 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1843108 CPUtime=942.27 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 3341198 0 0 0 93626 601 0 0 25 0 4 0 521485050 1887342592 409901 33554432000 4194304 4623224 140734189953536 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 1843108

[startup+1002.3 s]
/proc/loadavg: 8.16 8.09 8.02 9/184 5683
/proc/meminfo: memFree=24883232/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1908644 CPUtime=4003.56 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 4085311 0 0 0 399530 826 0 0 25 0 4 0 521485048 1954451456 424584 33554432000 4194304 4623224 140734189953536 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 477161 424584 344 105 0 472665 0
[pid=5643/tid=5645] ppid=5641 vsize=1908644 CPUtime=996.8 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 123179 0 0 0 99623 57 0 0 25 0 4 0 521485050 1954451456 424584 33554432000 4194304 4623224 140734189953536 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1908644 CPUtime=1002.26 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127811 0 0 0 100159 67 0 0 25 0 4 0 521485050 1954451456 424584 33554432000 4194304 4623224 140734189953536 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1908644 CPUtime=1002.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 3632973 0 0 0 99570 656 0 0 25 0 4 0 521485050 1954451456 424584 33554432000 4194304 4623224 140734189953536 18446744073709551615 4377923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 1908644

[startup+1062.31 s]
/proc/loadavg: 8.14 8.09 8.02 9/184 5684
/proc/meminfo: memFree=24815608/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=1935896 CPUtime=4243.25 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 4408176 0 0 0 423439 886 0 0 25 0 4 0 521485048 1982357504 436834 33554432000 4194304 4623224 140734189953536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 483974 436834 344 105 0 479478 0
[pid=5643/tid=5645] ppid=5641 vsize=1935896 CPUtime=1056.48 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 126798 0 0 0 105590 58 0 0 25 0 4 0 521485050 1982357504 436834 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=1935896 CPUtime=1062.27 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 128021 0 0 0 106160 67 0 0 25 0 4 0 521485050 1982357504 436834 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=1935896 CPUtime=1062.27 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 3948819 0 0 0 105512 715 0 0 25 0 4 0 521485050 1982357504 436834 33554432000 4194304 4623224 140734189953536 18446744073709551615 4550556 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 1935896

[startup+1122.3 s]
/proc/loadavg: 8.05 8.08 8.02 9/184 5686
/proc/meminfo: memFree=24777108/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=2001692 CPUtime=4482.9 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 4701958 0 0 0 447347 943 0 0 25 0 4 0 521485048 2049732608 445029 33554432000 4194304 4623224 140734189953536 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 500423 445029 344 105 0 495927 0
[pid=5643/tid=5645] ppid=5641 vsize=2001692 CPUtime=1116.15 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127035 0 0 0 111557 58 0 0 25 0 4 0 521485050 2049732608 445029 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=2001692 CPUtime=1122.27 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 128208 0 0 0 112159 68 0 0 25 0 4 0 521485050 2049732608 445029 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=2001692 CPUtime=1122.26 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 4241389 0 0 0 111455 771 0 0 25 0 4 0 521485050 2049732608 445029 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 2001692

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/184 5687
/proc/meminfo: memFree=24714216/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=2095444 CPUtime=4722.56 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 5057226 0 0 0 471247 1009 0 0 25 0 4 0 521485048 2145734656 458813 33554432000 4194304 4623224 140734189953536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 523861 458813 344 105 0 519365 0
[pid=5643/tid=5645] ppid=5641 vsize=2095444 CPUtime=1175.82 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127231 0 0 0 117524 58 0 0 25 0 4 0 521485050 2145734656 458813 33554432000 4194304 4623224 140734189953536 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=2095444 CPUtime=1182.27 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 128403 0 0 0 118159 68 0 0 25 0 4 0 521485050 2145734656 458813 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=2095444 CPUtime=1182.25 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 4542468 0 0 0 117398 827 0 0 25 0 4 0 521485050 2145734656 458813 33554432000 4194304 4623224 140734189953536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.56
Current children cumulated vsize (KiB) 2095444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.08 8.02 9/184 5697
/proc/meminfo: memFree=24696332/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=2095444 CPUtime=4800.05 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 5143778 0 0 0 478981 1024 0 0 25 0 4 0 521485048 2145734656 461977 33554432000 4194304 4623224 140734189953536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 523861 461977 344 105 0 519365 0
[pid=5643/tid=5645] ppid=5641 vsize=2095444 CPUtime=1195.12 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127299 0 0 0 119454 58 0 0 25 0 4 0 521485050 2145734656 461978 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=2095444 CPUtime=1201.67 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 128496 0 0 0 120099 68 0 0 25 0 4 0 521485050 2145734656 461978 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=2095444 CPUtime=1201.66 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 4628084 0 0 0 119324 842 0 0 25 0 4 0 521485050 2145734656 461978 33554432000 4194304 4623224 140734189953536 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 2095444

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

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

[startup+1201.7 s]
/proc/loadavg: 8.08 8.08 8.02 9/184 5697
/proc/meminfo: memFree=24696332/32951124 swapFree=67088964/67111528
[pid=5643] ppid=5641 vsize=2095444 CPUtime=4800.05 cores=0,2,4,6
/proc/5643/stat : 5643 (SArTagnan) R 5641 5643 4862 0 -1 4202496 5143778 0 0 0 478981 1024 0 0 25 0 4 0 521485048 2145734656 461977 33554432000 4194304 4623224 140734189953536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5643/statm: 523861 461977 344 105 0 519365 0
[pid=5643/tid=5645] ppid=5641 vsize=2095444 CPUtime=1195.12 cores=0,2,4,6
/proc/5643/task/5645/stat : 5645 (SArTagnan) R 5641 5643 4862 0 -1 4202560 127299 0 0 0 119454 58 0 0 25 0 4 0 521485050 2145734656 461978 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5643/tid=5646] ppid=5641 vsize=2095444 CPUtime=1201.67 cores=0,2,4,6
/proc/5643/task/5646/stat : 5646 (SArTagnan) R 5641 5643 4862 0 -1 4202560 128496 0 0 0 120099 68 0 0 25 0 4 0 521485050 2145734656 461978 33554432000 4194304 4623224 140734189953536 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5643/tid=5647] ppid=5641 vsize=2095444 CPUtime=1201.66 cores=0,2,4,6
/proc/5643/task/5647/stat : 5647 (SArTagnan) R 5641 5643 4862 0 -1 4202560 4628084 0 0 0 119324 842 0 0 25 0 4 0 521485050 2145734656 461978 33554432000 4194304 4623224 140734189953536 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 2095444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.8
CPU time (s): 4800.17
CPU user time (s): 4789.84
CPU system time (s): 10.3374
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 2282768

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

runsolver used 1.9447 second user time and 4.6133 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 19:41:05
IDJOB=3262752
IDBENCH=83797
IDSOLVER=1656
FILE ID=node130/3262752-1304098865
RUNJOBID= node130-1304098865-5629
PBS_JOBID= 13170579
Free space on /tmp= 71992 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262752-1304098865/watcher-3262752-1304098865 -o /tmp/evaluation-result-3262752-1304098865/solver-3262752-1304098865 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3262752-1304098865.cnf -threads=4

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=1215137898

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27103732 kB
Buffers:       1177620 kB
Cached:        4149236 kB
SwapCached:      22432 kB
Active:         499180 kB
Inactive:      4916576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27103732 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:            1688 kB
Writeback:           0 kB
AnonPages:       66652 kB
Mapped:          14620 kB
Slab:           369348 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192860 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= 71992 MiB
End job on node130 at 2011-04-29 20:01:09