Trace number 3283931

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.3 1201.78

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-3283931-1304049670/watcher-3283931-1304049670 -o /tmp/evaluation-result-3283931-1304049670/solver-3283931-1304049670 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3283931-1304049670.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.63 6.94 5/180 21575
/proc/meminfo: memFree=20831032/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=21248 CPUtime=0 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 722 0 0 0 0 0 0 0 25 0 1 0 516564027 21757952 589 33554432000 4194304 4623224 140736086657184 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21575/statm: 5312 589 297 105 0 816 0

[startup+0.0664801 s]
/proc/loadavg: 7.84 7.63 6.94 5/180 21575
/proc/meminfo: memFree=20831032/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=269644 CPUtime=0.1 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 8333 0 0 0 10 0 0 0 25 0 4 0 516564027 276115456 5816 33554432000 4194304 4623224 140736086657184 18446744073709551615 4404565 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 67411 5816 333 105 0 62915 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 269644

[startup+0.119668 s]
/proc/loadavg: 7.84 7.63 6.94 5/180 21575
/proc/meminfo: memFree=20831032/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=278428 CPUtime=0.31 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) D 21573 21575 21387 0 -1 4202496 9691 0 0 0 31 0 0 0 25 0 4 0 516564027 285110272 7146 33554432000 4194304 4623224 140736086657184 18446744073709551615 239476392405 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 69607 7146 342 105 0 65111 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 278428

[startup+0.300437 s]
/proc/loadavg: 7.84 7.63 6.94 5/180 21575
/proc/meminfo: memFree=20831032/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=279596 CPUtime=1.04 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 15112 0 0 0 103 1 0 0 25 0 4 0 516564027 286306304 7458 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 69899 7458 340 105 0 65403 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 279596

[startup+0.70036 s]
/proc/loadavg: 7.84 7.63 6.94 5/180 21575
/proc/meminfo: memFree=20831032/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=279596 CPUtime=2.64 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 23010 0 0 0 262 2 0 0 25 0 4 0 516564027 286306304 8139 33554432000 4194304 4623224 140736086657184 18446744073709551615 4507259 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 69899 8141 340 105 0 65403 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 279596

[startup+1.50021 s]
/proc/loadavg: 7.84 7.63 6.94 9/184 21579
/proc/meminfo: memFree=20791488/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=283120 CPUtime=5.84 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 38987 0 0 0 580 4 0 0 25 0 4 0 516564027 289914880 9765 33554432000 4194304 4623224 140736086657184 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 70780 9766 340 105 0 66284 0
[pid=21575/tid=21577] ppid=21573 vsize=283120 CPUtime=1.44 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3442 0 0 0 144 0 0 0 25 0 4 0 516564032 289914880 9766 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=283120 CPUtime=1.44 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 2297 0 0 0 144 0 0 0 25 0 4 0 516564032 289914880 9766 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=283120 CPUtime=1.44 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 25039 0 0 0 142 2 0 0 25 0 4 0 516564032 289914880 9766 33554432000 4194304 4623224 140736086657184 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 283120

[startup+3.1009 s]
/proc/loadavg: 7.84 7.63 6.94 9/184 21579
/proc/meminfo: memFree=20782932/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=284592 CPUtime=12.23 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 65469 0 0 0 1215 8 0 0 25 0 4 0 516564027 291422208 12693 33554432000 4194304 4623224 140736086657184 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 71148 12693 342 105 0 66652 0
[pid=21575/tid=21577] ppid=21573 vsize=284592 CPUtime=3.04 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 6049 0 0 0 302 2 0 0 25 0 4 0 516564032 291422208 12693 33554432000 4194304 4623224 140736086657184 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=284592 CPUtime=3.03 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3158 0 0 0 303 0 0 0 25 0 4 0 516564032 291422208 12693 33554432000 4194304 4623224 140736086657184 18446744073709551615 4377460 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=284592 CPUtime=3.04 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 48001 0 0 0 299 5 0 0 25 0 4 0 516564032 291422208 12693 33554432000 4194304 4623224 140736086657184 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 284592

