Trace number 3385883

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.34 1204.15

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
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 variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385883-1305581270/watcher-3385883-1305581270 -o /tmp/evaluation-result-3385883-1305581270/solver-3385883-1305581270 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385883-1305581270.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: 3.74 5.58 6.95 2/379 5304
/proc/meminfo: memFree=22119180/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=23988 CPUtime=0 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 776 0 0 0 0 0 0 0 21 0 1 0 669725760 24563712 640 33554432000 4194304 4625164 140735408272304 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5304/statm: 5997 640 296 106 0 1500 0

[startup+0.0270519 s]
/proc/loadavg: 3.74 5.58 6.95 2/379 5304
/proc/meminfo: memFree=22119180/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=27180 CPUtime=0.02 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 2653 0 0 0 2 0 0 0 21 0 1 0 669725760 27832320 1532 33554432000 4194304 4625164 140735408272304 18446744073709551615 235594527429 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5304/statm: 6795 1532 296 106 0 2298 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27180

[startup+0.101032 s]
/proc/loadavg: 3.74 5.58 6.95 2/379 5304
/proc/meminfo: memFree=22119180/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=39144 CPUtime=0.09 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 9649 0 0 0 8 1 0 0 21 0 1 0 669725760 40083456 4793 33554432000 4194304 4625164 140735408272304 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5304/statm: 9786 4793 296 106 0 5289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39144

[startup+0.30093 s]
/proc/loadavg: 3.74 5.58 6.95 2/379 5304
/proc/meminfo: memFree=22119180/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=250796 CPUtime=0.8 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 24058 0 0 0 78 2 0 0 23 0 4 0 669725760 256815104 15194 33554432000 4194304 4625164 140735408272304 18446744073709551615 235594971679 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 62699 15194 338 106 0 58202 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 250796

[startup+0.700916 s]
/proc/loadavg: 3.74 5.58 6.95 2/379 5304
/proc/meminfo: memFree=22119180/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=318856 CPUtime=2.41 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 32537 0 0 0 237 4 0 0 25 0 4 0 669725760 326508544 17277 33554432000 4194304 4625164 140735408272304 18446744073709551615 4393034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 79714 17277 339 106 0 75217 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 318856

[startup+1.50072 s]
/proc/loadavg: 3.74 5.58 6.95 9/388 5398
/proc/meminfo: memFree=22019704/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=321372 CPUtime=5.59 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 48136 0 0 0 552 7 0 0 25 0 4 0 669725760 329084928 20799 33554432000 4194304 4625164 140735408272304 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 80343 20800 339 106 0 75846 0
[pid=5304/tid=5324] ppid=5302 vsize=321372 CPUtime=1.36 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 3307 0 0 0 136 0 0 0 25 0 4 0 669725773 329084928 20800 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=321372 CPUtime=1.36 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 3507 0 0 0 136 0 0 0 25 0 4 0 669725773 329084928 20800 33554432000 4194304 4625164 140735408272304 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=321372 CPUtime=1.35 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 23802 0 0 0 132 3 0 0 25 0 4 0 669725773 329084928 20800 33554432000 4194304 4625164 140735408272304 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 321372

[startup+3.10044 s]
/proc/loadavg: 4.08 5.62 6.96 9/388 5398
/proc/meminfo: memFree=21966384/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=331876 CPUtime=11.98 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 81878 0 0 0 1186 12 0 0 25 0 4 0 669725760 339841024 27895 33554432000 4194304 4625164 140735408272304 18446744073709551615 4393006 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 82969 27895 341 106 0 78472 0
[pid=5304/tid=5324] ppid=5302 vsize=331876 CPUtime=2.96 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 6510 0 0 0 296 0 0 0 25 0 4 0 669725773 339841024 27895 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=331876 CPUtime=2.96 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 8245 0 0 0 294 2 0 0 25 0 4 0 669725773 339841024 27895 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=331876 CPUtime=2.94 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 49410 0 0 0 287 7 0 0 25 0 4 0 669725773 339841024 27895 33554432000 4194304 4625164 140735408272304 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 331876

