Trace number 3385880

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.43 1204.04

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
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 variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
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-3385880-1305581271/watcher-3385880-1305581271 -o /tmp/evaluation-result-3385880-1305581271/solver-3385880-1305581271 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385880-1305581271.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: 3.74 5.58 6.95 5/384 5394
/proc/meminfo: memFree=22047092/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=21124 CPUtime=0 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 764 0 0 0 0 0 0 0 25 0 1 0 669725844 21630976 639 33554432000 4194304 4625164 140736654266560 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5394/statm: 5281 640 296 106 0 784 0

[startup+0.0625111 s]
/proc/loadavg: 3.74 5.58 6.95 5/384 5394
/proc/meminfo: memFree=22047092/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=201860 CPUtime=0.09 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 8203 0 0 0 8 1 0 0 25 0 4 0 669725844 206704640 4771 33554432000 4194304 4625164 140736654266560 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 50465 4773 338 106 0 45968 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 201860

[startup+0.163519 s]
/proc/loadavg: 3.74 5.58 6.95 5/384 5394
/proc/meminfo: memFree=22047092/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=204424 CPUtime=0.49 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 10310 0 0 0 48 1 0 0 25 0 4 0 669725844 209330176 5866 33554432000 4194304 4625164 140736654266560 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 51106 5866 338 106 0 46609 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 204424

[startup+0.300497 s]
/proc/loadavg: 3.74 5.58 6.95 5/384 5394
/proc/meminfo: memFree=22047092/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=270356 CPUtime=1.04 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 11830 0 0 0 103 1 0 0 25 0 4 0 669725844 276844544 6757 33554432000 4194304 4625164 140736654266560 18446744073709551615 4511950 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 67589 6757 338 106 0 63092 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 270356

[startup+0.700427 s]
/proc/loadavg: 3.74 5.58 6.95 5/384 5394
/proc/meminfo: memFree=22047092/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=271868 CPUtime=2.64 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 18461 0 0 0 262 2 0 0 25 0 4 0 669725844 278392832 9692 33554432000 4194304 4625164 140736654266560 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 67967 9692 339 106 0 63470 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 271868

[startup+1.50029 s]
/proc/loadavg: 3.74 5.58 6.95 9/388 5398
/proc/meminfo: memFree=21982132/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=279452 CPUtime=5.83 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 32366 0 0 0 577 6 0 0 25 0 4 0 669725844 286158848 15502 33554432000 4194304 4625164 140736654266560 18446744073709551615 4336854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 69863 15502 342 106 0 65366 0
[pid=5394/tid=5396] ppid=5392 vsize=279452 CPUtime=1.43 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 4385 0 0 0 143 0 0 0 25 0 4 0 669725848 286158848 15502 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=279452 CPUtime=1.42 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 5050 0 0 0 141 1 0 0 25 0 4 0 669725848 286158848 15502 33554432000 4194304 4625164 140736654266560 18446744073709551615 4278661 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=279452 CPUtime=1.44 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 14423 0 0 0 143 1 0 0 25 0 4 0 669725848 286158848 15502 33554432000 4194304 4625164 140736654266560 18446744073709551615 4579595 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 279452

[startup+3.10101 s]
/proc/loadavg: 4.08 5.62 6.96 9/388 5398
/proc/meminfo: memFree=21933204/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=287116 CPUtime=12.22 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 55630 0 0 0 1212 10 0 0 25 0 4 0 669725844 294006784 25528 33554432000 4194304 4625164 140736654266560 18446744073709551615 4396493 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 71779 25528 342 106 0 67282 0
[pid=5394/tid=5396] ppid=5392 vsize=287116 CPUtime=3.04 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 8043 0 0 0 303 1 0 0 25 0 4 0 669725848 294006784 25528 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=287116 CPUtime=3.01 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 10053 0 0 0 298 3 0 0 25 0 4 0 669725848 294006784 25528 33554432000 4194304 4625164 140736654266560 18446744073709551615 4352528 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=287116 CPUtime=3.04 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 27704 0 0 0 301 3 0 0 25 0 4 0 669725848 294006784 25528 33554432000 4194304 4625164 140736654266560 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 287116

