Trace number 3386211

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) 4800.38 1204

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.75 7.98 7.75 5/384 5488
/proc/meminfo: memFree=22082868/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=21372 CPUtime=0 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 856 0 0 0 0 0 0 0 25 0 1 0 669846468 21884928 748 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5488/statm: 5343 749 296 106 0 846 0

[startup+0.156868 s]
/proc/loadavg: 7.75 7.98 7.75 5/384 5488
/proc/meminfo: memFree=22082868/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=270388 CPUtime=0.45 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 9146 0 0 0 44 1 0 0 25 0 4 0 669846468 276877312 5978 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 67597 5978 339 106 0 63100 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 270388

[startup+0.200862 s]
/proc/loadavg: 7.75 7.98 7.75 5/384 5488
/proc/meminfo: memFree=22082868/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=270388 CPUtime=0.62 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 9457 0 0 0 61 1 0 0 25 0 4 0 669846468 276877312 6135 33554432000 4194304 4625164 140736573974608 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 67597 6135 339 106 0 63100 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 270388

[startup+0.300843 s]
/proc/loadavg: 7.75 7.98 7.75 5/384 5488
/proc/meminfo: memFree=22082868/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=270388 CPUtime=1.02 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 9961 0 0 0 101 1 0 0 25 0 4 0 669846468 276877312 6108 33554432000 4194304 4625164 140736573974608 18446744073709551615 235594524416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 67597 6108 339 106 0 63100 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 270388

[startup+0.700772 s]
/proc/loadavg: 7.75 7.98 7.75 5/384 5488
/proc/meminfo: memFree=22082868/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=281728 CPUtime=2.62 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 19046 0 0 0 259 3 0 0 25 0 4 0 669846468 288489472 11000 33554432000 4194304 4625164 140736573974608 18446744073709551615 4364563 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 70432 11002 343 106 0 65935 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 281728

[startup+1.50063 s]
/proc/loadavg: 7.75 7.98 7.75 9/388 5492
/proc/meminfo: memFree=22017868/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=290936 CPUtime=5.81 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 29348 0 0 0 577 4 0 0 25 0 4 0 669846468 297918464 12429 33554432000 4194304 4625164 140736573974608 18446744073709551615 4391902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 72734 12429 346 106 0 68237 0
[pid=5488/tid=5490] ppid=5486 vsize=290936 CPUtime=1.42 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3397 0 0 0 142 0 0 0 25 0 4 0 669846473 297918464 12429 33554432000 4194304 4625164 140736573974608 18446744073709551615 4335197 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=290936 CPUtime=1.44 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3367 0 0 0 144 0 0 0 25 0 4 0 669846473 297918464 12429 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=290936 CPUtime=1.42 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 9803 0 0 0 141 1 0 0 25 0 4 0 669846473 297918464 12429 33554432000 4194304 4625164 140736573974608 18446744073709551615 4552425 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 290936

[startup+3.10035 s]
/proc/loadavg: 7.75 7.98 7.75 9/388 5492
/proc/meminfo: memFree=22000012/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=297236 CPUtime=12.19 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 36477 0 0 0 1214 5 0 0 25 0 4 0 669846468 304369664 13534 33554432000 4194304 4625164 140736573974608 18446744073709551615 4511948 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 74309 13534 346 106 0 69812 0
[pid=5488/tid=5490] ppid=5486 vsize=297236 CPUtime=3.02 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3622 0 0 0 302 0 0 0 25 0 4 0 669846473 304369664 13534 33554432000 4194304 4625164 140736573974608 18446744073709551615 4462644 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=297236 CPUtime=3.04 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3467 0 0 0 304 0 0 0 25 0 4 0 669846473 304369664 13534 33554432000 4194304 4625164 140736573974608 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=297236 CPUtime=3.01 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 14324 0 0 0 299 2 0 0 25 0 4 0 669846473 304369664 13534 33554432000 4194304 4625164 140736573974608 18446744073709551615 4327783 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 297236