[startup+6.30029 s]
/proc/loadavg: 7.85 7.64 6.94 9/184 21579
/proc/meminfo: memFree=20754724/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=287380 CPUtime=25.01 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 113646 0 0 0 2485 16 0 0 25 0 4 0 516564027 294277120 16963 33554432000 4194304 4623224 140736086657184 18446744073709551615 239476353595 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 71845 16963 342 105 0 67349 0
[pid=21575/tid=21577] ppid=21573 vsize=287380 CPUtime=6.24 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 7514 0 0 0 621 3 0 0 25 0 4 0 516564032 294277120 16963 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=287380 CPUtime=6.21 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 6153 0 0 0 620 1 0 0 25 0 4 0 516564032 294277120 16963 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=287380 CPUtime=6.24 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 91661 0 0 0 613 11 0 0 25 0 4 0 516564032 294277120 16963 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 287380

[startup+12.7011 s]
/proc/loadavg: 7.86 7.64 6.95 9/184 21579
/proc/meminfo: memFree=20717680/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=293288 CPUtime=50.57 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 150072 0 0 0 5034 23 0 0 25 0 4 0 516564027 300326912 23984 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 73322 23984 353 105 0 68826 0
[pid=21575/tid=21577] ppid=21573 vsize=293288 CPUtime=12.64 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 12438 0 0 0 1260 4 0 0 25 0 4 0 516564032 300326912 23984 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=293288 CPUtime=12.58 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 9367 0 0 0 1256 2 0 0 25 0 4 0 516564032 300326912 23984 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=293288 CPUtime=12.64 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 118696 0 0 0 1248 16 0 0 25 0 4 0 516564032 300326912 23984 33554432000 4194304 4623224 140736086657184 18446744073709551615 4545328 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 293288

[startup+25.5006 s]
/proc/loadavg: 7.89 7.66 6.97 9/184 21579
/proc/meminfo: memFree=20638676/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=307788 CPUtime=101.7 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 252502 0 0 0 10130 40 0 0 25 0 4 0 516564027 315174912 35260 33554432000 4194304 4623224 140736086657184 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 76947 35284 362 105 0 72451 0
[pid=21575/tid=21577] ppid=21573 vsize=307788 CPUtime=25.44 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 18371 0 0 0 2538 6 0 0 25 0 4 0 516564032 315174912 35296 33554432000 4194304 4623224 140736086657184 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=307788 CPUtime=25.3 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 15354 0 0 0 2527 3 0 0 25 0 4 0 516564032 315174912 35307 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=307788 CPUtime=25.44 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 205854 0 0 0 2515 29 0 0 25 0 4 0 516564032 315174912 35320 33554432000 4194304 4623224 140736086657184 18446744073709551615 239476392375 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 307788

[startup+51.1007 s]
/proc/loadavg: 8.00 7.70 7.00 9/184 21580
/proc/meminfo: memFree=20514012/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=341776 CPUtime=203.96 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 353050 0 0 0 20340 56 0 0 25 0 4 0 516564027 349978624 53394 33554432000 4194304 4623224 140736086657184 18446744073709551615 4415985 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 85444 53394 358 105 0 80948 0
[pid=21575/tid=21577] ppid=21573 vsize=341776 CPUtime=51.04 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 29225 0 0 0 5096 8 0 0 25 0 4 0 516564032 349978624 53394 33554432000 4194304 4623224 140736086657184 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=341776 CPUtime=50.77 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 22624 0 0 0 5072 5 0 0 25 0 4 0 516564032 349978624 53394 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=341776 CPUtime=51.04 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 284288 0 0 0 5064 40 0 0 25 0 4 0 516564032 349978624 53394 33554432000 4194304 4623224 140736086657184 18446744073709551615 4545968 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 341776

[startup+102.307 s]
/proc/loadavg: 8.04 7.76 7.05 9/184 21581
/proc/meminfo: memFree=20229296/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=443884 CPUtime=408.51 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 474792 0 0 0 40772 79 0 0 25 0 4 0 516564027 454537216 77425 33554432000 4194304 4623224 140736086657184 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 110971 77425 396 105 0 106475 0
[pid=21575/tid=21577] ppid=21573 vsize=443884 CPUtime=102.25 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 51895 0 0 0 10212 13 0 0 25 0 4 0 516564032 454537216 77425 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=443884 CPUtime=101.69 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 35343 0 0 0 10161 8 0 0 25 0 4 0 516564032 454537216 77425 33554432000 4194304 4623224 140736086657184 18446744073709551615 4366465 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=443884 CPUtime=102.24 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 367575 0 0 0 10170 54 0 0 25 0 4 0 516564032 454537216 77425 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 443884