[startup+6.30044 s]
/proc/loadavg: 4.08 5.62 6.96 9/388 5398
/proc/meminfo: memFree=21814172/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=309540 CPUtime=24.97 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 99427 0 0 0 2479 18 0 0 25 0 4 0 669725844 316968960 40081 33554432000 4194304 4625164 140736654266560 18446744073709551615 4396715 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 77385 40081 342 106 0 72888 0
[pid=5394/tid=5396] ppid=5392 vsize=309540 CPUtime=6.24 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 12480 0 0 0 622 2 0 0 25 0 4 0 669725848 316968960 40081 33554432000 4194304 4625164 140736654266560 18446744073709551615 235594533850 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=309540 CPUtime=6.18 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 17165 0 0 0 612 6 0 0 25 0 4 0 669725848 316968960 40081 33554432000 4194304 4625164 140736654266560 18446744073709551615 4464958 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=309540 CPUtime=6.24 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 58082 0 0 0 616 8 0 0 25 0 4 0 669725848 316968960 40081 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 309540

[startup+12.7003 s]
/proc/loadavg: 4.69 5.70 6.97 9/388 5398
/proc/meminfo: memFree=21615420/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=451372 CPUtime=50.5 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 172728 0 0 0 5017 33 0 0 25 0 4 0 669725844 462204928 63529 33554432000 4194304 4625164 140736654266560 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 112843 63529 342 106 0 108346 0
[pid=5394/tid=5396] ppid=5392 vsize=451372 CPUtime=12.64 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 19139 0 0 0 1261 3 0 0 25 0 4 0 669725848 462204928 63529 33554432000 4194304 4625164 140736654266560 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=451372 CPUtime=12.49 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 27337 0 0 0 1239 10 0 0 25 0 4 0 669725848 462204928 63529 33554432000 4194304 4625164 140736654266560 18446744073709551615 4352558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=451372 CPUtime=12.64 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 110577 0 0 0 1249 15 0 0 25 0 4 0 669725848 462204928 63529 33554432000 4194304 4625164 140736654266560 18446744073709551615 4339688 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 451372

[startup+25.5011 s]
/proc/loadavg: 5.20 5.77 6.98 9/388 5399
/proc/meminfo: memFree=21327136/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=577528 CPUtime=101.54 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 285119 0 0 0 10097 57 0 0 25 0 4 0 669725844 591388672 100225 33554432000 4194304 4625164 140736654266560 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 144382 100225 342 106 0 139885 0
[pid=5394/tid=5396] ppid=5392 vsize=577528 CPUtime=25.44 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 28589 0 0 0 2538 6 0 0 25 0 4 0 669725848 591388672 100225 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=577528 CPUtime=25.14 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 44327 0 0 0 2495 19 0 0 25 0 4 0 669725848 591388672 100225 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=577528 CPUtime=25.44 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 190192 0 0 0 2517 27 0 0 25 0 4 0 669725848 591388672 100225 33554432000 4194304 4625164 140736654266560 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 577528

[startup+51.1006 s]
/proc/loadavg: 6.15 5.95 7.01 9/388 5399
/proc/meminfo: memFree=20889108/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=777388 CPUtime=203.62 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 472916 0 0 0 20264 98 0 0 25 0 4 0 669725844 796045312 154193 33554432000 4194304 4625164 140736654266560 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 194347 154193 342 106 0 189850 0
[pid=5394/tid=5396] ppid=5392 vsize=777388 CPUtime=51.04 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 41621 0 0 0 5094 10 0 0 25 0 4 0 669725848 796045312 154193 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=777388 CPUtime=50.42 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 66107 0 0 0 5010 32 0 0 25 0 4 0 669725848 796045312 154193 33554432000 4194304 4625164 140736654266560 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=777388 CPUtime=51.04 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 332964 0 0 0 5054 50 0 0 25 0 4 0 669725848 796045312 154193 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 777388

[startup+102.315 s]
/proc/loadavg: 7.39 6.33 7.07 9/388 5401
/proc/meminfo: memFree=20222576/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=1127888 CPUtime=407.83 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 766829 0 0 0 40627 156 0 0 25 0 4 0 669725844 1154957312 236515 33554432000 4194304 4625164 140736654266560 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 281972 236515 342 106 0 277475 0
[pid=5394/tid=5396] ppid=5392 vsize=1127888 CPUtime=102.26 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 82582 0 0 0 10207 19 0 0 25 0 4 0 669725848 1154957312 236515 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=1127888 CPUtime=100.98 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 96025 0 0 0 10051 47 0 0 25 0 4 0 669725848 1154957312 236515 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=1127888 CPUtime=102.25 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 542521 0 0 0 10143 82 0 0 25 0 4 0 669725848 1154957312 236515 33554432000 4194304 4625164 140736654266560 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.83
Current children cumulated vsize (KiB) 1127888