[startup+6.30079 s]
/proc/loadavg: 7.77 7.98 7.75 9/388 5492
/proc/meminfo: memFree=21964236/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=297236 CPUtime=24.95 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 41594 0 0 0 2489 6 0 0 25 0 4 0 669846468 304369664 14958 33554432000 4194304 4625164 140736573974608 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 74309 14958 347 106 0 69812 0
[pid=5488/tid=5490] ppid=5486 vsize=297236 CPUtime=6.22 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3928 0 0 0 622 0 0 0 25 0 4 0 669846473 304369664 14958 33554432000 4194304 4625164 140736573974608 18446744073709551615 4467298 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=297236 CPUtime=6.24 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 4079 0 0 0 624 0 0 0 25 0 4 0 669846473 304369664 14958 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=297236 CPUtime=6.17 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 18310 0 0 0 615 2 0 0 25 0 4 0 669846473 304369664 14958 33554432000 4194304 4625164 140736573974608 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 297236

[startup+12.7007 s]
/proc/loadavg: 7.78 7.98 7.75 9/388 5493
/proc/meminfo: memFree=21890064/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=301384 CPUtime=50.46 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 70346 0 0 0 5035 11 0 0 25 0 4 0 669846468 308617216 16657 33554432000 4194304 4625164 140736573974608 18446744073709551615 4392048 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 75346 16657 347 106 0 70849 0
[pid=5488/tid=5490] ppid=5486 vsize=301384 CPUtime=12.63 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 5552 0 0 0 1262 1 0 0 25 0 4 0 669846473 308617216 16657 33554432000 4194304 4625164 140736573974608 18446744073709551615 4291937 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=301384 CPUtime=12.64 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 4585 0 0 0 1264 0 0 0 25 0 4 0 669846473 308617216 16657 33554432000 4194304 4625164 140736573974608 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=301384 CPUtime=12.48 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 44787 0 0 0 1241 7 0 0 25 0 4 0 669846473 308617216 16657 33554432000 4194304 4625164 140736573974608 18446744073709551615 4557107 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 301384

[startup+25.5004 s]
/proc/loadavg: 7.83 7.98 7.76 9/388 5493
/proc/meminfo: memFree=21759500/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=312904 CPUtime=101.5 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 147926 0 0 0 10124 26 0 0 25 0 4 0 669846468 320413696 24386 33554432000 4194304 4625164 140736573974608 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 78226 24386 347 106 0 73729 0
[pid=5488/tid=5490] ppid=5486 vsize=312904 CPUtime=25.42 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 6967 0 0 0 2541 1 0 0 25 0 4 0 669846473 320413696 24386 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=312904 CPUtime=25.44 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 7627 0 0 0 2542 2 0 0 25 0 4 0 669846473 320413696 24386 33554432000 4194304 4625164 140736573974608 18446744073709551615 4352349 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=312904 CPUtime=25.12 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 117063 0 0 0 2493 19 0 0 25 0 4 0 669846473 320413696 24386 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339104 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 312904

[startup+51.1009 s]
/proc/loadavg: 7.97 8.00 7.77 9/388 5493
/proc/meminfo: memFree=21606588/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=345724 CPUtime=203.58 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 280363 0 0 0 20307 51 0 0 25 0 4 0 669846468 354021376 38841 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 86431 38841 347 106 0 81934 0
[pid=5488/tid=5490] ppid=5486 vsize=345724 CPUtime=51.02 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 17234 0 0 0 5097 5 0 0 25 0 4 0 669846473 354021376 38841 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=345724 CPUtime=51.03 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 12646 0 0 0 5100 3 0 0 25 0 4 0 669846473 354021376 38841 33554432000 4194304 4625164 140736573974608 18446744073709551615 4464988 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=345724 CPUtime=50.4 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 226874 0 0 0 5003 37 0 0 25 0 4 0 669846473 354021376 38841 33554432000 4194304 4625164 140736573974608 18446744073709551615 4550975 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.58
Current children cumulated vsize (KiB) 345724

