Trace number 3258044

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.39 1201.76

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g6.cnf
MD5SUM2094ee8d4e443e860293b947e469bd81
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3258044-1304052277/watcher-3258044-1304052277 -o /tmp/evaluation-result-3258044-1304052277/solver-3258044-1304052277 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3258044-1304052277.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: 5.42 5.02 5.53 5/180 13739
/proc/meminfo: memFree=14833656/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=20324 CPUtime=0 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 641 0 0 0 0 0 0 0 25 0 1 0 497643363 20811776 466 33554432000 4194304 4623224 140734061824240 18446744073709551615 264726448263 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13739/statm: 5081 467 297 105 0 585 0

[startup+0.13916 s]
/proc/loadavg: 5.42 5.02 5.53 5/180 13739
/proc/meminfo: memFree=14833656/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=255256 CPUtime=0.49 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 3887 0 0 0 49 0 0 0 25 0 4 0 497643363 261382144 3139 33554432000 4194304 4623224 140734061824240 18446744073709551615 4411354 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 63814 3139 344 105 0 59318 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 255256

[startup+0.200149 s]
/proc/loadavg: 5.42 5.02 5.53 5/180 13739
/proc/meminfo: memFree=14833656/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=255744 CPUtime=0.73 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 4611 0 0 0 73 0 0 0 25 0 4 0 497643363 261881856 3620 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 63936 3620 344 105 0 59440 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 255744

[startup+0.30013 s]
/proc/loadavg: 5.42 5.02 5.53 5/180 13739
/proc/meminfo: memFree=14833656/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=258948 CPUtime=1.13 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 5532 0 0 0 113 0 0 0 25 0 4 0 497643363 265162752 4210 33554432000 4194304 4623224 140734061824240 18446744073709551615 4511051 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 64737 4210 344 105 0 60241 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 258948

[startup+0.701055 s]
/proc/loadavg: 5.42 5.02 5.53 5/180 13739
/proc/meminfo: memFree=14833656/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=261260 CPUtime=2.73 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 7667 0 0 0 273 0 0 0 25 0 4 0 497643363 267530240 5449 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 65315 5449 344 105 0 60819 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 261260

[startup+1.50091 s]
/proc/loadavg: 5.42 5.02 5.53 9/184 13743
/proc/meminfo: memFree=14802384/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=266024 CPUtime=5.93 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 12373 0 0 0 592 1 0 0 25 0 4 0 497643363 272408576 7856 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 66506 7856 344 105 0 62010 0
[pid=13739/tid=13741] ppid=13737 vsize=266024 CPUtime=1.48 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 2291 0 0 0 148 0 0 0 25 0 4 0 497643364 272408576 7856 33554432000 4194304 4623224 140734061824240 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=266024 CPUtime=1.47 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 3070 0 0 0 147 0 0 0 25 0 4 0 497643364 272408576 7856 33554432000 4194304 4623224 140734061824240 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=266024 CPUtime=1.47 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 1569 0 0 0 147 0 0 0 25 0 4 0 497643364 272408576 7856 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 266024

[startup+3.1006 s]
/proc/loadavg: 5.42 5.02 5.53 9/184 13743
/proc/meminfo: memFree=14784900/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=277168 CPUtime=12.33 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 22879 0 0 0 1230 3 0 0 25 0 4 0 497643363 283820032 11638 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510635 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 69292 11638 344 105 0 64796 0
[pid=13739/tid=13741] ppid=13737 vsize=277168 CPUtime=3.07 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 4081 0 0 0 307 0 0 0 25 0 4 0 497643364 283820032 11638 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=277168 CPUtime=3.06 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 4860 0 0 0 306 0 0 0 25 0 4 0 497643364 283820032 11638 33554432000 4194304 4623224 140734061824240 18446744073709551615 264726072322 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=277168 CPUtime=3.07 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 6888 0 0 0 306 1 0 0 25 0 4 0 497643364 283820032 11638 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 277168

[startup+6.301 s]
/proc/loadavg: 5.63 5.06 5.54 9/184 13743
/proc/meminfo: memFree=14733808/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=282900 CPUtime=25.11 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 45200 0 0 0 2504 7 0 0 25 0 4 0 497643363 289689600 15904 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 70725 15904 344 105 0 66229 0
[pid=13739/tid=13741] ppid=13737 vsize=282900 CPUtime=6.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 5957 0 0 0 627 0 0 0 25 0 4 0 497643364 289689600 15904 33554432000 4194304 4623224 140734061824240 18446744073709551615 4461256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=282900 CPUtime=6.25 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 7673 0 0 0 624 1 0 0 25 0 4 0 497643364 289689600 15904 33554432000 4194304 4623224 140734061824240 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=282900 CPUtime=6.28 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 24326 0 0 0 624 4 0 0 25 0 4 0 497643364 289689600 15904 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376757 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 282900