[startup+162.301 s]
/proc/loadavg: 7.90 6.66 7.14 9/388 5402
/proc/meminfo: memFree=19593988/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=1565520 CPUtime=647.02 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 1254942 0 0 0 64457 245 0 0 25 0 4 0 669725844 1603092480 319621 33554432000 4194304 4625164 140736654266560 18446744073709551615 4396755 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 391380 319621 342 106 0 386883 0
[pid=5394/tid=5396] ppid=5392 vsize=1565520 CPUtime=162.24 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 118419 0 0 0 16198 26 0 0 25 0 4 0 669725848 1603092480 319621 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=1565520 CPUtime=160.48 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 135302 0 0 0 15982 66 0 0 25 0 4 0 669725848 1603092480 319621 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=1565520 CPUtime=161.98 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 936888 0 0 0 16055 143 0 0 25 0 4 0 669725848 1603092480 319621 33554432000 4194304 4625164 140736654266560 18446744073709551615 4552612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.02
Current children cumulated vsize (KiB) 1565520

[startup+222.3 s]
/proc/loadavg: 8.15 6.95 7.20 9/388 5404
/proc/meminfo: memFree=19144448/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=1706736 CPUtime=886.29 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 1564044 0 0 0 88316 313 0 0 25 0 4 0 669725844 1747697664 371575 33554432000 4194304 4625164 140736654266560 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 426684 371575 342 106 0 422187 0
[pid=5394/tid=5396] ppid=5392 vsize=1706736 CPUtime=222.25 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 125693 0 0 0 22192 33 0 0 25 0 4 0 669725848 1747697664 371575 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=1706736 CPUtime=220.48 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 155514 0 0 0 21967 81 0 0 25 0 4 0 669725848 1747697664 371575 33554432000 4194304 4625164 140736654266560 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=1706736 CPUtime=221.24 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 1216019 0 0 0 21936 188 0 0 25 0 4 0 669725848 1747697664 371575 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 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) 1706736

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.16 7.90 7.57 9/388 5417
/proc/meminfo: memFree=17327792/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=2648532 CPUtime=2800.2 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 3737663 0 0 0 279261 759 0 0 25 0 4 0 669725844 2712096768 591874 33554432000 4194304 4625164 140736654266560 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 662133 591874 342 106 0 657636 0
[pid=5394/tid=5396] ppid=5392 vsize=2648532 CPUtime=702.25 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 274980 0 0 0 70132 93 0 0 25 0 4 0 669725848 2712096768 591874 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=2648532 CPUtime=700.47 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 156490 0 0 0 69966 81 0 0 25 0 4 0 669725848 2712096768 591874 33554432000 4194304 4625164 140736654266560 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=2648532 CPUtime=695.14 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 3074477 0 0 0 68979 535 0 0 25 0 4 0 669725848 2712096768 591874 33554432000 4194304 4625164 140736654266560 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.2
Current children cumulated vsize (KiB) 2648532

[startup+762.315 s]
/proc/loadavg: 8.16 7.94 7.60 9/388 5418
/proc/meminfo: memFree=17156628/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=2808624 CPUtime=3039.49 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 4152140 0 0 0 303112 837 0 0 25 0 4 0 669725844 2876030976 612779 33554432000 4194304 4625164 140736654266560 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 702156 612779 342 106 0 697659 0
[pid=5394/tid=5396] ppid=5392 vsize=2808624 CPUtime=762.27 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 280047 0 0 0 76128 99 0 0 25 0 4 0 669725848 2876030976 612779 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=2808624 CPUtime=760.48 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 156598 0 0 0 75967 81 0 0 25 0 4 0 669725848 2876030976 612779 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=2808624 CPUtime=754.38 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 3411063 0 0 0 74847 591 0 0 25 0 4 0 669725848 2876030976 612779 33554432000 4194304 4625164 140736654266560 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.49
Current children cumulated vsize (KiB) 2808624

[startup+822.301 s]
/proc/loadavg: 8.15 7.98 7.64 9/388 5420
/proc/meminfo: memFree=16985348/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=2916868 CPUtime=3278.67 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 4577199 0 0 0 326949 918 0 0 25 0 4 0 669725844 2986872832 635753 33554432000 4194304 4625164 140736654266560 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 729217 635753 342 106 0 724720 0
[pid=5394/tid=5396] ppid=5392 vsize=2916868 CPUtime=822.25 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 284996 0 0 0 82120 105 0 0 25 0 4 0 669725848 2986872832 635753 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=2916868 CPUtime=820.48 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 156683 0 0 0 81966 82 0 0 25 0 4 0 669725848 2986872832 635753 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=2916868 CPUtime=813.61 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 3758009 0 0 0 80712 649 0 0 25 0 4 0 669725848 2986872832 635753 33554432000 4194304 4625164 140736654266560 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.67
Current children cumulated vsize (KiB) 2916868

