Trace number 3259100

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.31 1201.76

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g7.cnf
MD5SUMbd9e06c08721e6eb7b4cb4a265dbdd48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.14637
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
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-3259100-1304057786/watcher-3259100-1304057786 -o /tmp/evaluation-result-3259100-1304057786/solver-3259100-1304057786 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3259100-1304057786.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: 8.17 8.15 7.40 5/184 2631
/proc/meminfo: memFree=22316924/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=19820 CPUtime=0 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 517376484 20295680 437 33554432000 4194304 4623224 140733221038016 18446744073709551615 255377301248 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2631/statm: 4955 437 297 105 0 459 0

[startup+0.00801796 s]
/proc/loadavg: 8.17 8.15 7.40 5/184 2631
/proc/meminfo: memFree=22316924/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=20052 CPUtime=0 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 726 0 0 0 0 0 0 0 25 0 1 0 517376484 20533248 487 33554432000 4194304 4623224 140733221038016 18446744073709551615 255376920112 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2631/statm: 5013 487 297 105 0 517 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20052

[startup+0.621994 s]
/proc/loadavg: 8.17 8.15 7.40 5/184 2631
/proc/meminfo: memFree=22316924/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=259340 CPUtime=3.25 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 8958 0 0 0 323 2 0 0 25 0 4 0 517376484 265564160 5229 33554432000 4194304 4623224 140733221038016 18446744073709551615 4511029 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 64835 5229 344 105 0 60339 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 259340

[startup+0.923842 s]
/proc/loadavg: 8.17 8.15 7.40 5/184 2631
/proc/meminfo: memFree=22316924/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=259340 CPUtime=3.64 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 9717 0 0 0 362 2 0 0 25 0 4 0 517376484 265564160 5572 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510327 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 64835 5572 344 105 0 60339 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 259340

[startup+1.01766 s]
/proc/loadavg: 8.17 8.15 7.40 5/184 2631
/proc/meminfo: memFree=22316924/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=260072 CPUtime=4.04 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 10971 0 0 0 402 2 0 0 25 0 4 0 517376484 266313728 6010 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510900 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 65018 6010 344 105 0 60522 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 260072

[startup+1.50074 s]
/proc/loadavg: 8.17 8.15 7.40 5/184 2631
/proc/meminfo: memFree=22316924/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=262020 CPUtime=5.95 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 14692 0 0 0 593 2 0 0 25 0 4 0 517376484 268308480 7131 33554432000 4194304 4623224 140733221038016 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 65505 7131 344 105 0 61009 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 262020

[startup+3.10044 s]
/proc/loadavg: 8.16 8.15 7.40 9/188 2635
/proc/meminfo: memFree=22246220/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=262940 CPUtime=12.33 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 31231 0 0 0 1228 5 0 0 25 0 4 0 517376484 269250560 10461 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 65735 10461 344 105 0 61239 0
[pid=2631/tid=2633] ppid=2629 vsize=262940 CPUtime=3.08 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 4616 0 0 0 307 1 0 0 25 0 4 0 517376485 269250560 10461 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=262940 CPUtime=3.07 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 5015 0 0 0 307 0 0 0 25 0 4 0 517376485 269250560 10461 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=262940 CPUtime=3.06 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 17984 0 0 0 304 2 0 0 25 0 4 0 517376485 269250560 10461 33554432000 4194304 4623224 140733221038016 18446744073709551615 255377344871 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 262940

[startup+6.30085 s]
/proc/loadavg: 8.16 8.15 7.40 9/188 2635
/proc/meminfo: memFree=22199344/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=268024 CPUtime=25.12 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 51470 0 0 0 2503 9 0 0 25 0 4 0 517376484 274456576 15709 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 67006 15709 345 105 0 62510 0
[pid=2631/tid=2633] ppid=2629 vsize=268024 CPUtime=6.28 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 6808 0 0 0 626 2 0 0 25 0 4 0 517376485 274456576 15709 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=268024 CPUtime=6.28 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 7628 0 0 0 627 1 0 0 25 0 4 0 517376485 274456576 15709 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376708 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=268024 CPUtime=6.25 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 32705 0 0 0 621 4 0 0 25 0 4 0 517376485 274456576 15709 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 268024