[startup+6.30088 s]
/proc/loadavg: 4.08 5.62 6.96 9/388 5398
/proc/meminfo: memFree=21839468/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=328752 CPUtime=24.74 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 138687 0 0 0 2451 23 0 0 25 0 4 0 669725760 336642048 40083 33554432000 4194304 4625164 140735408272304 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 82188 40083 342 106 0 77691 0
[pid=5304/tid=5324] ppid=5302 vsize=328752 CPUtime=6.16 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 8667 0 0 0 615 1 0 0 25 0 4 0 669725773 336642048 40083 33554432000 4194304 4625164 140735408272304 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=328752 CPUtime=6.16 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 12641 0 0 0 611 5 0 0 25 0 4 0 669725773 336642048 40083 33554432000 4194304 4625164 140735408272304 18446744073709551615 4464944 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=328752 CPUtime=6.09 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 96524 0 0 0 596 13 0 0 20 0 4 0 669725773 336642048 40083 33554432000 4194304 4625164 140735408272304 18446744073709551615 4334585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 328752

[startup+12.7008 s]
/proc/loadavg: 4.69 5.70 6.97 9/388 5398
/proc/meminfo: memFree=21629568/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=421340 CPUtime=50.26 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 238461 0 0 0 4986 40 0 0 25 0 4 0 669725760 431452160 63766 33554432000 4194304 4625164 140735408272304 18446744073709551615 4338046 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 105335 63766 347 106 0 100838 0
[pid=5304/tid=5324] ppid=5302 vsize=421340 CPUtime=12.56 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 15637 0 0 0 1253 3 0 0 25 0 4 0 669725773 431452160 63766 33554432000 4194304 4625164 140735408272304 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=421340 CPUtime=12.56 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 21712 0 0 0 1248 8 0 0 25 0 4 0 669725773 431452160 63766 33554432000 4194304 4625164 140735408272304 18446744073709551615 4464994 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=421340 CPUtime=12.41 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 177363 0 0 0 1217 24 0 0 25 0 4 0 669725773 431452160 63766 33554432000 4194304 4625164 140735408272304 18446744073709551615 4549308 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 421340

[startup+25.5005 s]
/proc/loadavg: 5.20 5.77 6.98 9/388 5399
/proc/meminfo: memFree=21344124/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=536232 CPUtime=101.28 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 485468 0 0 0 10048 80 0 0 25 0 4 0 669725760 549101568 96593 33554432000 4194304 4625164 140735408272304 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 134058 96593 342 106 0 129561 0
[pid=5304/tid=5324] ppid=5302 vsize=536232 CPUtime=25.36 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 26440 0 0 0 2529 7 0 0 25 0 4 0 669725773 549101568 96593 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=536232 CPUtime=25.36 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 35351 0 0 0 2523 13 0 0 25 0 4 0 669725773 549101568 96593 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=536232 CPUtime=25.04 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 394219 0 0 0 2449 55 0 0 18 0 4 0 669725773 549101568 96593 33554432000 4194304 4625164 140735408272304 18446744073709551615 4335584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 536232

[startup+51.101 s]
/proc/loadavg: 6.15 5.95 7.01 9/388 5399
/proc/meminfo: memFree=20897912/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=810472 CPUtime=203.35 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 801227 0 0 0 20200 135 0 0 25 0 4 0 669725760 829923328 153354 33554432000 4194304 4625164 140735408272304 18446744073709551615 4396706 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 202618 153354 342 106 0 198121 0
[pid=5304/tid=5324] ppid=5302 vsize=810472 CPUtime=50.96 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 51333 0 0 0 5083 13 0 0 25 0 4 0 669725773 829923328 153354 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=810472 CPUtime=50.96 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 56448 0 0 0 5070 26 0 0 25 0 4 0 669725773 829923328 153354 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=810472 CPUtime=50.32 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 656552 0 0 0 4942 90 0 0 25 0 4 0 669725773 829923328 153354 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.35
Current children cumulated vsize (KiB) 810472

