Trace number 3262840

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.24 1202.1

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
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 variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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-3262840-1304099683/watcher-3262840-1304099683 -o /tmp/evaluation-result-3262840-1304099683/solver-3262840-1304099683 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3262840-1304099683.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: 7.84 7.98 7.88 5/180 2293
/proc/meminfo: memFree=29259580/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=20264 CPUtime=0 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 487 0 0 0 0 0 0 0 25 0 1 0 521567088 20750336 425 33554432000 4194304 4623224 140736366806144 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2293/statm: 5066 425 297 105 0 570 0

[startup+0.167177 s]
/proc/loadavg: 7.84 7.98 7.88 5/180 2293
/proc/meminfo: memFree=29259580/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=255208 CPUtime=0.59 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 4958 0 0 0 59 0 0 0 25 0 4 0 521567088 261332992 3454 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 63802 3454 343 105 0 59306 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 255208

[startup+0.200171 s]
/proc/loadavg: 7.84 7.98 7.88 5/180 2293
/proc/meminfo: memFree=29259580/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=255348 CPUtime=0.72 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 5362 0 0 0 72 0 0 0 25 0 4 0 521567088 261476352 3858 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 63837 3858 343 105 0 59341 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 255348

[startup+0.300155 s]
/proc/loadavg: 7.84 7.98 7.88 5/180 2293
/proc/meminfo: memFree=29259580/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=258108 CPUtime=1.12 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 7179 0 0 0 112 0 0 0 25 0 4 0 521567088 264302592 5115 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 64527 5115 343 105 0 60031 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 258108

[startup+0.701086 s]
/proc/loadavg: 7.84 7.98 7.88 5/180 2293
/proc/meminfo: memFree=29259580/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=265696 CPUtime=2.73 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 11277 0 0 0 272 1 0 0 25 0 4 0 521567088 272072704 8367 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510195 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 66424 8367 347 105 0 61928 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 265696

[startup+1.50095 s]
/proc/loadavg: 7.84 7.98 7.88 9/184 2299
/proc/meminfo: memFree=29230784/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=279080 CPUtime=5.92 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 17005 0 0 0 590 2 0 0 25 0 4 0 521567088 285777920 11679 33554432000 4194304 4623224 140736366806144 18446744073709551615 4509904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 69770 11679 361 105 0 65274 0
[pid=2293/tid=2296] ppid=2291 vsize=279080 CPUtime=1.46 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 3185 0 0 0 146 0 0 0 25 0 4 0 521567090 285777920 11679 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=279080 CPUtime=1.47 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 3706 0 0 0 147 0 0 0 25 0 4 0 521567090 285777920 11679 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=279080 CPUtime=1.47 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 1908 0 0 0 147 0 0 0 25 0 4 0 521567090 285777920 11679 33554432000 4194304 4623224 140736366806144 18446744073709551615 4366674 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 279080

[startup+3.10066 s]
/proc/loadavg: 7.84 7.98 7.88 9/184 2299
/proc/meminfo: memFree=29209952/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=288104 CPUtime=12.32 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 33114 0 0 0 1227 5 0 0 25 0 4 0 521567088 295018496 17227 33554432000 4194304 4623224 140736366806144 18446744073709551615 4507083 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 72026 17227 387 105 0 67530 0
[pid=2293/tid=2296] ppid=2291 vsize=288104 CPUtime=3.05 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 5379 0 0 0 305 0 0 0 25 0 4 0 521567090 295018496 17227 33554432000 4194304 4623224 140736366806144 18446744073709551615 4366336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=288104 CPUtime=3.07 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 5635 0 0 0 306 1 0 0 25 0 4 0 521567090 295018496 17227 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=288104 CPUtime=3.07 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 10397 0 0 0 306 1 0 0 25 0 4 0 521567090 295018496 17227 33554432000 4194304 4623224 140736366806144 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 288104

[startup+6.3011 s]
/proc/loadavg: 7.85 7.98 7.88 9/184 2299
/proc/meminfo: memFree=29166772/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=306364 CPUtime=25.1 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 59220 0 0 0 2500 10 0 0 25 0 4 0 521567088 313716736 25722 33554432000 4194304 4623224 140736366806144 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 76591 25722 490 105 0 72095 0
[pid=2293/tid=2296] ppid=2291 vsize=306364 CPUtime=6.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 8197 0 0 0 625 0 0 0 25 0 4 0 521567090 313716736 25722 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376790 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=306364 CPUtime=6.25 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 9089 0 0 0 622 3 0 0 25 0 4 0 521567090 313716736 25722 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=306364 CPUtime=6.27 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 29709 0 0 0 623 4 0 0 25 0 4 0 521567090 313716736 25722 33554432000 4194304 4623224 140736366806144 18446744073709551615 4377613 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 306364