[startup+12.7007 s]
/proc/loadavg: 8.21 8.16 7.41 9/188 2635
/proc/meminfo: memFree=22127824/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=284248 CPUtime=50.69 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 63987 0 0 0 5057 12 0 0 25 0 4 0 517376484 291069952 25283 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 71062 25283 346 105 0 66566 0
[pid=2631/tid=2633] ppid=2629 vsize=284248 CPUtime=12.68 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 10759 0 0 0 1265 3 0 0 25 0 4 0 517376485 291069952 25283 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=284248 CPUtime=12.68 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 11769 0 0 0 1266 2 0 0 25 0 4 0 517376485 291069952 25283 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=284248 CPUtime=12.62 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 35168 0 0 0 1257 5 0 0 25 0 4 0 517376485 291069952 25283 33554432000 4194304 4623224 140733221038016 18446744073709551615 4289785 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 284248

[startup+25.5003 s]
/proc/loadavg: 8.17 8.15 7.42 9/188 2635
/proc/meminfo: memFree=22037308/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=305636 CPUtime=101.82 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 136649 0 0 0 10155 27 0 0 25 0 4 0 517376484 312971264 34513 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 76409 34513 344 105 0 71913 0
[pid=2631/tid=2633] ppid=2629 vsize=305636 CPUtime=25.48 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 16431 0 0 0 2542 6 0 0 25 0 4 0 517376485 312971264 34513 33554432000 4194304 4623224 140733221038016 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=305636 CPUtime=25.48 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 16328 0 0 0 2544 4 0 0 25 0 4 0 517376485 312971264 34513 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376790 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=305636 CPUtime=25.34 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 95446 0 0 0 2520 14 0 0 25 0 4 0 517376485 312971264 34513 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 305636

[startup+51.1005 s]
/proc/loadavg: 8.18 8.15 7.44 9/188 2636
/proc/meminfo: memFree=21869404/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=358236 CPUtime=204.08 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 372453 0 0 0 20341 67 0 0 25 0 4 0 517376484 366833664 56113 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 89559 56113 584 105 0 85063 0
[pid=2631/tid=2633] ppid=2629 vsize=358236 CPUtime=51.08 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 22795 0 0 0 5100 8 0 0 25 0 4 0 517376485 366833664 56113 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=358236 CPUtime=51.08 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 24510 0 0 0 5100 8 0 0 25 0 4 0 517376485 366833664 56113 33554432000 4194304 4623224 140733221038016 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=358236 CPUtime=50.81 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 307450 0 0 0 5034 47 0 0 25 0 4 0 517376485 366833664 56113 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 358236

[startup+102.301 s]
/proc/loadavg: 8.19 8.16 7.48 9/188 2637
/proc/meminfo: memFree=21639352/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=501164 CPUtime=408.6 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 670476 0 0 0 40742 118 0 0 25 0 4 0 517376484 513191936 76965 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510252 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 125291 76965 383 105 0 120795 0
[pid=2631/tid=2633] ppid=2629 vsize=501164 CPUtime=102.28 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 41223 0 0 0 10217 11 0 0 25 0 4 0 517376485 513191936 76965 33554432000 4194304 4623224 140733221038016 18446744073709551615 4377018 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=501164 CPUtime=102.27 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 32170 0 0 0 10217 10 0 0 25 0 4 0 517376485 513191936 76965 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=501164 CPUtime=101.73 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 545784 0 0 0 10086 87 0 0 25 0 4 0 517376485 513191936 76965 33554432000 4194304 4623224 140733221038016 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 501164

[startup+162.301 s]
/proc/loadavg: 8.17 8.16 7.52 9/188 2639
/proc/meminfo: memFree=21470332/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=528740 CPUtime=648.28 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 691652 0 0 0 64704 124 0 0 25 0 4 0 517376484 541429760 94701 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 132185 94701 430 105 0 127689 0
[pid=2631/tid=2633] ppid=2629 vsize=528740 CPUtime=162.29 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 44023 0 0 0 16217 12 0 0 25 0 4 0 517376485 541429760 94701 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=528740 CPUtime=162.28 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 33729 0 0 0 16217 11 0 0 25 0 4 0 517376485 541429760 94701 33554432000 4194304 4623224 140733221038016 18446744073709551615 4366428 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=528740 CPUtime=161.4 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 554203 0 0 0 16051 89 0 0 25 0 4 0 517376485 541429760 94701 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.28
Current children cumulated vsize (KiB) 528740