[startup+102.315 s]
/proc/loadavg: 7.39 6.33 7.07 9/388 5401
/proc/meminfo: memFree=20230760/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=1131192 CPUtime=407.54 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 1134865 0 0 0 40557 197 0 0 25 0 4 0 669725760 1158340608 235917 33554432000 4194304 4625164 140735408272304 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 282798 235917 824 106 0 278301 0
[pid=5304/tid=5324] ppid=5302 vsize=1131192 CPUtime=102.17 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 78624 0 0 0 10198 19 0 0 25 0 4 0 669725773 1158340608 235917 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=1131192 CPUtime=102.17 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 88516 0 0 0 10173 44 0 0 25 0 4 0 669725773 1158340608 235917 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=1131192 CPUtime=100.88 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 917547 0 0 0 9962 126 0 0 25 0 4 0 669725773 1158340608 235917 33554432000 4194304 4625164 140735408272304 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.54
Current children cumulated vsize (KiB) 1131192

[startup+162.3 s]
/proc/loadavg: 7.89 6.64 7.13 9/388 5402
/proc/meminfo: memFree=19603660/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=1485916 CPUtime=646.73 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 1416559 0 0 0 64423 250 0 0 25 0 4 0 669725760 1521577984 309958 33554432000 4194304 4625164 140735408272304 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 371479 309958 342 106 0 366982 0
[pid=5304/tid=5324] ppid=5302 vsize=1485916 CPUtime=162.16 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 112511 0 0 0 16188 28 0 0 25 0 4 0 669725773 1521577984 309958 33554432000 4194304 4625164 140735408272304 18446744073709551615 4352089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=1485916 CPUtime=162.16 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 105273 0 0 0 16162 54 0 0 25 0 4 0 669725773 1521577984 309958 33554432000 4194304 4625164 140735408272304 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=1485916 CPUtime=160.12 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 1140864 0 0 0 15854 158 0 0 25 0 4 0 669725773 1521577984 309958 33554432000 4194304 4625164 140735408272304 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.73
Current children cumulated vsize (KiB) 1485916

[startup+222.301 s]
/proc/loadavg: 8.15 6.95 7.20 9/388 5404
/proc/meminfo: memFree=19150028/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=1762348 CPUtime=885.96 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 1576794 0 0 0 88303 293 0 0 25 0 4 0 669725760 1804644352 369585 33554432000 4194304 4625164 140735408272304 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 440587 369585 342 106 0 436090 0
[pid=5304/tid=5324] ppid=5302 vsize=1762348 CPUtime=222.16 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 125398 0 0 0 22180 36 0 0 25 0 4 0 669725773 1804644352 369585 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=1762348 CPUtime=222.15 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 136787 0 0 0 22146 69 0 0 25 0 4 0 669725773 1804644352 369585 33554432000 4194304 4625164 140735408272304 18446744073709551615 4488056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=1762348 CPUtime=219.36 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 1244343 0 0 0 21760 176 0 0 25 0 4 0 669725773 1804644352 369585 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.96
Current children cumulated vsize (KiB) 1762348

[startup+282.3 s]

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


[startup+702.301 s]
/proc/loadavg: 8.18 7.90 7.57 9/388 5417
/proc/meminfo: memFree=17331512/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=2699296 CPUtime=2799.78 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 4429267 0 0 0 279204 774 0 0 25 0 4 0 669725760 2764079104 603080 33554432000 4194304 4625164 140735408272304 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 674824 603080 342 106 0 670327 0
[pid=5304/tid=5324] ppid=5302 vsize=2699296 CPUtime=702.17 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 276443 0 0 0 70125 92 0 0 25 0 4 0 669725773 2764079104 603080 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=2699296 CPUtime=702.17 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 137521 0 0 0 70147 70 0 0 25 0 4 0 669725773 2764079104 603080 33554432000 4194304 4625164 140735408272304 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=2699296 CPUtime=693.27 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 3894007 0 0 0 68735 592 0 0 25 0 4 0 669725773 2764079104 603080 33554432000 4194304 4625164 140735408272304 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2799.78
Current children cumulated vsize (KiB) 2699296

