Trace number 3251706

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.18 1201.8

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3251706-1304124174/watcher-3251706-1304124174 -o /tmp/evaluation-result-3251706-1304124174/solver-3251706-1304124174 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3251706-1304124174.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.09 8.03 7.73 6/180 26856
/proc/meminfo: memFree=31008728/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=24912 CPUtime=0 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 637 0 0 0 0 0 0 0 25 0 1 0 504833653 25509888 486 33554432000 4194304 4623224 140735168413360 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26856/statm: 6228 487 297 105 0 1732 0

[startup+0.0308581 s]
/proc/loadavg: 8.09 8.03 7.73 6/180 26856
/proc/meminfo: memFree=31008728/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=26868 CPUtime=0.02 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 1960 0 0 0 2 0 0 0 25 0 1 0 504833653 27512832 828 33554432000 4194304 4623224 140735168413360 18446744073709551615 212039655168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26856/statm: 6717 828 297 105 0 2221 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26868

[startup+0.105709 s]
/proc/loadavg: 8.09 8.03 7.73 6/180 26856
/proc/meminfo: memFree=31008728/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=207340 CPUtime=0.21 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 8272 0 0 0 21 0 0 0 25 0 4 0 504833653 212316160 6562 33554432000 4194304 4623224 140735168413360 18446744073709551615 4388779 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 51835 6562 333 105 0 47339 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 207340

[startup+0.300777 s]
/proc/loadavg: 8.09 8.03 7.73 6/180 26856
/proc/meminfo: memFree=31008728/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=280756 CPUtime=1 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 15554 0 0 0 98 2 0 0 25 0 4 0 504833653 287494144 9700 33554432000 4194304 4623224 140735168413360 18446744073709551615 4513847 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 70189 9700 343 105 0 65693 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 280756

[startup+0.700706 s]
/proc/loadavg: 8.09 8.03 7.73 6/180 26856
/proc/meminfo: memFree=31008728/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=284452 CPUtime=2.59 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 17718 0 0 0 257 2 0 0 25 0 4 0 504833653 291278848 11813 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 71113 11813 343 105 0 66617 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 284452

[startup+1.50056 s]
/proc/loadavg: 8.16 8.05 7.74 10/184 26860
/proc/meminfo: memFree=30935172/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=288220 CPUtime=5.79 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 22432 0 0 0 576 3 0 0 25 0 4 0 504833653 295137280 16311 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 72055 16311 347 105 0 67559 0
[pid=26856/tid=26858] ppid=26854 vsize=288220 CPUtime=1.43 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 1871 0 0 0 143 0 0 0 25 0 4 0 504833659 295137280 16311 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=288220 CPUtime=1.42 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 3011 0 0 0 142 0 0 0 25 0 4 0 504833659 295137280 16311 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=288220 CPUtime=1.43 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 1618 0 0 0 143 0 0 0 20 0 4 0 504833659 295137280 16311 33554432000 4194304 4623224 140735168413360 18446744073709551615 4562739 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 288220

[startup+3.10028 s]
/proc/loadavg: 8.16 8.05 7.74 9/184 26860
/proc/meminfo: memFree=30890284/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=304728 CPUtime=12.18 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 34042 0 0 0 1213 5 0 0 25 0 4 0 504833653 312041472 23882 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 76182 23882 376 105 0 71686 0
[pid=26856/tid=26858] ppid=26854 vsize=304728 CPUtime=3.02 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 4243 0 0 0 302 0 0 0 25 0 4 0 504833659 312041472 23882 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=304728 CPUtime=3.01 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 5552 0 0 0 300 1 0 0 25 0 4 0 504833659 312041472 23882 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=304728 CPUtime=3.02 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 4218 0 0 0 302 0 0 0 25 0 4 0 504833659 312041472 23882 33554432000 4194304 4623224 140735168413360 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 304728

[startup+6.30071 s]
/proc/loadavg: 8.16 8.05 7.74 9/184 26861
/proc/meminfo: memFree=30808364/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=309492 CPUtime=24.97 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 51340 0 0 0 2489 8 0 0 25 0 4 0 504833653 316919808 30765 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 77373 30765 434 105 0 72877 0
[pid=26856/tid=26858] ppid=26854 vsize=309492 CPUtime=6.23 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6748 0 0 0 622 1 0 0 25 0 4 0 504833659 316919808 30765 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=309492 CPUtime=6.2 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 9048 0 0 0 618 2 0 0 25 0 4 0 504833659 316919808 30765 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=309492 CPUtime=6.23 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 14112 0 0 0 621 2 0 0 25 0 4 0 504833659 316919808 30765 33554432000 4194304 4623224 140735168413360 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 309492