[startup+222.301 s]
/proc/loadavg: 8.16 8.15 7.56 9/188 2641
/proc/meminfo: memFree=21304036/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=603748 CPUtime=887.94 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 1171210 0 0 0 88593 201 0 0 25 0 4 0 517376484 618237952 109751 33554432000 4194304 4623224 140733221038016 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 150937 109751 412 105 0 146441 0
[pid=2631/tid=2633] ppid=2629 vsize=603748 CPUtime=222.28 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 61452 0 0 0 22212 16 0 0 25 0 4 0 517376485 618237952 109751 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=603748 CPUtime=222.27 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 42454 0 0 0 22215 12 0 0 25 0 4 0 517376485 618237952 109751 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376643 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=603748 CPUtime=221.07 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 989577 0 0 0 21950 157 0 0 25 0 4 0 517376485 618237952 109751 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 603748

[startup+282.307 s]
/proc/loadavg: 8.25 8.19 7.61 9/188 2642
/proc/meminfo: memFree=21188084/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=617460 CPUtime=1127.64 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 1748339 0 0 0 112473 291 0 0 25 0 4 0 517376484 632279040 121198 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 154365 121198 412 105 0 149869 0
[pid=2631/tid=2633] ppid=2629 vsize=617460 CPUtime=282.29 cores=0,2,4,6

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

[pid=2631] ppid=2629 vsize=1163324 CPUtime=2565.66 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 2891286 0 0 0 256086 480 0 0 25 0 4 0 517376484 1191243776 205235 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 290831 205235 820 105 0 286335 0
[pid=2631/tid=2633] ppid=2629 vsize=1163324 CPUtime=642.3 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 96229 0 0 0 64199 31 0 0 25 0 4 0 517376485 1191243776 205235 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1163324 CPUtime=642.29 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 68623 0 0 0 64203 26 0 0 25 0 4 0 517376485 1191243776 205235 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1163324 CPUtime=638.79 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 2552027 0 0 0 63484 395 0 0 25 0 4 0 517376485 1191243776 205235 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.66
Current children cumulated vsize (KiB) 1163324

[startup+702.301 s]
/proc/loadavg: 8.05 8.12 7.78 10/188 2653
/proc/meminfo: memFree=20415108/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1163324 CPUtime=2805.34 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 3430111 0 0 0 279969 565 0 0 25 0 4 0 517376484 1191243776 212540 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 290831 212540 820 105 0 286335 0
[pid=2631/tid=2633] ppid=2629 vsize=1163324 CPUtime=702.3 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 99232 0 0 0 70196 34 0 0 25 0 4 0 517376485 1191243776 212540 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1163324 CPUtime=702.29 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 69155 0 0 0 70203 26 0 0 25 0 4 0 517376485 1191243776 212540 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1163324 CPUtime=698.47 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 3085062 0 0 0 69372 475 0 0 25 0 4 0 517376485 1191243776 212540 33554432000 4194304 4623224 140733221038016 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 1163324

[startup+762.301 s]
/proc/loadavg: 8.18 8.15 7.81 9/188 2655
/proc/meminfo: memFree=20320488/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1211328 CPUtime=3045.01 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 3828735 0 0 0 303875 626 0 0 25 0 4 0 517376484 1240399872 223639 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 302832 223639 819 105 0 298336 0
[pid=2631/tid=2633] ppid=2629 vsize=1211328 CPUtime=762.3 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 107950 0 0 0 76191 39 0 0 25 0 4 0 517376485 1240399872 223639 33554432000 4194304 4623224 140733221038016 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1211328 CPUtime=762.29 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 69631 0 0 0 76203 26 0 0 25 0 4 0 517376485 1240399872 223639 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1211328 CPUtime=758.15 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 3472433 0 0 0 75284 531 0 0 25 0 4 0 517376485 1240399872 223639 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1211328