[startup+12.701 s]
/proc/loadavg: 7.86 7.98 7.88 5/179 2301
/proc/meminfo: memFree=31205868/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=319672 CPUtime=50.67 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 93260 0 0 0 5047 20 0 0 25 0 4 0 521567088 327344128 33443 33554432000 4194304 4623224 140736366806144 18446744073709551615 4356035 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 79918 33443 481 105 0 75422 0
[pid=2293/tid=2296] ppid=2291 vsize=319672 CPUtime=12.66 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 12231 0 0 0 1264 2 0 0 25 0 4 0 521567090 327344128 33443 33554432000 4194304 4623224 140736366806144 18446744073709551615 4289757 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=319672 CPUtime=12.61 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 13975 0 0 0 1255 6 0 0 25 0 4 0 521567090 327344128 33443 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=319672 CPUtime=12.67 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 51197 0 0 0 1259 8 0 0 25 0 4 0 521567090 327344128 33443 33554432000 4194304 4623224 140736366806144 18446744073709551615 4354994 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 319672

[startup+25.5007 s]
/proc/loadavg: 7.89 7.98 7.88 9/184 2331
/proc/meminfo: memFree=31164784/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=350616 CPUtime=101.79 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 189180 0 0 0 10143 36 0 0 25 0 4 0 521567088 359030784 47338 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 87654 47338 380 105 0 83158 0
[pid=2293/tid=2296] ppid=2291 vsize=350616 CPUtime=25.46 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 21286 0 0 0 2540 6 0 0 25 0 4 0 521567090 359030784 47339 33554432000 4194304 4623224 140736366806144 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=350616 CPUtime=25.34 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 19329 0 0 0 2527 7 0 0 25 0 4 0 521567090 359030784 47339 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=350616 CPUtime=25.47 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 125937 0 0 0 2528 19 0 0 25 0 4 0 521567090 359030784 47339 33554432000 4194304 4623224 140736366806144 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 350616

[startup+51.1012 s]
/proc/loadavg: 7.93 7.98 7.88 9/184 2332
/proc/meminfo: memFree=31007708/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=425216 CPUtime=204.05 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 252916 0 0 0 20353 52 0 0 25 0 4 0 521567088 435421184 73459 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 106304 73459 462 105 0 101808 0
[pid=2293/tid=2296] ppid=2291 vsize=425216 CPUtime=51.06 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 35179 0 0 0 5094 12 0 0 25 0 4 0 521567090 435421184 73459 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=425216 CPUtime=50.8 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 30123 0 0 0 5069 11 0 0 25 0 4 0 521567090 435421184 73459 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=425216 CPUtime=51.07 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 140919 0 0 0 5087 20 0 0 25 0 4 0 521567090 435421184 73459 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 425216

[startup+102.301 s]
/proc/loadavg: 7.97 7.98 7.89 9/184 2333
/proc/meminfo: memFree=30757788/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=648096 CPUtime=408.58 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 344877 0 0 0 40785 73 0 0 25 0 4 0 521567088 663650304 115174 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510093 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 162024 115174 417 105 0 157528 0
[pid=2293/tid=2296] ppid=2291 vsize=648096 CPUtime=102.26 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 49922 0 0 0 10210 16 0 0 25 0 4 0 521567090 663650304 115174 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=648096 CPUtime=101.73 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 35318 0 0 0 10157 16 0 0 25 0 4 0 521567090 663650304 115174 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=648096 CPUtime=102.28 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 152576 0 0 0 10205 23 0 0 25 0 4 0 521567090 663650304 115174 33554432000 4194304 4623224 140736366806144 18446744073709551615 4545379 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 648096

[startup+162.301 s]
/proc/loadavg: 7.99 7.98 7.89 9/184 2335
/proc/meminfo: memFree=30533400/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=848428 CPUtime=648.22 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 433099 0 0 0 64727 95 0 0 25 0 4 0 521567088 868790272 149481 33554432000 4194304 4623224 140736366806144 18446744073709551615 4517541 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 212107 149481 517 105 0 207611 0
[pid=2293/tid=2296] ppid=2291 vsize=848428 CPUtime=162.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 70658 0 0 0 16202 23 0 0 25 0 4 0 521567090 868790272 149481 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=848428 CPUtime=161.39 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 49493 0 0 0 16116 23 0 0 25 0 4 0 521567090 868790272 149481 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=848428 CPUtime=162.26 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 154226 0 0 0 16203 23 0 0 25 0 4 0 521567090 868790272 149481 33554432000 4194304 4623224 140736366806144 18446744073709551615 4550432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (KiB) 848428