[startup+12.7008 s]
/proc/loadavg: 5.90 5.13 5.56 9/184 13743
/proc/meminfo: memFree=14665704/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=289880 CPUtime=50.67 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 104348 0 0 0 5051 16 0 0 25 0 4 0 497643363 296837120 23636 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 72470 23636 347 105 0 67974 0
[pid=13739/tid=13741] ppid=13737 vsize=289880 CPUtime=12.67 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 10369 0 0 0 1265 2 0 0 25 0 4 0 497643364 296837120 23636 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=289880 CPUtime=12.61 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 11702 0 0 0 1259 2 0 0 25 0 4 0 497643364 296837120 23636 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=289880 CPUtime=12.68 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 74685 0 0 0 1258 10 0 0 25 0 4 0 497643364 296837120 23636 33554432000 4194304 4623224 140734061824240 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 289880

[startup+25.5004 s]
/proc/loadavg: 6.36 5.27 5.60 9/184 13743
/proc/meminfo: memFree=14557824/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=312944 CPUtime=101.8 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 238534 0 0 0 10143 37 0 0 25 0 4 0 497643363 320454656 35445 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510475 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 78236 35445 351 105 0 73740 0
[pid=13739/tid=13741] ppid=13737 vsize=312944 CPUtime=25.47 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 19196 0 0 0 2542 5 0 0 25 0 4 0 497643364 320454656 35445 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=312944 CPUtime=25.35 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 18619 0 0 0 2531 4 0 0 25 0 4 0 497643364 320454656 35445 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=312944 CPUtime=25.47 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 192234 0 0 0 2522 25 0 0 25 0 4 0 497643364 320454656 35445 33554432000 4194304 4623224 140734061824240 18446744073709551615 4545609 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 312944

[startup+51.1005 s]
/proc/loadavg: 6.92 5.49 5.66 9/184 13744
/proc/meminfo: memFree=14433540/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=342844 CPUtime=204.08 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 393654 0 0 0 20346 62 0 0 25 0 4 0 497643363 351072256 53060 33554432000 4194304 4623224 140734061824240 18446744073709551615 4509907 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 85711 53060 387 105 0 81215 0
[pid=13739/tid=13741] ppid=13737 vsize=342844 CPUtime=51.07 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 29185 0 0 0 5099 8 0 0 25 0 4 0 497643364 351072256 53060 33554432000 4194304 4623224 140734061824240 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=342844 CPUtime=50.82 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 28099 0 0 0 5076 6 0 0 25 0 4 0 497643364 351072256 53060 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=342844 CPUtime=51.07 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 322850 0 0 0 5063 44 0 0 25 0 4 0 497643364 351072256 53060 33554432000 4194304 4623224 140734061824240 18446744073709551615 4203744 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 342844

[startup+102.301 s]
/proc/loadavg: 7.63 5.90 5.79 9/184 13745
/proc/meminfo: memFree=14240688/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=433820 CPUtime=408.63 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 631342 0 0 0 40764 99 0 0 25 0 4 0 497643363 444231680 72515 33554432000 4194304 4623224 140734061824240 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 108455 72515 354 105 0 103959 0
[pid=13739/tid=13741] ppid=13737 vsize=433820 CPUtime=102.28 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 39896 0 0 0 10217 11 0 0 25 0 4 0 497643364 444231680 72515 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=433820 CPUtime=101.76 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 29468 0 0 0 10169 7 0 0 25 0 4 0 497643364 444231680 72515 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=433820 CPUtime=102.28 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 525894 0 0 0 10154 74 0 0 25 0 4 0 497643364 444231680 72515 33554432000 4194304 4623224 140734061824240 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 433820

