Trace number 3386222

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-05-15 (fixed)? (TO) 3818.88 1300.09

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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: 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-3386222-1305577288/watcher-3386222-1305577288 -o /tmp/evaluation-result-3386222-1305577288/solver-3386222-1305577288 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386222-1305577288.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: 2.07 2.02 2.04 8/348 5809
/proc/meminfo: memFree=16833468/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=23216 CPUtime=0 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1529 0 0 0 0 0 0 0 25 0 1 0 669327025 23773184 1469 33554432000 4194304 4625164 140733897455648 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5809/statm: 5804 1478 291 106 0 1307 0

[startup+0.0581889 s]
/proc/loadavg: 2.07 2.02 2.04 8/348 5809
/proc/meminfo: memFree=16833468/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=54304 CPUtime=0.04 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 6846 0 0 0 4 0 0 0 25 0 1 0 669327025 55607296 5270 33554432000 4194304 4625164 140733897455648 18446744073709551615 246516495045 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5809/statm: 13576 5271 296 106 0 9079 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54304

[startup+0.100181 s]
/proc/loadavg: 2.07 2.02 2.04 8/348 5809
/proc/meminfo: memFree=16833468/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=59204 CPUtime=0.09 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 9697 0 0 0 8 1 0 0 25 0 1 0 669327025 60624896 6502 33554432000 4194304 4625164 140733897455648 18446744073709551615 246516834048 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5809/statm: 14801 6502 296 106 0 10304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59204

[startup+0.300145 s]
/proc/loadavg: 2.07 2.02 2.04 8/348 5809
/proc/meminfo: memFree=16833468/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=145760 CPUtime=0.29 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 34603 0 0 0 25 4 0 0 25 0 1 0 669327025 149258240 25822 33554432000 4194304 4625164 140733897455648 18446744073709551615 4277645 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5809/statm: 36440 25842 301 106 0 31943 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 145760

[startup+0.701042 s]
/proc/loadavg: 2.07 2.02 2.04 8/348 5809
/proc/meminfo: memFree=16833468/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=328120 CPUtime=1.07 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 43623 0 0 0 102 5 0 0 25 0 4 0 669327025 335994880 34842 33554432000 4194304 4625164 140733897455648 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5809/statm: 82030 34842 330 106 0 77533 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 328120

[startup+1.5009 s]
/proc/loadavg: 2.07 2.02 2.04 11/352 5813
/proc/meminfo: memFree=16655008/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=351828 CPUtime=2.67 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 48595 0 0 0 261 6 0 0 25 0 4 0 669327025 360271872 38570 33554432000 4194304 4625164 140733897455648 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5809/statm: 87957 38570 335 106 0 83460 0
[pid=5809/tid=5811] ppid=5807 vsize=351828 CPUtime=0.64 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 2556 0 0 0 64 0 0 0 25 0 4 0 669327056 360271872 38570 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=351828 CPUtime=0.42 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 3165 0 0 0 42 0 0 0 25 0 4 0 669327056 360271872 38570 33554432000 4194304 4625164 140733897455648 18446744073709551615 4352393 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=351828 CPUtime=0.6 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 2707 0 0 0 60 0 0 0 25 0 4 0 669327056 360271872 38570 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 351828

[startup+3.10061 s]
/proc/loadavg: 2.71 2.15 2.08 11/352 5813
/proc/meminfo: memFree=16639756/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=358064 CPUtime=5.85 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 50275 0 0 0 579 6 0 0 25 0 4 0 669327025 366657536 40076 33554432000 4194304 4625164 140733897455648 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5809/statm: 89516 40076 335 106 0 85019 0
[pid=5809/tid=5811] ppid=5807 vsize=358064 CPUtime=1.42 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 3346 0 0 0 142 0 0 0 25 0 4 0 669327056 366657536 40076 33554432000 4194304 4625164 140733897455648 18446744073709551615 4486939 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=358064 CPUtime=1.22 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 3378 0 0 0 122 0 0 0 25 0 4 0 669327056 366657536 40076 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=358064 CPUtime=1.4 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 3374 0 0 0 140 0 0 0 25 0 4 0 669327056 366657536 40076 33554432000 4194304 4625164 140733897455648 18446744073709551615 4550103 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 358064