[startup+222.306 s]
/proc/loadavg: 7.99 7.98 7.90 9/184 2336
/proc/meminfo: memFree=30339760/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=1063888 CPUtime=887.9 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 917160 0 0 0 88619 171 0 0 25 0 4 0 521567088 1089421312 192698 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 265972 192698 512 105 0 261476 0
[pid=2293/tid=2296] ppid=2291 vsize=1063888 CPUtime=222.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 75910 0 0 0 22201 24 0 0 25 0 4 0 521567090 1089421312 192698 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=1063888 CPUtime=221.07 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 54296 0 0 0 22080 27 0 0 25 0 4 0 521567090 1089421312 192698 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=1063888 CPUtime=222.27 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 540125 0 0 0 22145 82 0 0 25 0 4 0 521567090 1089421312 192698 33554432000 4194304 4623224 140736366806144 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.9
Current children cumulated vsize (KiB) 1063888

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.10 8.10 7.98 9/184 2361
/proc/meminfo: memFree=29044636/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=2150088 CPUtime=2804.41 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 3141166 0 0 0 279903 538 0 0 25 0 4 0 521567088 2201690112 427544 33554432000 4194304 4623224 140736366806144 18446744073709551615 4414838 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 537522 427544 344 105 0 533026 0
[pid=2293/tid=2296] ppid=2291 vsize=2150088 CPUtime=702.24 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 160849 0 0 0 70174 50 0 0 25 0 4 0 521567090 2201690112 427544 33554432000 4194304 4623224 140736366806144 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=2150088 CPUtime=698.45 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 113296 0 0 0 69792 53 0 0 25 0 4 0 521567090 2201690112 427544 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=2150088 CPUtime=702.12 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2098011 0 0 0 69898 314 0 0 25 0 4 0 521567090 2201690112 427544 33554432000 4194304 4623224 140736366806144 18446744073709551615 4363980 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2804.41
Current children cumulated vsize (KiB) 2150088

[startup+762.301 s]
/proc/loadavg: 8.12 8.11 7.99 9/184 2363
/proc/meminfo: memFree=28988152/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=2150088 CPUtime=3044.1 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 3218808 0 0 0 303855 555 0 0 25 0 4 0 521567088 2201690112 434996 33554432000 4194304 4623224 140736366806144 18446744073709551615 235594910055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 537522 434996 344 105 0 533026 0
[pid=2293/tid=2296] ppid=2291 vsize=2150088 CPUtime=762.24 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 161053 0 0 0 76174 50 0 0 25 0 4 0 521567090 2201690112 434996 33554432000 4194304 4623224 140736366806144 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=2150088 CPUtime=758.13 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 116326 0 0 0 75756 57 0 0 25 0 4 0 521567090 2201690112 434996 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=2150088 CPUtime=762.12 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2098361 0 0 0 75898 314 0 0 25 0 4 0 521567090 2201690112 434996 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.1
Current children cumulated vsize (KiB) 2150088

[startup+822.301 s]
/proc/loadavg: 8.20 8.13 8.01 9/184 2364
/proc/meminfo: memFree=28767488/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=2485684 CPUtime=3283.75 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 3464513 0 0 0 327788 587 0 0 25 0 4 0 521567088 2545340416 485978 33554432000 4194304 4623224 140736366806144 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 621421 485978 344 105 0 616925 0
[pid=2293/tid=2296] ppid=2291 vsize=2485684 CPUtime=822.24 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 161966 0 0 0 82174 50 0 0 25 0 4 0 521567090 2545340416 485978 33554432000 4194304 4623224 140736366806144 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=2485684 CPUtime=817.8 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 117371 0 0 0 81721 59 0 0 25 0 4 0 521567090 2545340416 485978 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=2485684 CPUtime=822.13 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2099412 0 0 0 81898 315 0 0 25 0 4 0 521567090 2545340416 485978 33554432000 4194304 4623224 140736366806144 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.75
Current children cumulated vsize (KiB) 2485684