[startup+162.3 s]
/proc/loadavg: 8.06 7.82 7.11 9/184 21583
/proc/meminfo: memFree=19856060/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=623604 CPUtime=648.17 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 656604 0 0 0 64707 110 0 0 25 0 4 0 516564027 638570496 113851 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 155901 113851 1512 105 0 151405 0
[pid=21575/tid=21577] ppid=21573 vsize=623604 CPUtime=162.24 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 57320 0 0 0 16210 14 0 0 25 0 4 0 516564032 638570496 113851 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=623604 CPUtime=161.36 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 49037 0 0 0 16125 11 0 0 25 0 4 0 516564032 638570496 113851 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376643 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=623604 CPUtime=162.24 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 501811 0 0 0 16148 76 0 0 25 0 4 0 516564032 638570496 113851 33554432000 4194304 4623224 140736086657184 18446744073709551615 4550368 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.17
Current children cumulated vsize (KiB) 623604

[startup+222.301 s]
/proc/loadavg: 8.28 7.92 7.19 9/184 21588
/proc/meminfo: memFree=19453400/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=848816 CPUtime=887.85 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 1109783 0 0 0 88602 183 0 0 25 0 4 0 516564027 869187584 151755 33554432000 4194304 4623224 140736086657184 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 212204 151755 1314 105 0 207708 0
[pid=21575/tid=21577] ppid=21573 vsize=848816 CPUtime=222.24 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 78726 0 0 0 22205 19 0 0 25 0 4 0 516564032 869187584 151755 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=848816 CPUtime=221.04 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 51246 0 0 0 22092 12 0 0 25 0 4 0 516564032 869187584 151755 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=848816 CPUtime=222.24 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 887585 0 0 0 22088 136 0 0 25 0 4 0 516564032 869187584 151755 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.85
Current children cumulated vsize (KiB) 848816

[startup+282.3 s]

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

[pid=21575] ppid=21573 vsize=1425816 CPUtime=2805.27 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 3604549 0 0 0 279944 583 0 0 25 0 4 0 516564027 1460035584 269420 33554432000 4194304 4623224 140736086657184 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 356454 269420 445 105 0 351958 0
[pid=21575/tid=21577] ppid=21573 vsize=1425816 CPUtime=702.26 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 135121 0 0 0 70181 45 0 0 25 0 4 0 516564032 1460035584 269420 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1425816 CPUtime=698.43 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 115324 0 0 0 69811 32 0 0 25 0 4 0 516564032 1460035584 269420 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1425816 CPUtime=702.23 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3089848 0 0 0 69762 461 0 0 25 0 4 0 516564032 1460035584 269420 33554432000 4194304 4623224 140736086657184 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 1425816

[startup+762.307 s]
/proc/loadavg: 8.04 8.03 7.56 9/184 21663
/proc/meminfo: memFree=20405672/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1425816 CPUtime=3044.97 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 3627396 0 0 0 303907 590 0 0 25 0 4 0 516564027 1460035584 280074 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 356454 280074 445 105 0 351958 0
[pid=21575/tid=21577] ppid=21573 vsize=1425816 CPUtime=762.26 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 138127 0 0 0 76178 48 0 0 25 0 4 0 516564032 1460035584 280074 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1425816 CPUtime=758.12 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 116278 0 0 0 75779 33 0 0 25 0 4 0 516564032 1460035584 280074 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1425816 CPUtime=762.23 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3091139 0 0 0 75762 461 0 0 25 0 4 0 516564032 1460035584 280074 33554432000 4194304 4623224 140736086657184 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 1425816

[startup+822.301 s]
/proc/loadavg: 8.12 8.05 7.59 9/184 21665
/proc/meminfo: memFree=20259228/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1504476 CPUtime=3284.62 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 3676231 0 0 0 327862 600 0 0 25 0 4 0 516564027 1540583424 291735 33554432000 4194304 4623224 140736086657184 18446744073709551615 4415001 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 376119 291735 445 105 0 371623 0
[pid=21575/tid=21577] ppid=21573 vsize=1504476 CPUtime=822.27 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 179829 0 0 0 82171 56 0 0 25 0 4 0 516564032 1540583424 291735 33554432000 4194304 4623224 140736086657184 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1504476 CPUtime=817.79 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 117050 0 0 0 81746 33 0 0 25 0 4 0 516564032 1540583424 291735 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1504476 CPUtime=822.23 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3091335 0 0 0 81761 462 0 0 25 0 4 0 516564032 1540583424 291735 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 1504476