[startup+162.301 s]
/proc/loadavg: 7.90 6.30 5.93 9/184 13747
/proc/meminfo: memFree=13996884/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=477076 CPUtime=648.29 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 883847 0 0 0 64694 135 0 0 25 0 4 0 497643363 488525824 88987 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 119269 88987 344 105 0 114773 0
[pid=13739/tid=13741] ppid=13737 vsize=477076 CPUtime=162.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 44721 0 0 0 16214 13 0 0 25 0 4 0 497643364 488525824 88987 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=477076 CPUtime=161.44 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 37849 0 0 0 16136 8 0 0 25 0 4 0 497643364 488525824 88987 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=477076 CPUtime=162.28 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 748317 0 0 0 16123 105 0 0 25 0 4 0 497643364 488525824 88987 33554432000 4194304 4623224 140734061824240 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 477076

[startup+222.306 s]
/proc/loadavg: 8.01 6.62 6.06 9/184 13749
/proc/meminfo: memFree=13769188/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=612120 CPUtime=888 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 1346680 0 0 0 88592 208 0 0 25 0 4 0 497643363 626810880 109388 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 153030 109388 390 105 0 148534 0
[pid=13739/tid=13741] ppid=13737 vsize=612120 CPUtime=222.28 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 62693 0 0 0 22208 20 0 0 25 0 4 0 497643364 626810880 109388 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=612120 CPUtime=221.13 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 39809 0 0 0 22104 9 0 0 25 0 4 0 497643364 626810880 109388 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=612120 CPUtime=222.28 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 1167857 0 0 0 22063 165 0 0 25 0 4 0 497643364 626810880 109388 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 888
Current children cumulated vsize (KiB) 612120

[startup+282.301 s]

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

[pid=13739] ppid=13737 vsize=1089544 CPUtime=2565.74 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 4082543 0 0 0 255935 639 0 0 25 0 4 0 497643363 1115693056 209932 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 272386 209932 352 105 0 267890 0
[pid=13739/tid=13741] ppid=13737 vsize=1089544 CPUtime=642.28 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 108913 0 0 0 64183 45 0 0 25 0 4 0 497643364 1115693056 209932 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1089544 CPUtime=638.89 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 63249 0 0 0 63866 23 0 0 25 0 4 0 497643364 1115693056 209932 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1089544 CPUtime=642.29 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 3690762 0 0 0 63695 534 0 0 25 0 4 0 497643364 1115693056 209932 33554432000 4194304 4623224 140734061824240 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.74
Current children cumulated vsize (KiB) 1089544

[startup+702.301 s]
/proc/loadavg: 8.08 7.79 6.86 9/184 13761
/proc/meminfo: memFree=12585164/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1138072 CPUtime=2805.41 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 4450633 0 0 0 279846 695 0 0 25 0 4 0 497643363 1165385728 220877 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 284518 220877 352 105 0 280022 0
[pid=13739/tid=13741] ppid=13737 vsize=1138072 CPUtime=702.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 138764 0 0 0 70177 50 0 0 25 0 4 0 497643364 1165385728 220877 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1138072 CPUtime=698.57 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 63668 0 0 0 69834 23 0 0 25 0 4 0 497643364 1165385728 220877 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1138072 CPUtime=702.3 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 4009052 0 0 0 69649 581 0 0 25 0 4 0 497643364 1165385728 220877 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 1138072

[startup+762.301 s]
/proc/loadavg: 8.08 7.84 6.94 9/184 13763
/proc/meminfo: memFree=12428396/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1258736 CPUtime=3045.12 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 4976308 0 0 0 303737 775 0 0 25 0 4 0 497643363 1288945664 236417 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 314684 236417 352 105 0 310188 0
[pid=13739/tid=13741] ppid=13737 vsize=1258736 CPUtime=762.28 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 140224 0 0 0 76177 51 0 0 25 0 4 0 497643364 1288945664 236417 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1258736 CPUtime=758.26 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 64397 0 0 0 75802 24 0 0 25 0 4 0 497643364 1288945664 236417 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1258736 CPUtime=762.3 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 4427847 0 0 0 75588 642 0 0 25 0 4 0 497643364 1288945664 236417 33554432000 4194304 4623224 140734061824240 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 1258736

[startup+822.301 s]
/proc/loadavg: 8.08 7.88 7.01 9/184 13765
/proc/meminfo: memFree=12338464/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1266128 CPUtime=3284.79 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 5538354 0 0 0 327624 855 0 0 25 0 4 0 497643363 1296515072 247302 33554432000 4194304 4623224 140734061824240 18446744073709551615 4414995 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 316532 247302 352 105 0 312036 0
[pid=13739/tid=13741] ppid=13737 vsize=1266128 CPUtime=822.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 143711 0 0 0 82175 52 0 0 25 0 4 0 497643364 1296515072 247302 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1266128 CPUtime=817.94 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 64610 0 0 0 81769 25 0 0 25 0 4 0 497643364 1296515072 247302 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1266128 CPUtime=822.3 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 4958832 0 0 0 81516 714 0 0 25 0 4 0 497643364 1296515072 247302 33554432000 4194304 4623224 140734061824240 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.79
Current children cumulated vsize (KiB) 1266128