[startup+882.307 s]
/proc/loadavg: 8.19 8.14 8.01 9/184 2366
/proc/meminfo: memFree=28657056/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=2601072 CPUtime=3523.46 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 3554796 0 0 0 351740 606 0 0 25 0 4 0 521567088 2663497728 508201 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 650268 508201 344 105 0 645772 0
[pid=2293/tid=2296] ppid=2291 vsize=2601072 CPUtime=882.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 162965 0 0 0 88174 51 0 0 25 0 4 0 521567090 2663497728 508201 33554432000 4194304 4623224 140736366806144 18446744073709551615 4357644 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=2601072 CPUtime=877.48 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 120018 0 0 0 87685 63 0 0 25 0 4 0 521567090 2663497728 508201 33554432000 4194304 4623224 140736366806144 18446744073709551615 4373048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=2601072 CPUtime=882.13 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2100166 0 0 0 87898 315 0 0 25 0 4 0 521567090 2663497728 508201 33554432000 4194304 4623224 140736366806144 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.46
Current children cumulated vsize (KiB) 2601072

[startup+942.301 s]
/proc/loadavg: 8.18 8.14 8.02 9/184 2367
/proc/meminfo: memFree=28307064/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=2841928 CPUtime=3763.1 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 3674925 0 0 0 375682 628 0 0 25 0 4 0 521567088 2910134272 588192 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 710482 588192 344 105 0 705986 0
[pid=2293/tid=2296] ppid=2291 vsize=2841928 CPUtime=942.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 163415 0 0 0 94174 51 0 0 25 0 4 0 521567090 2910134272 588192 33554432000 4194304 4623224 140736366806144 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=2841928 CPUtime=937.14 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 123622 0 0 0 93651 63 0 0 25 0 4 0 521567090 2910134272 588192 33554432000 4194304 4623224 140736366806144 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=2841928 CPUtime=942.13 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2119742 0 0 0 93895 318 0 0 25 0 4 0 521567090 2910134272 588192 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.1
Current children cumulated vsize (KiB) 2841928

[startup+1002.3 s]
/proc/loadavg: 8.16 8.14 8.02 9/184 2369
/proc/meminfo: memFree=28230612/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=2848956 CPUtime=4002.77 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 3679858 0 0 0 399648 629 0 0 25 0 4 0 521567088 2917330944 592606 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 712239 592606 344 105 0 707743 0
[pid=2293/tid=2296] ppid=2291 vsize=2848956 CPUtime=1002.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 163475 0 0 0 100174 51 0 0 25 0 4 0 521567090 2917330944 592606 33554432000 4194304 4623224 140736366806144 18446744073709551615 4486198 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=2848956 CPUtime=996.82 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 123987 0 0 0 99618 64 0 0 25 0 4 0 521567090 2917330944 592606 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=2848956 CPUtime=1002.13 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2121545 0 0 0 99895 318 0 0 25 0 4 0 521567090 2917330944 592606 33554432000 4194304 4623224 140736366806144 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.77
Current children cumulated vsize (KiB) 2848956

[startup+1062.3 s]
/proc/loadavg: 8.12 8.13 8.02 9/184 2371
/proc/meminfo: memFree=26717244/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=4991720 CPUtime=4242.38 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 4978058 0 0 0 423429 809 0 0 20 0 4 0 521567088 5111521280 990010 33554432000 4194304 4623224 140736366806144 18446744073709551615 235594527777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 1247930 990011 353 105 0 1243434 0
[pid=2293/tid=2296] ppid=2291 vsize=4991720 CPUtime=1062.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 167400 0 0 0 106173 52 0 0 25 0 4 0 521567090 5111521280 990012 33554432000 4194304 4623224 140736366806144 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=4991720 CPUtime=1056.49 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 155475 0 0 0 105581 68 0 0 20 0 4 0 521567090 5111521280 990012 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=4991720 CPUtime=1062.08 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2287676 0 0 0 105866 342 0 0 18 0 4 0 521567090 5111521280 990013 33554432000 4194304 4623224 140736366806144 18446744073709551615 235594525109 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 4991720