[startup+882.3 s]
/proc/loadavg: 8.10 8.00 7.66 9/388 5421
/proc/meminfo: memFree=16820388/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=2963260 CPUtime=3517.9 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 4649914 0 0 0 350849 941 0 0 25 0 4 0 669725844 3034378240 653389 33554432000 4194304 4625164 140736654266560 18446744073709551615 4513472 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 740815 653389 342 106 0 736318 0
[pid=5394/tid=5396] ppid=5392 vsize=2963260 CPUtime=882.25 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 289739 0 0 0 88114 111 0 0 25 0 4 0 669725848 3034378240 653389 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351942 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=2963260 CPUtime=880.48 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 156785 0 0 0 87966 82 0 0 25 0 4 0 669725848 3034378240 653389 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=2963260 CPUtime=872.84 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 3805071 0 0 0 86624 660 0 0 25 0 4 0 669725848 3034378240 653389 33554432000 4194304 4625164 140736654266560 18446744073709551615 4579595 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.9
Current children cumulated vsize (KiB) 2963260

[startup+942.301 s]
/proc/loadavg: 8.08 8.01 7.68 9/388 5423
/proc/meminfo: memFree=16658776/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=2973212 CPUtime=3757.15 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 4991492 0 0 0 374709 1006 0 0 25 0 4 0 669725844 3044569088 673759 33554432000 4194304 4625164 140736654266560 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 743303 673759 342 106 0 738806 0
[pid=5394/tid=5396] ppid=5392 vsize=2973212 CPUtime=942.25 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 294430 0 0 0 94112 113 0 0 25 0 4 0 669725848 3044569088 673759 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=2973212 CPUtime=940.47 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 156881 0 0 0 93965 82 0 0 25 0 4 0 669725848 3044569088 673759 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=2973212 CPUtime=932.09 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 4104584 0 0 0 92494 715 0 0 25 0 4 0 669725848 3044569088 673759 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.15
Current children cumulated vsize (KiB) 2973212

[startup+1002.3 s]
/proc/loadavg: 8.15 8.04 7.71 9/388 5425
/proc/meminfo: memFree=16458848/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=3050100 CPUtime=3996.39 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 5351345 0 0 0 398560 1079 0 0 25 0 4 0 669725844 3123302400 691449 33554432000 4194304 4625164 140736654266560 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 762525 691449 343 106 0 758028 0
[pid=5394/tid=5396] ppid=5392 vsize=3050100 CPUtime=1002.25 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 298278 0 0 0 100109 116 0 0 25 0 4 0 669725848 3123302400 691449 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=3050100 CPUtime=1000.47 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 156990 0 0 0 99965 82 0 0 25 0 4 0 669725848 3123302400 691449 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=3050100 CPUtime=991.32 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 4427460 0 0 0 98356 776 0 0 25 0 4 0 669725848 3123302400 691449 33554432000 4194304 4625164 140736654266560 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.39
Current children cumulated vsize (KiB) 3050100

[startup+1062.3 s]
/proc/loadavg: 8.13 8.04 7.73 9/388 5426
/proc/meminfo: memFree=16292276/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=3127516 CPUtime=4235.64 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 5710060 0 0 0 422416 1148 0 0 25 0 4 0 669725844 3202576384 709938 33554432000 4194304 4625164 140736654266560 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 781879 709938 342 106 0 777382 0
[pid=5394/tid=5396] ppid=5392 vsize=3127516 CPUtime=1062.25 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 303349 0 0 0 106106 119 0 0 25 0 4 0 669725848 3202576384 709938 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=3127516 CPUtime=1060.47 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 157090 0 0 0 105965 82 0 0 25 0 4 0 669725848 3202576384 709938 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=3127516 CPUtime=1050.57 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 4733388 0 0 0 104225 832 0 0 25 0 4 0 669725848 3202576384 709938 33554432000 4194304 4625164 140736654266560 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.64
Current children cumulated vsize (KiB) 3127516

[startup+1122.3 s]
/proc/loadavg: 8.11 8.05 7.75 9/388 5428
/proc/meminfo: memFree=16145172/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=3204404 CPUtime=4474.87 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 6074997 0 0 0 446271 1216 0 0 25 0 4 0 669725844 3281309696 726828 33554432000 4194304 4625164 140736654266560 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 801101 726828 342 106 0 796604 0
[pid=5394/tid=5396] ppid=5392 vsize=3204404 CPUtime=1122.26 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 307641 0 0 0 112105 121 0 0 25 0 4 0 669725848 3281309696 726828 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=3204404 CPUtime=1120.47 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 157193 0 0 0 111965 82 0 0 25 0 4 0 669725848 3281309696 726828 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=3204404 CPUtime=1109.79 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 5034108 0 0 0 110094 885 0 0 25 0 4 0 669725848 3281309696 726828 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.87
Current children cumulated vsize (KiB) 3204404