[startup+882.301 s]
/proc/loadavg: 8.16 8.07 7.63 9/184 21666
/proc/meminfo: memFree=20180608/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1549780 CPUtime=3524.3 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 3832818 0 0 0 351805 625 0 0 25 0 4 0 516564027 1586974720 298723 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 387445 298723 445 105 0 382949 0
[pid=21575/tid=21577] ppid=21573 vsize=1549780 CPUtime=882.27 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 183564 0 0 0 88168 59 0 0 25 0 4 0 516564032 1586974720 298723 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1549780 CPUtime=877.46 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 117681 0 0 0 87713 33 0 0 25 0 4 0 516564032 1586974720 298723 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1549780 CPUtime=882.22 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3217711 0 0 0 87743 479 0 0 25 0 4 0 516564032 1586974720 298723 33554432000 4194304 4623224 140736086657184 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 1549780

[startup+942.301 s]
/proc/loadavg: 8.17 8.08 7.66 9/184 21668
/proc/meminfo: memFree=20085748/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1549780 CPUtime=3763.99 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 4211889 0 0 0 375714 685 0 0 25 0 4 0 516564027 1586974720 306181 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 387445 306181 462 105 0 382949 0
[pid=21575/tid=21577] ppid=21573 vsize=1549780 CPUtime=942.27 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 185968 0 0 0 94166 61 0 0 25 0 4 0 516564032 1586974720 306181 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1549780 CPUtime=937.14 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 118182 0 0 0 93681 33 0 0 25 0 4 0 516564032 1586974720 306181 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1549780 CPUtime=942.23 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3587984 0 0 0 93688 535 0 0 25 0 4 0 516564032 1586974720 306181 33554432000 4194304 4623224 140736086657184 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 1549780