[startup+12.7006 s]
/proc/loadavg: 8.14 8.05 7.74 9/184 26861
/proc/meminfo: memFree=30696932/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=351456 CPUtime=50.54 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 105506 0 0 0 5035 19 0 0 25 0 4 0 504833653 359890944 44694 33554432000 4194304 4623224 140735168413360 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 87864 44694 637 105 0 83368 0
[pid=26856/tid=26858] ppid=26854 vsize=351456 CPUtime=12.62 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 10326 0 0 0 1261 1 0 0 25 0 4 0 504833659 359890944 44694 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=351456 CPUtime=12.56 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 17741 0 0 0 1252 4 0 0 25 0 4 0 504833659 359890944 44694 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=351456 CPUtime=12.63 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 49426 0 0 0 1255 8 0 0 25 0 4 0 504833659 359890944 44694 33554432000 4194304 4623224 140735168413360 18446744073709551615 4545438 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 351456

[startup+25.5003 s]
/proc/loadavg: 8.19 8.06 7.75 9/184 26861
/proc/meminfo: memFree=30489104/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=479464 CPUtime=101.66 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 198526 0 0 0 10131 35 0 0 25 0 4 0 504833653 490971136 67362 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 119866 67362 474 105 0 115370 0
[pid=26856/tid=26858] ppid=26854 vsize=479464 CPUtime=25.43 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 18104 0 0 0 2539 4 0 0 25 0 4 0 504833659 490971136 67362 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=479464 CPUtime=25.29 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 26336 0 0 0 2523 6 0 0 25 0 4 0 504833659 490971136 67362 33554432000 4194304 4623224 140735168413360 18446744073709551615 4377539 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=479464 CPUtime=25.43 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 82963 0 0 0 2529 14 0 0 25 0 4 0 504833659 490971136 67362 33554432000 4194304 4623224 140735168413360 18446744073709551615 4577664 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 479464

[startup+51.1007 s]
/proc/loadavg: 8.12 8.06 7.76 9/184 26862
/proc/meminfo: memFree=30114300/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=616272 CPUtime=203.93 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 357971 0 0 0 20335 58 0 0 25 0 4 0 504833653 631062528 108022 33554432000 4194304 4623224 140735168413360 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 154068 108022 696 105 0 149572 0
[pid=26856/tid=26858] ppid=26854 vsize=616272 CPUtime=51.03 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 27693 0 0 0 5097 6 0 0 25 0 4 0 504833659 631062528 108022 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=616272 CPUtime=50.75 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 42582 0 0 0 5066 9 0 0 25 0 4 0 504833659 631062528 108022 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=616272 CPUtime=51.03 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 175902 0 0 0 5076 27 0 0 25 0 4 0 504833659 631062528 108022 33554432000 4194304 4623224 140735168413360 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 616272

[startup+102.307 s]
/proc/loadavg: 8.10 8.06 7.77 9/184 26863
/proc/meminfo: memFree=29481000/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=1020668 CPUtime=408.46 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 743715 0 0 0 40726 120 0 0 25 0 4 0 504833653 1045164032 170567 33554432000 4194304 4623224 140735168413360 18446744073709551615 4415008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 255167 170568 471 105 0 250671 0
[pid=26856/tid=26858] ppid=26854 vsize=1020668 CPUtime=102.23 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 44101 0 0 0 10214 9 0 0 25 0 4 0 504833659 1045164032 170569 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=1020668 CPUtime=101.67 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 63076 0 0 0 10150 17 0 0 25 0 4 0 504833659 1045164032 170569 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=1020668 CPUtime=102.22 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 400110 0 0 0 10164 58 0 0 25 0 4 0 504833659 1045164032 170569 33554432000 4194304 4623224 140735168413360 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.46
Current children cumulated vsize (KiB) 1020668