[startup+822.301 s]
/proc/loadavg: 8.14 8.14 7.83 9/188 2657
/proc/meminfo: memFree=20226860/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1233960 CPUtime=3284.69 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 3846286 0 0 0 327837 632 0 0 25 0 4 0 517376484 1263575040 229617 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 308490 229617 819 105 0 303994 0
[pid=2631/tid=2633] ppid=2629 vsize=1233960 CPUtime=822.3 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 111370 0 0 0 82188 42 0 0 25 0 4 0 517376485 1263575040 229618 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376732 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1233960 CPUtime=822.3 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 69913 0 0 0 82204 26 0 0 25 0 4 0 517376485 1263575040 229618 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1233960 CPUtime=817.82 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 3472734 0 0 0 81251 531 0 0 25 0 4 0 517376485 1263575040 229618 33554432000 4194304 4623224 140733221038016 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 1233960

[startup+882.3 s]
/proc/loadavg: 8.12 8.13 7.84 9/188 2658
/proc/meminfo: memFree=20164236/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1233960 CPUtime=3524.35 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 3888553 0 0 0 351793 642 0 0 25 0 4 0 517376484 1263575040 235014 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 308490 235014 819 105 0 303994 0
[pid=2631/tid=2633] ppid=2629 vsize=1233960 CPUtime=882.3 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 114192 0 0 0 88184 46 0 0 25 0 4 0 517376485 1263575040 235014 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1233960 CPUtime=882.3 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 70326 0 0 0 88203 27 0 0 25 0 4 0 517376485 1263575040 235014 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1233960 CPUtime=877.49 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 3509692 0 0 0 87212 537 0 0 25 0 4 0 517376485 1263575040 235014 33554432000 4194304 4623224 140733221038016 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 1233960

[startup+942.306 s]
/proc/loadavg: 8.10 8.12 7.85 9/188 2660
/proc/meminfo: memFree=20101360/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1233960 CPUtime=3764.04 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 4181697 0 0 0 375714 690 0 0 25 0 4 0 517376484 1263575040 240869 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 308490 240869 819 105 0 303994 0
[pid=2631/tid=2633] ppid=2629 vsize=1233960 CPUtime=942.31 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 116587 0 0 0 94182 49 0 0 25 0 4 0 517376485 1263575040 240869 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1233960 CPUtime=942.31 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 70805 0 0 0 94204 27 0 0 25 0 4 0 517376485 1263575040 240869 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1233960 CPUtime=937.17 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 3797860 0 0 0 93135 582 0 0 25 0 4 0 517376485 1263575040 240869 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 1233960

[startup+1002.3 s]
/proc/loadavg: 8.14 8.14 7.87 9/188 2661
/proc/meminfo: memFree=20000544/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1447536 CPUtime=4003.7 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 4814908 0 0 0 399587 783 0 0 25 0 4 0 517376484 1482276864 254945 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510123 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 361884 254945 830 105 0 357388 0
[pid=2631/tid=2633] ppid=2629 vsize=1447536 CPUtime=1002.3 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 146850 0 0 0 100176 54 0 0 25 0 4 0 517376485 1482276864 254945 33554432000 4194304 4623224 140733221038016 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1447536 CPUtime=1002.3 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 71286 0 0 0 100202 28 0 0 25 0 4 0 517376485 1482276864 254945 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1447536 CPUtime=996.84 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 4344646 0 0 0 99023 661 0 0 25 0 4 0 517376485 1482276864 254945 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1447536

[startup+1062.3 s]
/proc/loadavg: 8.05 8.11 7.88 9/188 2663
/proc/meminfo: memFree=19941764/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1447536 CPUtime=4243.37 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 5403524 0 0 0 423467 870 0 0 25 0 4 0 517376484 1482276864 260761 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 361884 260761 830 105 0 357388 0
[pid=2631/tid=2633] ppid=2629 vsize=1447536 CPUtime=1062.3 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 149231 0 0 0 106174 56 0 0 25 0 4 0 517376485 1482276864 260761 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1447536 CPUtime=1062.31 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 71600 0 0 0 106203 28 0 0 25 0 4 0 517376485 1482276864 260761 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1447536 CPUtime=1056.51 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 4929083 0 0 0 104906 745 0 0 25 0 4 0 517376485 1482276864 260761 33554432000 4194304 4623224 140733221038016 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1447536