[startup+762.315 s]
/proc/loadavg: 8.16 7.94 7.60 9/388 5418
/proc/meminfo: memFree=17159604/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=2810452 CPUtime=3039.07 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 4668933 0 0 0 303092 815 0 0 25 0 4 0 669725760 2877902848 625528 33554432000 4194304 4625164 140735408272304 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 702613 625528 342 106 0 698116 0
[pid=5304/tid=5324] ppid=5302 vsize=2810452 CPUtime=762.18 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 281622 0 0 0 76121 97 0 0 25 0 4 0 669725773 2877902848 625528 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=2810452 CPUtime=762.18 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 137619 0 0 0 76148 70 0 0 25 0 4 0 669725773 2877902848 625528 33554432000 4194304 4625164 140735408272304 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=2810452 CPUtime=752.51 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 4110816 0 0 0 74626 625 0 0 25 0 4 0 669725773 2877902848 625528 33554432000 4194304 4625164 140735408272304 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.07
Current children cumulated vsize (KiB) 2810452

[startup+822.3 s]
/proc/loadavg: 8.16 7.98 7.63 9/388 5420
/proc/meminfo: memFree=16987580/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=2965996 CPUtime=3278.25 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 4913540 0 0 0 326965 860 0 0 25 0 4 0 669725760 3037179904 644797 33554432000 4194304 4625164 140735408272304 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 741499 644797 342 106 0 737002 0
[pid=5304/tid=5324] ppid=5302 vsize=2965996 CPUtime=822.16 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 285959 0 0 0 82115 101 0 0 25 0 4 0 669725773 3037179904 644797 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=2965996 CPUtime=822.17 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 137752 0 0 0 82147 70 0 0 25 0 4 0 669725773 3037179904 644797 33554432000 4194304 4625164 140735408272304 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=2965996 CPUtime=811.74 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 4338442 0 0 0 80511 663 0 0 25 0 4 0 669725773 3037179904 644797 33554432000 4194304 4625164 140735408272304 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.25
Current children cumulated vsize (KiB) 2965996

[startup+882.301 s]
/proc/loadavg: 8.10 8.00 7.66 9/388 5421
/proc/meminfo: memFree=16821876/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=3023460 CPUtime=3517.46 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 4953017 0 0 0 350875 871 0 0 25 0 4 0 669725760 3096023040 667957 33554432000 4194304 4625164 140735408272304 18446744073709551615 4393097 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 755865 667957 342 106 0 751368 0
[pid=5304/tid=5324] ppid=5302 vsize=3023460 CPUtime=882.17 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 291976 0 0 0 88111 106 0 0 25 0 4 0 669725773 3096023040 667957 33554432000 4194304 4625164 140735408272304 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=3023460 CPUtime=882.17 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 137830 0 0 0 88147 70 0 0 25 0 4 0 669725773 3096023040 667957 33554432000 4194304 4625164 140735408272304 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=3023460 CPUtime=870.97 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 4352918 0 0 0 86430 667 0 0 25 0 4 0 669725773 3096023040 667957 33554432000 4194304 4625164 140735408272304 18446744073709551615 47495846412250 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.46
Current children cumulated vsize (KiB) 3023460

[startup+942.3 s]
/proc/loadavg: 8.09 8.01 7.68 9/388 5423
/proc/meminfo: memFree=16665100/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=3076868 CPUtime=3756.7 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 5017611 0 0 0 374784 886 0 0 25 0 4 0 669725760 3150712832 687658 33554432000 4194304 4625164 140735408272304 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 769217 687658 342 106 0 764720 0
[pid=5304/tid=5324] ppid=5302 vsize=3076868 CPUtime=942.17 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 295162 0 0 0 94109 108 0 0 25 0 4 0 669725773 3150712832 687658 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=3076868 CPUtime=942.17 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 137935 0 0 0 94147 70 0 0 25 0 4 0 669725773 3150712832 687658 33554432000 4194304 4625164 140735408272304 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=3076868 CPUtime=930.22 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 4401050 0 0 0 92344 678 0 0 25 0 4 0 669725773 3150712832 687658 33554432000 4194304 4625164 140735408272304 18446744073709551615 4547383 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3756.7
Current children cumulated vsize (KiB) 3076868