[startup+6.30102 s]
/proc/loadavg: 2.71 2.15 2.08 11/352 5813
/proc/meminfo: memFree=16614188/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=371784 CPUtime=12.22 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 58371 0 0 0 1214 8 0 0 25 0 4 0 669327025 380706816 46972 33554432000 4194304 4625164 140733897455648 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5809/statm: 92946 46972 335 106 0 88449 0
[pid=5809/tid=5811] ppid=5807 vsize=371784 CPUtime=3.04 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 3972 0 0 0 304 0 0 0 25 0 4 0 669327056 380706816 46972 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=371784 CPUtime=2.76 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 5202 0 0 0 276 0 0 0 25 0 4 0 669327056 380706816 46972 33554432000 4194304 4625164 140733897455648 18446744073709551615 4467352 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=371784 CPUtime=3 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 8515 0 0 0 299 1 0 0 25 0 4 0 669327056 380706816 46972 33554432000 4194304 4625164 140733897455648 18446744073709551615 4556443 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 371784

[startup+12.7009 s]
/proc/loadavg: 3.91 2.42 2.17 12/352 5813
/proc/meminfo: memFree=16565364/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=386760 CPUtime=24.95 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 70815 0 0 0 2485 10 0 0 25 0 4 0 669327025 396042240 49432 33554432000 4194304 4625164 140733897455648 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5809/statm: 96690 49432 335 106 0 92193 0
[pid=5809/tid=5811] ppid=5807 vsize=386760 CPUtime=6.21 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 6165 0 0 0 621 0 0 0 25 0 4 0 669327056 396042240 49432 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=386760 CPUtime=5.91 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 7513 0 0 0 591 0 0 0 25 0 4 0 669327056 396042240 49432 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=386760 CPUtime=6.2 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 14275 0 0 0 618 2 0 0 25 0 4 0 669327056 396042240 49432 33554432000 4194304 4625164 140733897455648 18446744073709551615 4552287 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 386760

[startup+25.5005 s]
/proc/loadavg: 4.92 2.69 2.26 11/352 5813
/proc/meminfo: memFree=16507320/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=413352 CPUtime=50.4 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 102012 0 0 0 5025 15 0 0 25 0 4 0 669327025 423272448 57284 33554432000 4194304 4625164 140733897455648 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5809/statm: 103338 57284 335 106 0 98841 0
[pid=5809/tid=5811] ppid=5807 vsize=413352 CPUtime=12.53 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 10154 0 0 0 1252 1 0 0 25 0 4 0 669327056 423272448 57284 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=413352 CPUtime=12.25 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 18538 0 0 0 1223 2 0 0 25 0 4 0 669327056 423272448 57284 33554432000 4194304 4625164 140733897455648 18446744073709551615 4316696 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=413352 CPUtime=12.6 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 26725 0 0 0 1256 4 0 0 25 0 4 0 669327056 423272448 57284 33554432000 4194304 4625164 140733897455648 18446744073709551615 4555386 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 413352

[startup+51.1009 s]
/proc/loadavg: 6.80 3.31 2.48 11/352 5814
/proc/meminfo: memFree=16444004/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=413352 CPUtime=101.33 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 130966 0 0 0 10113 20 0 0 25 0 4 0 669327025 423272448 64088 33554432000 4194304 4625164 140733897455648 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5809/statm: 103338 64088 341 106 0 98841 0
[pid=5809/tid=5811] ppid=5807 vsize=413352 CPUtime=25.2 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 11817 0 0 0 2518 2 0 0 25 0 4 0 669327056 423272448 64088 33554432000 4194304 4625164 140733897455648 18446744073709551615 4295440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=413352 CPUtime=24.92 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 22139 0 0 0 2489 3 0 0 25 0 4 0 669327056 423272448 64088 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=413352 CPUtime=25.4 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 50075 0 0 0 2532 8 0 0 25 0 4 0 669327056 423272448 64088 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288889 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 413352