[startup+162.301 s]
/proc/loadavg: 8.03 8.05 7.78 9/184 26865
/proc/meminfo: memFree=28849548/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=1255264 CPUtime=648.11 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 1401161 0 0 0 64594 217 0 0 25 0 4 0 504833653 1285390336 228849 33554432000 4194304 4623224 140735168413360 18446744073709551615 4388116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 313816 228849 651 105 0 309320 0
[pid=26856/tid=26858] ppid=26854 vsize=1255264 CPUtime=162.23 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 61442 0 0 0 16211 12 0 0 25 0 4 0 504833659 1285390336 228849 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=1255264 CPUtime=161.34 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 73849 0 0 0 16108 26 0 0 25 0 4 0 504833659 1285390336 228849 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=1255264 CPUtime=162.22 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 909014 0 0 0 16094 128 0 0 25 0 4 0 504833659 1285390336 228849 33554432000 4194304 4623224 140735168413360 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.11
Current children cumulated vsize (KiB) 1255264

[startup+222.301 s]
/proc/loadavg: 8.01 8.04 7.79 9/184 26866
/proc/meminfo: memFree=28270660/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=1449652 CPUtime=887.78 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 2039212 0 0 0 88463 315 0 0 25 0 4 0 504833653 1484443648 275716 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 362413 275716 344 105 0 357917 0
[pid=26856/tid=26858] ppid=26854 vsize=1449652 CPUtime=222.23 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 66312 0 0 0 22207 16 0 0 25 0 4 0 504833659 1484443648 275716 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=1449652 CPUtime=221.01 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 99032 0 0 0 22070 31 0 0 25 0 4 0 504833659 1484443648 275716 33554432000 4194304 4623224 140735168413360 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=1449652 CPUtime=222.21 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 1458398 0 0 0 22015 206 0 0 25 0 4 0 504833659 1484443648 275716 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.78
Current children cumulated vsize (KiB) 1449652

[startup+282.3 s]

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

[pid=26856] ppid=26854 vsize=2595400 CPUtime=2805.17 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 5558468 0 0 0 279597 920 0 0 25 0 4 0 504833653 2657689600 526382 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 648850 526382 344 105 0 644354 0
[pid=26856/tid=26858] ppid=26854 vsize=2595400 CPUtime=702.24 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 105332 0 0 0 70195 29 0 0 25 0 4 0 504833659 2657689600 526382 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2595400 CPUtime=698.41 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 161749 0 0 0 69771 70 0 0 25 0 4 0 504833659 2657689600 526382 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2595400 CPUtime=702.18 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 4249567 0 0 0 69561 657 0 0 25 0 4 0 504833659 2657689600 526382 33554432000 4194304 4623224 140735168413360 18446744073709551615 4363945 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.17
Current children cumulated vsize (KiB) 2595400

[startup+762.307 s]
/proc/loadavg: 8.08 8.08 7.91 9/184 26881
/proc/meminfo: memFree=25714456/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2606176 CPUtime=3044.87 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 6002998 0 0 0 303494 993 0 0 25 0 4 0 504833653 2668724224 535444 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 651544 535445 344 105 0 647048 0
[pid=26856/tid=26858] ppid=26854 vsize=2606176 CPUtime=762.24 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 105597 0 0 0 76195 29 0 0 25 0 4 0 504833659 2668724224 535445 33554432000 4194304 4623224 140735168413360 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2606176 CPUtime=758.08 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 161830 0 0 0 75738 70 0 0 25 0 4 0 504833659 2668724224 535445 33554432000 4194304 4623224 140735168413360 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2606176 CPUtime=762.19 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 4686785 0 0 0 75491 728 0 0 25 0 4 0 504833659 2668724224 535446 33554432000 4194304 4623224 140735168413360 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.87
Current children cumulated vsize (KiB) 2606176

[startup+822.301 s]
/proc/loadavg: 8.06 8.08 7.91 9/184 26882
/proc/meminfo: memFree=25529888/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2618644 CPUtime=3284.52 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 6452338 0 0 0 327383 1069 0 0 25 0 4 0 504833653 2681491456 547043 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 654661 547043 344 105 0 650165 0
[pid=26856/tid=26858] ppid=26854 vsize=2618644 CPUtime=822.24 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 105816 0 0 0 82195 29 0 0 25 0 4 0 504833659 2681491456 547043 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2618644 CPUtime=817.76 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 161965 0 0 0 81706 70 0 0 25 0 4 0 504833659 2681491456 547043 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2618644 CPUtime=822.19 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 5126973 0 0 0 81416 803 0 0 25 0 4 0 504833659 2681491456 547043 33554432000 4194304 4623224 140735168413360 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.52
Current children cumulated vsize (KiB) 2618644