[startup+1002.3 s]
/proc/loadavg: 8.15 8.04 7.71 9/388 5425
/proc/meminfo: memFree=16463436/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=3349832 CPUtime=3995.93 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 5501634 0 0 0 398631 962 0 0 25 0 4 0 669725760 3430227968 720224 33554432000 4194304 4625164 140735408272304 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 837458 720224 342 106 0 832961 0
[pid=5304/tid=5324] ppid=5302 vsize=3349832 CPUtime=1002.17 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 385345 0 0 0 100099 118 0 0 25 0 4 0 669725773 3430227968 720224 33554432000 4194304 4625164 140735408272304 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=3349832 CPUtime=1002.17 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 137987 0 0 0 100147 70 0 0 25 0 4 0 669725773 3430227968 720224 33554432000 4194304 4625164 140735408272304 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=3349832 CPUtime=989.45 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 4757588 0 0 0 98209 736 0 0 25 0 4 0 669725773 3430227968 720224 33554432000 4194304 4625164 140735408272304 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3995.93
Current children cumulated vsize (KiB) 3349832

[startup+1062.3 s]
/proc/loadavg: 8.14 8.04 7.73 9/388 5426
/proc/meminfo: memFree=16295408/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=3414328 CPUtime=4235.15 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 5559698 0 0 0 422541 974 0 0 25 0 4 0 669725760 3496271872 743425 33554432000 4194304 4625164 140735408272304 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 853582 743425 355 106 0 849085 0
[pid=5304/tid=5324] ppid=5302 vsize=3414328 CPUtime=1062.17 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 394163 0 0 0 106096 121 0 0 25 0 4 0 669725773 3496271872 743425 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=3414328 CPUtime=1062.17 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 138063 0 0 0 106147 70 0 0 25 0 4 0 669725773 3496271872 743425 33554432000 4194304 4625164 140735408272304 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=3414328 CPUtime=1048.7 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 4798393 0 0 0 104125 745 0 0 25 0 4 0 669725773 3496271872 743425 33554432000 4194304 4625164 140735408272304 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4235.15
Current children cumulated vsize (KiB) 3414328