[startup+102.314 s]
/proc/loadavg: 8.78 4.45 2.91 11/352 5815
/proc/meminfo: memFree=16339384/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=430380 CPUtime=238.68 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 162576 0 0 0 23843 25 0 0 25 0 4 0 669327025 440709120 71865 33554432000 4194304 4625164 140733897455648 18446744073709551615 4509162 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 107595 71865 343 106 0 103098 0
[pid=5809/tid=5811] ppid=5807 vsize=430380 CPUtime=62.71 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 16473 0 0 0 6267 4 0 0 25 0 4 0 669327056 440709120 71865 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=430380 CPUtime=61.22 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 29754 0 0 0 6118 4 0 0 25 0 4 0 669327056 440709120 71865 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317344 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=430380 CPUtime=56.69 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 67655 0 0 0 5659 10 0 0 25 0 4 0 669327056 440709120 71865 33554432000 4194304 4625164 140733897455648 18446744073709551615 4328662 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 238.68
Current children cumulated vsize (KiB) 430380

[startup+162.301 s]
/proc/loadavg: 9.61 5.41 3.33 11/352 5817
/proc/meminfo: memFree=16242012/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=437400 CPUtime=417.99 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 193126 0 0 0 41769 30 0 0 25 0 4 0 669327025 447897600 81897 33554432000 4194304 4625164 140733897455648 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 109350 81897 343 106 0 104853 0
[pid=5809/tid=5811] ppid=5807 vsize=437400 CPUtime=92.7 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 18417 0 0 0 9265 5 0 0 25 0 4 0 669327056 447897600 81897 33554432000 4194304 4625164 140733897455648 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=437400 CPUtime=121.2 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 29900 0 0 0 12116 4 0 0 25 0 4 0 669327056 447897600 81897 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=437400 CPUtime=86.69 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 95448 0 0 0 8655 14 0 0 25 0 4 0 669327056 447897600 81897 33554432000 4194304 4625164 140733897455648 18446744073709551615 246516492661 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 417.99
Current children cumulated vsize (KiB) 437400

[startup+222.301 s]
/proc/loadavg: 10.08 6.36 3.80 11/352 5819
/proc/meminfo: memFree=16134848/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=525416 CPUtime=597.33 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 250966 0 0 0 59693 40 0 0 25 0 4 0 669327025 538025984 96955 33554432000 4194304 4625164 140733897455648 18446744073709551615 4519645 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 131354 96955 343 106 0 126857 0
[pid=5809/tid=5811] ppid=5807 vsize=525416 CPUtime=122.7 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 22542 0 0 0 12265 5 0 0 25 0 4 0 669327056 538025984 96955 33554432000 4194304 4625164 140733897455648 18446744073709551615 4352562 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=525416 CPUtime=181.19 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 35490 0 0 0 18113 6 0 0 25 0 4 0 669327056 538025984 96955 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=525416 CPUtime=116.68 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 141278 0 0 0 11648 20 0 0 25 0 4 0 669327056 538025984 96955 33554432000 4194304 4625164 140733897455648 18446744073709551615 4550103 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 597.33
Current children cumulated vsize (KiB) 525416

[startup+282.301 s]

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

[pid=5809] ppid=5807 vsize=1956060 CPUtime=2032.01 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1055812 0 0 0 203027 174 0 0 25 0 4 0 669327025 2003005440 397749 33554432000 4194304 4625164 140733897455648 18446744073709551615 4512747 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 489015 397749 348 106 0 484518 0
[pid=5809/tid=5811] ppid=5807 vsize=1956060 CPUtime=447.29 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 81277 0 0 0 44711 18 0 0 25 0 4 0 669327056 2003005440 397749 33554432000 4194304 4625164 140733897455648 18446744073709551615 4278669 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=1956060 CPUtime=510.63 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 186301 0 0 0 51024 39 0 0 25 0 4 0 669327056 2003005440 397749 33554432000 4194304 4625164 140733897455648 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=1956060 CPUtime=422.65 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 386976 0 0 0 42210 55 0 0 25 0 4 0 669327056 2003005440 397749 33554432000 4194304 4625164 140733897455648 18446744073709551615 4328628 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2032.01
Current children cumulated vsize (KiB) 1956060