[startup+882.3 s]
/proc/loadavg: 8.11 8.09 7.93 9/184 26884
/proc/meminfo: memFree=25323384/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2639680 CPUtime=3524.2 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 6895091 0 0 0 351280 1140 0 0 25 0 4 0 504833653 2703032320 565067 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 659920 565067 344 105 0 655424 0
[pid=26856/tid=26858] ppid=26854 vsize=2639680 CPUtime=882.24 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 106046 0 0 0 88195 29 0 0 25 0 4 0 504833659 2703032320 565067 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2639680 CPUtime=877.43 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 162121 0 0 0 87673 70 0 0 25 0 4 0 504833659 2703032320 565067 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2639680 CPUtime=882.19 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 5552094 0 0 0 87348 871 0 0 25 0 4 0 504833659 2703032320 565067 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.2
Current children cumulated vsize (KiB) 2639680

[startup+942.3 s]
/proc/loadavg: 8.20 8.12 7.94 9/184 26886
/proc/meminfo: memFree=25153568/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2641604 CPUtime=3763.86 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 7404156 0 0 0 375159 1227 0 0 25 0 4 0 504833653 2705002496 571542 33554432000 4194304 4623224 140735168413360 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 660401 571542 344 105 0 655905 0
[pid=26856/tid=26858] ppid=26854 vsize=2641604 CPUtime=942.24 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 106224 0 0 0 94195 29 0 0 25 0 4 0 504833659 2705002496 571542 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2641604 CPUtime=937.11 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 162324 0 0 0 93640 71 0 0 25 0 4 0 504833659 2705002496 571542 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2641604 CPUtime=942.19 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6057486 0 0 0 93263 956 0 0 25 0 4 0 504833659 2705002496 571542 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.86
Current children cumulated vsize (KiB) 2641604

[startup+1002.3 s]
/proc/loadavg: 8.20 8.12 7.95 9/184 26887
/proc/meminfo: memFree=24991336/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2641604 CPUtime=4003.54 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 7582943 0 0 0 399097 1257 0 0 25 0 4 0 504833653 2705002496 572489 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 660401 572489 344 105 0 655905 0
[pid=26856/tid=26858] ppid=26854 vsize=2641604 CPUtime=1002.24 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 106399 0 0 0 100195 29 0 0 25 0 4 0 504833659 2705002496 572489 33554432000 4194304 4623224 140735168413360 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2641604 CPUtime=996.79 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 162406 0 0 0 99608 71 0 0 25 0 4 0 504833659 2705002496 572489 33554432000 4194304 4623224 140735168413360 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2641604 CPUtime=1002.2 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6236000 0 0 0 99234 986 0 0 25 0 4 0 504833659 2705002496 572489 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.54
Current children cumulated vsize (KiB) 2641604

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 7.96 9/184 26889
/proc/meminfo: memFree=24935864/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2641604 CPUtime=4243.22 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 7796744 0 0 0 423029 1293 0 0 25 0 4 0 504833653 2705002496 573275 33554432000 4194304 4623224 140735168413360 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 660401 573276 344 105 0 655905 0
[pid=26856/tid=26858] ppid=26854 vsize=2641604 CPUtime=1062.25 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 106561 0 0 0 106195 30 0 0 25 0 4 0 504833659 2705002496 573276 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2641604 CPUtime=1056.46 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 162448 0 0 0 105575 71 0 0 25 0 4 0 504833659 2705002496 573276 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2641604 CPUtime=1062.19 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6449566 0 0 0 105198 1021 0 0 25 0 4 0 504833659 2705002496 573276 33554432000 4194304 4623224 140735168413360 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 2641604

[startup+1122.3 s]
/proc/loadavg: 8.05 8.09 7.96 9/184 26899
/proc/meminfo: memFree=24897744/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2650356 CPUtime=4482.87 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 7867000 0 0 0 446981 1306 0 0 25 0 4 0 504833653 2713964544 575656 33554432000 4194304 4623224 140735168413360 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 662589 575656 344 105 0 658093 0
[pid=26856/tid=26858] ppid=26854 vsize=2650356 CPUtime=1122.25 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 106973 0 0 0 112195 30 0 0 25 0 4 0 504833659 2713964544 575656 33554432000 4194304 4623224 140735168413360 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2650356 CPUtime=1116.12 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 162596 0 0 0 111541 71 0 0 25 0 4 0 504833659 2713964544 575656 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2650356 CPUtime=1122.19 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6519231 0 0 0 111185 1034 0 0 25 0 4 0 504833659 2713964544 575656 33554432000 4194304 4623224 140735168413360 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.87
Current children cumulated vsize (KiB) 2650356