[startup+102.301 s]
/proc/loadavg: 7.98 8.00 7.78 9/388 5495
/proc/meminfo: memFree=21283040/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=481188 CPUtime=407.77 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 563554 0 0 0 40669 108 0 0 25 0 4 0 669846468 492736512 74489 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512029 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 120297 74489 347 106 0 115800 0
[pid=5488/tid=5490] ppid=5486 vsize=481188 CPUtime=102.24 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 30283 0 0 0 10210 14 0 0 25 0 4 0 669846473 492736512 74489 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=481188 CPUtime=102.25 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 18926 0 0 0 10220 5 0 0 25 0 4 0 669846473 492736512 74489 33554432000 4194304 4625164 140736573974608 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=481188 CPUtime=100.97 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 457636 0 0 0 10019 78 0 0 25 0 4 0 669846473 492736512 74489 33554432000 4194304 4625164 140736573974608 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.77
Current children cumulated vsize (KiB) 481188

[startup+162.3 s]
/proc/loadavg: 8.06 8.03 7.80 9/388 5497
/proc/meminfo: memFree=20953416/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=703044 CPUtime=646.98 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 618090 0 0 0 64571 127 0 0 25 0 4 0 669846468 719917056 105186 33554432000 4194304 4625164 140736573974608 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 175761 105186 433 106 0 171264 0
[pid=5488/tid=5490] ppid=5486 vsize=703044 CPUtime=162.22 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 44381 0 0 0 16198 24 0 0 25 0 4 0 669846473 719917056 105186 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=703044 CPUtime=162.24 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 21878 0 0 0 16217 7 0 0 25 0 4 0 669846473 719917056 105186 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=703044 CPUtime=160.2 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 470347 0 0 0 15940 80 0 0 25 0 4 0 669846473 719917056 105186 33554432000 4194304 4625164 140736573974608 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.98
Current children cumulated vsize (KiB) 703044

[startup+222.315 s]
/proc/loadavg: 8.08 8.03 7.82 9/388 5498
/proc/meminfo: memFree=20534760/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=870716 CPUtime=886.29 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 885785 0 0 0 88443 186 0 0 25 0 4 0 669846468 891613184 160542 33554432000 4194304 4625164 140736573974608 18446744073709551615 4381798 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 217679 160542 347 106 0 213182 0
[pid=5488/tid=5490] ppid=5486 vsize=870716 CPUtime=222.23 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 54279 0 0 0 22187 36 0 0 25 0 4 0 669846473 891613184 160542 33554432000 4194304 4625164 140736573974608 18446744073709551615 235594533770 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=870716 CPUtime=222.25 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 22652 0 0 0 22217 8 0 0 25 0 4 0 669846473 891613184 160542 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=870716 CPUtime=219.47 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 642498 0 0 0 21838 109 0 0 25 0 4 0 669846473 891613184 160542 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 886.29
Current children cumulated vsize (KiB) 870716

[startup+282.3 s]

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

[pid=5488] ppid=5486 vsize=1568176 CPUtime=2560.97 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 3215386 0 0 0 255456 641 0 0 25 0 4 0 669846468 1605812224 311645 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 392044 311645 668 106 0 387547 0
[pid=5488/tid=5490] ppid=5486 vsize=1568176 CPUtime=642.23 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 103964 0 0 0 64130 93 0 0 25 0 4 0 669846473 1605812224 311645 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=1568176 CPUtime=642.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 27961 0 0 0 64214 9 0 0 25 0 4 0 669846473 1605812224 311645 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=1568176 CPUtime=634.18 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 2804327 0 0 0 62934 484 0 0 25 0 4 0 669846473 1605812224 311645 33554432000 4194304 4625164 140736573974608 18446744073709551615 4548692 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2560.97
Current children cumulated vsize (KiB) 1568176