[startup+762.313 s]
/proc/loadavg: 10.27 9.56 6.59 11/352 5833
/proc/meminfo: memFree=14646108/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=1956060 CPUtime=2211.38 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1292995 0 0 0 220930 208 0 0 25 0 4 0 669327025 2003005440 400917 33554432000 4194304 4625164 140733897455648 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 489015 400917 347 106 0 484518 0
[pid=5809/tid=5811] ppid=5807 vsize=1956060 CPUtime=479.77 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 83823 0 0 0 47959 18 0 0 25 0 4 0 669327056 2003005440 400917 33554432000 4194304 4625164 140733897455648 18446744073709551615 4486934 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=1956060 CPUtime=541.17 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 186301 0 0 0 54077 40 0 0 25 0 4 0 669327056 2003005440 400917 33554432000 4194304 4625164 140733897455648 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=1956060 CPUtime=479.66 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 621338 0 0 0 47878 88 0 0 25 0 4 0 669327056 2003005440 400917 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2211.38
Current children cumulated vsize (KiB) 1956060

[startup+822.3 s]
/proc/loadavg: 10.25 9.68 6.82 11/352 5835
/proc/meminfo: memFree=14612096/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=1956060 CPUtime=2390.68 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1328213 0 0 0 238855 213 0 0 25 0 4 0 669327025 2003005440 404783 33554432000 4194304 4625164 140733897455648 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 489015 404783 346 106 0 484518 0
[pid=5809/tid=5811] ppid=5807 vsize=1956060 CPUtime=536.59 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 84215 0 0 0 53641 18 0 0 25 0 4 0 669327056 2003005440 404783 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=1956060 CPUtime=570.93 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 190916 0 0 0 57053 40 0 0 25 0 4 0 669327056 2003005440 404783 33554432000 4194304 4625164 140733897455648 18446744073709551615 4352855 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=1956060 CPUtime=513.06 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 651318 0 0 0 51213 93 0 0 25 0 4 0 669327056 2003005440 404783 33554432000 4194304 4625164 140733897455648 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2390.68
Current children cumulated vsize (KiB) 1956060

[startup+882.3 s]
/proc/loadavg: 10.20 9.76 7.03 11/352 5836
/proc/meminfo: memFree=14580812/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=1956060 CPUtime=2570.02 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1330262 0 0 0 256788 214 0 0 25 0 4 0 669327025 2003005440 405579 33554432000 4194304 4625164 140733897455648 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 489015 405579 346 106 0 484518 0
[pid=5809/tid=5811] ppid=5807 vsize=1956060 CPUtime=596.59 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 84250 0 0 0 59641 18 0 0 25 0 4 0 669327056 2003005440 405579 33554432000 4194304 4625164 140733897455648 18446744073709551615 4467266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=1956060 CPUtime=600.82 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 191374 0 0 0 60042 40 0 0 25 0 4 0 669327056 2003005440 405579 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=1956060 CPUtime=543.16 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 652735 0 0 0 54223 93 0 0 25 0 4 0 669327056 2003005440 405579 33554432000 4194304 4625164 140733897455648 18446744073709551615 4579504 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2570.02
Current children cumulated vsize (KiB) 1956060

[startup+942.301 s]
/proc/loadavg: 10.32 9.88 7.22 11/352 5838
/proc/meminfo: memFree=14537396/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=1987124 CPUtime=2749.37 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1382087 0 0 0 274716 221 0 0 25 0 4 0 669327025 2034814976 411200 33554432000 4194304 4625164 140733897455648 18446744073709551615 4508704 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 496781 411200 348 106 0 492284 0
[pid=5809/tid=5811] ppid=5807 vsize=1987124 CPUtime=656.59 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 84332 0 0 0 65641 18 0 0 25 0 4 0 669327056 2034814976 411200 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=1987124 CPUtime=630.77 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 209324 0 0 0 63034 43 0 0 25 0 4 0 669327056 2034814976 411200 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=1987124 CPUtime=573.21 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 686256 0 0 0 57224 97 0 0 25 0 4 0 669327056 2034814976 411200 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2749.37
Current children cumulated vsize (KiB) 1987124