[startup+1182.3 s]
/proc/loadavg: 8.05 8.09 7.96 9/184 26901
/proc/meminfo: memFree=24866304/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2684644 CPUtime=4722.55 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 7886884 0 0 0 470946 1309 0 0 25 0 4 0 504833653 2749075456 579177 33554432000 4194304 4623224 140735168413360 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 671161 579177 344 105 0 666665 0
[pid=26856/tid=26858] ppid=26854 vsize=2684644 CPUtime=1182.25 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 107407 0 0 0 118195 30 0 0 25 0 4 0 504833659 2749075456 579177 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2684644 CPUtime=1175.8 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 163384 0 0 0 117509 71 0 0 25 0 4 0 504833659 2749075456 579177 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2684644 CPUtime=1182.19 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6537573 0 0 0 117182 1037 0 0 25 0 4 0 504833659 2749075456 579177 33554432000 4194304 4623224 140735168413360 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 2684644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.10 7.97 5/179 26902
/proc/meminfo: memFree=28751132/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2684644 CPUtime=4800.07 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 7887995 0 0 0 478697 1310 0 0 25 0 4 0 504833653 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 671161 580283 344 105 0 666665 0
[pid=26856/tid=26858] ppid=26854 vsize=2684644 CPUtime=1201.65 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 107594 0 0 0 120135 30 0 0 25 0 4 0 504833659 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2684644 CPUtime=1195.09 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 163871 0 0 0 119438 71 0 0 25 0 4 0 504833659 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2684644 CPUtime=1201.6 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6537998 0 0 0 119123 1037 0 0 25 0 4 0 504833659 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2684644

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.10 7.97 5/179 26902
/proc/meminfo: memFree=28751132/32951124 swapFree=67106388/67111528
[pid=26856] ppid=26854 vsize=2684644 CPUtime=4800.07 cores=1,3,5,7
/proc/26856/stat : 26856 (SArTagnan) R 26854 26856 26718 0 -1 4202496 7887995 0 0 0 478697 1310 0 0 25 0 4 0 504833653 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26856/statm: 671161 580283 344 105 0 666665 0
[pid=26856/tid=26858] ppid=26854 vsize=2684644 CPUtime=1201.65 cores=1,3,5,7
/proc/26856/task/26858/stat : 26858 (SArTagnan) R 26854 26856 26718 0 -1 4202560 107594 0 0 0 120135 30 0 0 25 0 4 0 504833659 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4357400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26856/tid=26859] ppid=26854 vsize=2684644 CPUtime=1195.09 cores=1,3,5,7
/proc/26856/task/26859/stat : 26859 (SArTagnan) R 26854 26856 26718 0 -1 4202560 163871 0 0 0 119438 71 0 0 25 0 4 0 504833659 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26856/tid=26860] ppid=26854 vsize=2684644 CPUtime=1201.6 cores=1,3,5,7
/proc/26856/task/26860/stat : 26860 (SArTagnan) R 26854 26856 26718 0 -1 4202560 6537998 0 0 0 119123 1037 0 0 25 0 4 0 504833659 2749075456 580283 33554432000 4194304 4623224 140735168413360 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2684644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.8
CPU time (s): 4800.18
CPU user time (s): 4787
CPU system time (s): 13.188
CPU usage (%): 399.416
Max. virtual memory (cumulated for all children) (KiB): 2967888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787
system time used= 13.188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7887995
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= 2815
involuntary context switches= 28593

runsolver used 1.67175 second user time and 4.89426 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 02:42:54
IDJOB=3251706
IDBENCH=88229
IDSOLVER=1656
FILE ID=node146/3251706-1304124174
RUNJOBID= node146-1304122969-26737
PBS_JOBID= 13170750
Free space on /tmp= 72984 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251706-1304124174/watcher-3251706-1304124174 -o /tmp/evaluation-result-3251706-1304124174/solver-3251706-1304124174 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3251706-1304124174.cnf -threads=4

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=633919527

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:     32951124 kB
MemFree:      31009132 kB
Buffers:        390200 kB
Cached:        1049312 kB
SwapCached:        540 kB
Active:         166788 kB
Inactive:      1402808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31009132 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:           11284 kB
Writeback:           0 kB
AnonPages:      128284 kB
Mapped:          14992 kB
Slab:           309956 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   322384 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= 72992 MiB
End job on node146 at 2011-04-30 03:02:58