[startup+1002.3 s]
/proc/loadavg: 8.16 8.10 7.69 9/184 21669
/proc/meminfo: memFree=20009984/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1549780 CPUtime=4003.66 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 4634653 0 0 0 399620 746 0 0 25 0 4 0 516564027 1586974720 313138 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 387445 313138 438 105 0 382949 0
[pid=21575/tid=21577] ppid=21573 vsize=1549780 CPUtime=1002.28 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 189136 0 0 0 100165 63 0 0 25 0 4 0 516564032 1586974720 313138 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1549780 CPUtime=996.81 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 119163 0 0 0 99647 34 0 0 25 0 4 0 516564032 1586974720 313138 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1549780 CPUtime=1002.23 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 3991059 0 0 0 99631 592 0 0 25 0 4 0 516564032 1586974720 313138 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 1549780

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 7.71 9/184 21671
/proc/meminfo: memFree=19928264/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1651096 CPUtime=4243.35 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 5115028 0 0 0 423514 821 0 0 25 0 4 0 516564027 1690722304 328758 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 412774 328758 351 105 0 408278 0
[pid=21575/tid=21577] ppid=21573 vsize=1651096 CPUtime=1062.28 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 191627 0 0 0 106163 65 0 0 25 0 4 0 516564032 1690722304 328758 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1651096 CPUtime=1056.49 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 121130 0 0 0 105614 35 0 0 25 0 4 0 516564032 1690722304 328758 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1651096 CPUtime=1062.23 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 4391673 0 0 0 105571 652 0 0 25 0 4 0 516564032 1690722304 328758 33554432000 4194304 4623224 140736086657184 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 1651096

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 7.74 9/184 21673
/proc/meminfo: memFree=19835140/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1721516 CPUtime=4483.02 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 5279211 0 0 0 447453 849 0 0 25 0 4 0 516564027 1762832384 346254 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 430379 346254 345 105 0 425883 0
[pid=21575/tid=21577] ppid=21573 vsize=1721516 CPUtime=1122.28 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 194230 0 0 0 112160 68 0 0 25 0 4 0 516564032 1762832384 346254 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1721516 CPUtime=1116.16 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 123232 0 0 0 111580 36 0 0 25 0 4 0 516564032 1762832384 346254 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1721516 CPUtime=1122.22 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 4531480 0 0 0 111550 672 0 0 25 0 4 0 516564032 1762832384 346254 33554432000 4194304 4623224 140736086657184 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 1721516

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 7.76 9/184 21674
/proc/meminfo: memFree=19753792/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1796204 CPUtime=4722.7 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 5329826 0 0 0 471412 858 0 0 25 0 4 0 516564027 1839312896 356630 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 449051 356630 345 105 0 444555 0
[pid=21575/tid=21577] ppid=21573 vsize=1796204 CPUtime=1182.28 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 196801 0 0 0 118158 70 0 0 25 0 4 0 516564032 1839312896 356630 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1796204 CPUtime=1175.83 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 163272 0 0 0 117542 41 0 0 25 0 4 0 516564032 1839312896 356630 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1796204 CPUtime=1182.23 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 4535510 0 0 0 117550 673 0 0 25 0 4 0 516564032 1839312896 356630 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 1796204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.11 7.77 9/184 21675
/proc/meminfo: memFree=19728124/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1796732 CPUtime=4800.2 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 5365058 0 0 0 479156 864 0 0 25 0 4 0 516564027 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 449183 359579 345 105 0 444687 0
[pid=21575/tid=21577] ppid=21573 vsize=1796732 CPUtime=1201.68 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 197494 0 0 0 120097 71 0 0 25 0 4 0 516564032 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1796732 CPUtime=1195.12 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 163753 0 0 0 119471 41 0 0 25 0 4 0 516564032 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1796732 CPUtime=1201.63 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 4568251 0 0 0 119485 678 0 0 25 0 4 0 516564032 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1796732

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.13 8.11 7.77 9/184 21675
/proc/meminfo: memFree=19728124/32950928 swapFree=67087032/67111528
[pid=21575] ppid=21573 vsize=1796732 CPUtime=4800.2 cores=0,2,4,6
/proc/21575/stat : 21575 (SArTagnan) R 21573 21575 21387 0 -1 4202496 5365058 0 0 0 479156 864 0 0 25 0 4 0 516564027 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21575/statm: 449183 359579 345 105 0 444687 0
[pid=21575/tid=21577] ppid=21573 vsize=1796732 CPUtime=1201.68 cores=0,2,4,6
/proc/21575/task/21577/stat : 21577 (SArTagnan) R 21573 21575 21387 0 -1 4202560 197494 0 0 0 120097 71 0 0 25 0 4 0 516564032 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21575/tid=21578] ppid=21573 vsize=1796732 CPUtime=1195.12 cores=0,2,4,6
/proc/21575/task/21578/stat : 21578 (SArTagnan) R 21573 21575 21387 0 -1 4202560 163753 0 0 0 119471 41 0 0 25 0 4 0 516564032 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21575/tid=21579] ppid=21573 vsize=1796732 CPUtime=1201.63 cores=0,2,4,6
/proc/21575/task/21579/stat : 21579 (SArTagnan) R 21573 21575 21387 0 -1 4202560 4568251 0 0 0 119485 678 0 0 25 0 4 0 516564032 1839853568 359579 33554432000 4194304 4623224 140736086657184 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1796732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.78
CPU time (s): 4800.3
CPU user time (s): 4791.59
CPU system time (s): 8.71367
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1933392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.59
system time used= 8.71368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5365065
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= 880
involuntary context switches= 33102

runsolver used 1.91871 second user time and 4.64529 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 06:01:10
IDJOB=3283931
IDBENCH=71089
IDSOLVER=1656
FILE ID=node148/3283931-1304049670
RUNJOBID= node148-1304049005-21405
PBS_JOBID= 13170411
Free space on /tmp= 71408 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283931-1304049670/watcher-3283931-1304049670 -o /tmp/evaluation-result-3283931-1304049670/solver-3283931-1304049670 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3283931-1304049670.cnf -threads=4

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=11609292

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.82
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20826104 kB
Buffers:       2016856 kB
Cached:        7734656 kB
SwapCached:       3548 kB
Active:        3525144 kB
Inactive:      8035028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20826104 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            1776 kB
Writeback:           0 kB
AnonPages:     1806560 kB
Mapped:          14452 kB
Slab:           498276 kB
PageTables:       8320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2189924 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= 71424 MiB
End job on node148 at 2011-04-29 06:21:13