Trace number 3263324

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.56 1201.95

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
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 variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263324-1304100901/watcher-3263324-1304100901 -o /tmp/evaluation-result-3263324-1304100901/solver-3263324-1304100901 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263324-1304100901.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: 8.11 8.12 8.03 5/180 2434
/proc/meminfo: memFree=31279092/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=19740 CPUtime=0 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 486 0 0 0 0 0 0 0 25 0 1 0 521688890 20213760 423 33554432000 4194304 4623224 140733784953680 18446744073709551615 235594866432 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2434/statm: 4935 423 297 105 0 439 0

[startup+0.019209 s]
/proc/loadavg: 8.11 8.12 8.03 5/180 2434
/proc/meminfo: memFree=31279092/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=52932 CPUtime=0.02 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 1299 0 0 0 2 0 0 0 25 0 4 0 521688890 54202368 984 33554432000 4194304 4623224 140733784953680 18446744073709551615 47401511548850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 13233 984 302 105 0 8737 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 52932

[startup+0.167184 s]
/proc/loadavg: 8.11 8.12 8.03 5/180 2434
/proc/meminfo: memFree=31279092/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=253584 CPUtime=0.61 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 4172 0 0 0 60 1 0 0 25 0 4 0 521688890 259670016 3209 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 63396 3209 343 105 0 58900 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 253584

[startup+0.300163 s]
/proc/loadavg: 8.11 8.12 8.03 5/180 2434
/proc/meminfo: memFree=31279092/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=256824 CPUtime=1.14 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 5670 0 0 0 113 1 0 0 25 0 4 0 521688890 262987776 4313 33554432000 4194304 4623224 140733784953680 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 64206 4313 346 105 0 59710 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 256824

[startup+0.701093 s]
/proc/loadavg: 8.11 8.12 8.03 5/180 2434
/proc/meminfo: memFree=31279092/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=262768 CPUtime=2.74 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 9004 0 0 0 273 1 0 0 25 0 4 0 521688890 269074432 6589 33554432000 4194304 4623224 140733784953680 18446744073709551615 4509958 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 65692 6589 354 105 0 61196 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 262768

[startup+1.50095 s]
/proc/loadavg: 8.11 8.12 8.03 9/184 2438
/proc/meminfo: memFree=31245268/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=272748 CPUtime=5.94 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 16935 0 0 0 591 3 0 0 25 0 4 0 521688890 279293952 10053 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510433 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 68187 10053 345 105 0 63691 0
[pid=2434/tid=2436] ppid=2432 vsize=272748 CPUtime=1.47 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 3151 0 0 0 147 0 0 0 25 0 4 0 521688891 279293952 10053 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=272748 CPUtime=1.47 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 3533 0 0 0 147 0 0 0 25 0 4 0 521688891 279293952 10053 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=272748 CPUtime=1.47 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 4730 0 0 0 147 0 0 0 25 0 4 0 521688891 279293952 10057 33554432000 4194304 4623224 140733784953680 18446744073709551615 4557794 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 272748

[startup+3.10067 s]
/proc/loadavg: 8.18 8.14 8.03 9/184 2438
/proc/meminfo: memFree=31210176/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=281792 CPUtime=12.33 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 25913 0 0 0 1229 4 0 0 25 0 4 0 521688890 288555008 13573 33554432000 4194304 4623224 140733784953680 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 70448 13573 348 105 0 65952 0
[pid=2434/tid=2436] ppid=2432 vsize=281792 CPUtime=3.05 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 6340 0 0 0 305 0 0 0 25 0 4 0 521688891 288555008 13573 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=281792 CPUtime=3.07 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 5389 0 0 0 307 0 0 0 25 0 4 0 521688891 288555008 13573 33554432000 4194304 4623224 140733784953680 18446744073709551615 235594515660 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=281792 CPUtime=3.08 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 8362 0 0 0 307 1 0 0 25 0 4 0 521688891 288555008 13573 33554432000 4194304 4623224 140733784953680 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 281792