[startup+882.307 s]
/proc/loadavg: 8.09 7.92 7.07 9/184 13766
/proc/meminfo: memFree=12217916/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1268924 CPUtime=3524.48 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 6102034 0 0 0 351509 939 0 0 25 0 4 0 497643363 1299378176 258699 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 317231 258700 350 105 0 312735 0
[pid=13739/tid=13741] ppid=13737 vsize=1268924 CPUtime=882.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 147229 0 0 0 88172 55 0 0 25 0 4 0 497643364 1299378176 258700 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1268924 CPUtime=877.62 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 65214 0 0 0 87737 25 0 0 25 0 4 0 497643364 1299378176 258701 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1268924 CPUtime=882.3 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 5500614 0 0 0 87439 791 0 0 25 0 4 0 497643364 1299378176 258701 33554432000 4194304 4623224 140734061824240 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.48
Current children cumulated vsize (KiB) 1268924

[startup+942.3 s]
/proc/loadavg: 8.14 7.96 7.14 9/184 13768
/proc/meminfo: memFree=12126384/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1337948 CPUtime=3764.14 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 6643160 0 0 0 375395 1019 0 0 25 0 4 0 497643363 1370058752 268776 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510006 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 334487 268776 345 105 0 329991 0
[pid=13739/tid=13741] ppid=13737 vsize=1337948 CPUtime=942.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 149731 0 0 0 94170 57 0 0 25 0 4 0 497643364 1370058752 268776 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1337948 CPUtime=937.29 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 66074 0 0 0 93704 25 0 0 25 0 4 0 497643364 1370058752 268776 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1337948 CPUtime=942.3 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 6031364 0 0 0 93363 867 0 0 25 0 4 0 497643364 1370058752 268776 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 1337948

[startup+1002.3 s]
/proc/loadavg: 8.15 8.00 7.20 9/184 13778
/proc/meminfo: memFree=11989660/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1482196 CPUtime=4003.8 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 7143044 0 0 0 399288 1092 0 0 25 0 4 0 497643363 1517768704 287297 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 370549 287297 344 105 0 366053 0
[pid=13739/tid=13741] ppid=13737 vsize=1482196 CPUtime=1002.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 157104 0 0 0 100168 59 0 0 25 0 4 0 497643364 1517768704 287297 33554432000 4194304 4623224 140734061824240 18446744073709551615 4366359 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1482196 CPUtime=996.98 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 67208 0 0 0 99671 27 0 0 25 0 4 0 497643364 1517768704 287297 33554432000 4194304 4623224 140734061824240 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1482196 CPUtime=1002.29 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 6472288 0 0 0 99300 929 0 0 25 0 4 0 497643364 1517768704 287297 33554432000 4194304 4623224 140734061824240 18446744073709551615 4545358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 1482196

[startup+1062.3 s]
/proc/loadavg: 8.15 8.03 7.26 9/184 13780
/proc/meminfo: memFree=11923044/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1482196 CPUtime=4243.47 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 7150672 0 0 0 423252 1095 0 0 25 0 4 0 497643363 1517768704 291406 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 370549 291406 344 105 0 366053 0
[pid=13739/tid=13741] ppid=13737 vsize=1482196 CPUtime=1062.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 157825 0 0 0 106168 59 0 0 25 0 4 0 497643364 1517768704 291406 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1482196 CPUtime=1056.65 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 68478 0 0 0 105637 28 0 0 25 0 4 0 497643364 1517768704 291406 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1482196 CPUtime=1062.29 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 6472288 0 0 0 105300 929 0 0 25 0 4 0 497643364 1517768704 291406 33554432000 4194304 4623224 140734061824240 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 1482196