[startup+702.3 s]
/proc/loadavg: 8.18 8.12 7.93 9/388 5511
/proc/meminfo: memFree=19163520/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=1631544 CPUtime=2800.19 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 3561958 0 0 0 279315 704 0 0 25 0 4 0 669846468 1670701056 329623 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 407886 329623 668 106 0 403389 0
[pid=5488/tid=5490] ppid=5486 vsize=1631544 CPUtime=702.23 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 107929 0 0 0 70124 99 0 0 25 0 4 0 669846473 1670701056 329623 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=1631544 CPUtime=702.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 28197 0 0 0 70214 9 0 0 25 0 4 0 669846473 1670701056 329623 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=1631544 CPUtime=693.41 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3109504 0 0 0 68805 536 0 0 25 0 4 0 669846473 1670701056 329623 33554432000 4194304 4625164 140736573974608 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.19
Current children cumulated vsize (KiB) 1631544

[startup+762.301 s]
/proc/loadavg: 8.19 8.14 7.94 9/388 5513
/proc/meminfo: memFree=19035016/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=1697080 CPUtime=3039.47 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 3872053 0 0 0 303181 766 0 0 25 0 4 0 669846468 1737809920 345723 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 424270 345723 668 106 0 419773 0
[pid=5488/tid=5490] ppid=5486 vsize=1697080 CPUtime=762.24 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 110839 0 0 0 76120 104 0 0 25 0 4 0 669846473 1737809920 345725 33554432000 4194304 4625164 140736573974608 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=1697080 CPUtime=762.24 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 29838 0 0 0 76212 12 0 0 25 0 4 0 669846473 1737809920 345725 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=1697080 CPUtime=752.67 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3411111 0 0 0 74678 589 0 0 25 0 4 0 669846473 1737809920 345725 33554432000 4194304 4625164 140736573974608 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.47
Current children cumulated vsize (KiB) 1697080

[startup+822.3 s]
/proc/loadavg: 8.22 8.15 7.96 9/388 5523
/proc/meminfo: memFree=18882048/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=1887516 CPUtime=3278.65 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 4268063 0 0 0 327025 840 0 0 25 0 4 0 669846468 1932816384 371118 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 471879 371118 668 106 0 467382 0
[pid=5488/tid=5490] ppid=5486 vsize=1887516 CPUtime=822.21 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 129623 0 0 0 82109 112 0 0 25 0 4 0 669846473 1932816384 371118 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=1887516 CPUtime=822.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 31485 0 0 0 82209 14 0 0 25 0 4 0 669846473 1932816384 371118 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=1887516 CPUtime=811.9 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3728650 0 0 0 80543 647 0 0 25 0 4 0 669846473 1932816384 371118 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.65
Current children cumulated vsize (KiB) 1887516

[startup+882.315 s]
/proc/loadavg: 8.20 8.15 7.97 9/388 5525
/proc/meminfo: memFree=18779828/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=1918228 CPUtime=3517.95 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 4458868 0 0 0 350919 876 0 0 25 0 4 0 669846468 1964265472 389350 33554432000 4194304 4625164 140736573974608 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 479557 389350 668 106 0 475060 0
[pid=5488/tid=5490] ppid=5486 vsize=1918228 CPUtime=882.23 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 132345 0 0 0 88107 116 0 0 25 0 4 0 669846473 1964265472 389350 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=1918228 CPUtime=882.24 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 32129 0 0 0 88209 15 0 0 25 0 4 0 669846473 1964265472 389350 33554432000 4194304 4625164 140736573974608 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=1918228 CPUtime=871.14 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 3904572 0 0 0 86439 675 0 0 25 0 4 0 669846473 1964265472 389350 33554432000 4194304 4625164 140736573974608 18446744073709551615 4552549 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.95
Current children cumulated vsize (KiB) 1918228