[startup+1002.3 s]
/proc/loadavg: 10.23 9.94 7.42 11/352 5839
/proc/meminfo: memFree=14492840/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=1987124 CPUtime=2928.7 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1459521 0 0 0 292639 231 0 0 25 0 4 0 669327025 2034814976 415851 33554432000 4194304 4625164 140733897455648 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 496781 415851 347 106 0 492284 0
[pid=5809/tid=5811] ppid=5807 vsize=1987124 CPUtime=716.6 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 84572 0 0 0 71642 18 0 0 25 0 4 0 669327056 2034814976 415851 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=1987124 CPUtime=660.81 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 211649 0 0 0 66038 43 0 0 25 0 4 0 669327056 2034814976 415851 33554432000 4194304 4625164 140733897455648 18446744073709551615 4463787 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=1987124 CPUtime=603.17 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 760482 0 0 0 60210 107 0 0 25 0 4 0 669327056 2034814976 415851 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2928.7
Current children cumulated vsize (KiB) 1987124

[startup+1062.3 s]
/proc/loadavg: 10.37 10.04 7.60 11/352 5841
/proc/meminfo: memFree=14477820/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=2006180 CPUtime=3108.04 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1500284 0 0 0 310567 237 0 0 25 0 4 0 669327025 2054328320 415124 33554432000 4194304 4625164 140733897455648 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 501545 415124 346 106 0 497048 0
[pid=5809/tid=5811] ppid=5807 vsize=2006180 CPUtime=776.6 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 84830 0 0 0 77642 18 0 0 25 0 4 0 669327056 2054328320 415124 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=2006180 CPUtime=690.58 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 211703 0 0 0 69015 43 0 0 25 0 4 0 669327056 2054328320 415124 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317197 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=2006180 CPUtime=633.4 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 790597 0 0 0 63229 111 0 0 25 0 4 0 669327056 2054328320 415124 33554432000 4194304 4625164 140733897455648 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3108.04
Current children cumulated vsize (KiB) 2006180

[startup+1122.3 s]
/proc/loadavg: 10.17 10.04 7.76 11/352 5843
/proc/meminfo: memFree=14421860/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=2068152 CPUtime=3287.38 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1556774 0 0 0 328493 245 0 0 25 0 4 0 669327025 2117787648 425324 33554432000 4194304 4625164 140733897455648 18446744073709551615 4511933 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 517038 425324 346 106 0 512541 0
[pid=5809/tid=5811] ppid=5807 vsize=2068152 CPUtime=807 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 95149 0 0 0 80681 19 0 0 25 0 4 0 669327056 2117787648 425324 33554432000 4194304 4625164 140733897455648 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=2068152 CPUtime=750.19 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 222222 0 0 0 74974 45 0 0 25 0 4 0 669327056 2117787648 425324 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=2068152 CPUtime=663.4 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 821232 0 0 0 66225 115 0 0 25 0 4 0 669327056 2117787648 425324 33554432000 4194304 4625164 140733897455648 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3287.38
Current children cumulated vsize (KiB) 2068152

[startup+1182.3 s]
/proc/loadavg: 10.22 10.08 7.90 12/352 5844
/proc/meminfo: memFree=14378940/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=2077512 CPUtime=3466.72 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1614167 0 0 0 346415 257 0 0 25 0 4 0 669327025 2127372288 431668 33554432000 4194304 4625164 140733897455648 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 519378 431668 346 106 0 514881 0
[pid=5809/tid=5811] ppid=5807 vsize=2077512 CPUtime=836.91 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 95546 0 0 0 83672 19 0 0 25 0 4 0 669327056 2127372288 431668 33554432000 4194304 4625164 140733897455648 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=2077512 CPUtime=810.18 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 273004 0 0 0 80962 56 0 0 25 0 4 0 669327056 2127372288 431668 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=2077512 CPUtime=693.5 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 824024 0 0 0 69234 116 0 0 25 0 4 0 669327056 2127372288 431668 33554432000 4194304 4625164 140733897455648 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3466.72
Current children cumulated vsize (KiB) 2077512