[startup+1122.3 s]
/proc/loadavg: 8.11 8.05 7.75 9/388 5428
/proc/meminfo: memFree=16147280/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=3479864 CPUtime=4474.38 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 5843039 0 0 0 446413 1025 0 0 25 0 4 0 669725760 3563380736 763147 33554432000 4194304 4625164 140735408272304 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 869966 763147 351 106 0 865469 0
[pid=5304/tid=5324] ppid=5302 vsize=3479864 CPUtime=1122.18 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 398587 0 0 0 112092 126 0 0 25 0 4 0 669725773 3563380736 763147 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=3479864 CPUtime=1122.18 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 138127 0 0 0 112148 70 0 0 25 0 4 0 669725773 3563380736 763147 33554432000 4194304 4625164 140735408272304 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=3479864 CPUtime=1107.92 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 5068188 0 0 0 110004 788 0 0 25 0 4 0 669725773 3563380736 763147 33554432000 4194304 4625164 140735408272304 18446744073709551615 4552554 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.38
Current children cumulated vsize (KiB) 3479864

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.77 9/388 5429
/proc/meminfo: memFree=15970296/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=3593252 CPUtime=4713.62 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 6199713 0 0 0 470274 1088 0 0 25 0 4 0 669725760 3679490048 787567 33554432000 4194304 4625164 140735408272304 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 898313 787567 351 106 0 893816 0
[pid=5304/tid=5324] ppid=5302 vsize=3593252 CPUtime=1182.18 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 402712 0 0 0 118088 130 0 0 25 0 4 0 669725773 3679490048 787567 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=3593252 CPUtime=1182.18 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 144195 0 0 0 118147 71 0 0 25 0 4 0 669725773 3679490048 787567 33554432000 4194304 4625164 140735408272304 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=3593252 CPUtime=1167.17 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 5400145 0 0 0 115873 844 0 0 25 0 4 0 669725773 3679490048 787567 33554432000 4194304 4625164 140735408272304 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4713.62
Current children cumulated vsize (KiB) 3593252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.07 8.05 7.77 9/388 5430
/proc/meminfo: memFree=15921428/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=3593252 CPUtime=4800.15 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) R 5302 5304 4682 0 -1 4202496 6323136 0 0 0 478907 1108 0 0 25 0 4 0 669725760 3679490048 793318 33554432000 4194304 4625164 140735408272304 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 898313 793318 352 106 0 893816 0
[pid=5304/tid=5324] ppid=5302 vsize=3593252 CPUtime=1203.89 cores=0,2,4,6
/proc/5304/task/5324/stat : 5324 (SArTagnan) R 5302 5304 4682 0 -1 4202560 403881 0 0 0 120259 130 0 0 25 0 4 0 669725773 3679490048 793318 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5304/tid=5325] ppid=5302 vsize=3593252 CPUtime=1203.9 cores=0,2,4,6
/proc/5304/task/5325/stat : 5325 (SArTagnan) R 5302 5304 4682 0 -1 4202560 144232 0 0 0 120319 71 0 0 25 0 4 0 669725773 3679490048 793318 33554432000 4194304 4625164 140735408272304 18446744073709551615 4330511 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=3593252 CPUtime=1188.59 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4202560 5522271 0 0 0 117996 863 0 0 25 0 4 0 669725773 3679490048 793318 33554432000 4194304 4625164 140735408272304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 3593252

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

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

[startup+1204.12 s]
/proc/loadavg: 8.07 8.05 7.77 9/388 5430
/proc/meminfo: memFree=15921428/32950928 swapFree=45972156/67111528
[pid=5304] ppid=5302 vsize=0 CPUtime=4800.29 cores=0,2,4,6
/proc/5304/stat : 5304 (SArTagnan) Z 5302 5304 4682 0 -1 4203548 6323142 0 0 0 478911 1118 0 0 25 0 2 0 669725760 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5304/statm: 0 0 0 0 0 0 0
[pid=5304/tid=5326] ppid=5302 vsize=0 CPUtime=1188.7 cores=0,2,4,6
/proc/5304/task/5326/stat : 5326 (SArTagnan) R 5302 5304 4682 0 -1 4203588 5522277 0 0 0 117997 873 0 0 25 0 2 0 669725773 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.15
CPU time (s): 4800.34
CPU user time (s): 4789.12
CPU system time (s): 11.2213
CPU usage (%): 398.648
Max. virtual memory (cumulated for all children) (KiB): 3593252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.12
system time used= 11.2213
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6323142
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= 3079
involuntary context switches= 21621

runsolver used 4.25135 second user time and 11.0513 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 23:27:50
IDJOB=3385883
IDBENCH=83173
IDSOLVER=1871
FILE ID=node120/3385883-1305581270
RUNJOBID= node120-1305581270-5281
PBS_JOBID= 13350219
Free space on /tmp= 73492 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385883-1305581270/watcher-3385883-1305581270 -o /tmp/evaluation-result-3385883-1305581270/solver-3385883-1305581270 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385883-1305581270.cnf -threads=4

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=2024736411

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:      22119468 kB
Buffers:         82628 kB
Cached:         565616 kB
SwapCached:      63496 kB
Active:         382568 kB
Inactive:     10224108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22119468 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:            5104 kB
Writeback:           0 kB
AnonPages:     9900888 kB
Mapped:          15432 kB
Slab:            77084 kB
PageTables:      82320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78732764 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= 73492 MiB
End job on node120 at 2011-05-16 23:47:56