[startup+942.3 s]
/proc/loadavg: 8.14 8.14 7.97 9/388 5526
/proc/meminfo: memFree=18714192/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=1918228 CPUtime=3757.14 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 4705559 0 0 0 374790 924 0 0 25 0 4 0 669846468 1964265472 403231 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 479557 403231 668 106 0 475060 0
[pid=5488/tid=5490] ppid=5486 vsize=1918228 CPUtime=942.21 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 135402 0 0 0 94100 121 0 0 25 0 4 0 669846473 1964265472 403231 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=1918228 CPUtime=942.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 32176 0 0 0 94208 15 0 0 25 0 4 0 669846473 1964265472 403231 33554432000 4194304 4625164 140736573974608 18446744073709551615 4352562 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=1918228 CPUtime=930.37 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 4143708 0 0 0 92321 716 0 0 25 0 4 0 669846473 1964265472 403231 33554432000 4194304 4625164 140736573974608 18446744073709551615 4547563 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.14
Current children cumulated vsize (KiB) 1918228

[startup+1002.3 s]
/proc/loadavg: 8.41 8.21 8.00 9/388 5531
/proc/meminfo: memFree=18562944/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=2068572 CPUtime=3996.37 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 5033809 0 0 0 398661 976 0 0 25 0 4 0 669846468 2118217728 427959 33554432000 4194304 4625164 140736573974608 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 517143 427959 1073 106 0 512646 0
[pid=5488/tid=5490] ppid=5486 vsize=2068572 CPUtime=1002.21 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 141748 0 0 0 100099 122 0 0 25 0 4 0 669846473 2118217728 427959 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=2068572 CPUtime=1002.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 39002 0 0 0 100207 16 0 0 25 0 4 0 669846473 2118217728 427959 33554432000 4194304 4625164 140736573974608 18446744073709551615 235594527317 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=2068572 CPUtime=989.61 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 4454907 0 0 0 98195 766 0 0 25 0 4 0 669846473 2118217728 427959 33554432000 4194304 4625164 140736573974608 18446744073709551615 4328596 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.37
Current children cumulated vsize (KiB) 2068572

[startup+1062.3 s]
/proc/loadavg: 8.32 8.21 8.02 9/388 5533
/proc/meminfo: memFree=18467144/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=2134108 CPUtime=4235.63 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 5332096 0 0 0 422537 1026 0 0 25 0 4 0 669846468 2185326592 441722 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 533527 441722 1076 106 0 529030 0
[pid=5488/tid=5490] ppid=5486 vsize=2134108 CPUtime=1062.22 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 142013 0 0 0 106099 123 0 0 25 0 4 0 669846473 2185326592 441722 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=2134108 CPUtime=1062.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 39144 0 0 0 106207 16 0 0 25 0 4 0 669846473 2185326592 441722 33554432000 4194304 4625164 140736573974608 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=2134108 CPUtime=1048.86 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 4748759 0 0 0 104072 814 0 0 25 0 4 0 669846473 2185326592 441722 33554432000 4194304 4625164 140736573974608 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.63
Current children cumulated vsize (KiB) 2134108

[startup+1122.3 s]
/proc/loadavg: 8.19 8.19 8.01 9/388 5534
/proc/meminfo: memFree=18399540/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=2199644 CPUtime=4474.86 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 5616238 0 0 0 446412 1074 0 0 25 0 4 0 669846468 2252435456 455436 33554432000 4194304 4625164 140736573974608 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 549911 455436 1074 106 0 545414 0
[pid=5488/tid=5490] ppid=5486 vsize=2199644 CPUtime=1122.21 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 143559 0 0 0 112098 123 0 0 25 0 4 0 669846473 2252435456 455436 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=2199644 CPUtime=1122.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 39283 0 0 0 112207 16 0 0 25 0 4 0 669846473 2252435456 455436 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=2199644 CPUtime=1108.09 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 5026904 0 0 0 109949 860 0 0 25 0 4 0 669846473 2252435456 455436 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.86
Current children cumulated vsize (KiB) 2199644