[startup+6.30111 s]
/proc/loadavg: 8.18 8.14 8.03 9/184 2438
/proc/meminfo: memFree=31164028/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=296452 CPUtime=25.12 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 52026 0 0 0 2502 10 0 0 25 0 4 0 521688890 303566848 21060 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 74113 21060 344 105 0 69617 0
[pid=2434/tid=2436] ppid=2432 vsize=296452 CPUtime=6.24 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 9808 0 0 0 623 1 0 0 25 0 4 0 521688891 303566848 21060 33554432000 4194304 4623224 140733784953680 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=296452 CPUtime=6.28 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 9071 0 0 0 626 2 0 0 25 0 4 0 521688891 303566848 21060 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=296452 CPUtime=6.28 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 24215 0 0 0 624 4 0 0 25 0 4 0 521688891 303566848 21060 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 296452

[startup+12.701 s]
/proc/loadavg: 8.15 8.13 8.03 9/184 2438
/proc/meminfo: memFree=31057752/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=317092 CPUtime=50.68 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 127706 0 0 0 5046 22 0 0 25 0 4 0 521688890 324702208 31315 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 79273 31315 370 105 0 74777 0
[pid=2434/tid=2436] ppid=2432 vsize=317092 CPUtime=12.61 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 15348 0 0 0 1259 2 0 0 25 0 4 0 521688891 324702208 31315 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=317092 CPUtime=12.67 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 14868 0 0 0 1264 3 0 0 25 0 4 0 521688891 324702208 31315 33554432000 4194304 4623224 140733784953680 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=317092 CPUtime=12.68 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 85223 0 0 0 1255 13 0 0 25 0 4 0 521688891 324702208 31315 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 317092

[startup+25.5007 s]
/proc/loadavg: 8.13 8.13 8.03 9/184 2439
/proc/meminfo: memFree=30911532/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=367408 CPUtime=101.8 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 266424 0 0 0 10135 45 0 0 25 0 4 0 521688890 376225792 47979 33554432000 4194304 4623224 140733784953680 18446744073709551615 4517554 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 91852 47979 344 105 0 87356 0
[pid=2434/tid=2436] ppid=2432 vsize=367408 CPUtime=25.33 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 31873 0 0 0 2527 6 0 0 25 0 4 0 521688891 376225792 47979 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=367408 CPUtime=25.47 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 23215 0 0 0 2541 6 0 0 25 0 4 0 521688891 376225792 47980 33554432000 4194304 4623224 140733784953680 18446744073709551615 4377073 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=367408 CPUtime=25.48 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 193879 0 0 0 2519 29 0 0 25 0 4 0 521688891 376225792 47982 33554432000 4194304 4623224 140733784953680 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 367408

[startup+51.1002 s]
/proc/loadavg: 8.08 8.12 8.03 9/184 2439
/proc/meminfo: memFree=30444252/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=548600 CPUtime=204.06 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 415142 0 0 0 20330 76 0 0 25 0 4 0 521688890 561766400 84363 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 137150 84363 352 105 0 132654 0
[pid=2434/tid=2436] ppid=2432 vsize=548600 CPUtime=50.79 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 47629 0 0 0 5070 9 0 0 25 0 4 0 521688891 561766400 84363 33554432000 4194304 4623224 140733784953680 18446744073709551615 4366480 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=548600 CPUtime=51.07 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 37742 0 0 0 5092 15 0 0 25 0 4 0 521688891 561766400 84363 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=548600 CPUtime=51.07 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 261166 0 0 0 5067 40 0 0 25 0 4 0 521688891 561766400 84363 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 548600

[startup+102.306 s]
/proc/loadavg: 8.07 8.11 8.03 9/184 2441
/proc/meminfo: memFree=30046276/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=924192 CPUtime=408.6 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 583991 0 0 0 40751 109 0 0 25 0 4 0 521688890 946372608 156267 33554432000 4194304 4623224 140733784953680 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 231048 156267 648 105 0 226552 0
[pid=2434/tid=2436] ppid=2432 vsize=924192 CPUtime=101.71 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 68774 0 0 0 10157 14 0 0 25 0 4 0 521688891 946372608 156267 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376993 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=924192 CPUtime=102.28 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 54624 0 0 0 10205 23 0 0 25 0 4 0 521688891 946372608 156267 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=924192 CPUtime=102.28 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 279977 0 0 0 10185 43 0 0 25 0 4 0 521688891 946372608 156267 33554432000 4194304 4623224 140733784953680 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 924192