[startup+1242.3 s]
/proc/loadavg: 10.12 10.08 8.05 11/352 5846
/proc/meminfo: memFree=14315176/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=2096776 CPUtime=3646.06 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1623866 0 0 0 364347 259 0 0 25 0 4 0 669327025 2147098624 441120 33554432000 4194304 4625164 140733897455648 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 524194 441120 346 106 0 519697 0
[pid=5809/tid=5811] ppid=5807 vsize=2096776 CPUtime=866.92 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 96386 0 0 0 86672 20 0 0 25 0 4 0 669327056 2147098624 441120 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=2096776 CPUtime=870.18 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 273356 0 0 0 86962 56 0 0 25 0 4 0 669327056 2147098624 441120 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317312 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=2096776 CPUtime=723.5 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 829626 0 0 0 72233 117 0 0 25 0 4 0 669327056 2147098624 441120 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3646.06
Current children cumulated vsize (KiB) 2096776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.28 10.14 8.18 8/347 5848
/proc/meminfo: memFree=15035636/32951124 swapFree=54450792/67111528
[pid=5809] ppid=5807 vsize=2102144 CPUtime=3818.76 cores=0,2,4,6
/proc/5809/stat : 5809 (SArTagnan) R 5807 5809 5768 0 -1 4202496 1754453 0 0 0 381597 279 0 0 25 0 4 0 669327025 2152595456 450103 33554432000 4194304 4625164 140733897455648 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5809/statm: 525536 450103 346 106 0 521039 0
[pid=5809/tid=5811] ppid=5807 vsize=2102144 CPUtime=895.63 cores=0,2,4,6
/proc/5809/task/5811/stat : 5811 (SArTagnan) R 5807 5809 5768 0 -1 4202560 96697 0 0 0 89543 20 0 0 25 0 4 0 669327056 2152595456 450103 33554432000 4194304 4625164 140733897455648 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5809/tid=5812] ppid=5807 vsize=2102144 CPUtime=927.9 cores=0,2,4,6
/proc/5809/task/5812/stat : 5812 (SArTagnan) R 5807 5809 5768 0 -1 4202560 273379 0 0 0 92734 56 0 0 25 0 4 0 669327056 2152595456 450103 33554432000 4194304 4625164 140733897455648 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5809/tid=5813] ppid=5807 vsize=2102144 CPUtime=752.7 cores=0,2,4,6
/proc/5809/task/5813/stat : 5813 (SArTagnan) R 5807 5809 5768 0 -1 4202560 958625 0 0 0 75134 136 0 0 25 0 4 0 669327056 2152595456 450103 33554432000 4194304 4625164 140733897455648 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3818.76
Current children cumulated vsize (KiB) 2102144

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.09
CPU time (s): 3818.88
CPU user time (s): 3816.01
CPU system time (s): 2.86656
CPU usage (%): 293.739
Max. virtual memory (cumulated for all children) (KiB): 2167680

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

runsolver used 3.9774 second user time and 10.2694 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 22:21:28
IDJOB=3386222
IDBENCH=70808
IDSOLVER=1871
FILE ID=node134/3386222-1305577288
RUNJOBID= node134-1305577288-5786
PBS_JOBID= 13350221
Free space on /tmp= 73572 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386222-1305577288/watcher-3386222-1305577288 -o /tmp/evaluation-result-3386222-1305577288/solver-3386222-1305577288 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386222-1305577288.cnf -threads=4

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=804032426

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16833624 kB
Buffers:        164328 kB
Cached:         695756 kB
SwapCached:      16428 kB
Active:        4787000 kB
Inactive:     11089292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16833624 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:           11780 kB
Writeback:           0 kB
AnonPages:    15006984 kB
Mapped:          16496 kB
Slab:            98388 kB
PageTables:      77344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 72782708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73572 MiB
End job on node134 at 2011-05-16 22:43:10