[startup+1182.3 s]
/proc/loadavg: 8.19 8.18 8.02 9/388 5536
/proc/meminfo: memFree=18279604/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=2360560 CPUtime=4714.1 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 5959312 0 0 0 470275 1135 0 0 25 0 4 0 669846468 2417213440 471608 33554432000 4194304 4625164 140736573974608 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 590140 471608 1073 106 0 585643 0
[pid=5488/tid=5490] ppid=5486 vsize=2360560 CPUtime=1182.21 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 146574 0 0 0 118092 129 0 0 25 0 4 0 669846473 2417213440 471608 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=2360560 CPUtime=1182.23 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 39366 0 0 0 118207 16 0 0 25 0 4 0 669846473 2417213440 471608 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=2360560 CPUtime=1167.33 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 5312040 0 0 0 115825 908 0 0 25 0 4 0 669846473 2417213440 471608 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.1
Current children cumulated vsize (KiB) 2360560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.14 8.17 8.02 5/383 5537
/proc/meminfo: memFree=20207212/32950928 swapFree=45972156/67111528
[pid=5488] ppid=5486 vsize=2360560 CPUtime=4800.25 cores=1,3,5,7
/proc/5488/stat : 5488 (SArTagnan) R 5486 5488 4682 0 -1 4202496 6075808 0 0 0 478868 1157 0 0 25 0 4 0 669846468 2417213440 476792 33554432000 4194304 4625164 140736573974608 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5488/statm: 590140 476792 1074 106 0 585643 0
[pid=5488/tid=5490] ppid=5486 vsize=2360560 CPUtime=1203.83 cores=1,3,5,7
/proc/5488/task/5490/stat : 5490 (SArTagnan) R 5486 5488 4682 0 -1 4202560 147728 0 0 0 120252 131 0 0 25 0 4 0 669846473 2417213440 476792 33554432000 4194304 4625164 140736573974608 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5488/tid=5491] ppid=5486 vsize=2360560 CPUtime=1203.84 cores=1,3,5,7
/proc/5488/task/5491/stat : 5491 (SArTagnan) R 5486 5488 4682 0 -1 4202560 39378 0 0 0 120368 16 0 0 25 0 4 0 669846473 2417213440 476792 33554432000 4194304 4625164 140736573974608 18446744073709551615 4462644 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5488/tid=5492] ppid=5486 vsize=2360560 CPUtime=1188.65 cores=1,3,5,7
/proc/5488/task/5492/stat : 5492 (SArTagnan) R 5486 5488 4682 0 -1 4202560 5426400 0 0 0 117938 927 0 0 25 0 4 0 669846473 2417213440 476792 33554432000 4194304 4625164 140736573974608 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2360560

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): 1204
CPU time (s): 4800.38
CPU user time (s): 4788.73
CPU system time (s): 11.6482
CPU usage (%): 398.704
Max. virtual memory (cumulated for all children) (KiB): 2485084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.73
system time used= 11.6482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6075811
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= 4834
involuntary context switches= 31619

runsolver used 4.19736 second user time and 11.0193 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 23:47:57
IDJOB=3386211
IDBENCH=84205
IDSOLVER=1871
FILE ID=node120/3386211-1305582477
RUNJOBID= node120-1305581270-5282
PBS_JOBID= 13350219
Free space on /tmp= 73496 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386211-1305582477/watcher-3386211-1305582477 -o /tmp/evaluation-result-3386211-1305582477/solver-3386211-1305582477 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386211-1305582477.cnf -threads=4

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=407781516

node120.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.809
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.809
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	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      22083148 kB
Buffers:         83552 kB
Cached:         563720 kB
SwapCached:      63496 kB
Active:         416732 kB
Inactive:     10225756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22083148 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:            2588 kB
Writeback:           0 kB
AnonPages:     9937212 kB
Mapped:          16392 kB
Slab:            77368 kB
PageTables:      82044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78803416 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= 73496 MiB
End job on node120 at 2011-05-17 00:08:03