[startup+162.301 s]
/proc/loadavg: 8.02 8.08 8.02 9/184 2442
/proc/meminfo: memFree=29630192/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=1134468 CPUtime=648.25 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 1190258 0 0 0 64620 205 0 0 25 0 4 0 521688890 1161695232 219100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 283617 219100 977 105 0 279121 0
[pid=2434/tid=2436] ppid=2432 vsize=1134468 CPUtime=161.39 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 79002 0 0 0 16121 18 0 0 25 0 4 0 521688891 1161695232 219100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=1134468 CPUtime=162.27 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 63251 0 0 0 16196 31 0 0 25 0 4 0 521688891 1161695232 219100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=1134468 CPUtime=162.27 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 758491 0 0 0 16115 112 0 0 25 0 4 0 521688891 1161695232 219100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.25
Current children cumulated vsize (KiB) 1134468

[startup+222.301 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 2444
/proc/meminfo: memFree=29261712/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=1572388 CPUtime=887.9 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 1748589 0 0 0 88498 292 0 0 25 0 4 0 521688890 1610125312 297059 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 393097 297059 868 105 0 388601 0
[pid=2434/tid=2436] ppid=2432 vsize=1572388 CPUtime=221.05 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 107432 0 0 0 22080 25 0 0 25 0 4 0 521688891 1610125312 297059 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=1572388 CPUtime=222.27 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 80561 0 0 0 22191 36 0 0 25 0 4 0 521688891 1610125312 297059 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=1572388 CPUtime=222.26 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 1091451 0 0 0 22065 161 0 0 25 0 4 0 521688891 1610125312 297059 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.9
Current children cumulated vsize (KiB) 1572388

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.03 8.07 8.03 9/184 2457
/proc/meminfo: memFree=25384708/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=3543748 CPUtime=2805.1 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 6425533 0 0 0 279471 1039 0 0 25 0 4 0 521688890 3628797952 679519 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510108 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 885937 679519 367 105 0 881441 0
[pid=2434/tid=2436] ppid=2432 vsize=3543748 CPUtime=698.39 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 170749 0 0 0 69795 44 0 0 25 0 4 0 521688891 3628797952 679519 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=3543748 CPUtime=702.24 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 145984 0 0 0 70138 86 0 0 25 0 4 0 521688891 3628797952 679519 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=3543748 CPUtime=702.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 4700641 0 0 0 69514 710 0 0 25 0 4 0 521688891 3628797952 679519 33554432000 4194304 4623224 140733784953680 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.1
Current children cumulated vsize (KiB) 3543748

[startup+762.306 s]
/proc/loadavg: 8.01 8.05 8.02 9/184 2458
/proc/meminfo: memFree=25184244/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=3543748 CPUtime=3044.8 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 6993098 0 0 0 303346 1134 0 0 25 0 4 0 521688890 3628797952 692082 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 885937 692082 364 105 0 881441 0
[pid=2434/tid=2436] ppid=2432 vsize=3543748 CPUtime=758.08 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 171330 0 0 0 75763 45 0 0 25 0 4 0 521688891 3628797952 692082 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=3543748 CPUtime=762.24 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 149507 0 0 0 76134 90 0 0 25 0 4 0 521688891 3628797952 692082 33554432000 4194304 4623224 140733784953680 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=3543748 CPUtime=762.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 5247937 0 0 0 75426 798 0 0 25 0 4 0 521688891 3628797952 692082 33554432000 4194304 4623224 140733784953680 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.8
Current children cumulated vsize (KiB) 3543748

[startup+822.301 s]
/proc/loadavg: 8.00 8.04 8.02 9/184 2460
/proc/meminfo: memFree=24787232/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=3706896 CPUtime=3284.44 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 7553425 0 0 0 327217 1227 0 0 25 0 4 0 521688890 3795861504 724100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 926724 724100 344 105 0 922228 0
[pid=2434/tid=2436] ppid=2432 vsize=3706896 CPUtime=817.75 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 171770 0 0 0 81730 45 0 0 25 0 4 0 521688891 3795861504 724100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=3706896 CPUtime=822.23 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 151719 0 0 0 82131 92 0 0 25 0 4 0 521688891 3795861504 724100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=3706896 CPUtime=822.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 5726381 0 0 0 81347 877 0 0 25 0 4 0 521688891 3795861504 724100 33554432000 4194304 4623224 140733784953680 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.44
Current children cumulated vsize (KiB) 3706896

[startup+882.301 s]
/proc/loadavg: 8.05 8.05 8.01 9/184 2461
/proc/meminfo: memFree=24510124/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=3841628 CPUtime=3524.12 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 7624693 0 0 0 351159 1253 0 0 25 0 4 0 521688890 3933827072 775334 33554432000 4194304 4623224 140733784953680 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 960407 775334 344 105 0 955911 0
[pid=2434/tid=2436] ppid=2432 vsize=3841628 CPUtime=877.41 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 172491 0 0 0 87696 45 0 0 25 0 4 0 521688891 3933827072 775334 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=3841628 CPUtime=882.24 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 158458 0 0 0 88119 105 0 0 25 0 4 0 521688891 3933827072 775334 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=3841628 CPUtime=882.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 5728123 0 0 0 87347 877 0 0 25 0 4 0 521688891 3933827072 775334 33554432000 4194304 4623224 140733784953680 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.12
Current children cumulated vsize (KiB) 3841628

[startup+942.301 s]
/proc/loadavg: 8.06 8.05 8.01 9/184 2463
/proc/meminfo: memFree=24157880/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=3976924 CPUtime=3763.8 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 7672227 0 0 0 375111 1269 0 0 25 0 4 0 521688890 4072370176 803283 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 994231 803283 344 105 0 989735 0
[pid=2434/tid=2436] ppid=2432 vsize=3976924 CPUtime=937.09 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 172560 0 0 0 93664 45 0 0 25 0 4 0 521688891 4072370176 803283 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=3976924 CPUtime=942.24 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 164310 0 0 0 94109 115 0 0 25 0 4 0 521688891 4072370176 803283 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=3976924 CPUtime=942.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 5730824 0 0 0 93346 878 0 0 25 0 4 0 521688891 4072370176 803283 33554432000 4194304 4623224 140733784953680 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.8
Current children cumulated vsize (KiB) 3976924

[startup+1002.3 s]
/proc/loadavg: 8.02 8.04 8.01 9/184 2465
/proc/meminfo: memFree=22224520/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=4101684 CPUtime=4003.47 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 7826040 0 0 0 399047 1300 0 0 25 0 4 0 521688890 4200124416 833253 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 1025421 833253 354 105 0 1020925 0
[pid=2434/tid=2436] ppid=2432 vsize=4101684 CPUtime=996.75 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 172802 0 0 0 99630 45 0 0 25 0 4 0 521688891 4200124416 833253 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=4101684 CPUtime=1002.24 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 199400 0 0 0 100098 126 0 0 25 0 4 0 521688891 4200124416 833253 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=4101684 CPUtime=1002.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 5826332 0 0 0 99331 893 0 0 25 0 4 0 521688891 4200124416 833253 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 4101684

[startup+1062.3 s]
/proc/loadavg: 8.01 8.03 8.00 9/184 2466
/proc/meminfo: memFree=22106520/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=4108676 CPUtime=4243.14 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 8227488 0 0 0 422949 1365 0 0 25 0 4 0 521688890 4207284224 845552 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 1027169 845552 345 105 0 1022673 0
[pid=2434/tid=2436] ppid=2432 vsize=4108676 CPUtime=1056.43 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 172999 0 0 0 105598 45 0 0 25 0 4 0 521688891 4207284224 845552 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=4108676 CPUtime=1062.24 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 203366 0 0 0 106093 131 0 0 25 0 4 0 521688891 4207284224 845552 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=4108676 CPUtime=1062.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 6210404 0 0 0 105273 951 0 0 25 0 4 0 521688891 4207284224 845552 33554432000 4194304 4623224 140733784953680 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 4108676

[startup+1122.3 s]
/proc/loadavg: 8.11 8.05 8.01 9/184 2468
/proc/meminfo: memFree=21132160/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=4939832 CPUtime=4482.81 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 9121322 0 0 0 446782 1499 0 0 25 0 4 0 521688890 5058387968 933922 33554432000 4194304 4623224 140733784953680 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 1234958 933922 344 105 0 1230462 0
[pid=2434/tid=2436] ppid=2432 vsize=4939832 CPUtime=1116.1 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 173436 0 0 0 111565 45 0 0 25 0 4 0 521688891 5058387968 933922 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=4939832 CPUtime=1122.23 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 207055 0 0 0 112085 138 0 0 25 0 4 0 521688891 5058387968 933922 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=4939832 CPUtime=1122.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 6629868 0 0 0 111202 1022 0 0 25 0 4 0 521688891 5058387968 933922 33554432000 4194304 4623224 140733784953680 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 4939832

[startup+1182.3 s]
/proc/loadavg: 8.11 8.06 8.01 9/184 2469
/proc/meminfo: memFree=20660748/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=4945188 CPUtime=4722.48 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 9139893 0 0 0 470740 1508 0 0 25 0 4 0 521688890 5063872512 946142 33554432000 4194304 4623224 140733784953680 18446744073709551615 4517541 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 1236297 946142 344 105 0 1231801 0
[pid=2434/tid=2436] ppid=2432 vsize=4945188 CPUtime=1175.78 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 173674 0 0 0 117532 46 0 0 25 0 4 0 521688891 5063872512 946142 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=4945188 CPUtime=1182.22 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 210998 0 0 0 118079 143 0 0 25 0 4 0 521688891 5063872512 946142 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=4945188 CPUtime=1182.24 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 6631609 0 0 0 117202 1022 0 0 25 0 4 0 521688891 5063872512 946142 33554432000 4194304 4623224 140733784953680 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 4945188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 7.19 7.86 7.94 5/175 2488
/proc/meminfo: memFree=27621772/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=4947932 CPUtime=4800.39 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) R 2432 2434 2120 0 -1 4202496 9153367 0 0 0 478527 1512 0 0 25 0 4 0 521688890 5066682368 951649 33554432000 4194304 4623224 140733784953680 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 1236983 951649 344 105 0 1232487 0
[pid=2434/tid=2436] ppid=2432 vsize=4947932 CPUtime=1195.17 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4202560 174309 0 0 0 119471 46 0 0 25 0 4 0 521688891 5066682368 951649 33554432000 4194304 4623224 140733784953680 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2434/tid=2437] ppid=2432 vsize=4947932 CPUtime=1201.73 cores=1,3,5,7
/proc/2434/task/2437/stat : 2437 (SArTagnan) R 2432 2434 2120 0 -1 4202560 213079 0 0 0 120028 145 0 0 25 0 4 0 521688891 5066682368 951649 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2434/tid=2438] ppid=2432 vsize=4947932 CPUtime=1201.75 cores=1,3,5,7
/proc/2434/task/2438/stat : 2438 (SArTagnan) R 2432 2434 2120 0 -1 4202560 6632328 0 0 0 119153 1022 0 0 25 0 4 0 521688891 5066682368 951649 33554432000 4194304 4623224 140733784953680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 4947932

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

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