[startup+1122.3 s]
/proc/loadavg: 8.09 8.12 8.02 9/184 2372
/proc/meminfo: memFree=26267792/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=5268268 CPUtime=4482.04 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 5221927 0 0 0 447352 852 0 0 25 0 4 0 521567088 5394706432 1071370 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 1317067 1071370 344 105 0 1312571 0
[pid=2293/tid=2296] ppid=2291 vsize=5268268 CPUtime=1122.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 214082 0 0 0 112167 58 0 0 25 0 4 0 521567090 5394706432 1071370 33554432000 4194304 4623224 140736366806144 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=5268268 CPUtime=1116.16 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 159620 0 0 0 111544 72 0 0 25 0 4 0 521567090 5394706432 1071370 33554432000 4194304 4623224 140736366806144 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=5268268 CPUtime=1122.07 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2323950 0 0 0 111860 347 0 0 25 0 4 0 521567090 5394706432 1071370 33554432000 4194304 4623224 140736366806144 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.04
Current children cumulated vsize (KiB) 5268268

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.02 9/184 2374
/proc/meminfo: memFree=26050100/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=5407356 CPUtime=4721.71 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 5279496 0 0 0 471306 865 0 0 25 0 4 0 521567088 5537132544 1115784 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 1351839 1115784 344 105 0 1347343 0
[pid=2293/tid=2296] ppid=2291 vsize=5407356 CPUtime=1182.25 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 214110 0 0 0 118167 58 0 0 25 0 4 0 521567090 5537132544 1115784 33554432000 4194304 4623224 140736366806144 18446744073709551615 4486229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=5407356 CPUtime=1175.83 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 162370 0 0 0 117508 75 0 0 25 0 4 0 521567090 5537132544 1115784 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=5407356 CPUtime=1182.07 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2325938 0 0 0 117860 347 0 0 25 0 4 0 521567090 5537132544 1115784 33554432000 4194304 4623224 140736366806144 18446744073709551615 4545572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.71
Current children cumulated vsize (KiB) 5407356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.13 8.03 9/184 2374
/proc/meminfo: memFree=26031104/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=5408036 CPUtime=4800.02 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) R 2291 2293 2120 0 -1 4202496 5287416 0 0 0 479135 867 0 0 25 0 4 0 521567088 5537828864 1117746 33554432000 4194304 4623224 140736366806144 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 1352009 1117746 344 105 0 1347513 0
[pid=2293/tid=2296] ppid=2291 vsize=5408036 CPUtime=1201.85 cores=0,2,4,6
/proc/2293/task/2296/stat : 2296 (SArTagnan) R 2291 2293 2120 0 -1 4202560 214121 0 0 0 120127 58 0 0 25 0 4 0 521567090 5537828864 1117746 33554432000 4194304 4623224 140736366806144 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=5408036 CPUtime=1195.33 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4202560 163022 0 0 0 119457 76 0 0 25 0 4 0 521567090 5537828864 1117746 33554432000 4194304 4623224 140736366806144 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2293/tid=2299] ppid=2291 vsize=5408036 CPUtime=1201.68 cores=0,2,4,6
/proc/2293/task/2299/stat : 2299 (SArTagnan) R 2291 2293 2120 0 -1 4202560 2326199 0 0 0 119821 347 0 0 25 0 4 0 521567090 5537828864 1117746 33554432000 4194304 4623224 140736366806144 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 5408036

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

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

[startup+1202.01 s]
/proc/loadavg: 8.14 8.13 8.03 9/184 2374
/proc/meminfo: memFree=26031104/32950928 swapFree=67111404/67111528
[pid=2293] ppid=2291 vsize=0 CPUtime=4800.15 cores=0,2,4,6
/proc/2293/stat : 2293 (SArTagnan) Z 2291 2293 2120 0 -1 4203548 5287417 0 0 0 479138 877 0 0 25 0 2 0 521567088 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2293/statm: 0 0 0 0 0 0 0
[pid=2293/tid=2298] ppid=2291 vsize=0 CPUtime=1195.44 cores=0,2,4,6
/proc/2293/task/2298/stat : 2298 (SArTagnan) R 2291 2293 2120 0 -1 4203588 163023 0 0 0 119458 86 0 0 25 0 2 0 521567090 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.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.1
CPU time (s): 4800.24
CPU user time (s): 4791.38
CPU system time (s): 8.85865
CPU usage (%): 399.322
Max. virtual memory (cumulated for all children) (KiB): 6220536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.38
system time used= 8.85865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5287417
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= 2924
involuntary context switches= 34592

runsolver used 2.00969 second user time and 4.54931 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 19:54:43
IDJOB=3262840
IDBENCH=83896
IDSOLVER=1656
FILE ID=node120/3262840-1304099683
RUNJOBID= node120-1304098479-2138
PBS_JOBID= 13170619
Free space on /tmp= 71976 MiB

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

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=141706437

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:      29259868 kB
Buffers:        480480 kB
Cached:         711772 kB
SwapCached:          8 kB
Active:        2576480 kB
Inactive:       752184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29259868 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            1196 kB
Writeback:           0 kB
AnonPages:     2136448 kB
Mapped:          15660 kB
Slab:           295736 kB
PageTables:       9092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2761108 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= 72072 MiB
End job on node120 at 2011-04-29 20:14:47