[startup+1122.3 s]
/proc/loadavg: 8.02 8.08 7.88 9/188 2665
/proc/meminfo: memFree=19891032/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1447536 CPUtime=4483.04 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 5939665 0 0 0 447353 951 0 0 25 0 4 0 517376484 1482276864 265680 33554432000 4194304 4623224 140733221038016 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 361884 265680 819 105 0 357388 0
[pid=2631/tid=2633] ppid=2629 vsize=1447536 CPUtime=1122.31 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 151583 0 0 0 112172 59 0 0 25 0 4 0 517376485 1482276864 265680 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1447536 CPUtime=1122.31 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 71893 0 0 0 112203 28 0 0 25 0 4 0 517376485 1482276864 265680 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376634 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1447536 CPUtime=1116.19 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 5460776 0 0 0 110795 824 0 0 25 0 4 0 517376485 1482276864 265680 33554432000 4194304 4623224 140733221038016 18446744073709551615 4363987 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 1447536

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 7.90 9/188 2666
/proc/meminfo: memFree=19853072/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1447536 CPUtime=4722.72 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 6624305 0 0 0 471222 1050 0 0 25 0 4 0 517376484 1482276864 268230 33554432000 4194304 4623224 140733221038016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 361884 268230 822 105 0 357388 0
[pid=2631/tid=2633] ppid=2629 vsize=1447536 CPUtime=1182.31 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 152228 0 0 0 118172 59 0 0 25 0 4 0 517376485 1482276864 268230 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1447536 CPUtime=1182.31 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 72047 0 0 0 118203 28 0 0 25 0 4 0 517376485 1482276864 268230 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1447536 CPUtime=1175.86 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 6070328 0 0 0 116678 908 0 0 25 0 4 0 517376485 1482276864 268230 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364107 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1447536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.20 8.12 7.91 5/184 2669
/proc/meminfo: memFree=21237192/32951124 swapFree=67111524/67111528
[pid=2631] ppid=2629 vsize=1447536 CPUtime=4800.22 cores=0,2,4,6
/proc/2631/stat : 2631 (SArTagnan) R 2629 2631 32466 0 -1 4202496 6825328 0 0 0 478942 1080 0 0 25 0 4 0 517376484 1482276864 271641 33554432000 4194304 4623224 140733221038016 18446744073709551615 4387993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2631/statm: 361884 271641 826 105 0 357388 0
[pid=2631/tid=2633] ppid=2629 vsize=1447536 CPUtime=1201.71 cores=0,2,4,6
/proc/2631/task/2633/stat : 2633 (SArTagnan) R 2629 2631 32466 0 -1 4202560 152458 0 0 0 120112 59 0 0 25 0 4 0 517376485 1482276864 271641 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2631/tid=2634] ppid=2629 vsize=1447536 CPUtime=1201.71 cores=0,2,4,6
/proc/2631/task/2634/stat : 2634 (SArTagnan) R 2629 2631 32466 0 -1 4202560 72140 0 0 0 120143 28 0 0 25 0 4 0 517376485 1482276864 271641 33554432000 4194304 4623224 140733221038016 18446744073709551615 4376901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2631/tid=2635] ppid=2629 vsize=1447536 CPUtime=1195.15 cores=0,2,4,6
/proc/2631/task/2635/stat : 2635 (SArTagnan) R 2629 2631 32466 0 -1 4202560 6253957 0 0 0 118579 936 0 0 25 0 4 0 517376485 1482276864 271641 33554432000 4194304 4623224 140733221038016 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1447536

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.31
CPU user time (s): 4789.46
CPU system time (s): 10.8563
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 1640548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.46
system time used= 10.8563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6825328
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= 1035
involuntary context switches= 80439

runsolver used 1.81572 second user time and 4.74728 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 08:16:26
IDJOB=3259100
IDBENCH=71487
IDSOLVER=1656
FILE ID=node135/3259100-1304057786
RUNJOBID= node135-1304056582-2502
PBS_JOBID= 13170376
Free space on /tmp= 71120 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g7.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259100-1304057786/watcher-3259100-1304057786 -o /tmp/evaluation-result-3259100-1304057786/solver-3259100-1304057786 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3259100-1304057786.cnf -threads=4

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=2024422525

node135.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.851
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22316956 kB
Buffers:       1831532 kB
Cached:        8135632 kB
SwapCached:          4 kB
Active:        2469968 kB
Inactive:      7572376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22316956 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2032 kB
Writeback:          36 kB
AnonPages:       73928 kB
Mapped:          15164 kB
Slab:           528876 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251092 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71120 MiB
End job on node135 at 2011-04-29 08:36:30