[startup+1182.3 s]
/proc/loadavg: 8.10 8.05 7.77 9/388 5429
/proc/meminfo: memFree=15968560/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=3295968 CPUtime=4714.12 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 6436011 0 0 0 470125 1287 0 0 25 0 4 0 669725844 3375071232 746531 33554432000 4194304 4625164 140736654266560 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 823992 746531 342 106 0 819495 0
[pid=5394/tid=5396] ppid=5392 vsize=3295968 CPUtime=1182.26 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 311783 0 0 0 118103 123 0 0 25 0 4 0 669725848 3375071232 746531 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=3295968 CPUtime=1180.47 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 157284 0 0 0 117965 82 0 0 25 0 4 0 669725848 3375071232 746531 33554432000 4194304 4625164 140736654266560 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=3295968 CPUtime=1169.04 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 5316294 0 0 0 115966 938 0 0 25 0 4 0 669725848 3375071232 746531 33554432000 4194304 4625164 140736654266560 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.12
Current children cumulated vsize (KiB) 3295968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.07 8.05 7.77 5/383 5431
/proc/meminfo: memFree=19097848/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=3300984 CPUtime=4800.26 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) R 5392 5394 4682 0 -1 4202496 6528833 0 0 0 478716 1310 0 0 25 0 4 0 669725844 3380207616 752395 33554432000 4194304 4625164 140736654266560 18446744073709551615 4512092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 825246 752395 342 106 0 820749 0
[pid=5394/tid=5396] ppid=5392 vsize=3300984 CPUtime=1203.87 cores=1,3,5,7
/proc/5394/task/5396/stat : 5396 (SArTagnan) R 5392 5394 4682 0 -1 4202560 313127 0 0 0 120264 123 0 0 25 0 4 0 669725848 3380207616 752395 33554432000 4194304 4625164 140736654266560 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5394/tid=5397] ppid=5392 vsize=3300984 CPUtime=1202.08 cores=1,3,5,7
/proc/5394/task/5397/stat : 5397 (SArTagnan) R 5392 5394 4682 0 -1 4202560 157320 0 0 0 120126 82 0 0 25 0 4 0 669725848 3380207616 752395 33554432000 4194304 4625164 140736654266560 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=3300984 CPUtime=1190.37 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4202560 5380487 0 0 0 118084 953 0 0 25 0 4 0 669725848 3380207616 752395 33554432000 4194304 4625164 140736654266560 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 3300984

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

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

[startup+1204.02 s]
/proc/loadavg: 8.07 8.05 7.77 5/383 5431
/proc/meminfo: memFree=19097848/32950928 swapFree=45972156/67111528
[pid=5394] ppid=5392 vsize=0 CPUtime=4800.4 cores=1,3,5,7
/proc/5394/stat : 5394 (SArTagnan) Z 5392 5394 4682 0 -1 4203548 6528858 0 0 0 478720 1320 0 0 25 0 2 0 669725844 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5394/statm: 0 0 0 0 0 0 0
[pid=5394/tid=5398] ppid=5392 vsize=0 CPUtime=1190.47 cores=1,3,5,7
/proc/5394/task/5398/stat : 5398 (SArTagnan) R 5392 5394 4682 0 -1 4203588 5380488 0 0 0 118084 963 0 0 25 0 2 0 669725848 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.04
CPU time (s): 4800.43
CPU user time (s): 4787.21
CPU system time (s): 13.226
CPU usage (%): 398.694
Max. virtual memory (cumulated for all children) (KiB): 3300984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.21
system time used= 13.226
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6528858
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= 2623
involuntary context switches= 31068

runsolver used 4.06238 second user time and 11.2043 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 23:27:51
IDJOB=3385880
IDBENCH=83177
IDSOLVER=1871
FILE ID=node120/3385880-1305581271
RUNJOBID= node120-1305581270-5282
PBS_JOBID= 13350219
Free space on /tmp= 73492 MiB

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

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=1766641928

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:      22048116 kB
Buffers:         82716 kB
Cached:         567328 kB
SwapCached:      63496 kB
Active:         452732 kB
Inactive:     10224384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22048116 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:            6884 kB
Writeback:           0 kB
AnonPages:     9969576 kB
Mapped:          15992 kB
Slab:            77640 kB
PageTables:      82136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78850996 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-16 23:47:57