[startup+1201.91 s]
/proc/loadavg: 7.19 7.86 7.94 5/175 2488
/proc/meminfo: memFree=27621772/32950928 swapFree=67111404/67111528
[pid=2434] ppid=2432 vsize=0 CPUtime=4800.52 cores=1,3,5,7
/proc/2434/stat : 2434 (SArTagnan) Z 2432 2434 2120 0 -1 4203548 9153367 0 0 0 478530 1522 0 0 25 0 2 0 521688890 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2434/statm: 0 0 0 0 0 0 0
[pid=2434/tid=2436] ppid=2432 vsize=0 CPUtime=1195.27 cores=1,3,5,7
/proc/2434/task/2436/stat : 2436 (SArTagnan) R 2432 2434 2120 0 -1 4203588 174309 0 0 0 119471 56 0 0 25 0 2 0 521688891 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.52
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.95
CPU time (s): 4800.56
CPU user time (s): 4785.3
CPU system time (s): 15.2607
CPU usage (%): 399.397
Max. virtual memory (cumulated for all children) (KiB): 6475980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4785.3
system time used= 15.2607
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9153367
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= 6289
involuntary context switches= 30679

runsolver used 1.82972 second user time and 4.73228 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 20:15:01
IDJOB=3263324
IDBENCH=83952
IDSOLVER=1656
FILE ID=node120/3263324-1304100901
RUNJOBID= node120-1304098479-2139
PBS_JOBID= 13170619
Free space on /tmp= 72076 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263324-1304100901/watcher-3263324-1304100901 -o /tmp/evaluation-result-3263324-1304100901/solver-3263324-1304100901 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3263324-1304100901.cnf -threads=4

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

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=1380660158

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:      31279248 kB
Buffers:        481576 kB
Cached:         611596 kB
SwapCached:          8 kB
Active:         560204 kB
Inactive:       753252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31279248 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            1944 kB
Writeback:           0 kB
AnonPages:      220436 kB
Mapped:          15664 kB
Slab:           295980 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   424316 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= 72076 MiB
End job on node120 at 2011-04-29 20:35:05