[startup+1122.3 s]
/proc/loadavg: 8.14 8.05 7.31 9/184 13782
/proc/meminfo: memFree=11832132/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1482196 CPUtime=4483.14 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 7233611 0 0 0 447205 1109 0 0 25 0 4 0 497643363 1517768704 295618 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 370549 295618 344 105 0 366053 0
[pid=13739/tid=13741] ppid=13737 vsize=1482196 CPUtime=1122.26 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 158107 0 0 0 112167 59 0 0 25 0 4 0 497643364 1517768704 295618 33554432000 4194304 4623224 140734061824240 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1482196 CPUtime=1116.32 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 68944 0 0 0 111603 29 0 0 25 0 4 0 497643364 1517768704 295618 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1482196 CPUtime=1122.29 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 6550921 0 0 0 111287 942 0 0 25 0 4 0 497643364 1517768704 295618 33554432000 4194304 4623224 140734061824240 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 1482196

[startup+1182.3 s]
/proc/loadavg: 7.90 8.00 7.34 9/184 13814
/proc/meminfo: memFree=13750388/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1544324 CPUtime=4722.81 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 7700793 0 0 0 471095 1186 0 0 25 0 4 0 497643363 1581387776 302065 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 386081 302065 344 105 0 381585 0
[pid=13739/tid=13741] ppid=13737 vsize=1544324 CPUtime=1182.27 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 158276 0 0 0 118167 60 0 0 25 0 4 0 497643364 1581387776 302065 33554432000 4194304 4623224 140734061824240 18446744073709551615 4357625 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1544324 CPUtime=1176 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 85107 0 0 0 117569 31 0 0 25 0 4 0 497643364 1581387776 302065 33554432000 4194304 4623224 140734061824240 18446744073709551615 4373035 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1544324 CPUtime=1182.29 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 6982495 0 0 0 117216 1013 0 0 25 0 4 0 497643364 1581387776 302065 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 1544324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.03 7.36 9/184 13815
/proc/meminfo: memFree=13628812/32951124 swapFree=67111528/67111528
[pid=13739] ppid=13737 vsize=1544324 CPUtime=4800.31 cores=0,2,4,6
/proc/13739/stat : 13739 (SArTagnan) R 13737 13739 13667 0 -1 4202496 7897993 0 0 0 478815 1216 0 0 25 0 4 0 497643363 1581387776 302414 33554432000 4194304 4623224 140734061824240 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13739/statm: 386081 302414 345 105 0 381585 0
[pid=13739/tid=13741] ppid=13737 vsize=1544324 CPUtime=1201.68 cores=0,2,4,6
/proc/13739/task/13741/stat : 13741 (SArTagnan) R 13737 13739 13667 0 -1 4202560 158456 0 0 0 120108 60 0 0 25 0 4 0 497643364 1581387776 302414 33554432000 4194304 4623224 140734061824240 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13739/tid=13742] ppid=13737 vsize=1544324 CPUtime=1195.29 cores=0,2,4,6
/proc/13739/task/13742/stat : 13742 (SArTagnan) R 13737 13739 13667 0 -1 4202560 85143 0 0 0 119498 31 0 0 25 0 4 0 497643364 1581387776 302414 33554432000 4194304 4623224 140734061824240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13739/tid=13743] ppid=13737 vsize=1544324 CPUtime=1201.7 cores=0,2,4,6
/proc/13739/task/13743/stat : 13743 (SArTagnan) R 13737 13739 13667 0 -1 4202560 7179479 0 0 0 119126 1044 0 0 25 0 4 0 497643364 1581387776 302414 33554432000 4194304 4623224 140734061824240 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1544324

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): 1201.76
CPU time (s): 4800.39
CPU user time (s): 4788.18
CPU system time (s): 12.2181
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 1544324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.18
system time used= 12.2181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7897993
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= 1476
involuntary context switches= 24033

runsolver used 1.9497 second user time and 4.47232 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 06:44:38
IDJOB=3258044
IDBENCH=71300
IDSOLVER=1656
FILE ID=node141/3258044-1304052277
RUNJOBID= node141-1304052234-13685
PBS_JOBID= 13170418
Free space on /tmp= 71420 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g6.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258044-1304052277/watcher-3258044-1304052277 -o /tmp/evaluation-result-3258044-1304052277/solver-3258044-1304052277 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3258044-1304052277.cnf -threads=4

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

MD5SUM BENCH= 2094ee8d4e443e860293b947e469bd81
RANDOM SEED=819110449

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.75
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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14833812 kB
Buffers:       1625248 kB
Cached:       15534540 kB
SwapCached:          0 kB
Active:        8302188 kB
Inactive:      9232316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14833812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1188 kB
Writeback:           0 kB
AnonPages:      373284 kB
Mapped:          15368 kB
Slab:           518616 kB
PageTables:       5076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   584284 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= 71420 MiB
End job on node141 at 2011-04-29 07:04:41