Trace number 3292349

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.52 1201.89

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.3742
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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-3292349-1304110310/watcher-3292349-1304110310 -o /tmp/evaluation-result-3292349-1304110310/solver-3292349-1304110310 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3292349-1304110310.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.83 8.06 8.01 5/180 30921
/proc/meminfo: memFree=24641896/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=22888 CPUtime=0 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 666 0 0 0 0 0 0 0 25 0 1 0 601261785 23437312 562 33554432000 4194304 4623224 140736395530640 18446744073709551615 215988592384 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30921/statm: 5722 563 297 105 0 1226 0

[startup+0.051588 s]
/proc/loadavg: 7.83 8.06 8.01 5/180 30921
/proc/meminfo: memFree=24641896/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=31160 CPUtime=0.04 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 4633 0 0 0 4 0 0 0 25 0 1 0 601261785 31907840 2661 33554432000 4194304 4623224 140736395530640 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30921/statm: 7790 2663 297 105 0 3294 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31160

[startup+0.102735 s]
/proc/loadavg: 7.83 8.06 8.01 5/180 30921
/proc/meminfo: memFree=24641896/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=154168 CPUtime=0.18 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 12018 0 0 0 17 1 0 0 25 0 4 0 601261785 157868032 9464 33554432000 4194304 4623224 140736395530640 18446744073709551615 4507622 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 38542 9464 338 105 0 34046 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 154168

[startup+0.300546 s]
/proc/loadavg: 7.83 8.06 8.01 5/180 30921
/proc/meminfo: memFree=24641896/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=219704 CPUtime=0.96 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 14960 0 0 0 95 1 0 0 25 0 4 0 601261785 224976896 10011 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510096 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 54926 10011 338 105 0 50430 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 219704

[startup+0.700476 s]
/proc/loadavg: 7.83 8.06 8.01 5/180 30921
/proc/meminfo: memFree=24641896/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=221428 CPUtime=2.57 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 21701 0 0 0 255 2 0 0 25 0 4 0 601261785 226742272 10607 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 55357 10607 338 105 0 50861 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 221428

[startup+1.50034 s]
/proc/loadavg: 7.83 8.06 8.01 9/184 30925
/proc/meminfo: memFree=24592396/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=223160 CPUtime=5.76 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 32696 0 0 0 573 3 0 0 25 0 4 0 601261785 228515840 11792 33554432000 4194304 4623224 140736395530640 18446744073709551615 215988251010 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 55790 11792 338 105 0 51294 0
[pid=30921/tid=30923] ppid=30919 vsize=223160 CPUtime=1.42 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 2050 0 0 0 142 0 0 0 25 0 4 0 601261793 228515840 11792 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=223160 CPUtime=1.41 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 1825 0 0 0 141 0 0 0 25 0 4 0 601261793 228515840 11792 33554432000 4194304 4623224 140736395530640 18446744073709551615 4461031 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=223160 CPUtime=1.41 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 19296 0 0 0 139 2 0 0 25 0 4 0 601261793 228515840 11794 33554432000 4194304 4623224 140736395530640 18446744073709551615 4545674 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 223160

[startup+3.10106 s]
/proc/loadavg: 7.83 8.06 8.01 9/184 30925
/proc/meminfo: memFree=24578416/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=224196 CPUtime=12.15 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 53653 0 0 0 1209 6 0 0 25 0 4 0 601261785 229576704 13829 33554432000 4194304 4623224 140736395530640 18446744073709551615 215988248731 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 56049 13829 339 105 0 51553 0
[pid=30921/tid=30923] ppid=30919 vsize=224196 CPUtime=3.02 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 2262 0 0 0 302 0 0 0 25 0 4 0 601261793 229576704 13829 33554432000 4194304 4623224 140736395530640 18446744073709551615 4461036 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=224196 CPUtime=3.01 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 2146 0 0 0 301 0 0 0 25 0 4 0 601261793 229576704 13829 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=224196 CPUtime=3.01 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 39679 0 0 0 296 5 0 0 25 0 4 0 601261793 229576704 13829 33554432000 4194304 4623224 140736395530640 18446744073709551615 4545488 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 224196

[startup+6.3005 s]
/proc/loadavg: 7.84 8.06 8.01 9/184 30925
/proc/meminfo: memFree=24542956/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=229972 CPUtime=24.94 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 95802 0 0 0 2481 13 0 0 25 0 4 0 601261785 235491328 19290 33554432000 4194304 4623224 140736395530640 18446744073709551615 215988247905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 57493 19290 342 105 0 52997 0
[pid=30921/tid=30923] ppid=30919 vsize=229972 CPUtime=6.21 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 4012 0 0 0 621 0 0 0 25 0 4 0 601261793 235491328 19290 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=229972 CPUtime=6.22 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 4019 0 0 0 621 1 0 0 25 0 4 0 601261793 235491328 19290 33554432000 4194304 4623224 140736395530640 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=229972 CPUtime=6.19 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 76274 0 0 0 609 10 0 0 25 0 4 0 601261793 235491328 19290 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 229972

[startup+12.7004 s]
/proc/loadavg: 7.85 8.06 8.01 9/184 30925
/proc/meminfo: memFree=24480884/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=255752 CPUtime=50.5 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 157002 0 0 0 5028 22 0 0 25 0 4 0 601261785 261890048 27011 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 63938 27011 343 105 0 59442 0
[pid=30921/tid=30923] ppid=30919 vsize=255752 CPUtime=12.62 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 6851 0 0 0 1261 1 0 0 25 0 4 0 601261793 261890048 27011 33554432000 4194304 4623224 140736395530640 18446744073709551615 4466008 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=255752 CPUtime=12.61 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 6929 0 0 0 1260 1 0 0 25 0 4 0 601261793 261890048 27011 33554432000 4194304 4623224 140736395530640 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=255752 CPUtime=12.55 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 129225 0 0 0 1238 17 0 0 25 0 4 0 601261793 261890048 27011 33554432000 4194304 4623224 140736395530640 18446744073709551615 4545403 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 255752

[startup+25.5011 s]
/proc/loadavg: 7.96 8.07 8.01 9/184 30926
/proc/meminfo: memFree=24404996/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=277540 CPUtime=101.64 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 316693 0 0 0 10121 43 0 0 25 0 4 0 601261785 284200960 37273 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 69385 37273 342 105 0 64889 0
[pid=30921/tid=30923] ppid=30919 vsize=277540 CPUtime=25.42 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 11990 0 0 0 2540 2 0 0 25 0 4 0 601261793 284200960 37273 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=277540 CPUtime=25.42 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 11487 0 0 0 2540 2 0 0 25 0 4 0 601261793 284200960 37273 33554432000 4194304 4623224 140736395530640 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=277540 CPUtime=25.29 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 278406 0 0 0 2493 36 0 0 25 0 4 0 601261793 284200960 37273 33554432000 4194304 4623224 140736395530640 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 277540

[startup+51.1007 s]
/proc/loadavg: 7.97 8.07 8.01 9/184 30926
/proc/meminfo: memFree=24248312/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=372188 CPUtime=203.9 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 646374 0 0 0 20296 94 0 0 25 0 4 0 601261785 381120512 57391 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 93047 57391 450 105 0 88551 0
[pid=30921/tid=30923] ppid=30919 vsize=372188 CPUtime=51.01 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 18136 0 0 0 5098 3 0 0 25 0 4 0 601261793 381120512 57391 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=372188 CPUtime=51.02 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 18617 0 0 0 5099 3 0 0 25 0 4 0 601261793 381120512 57391 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=372188 CPUtime=50.76 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 586244 0 0 0 4992 84 0 0 25 0 4 0 601261793 381120512 57391 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 372188

[startup+102.307 s]
/proc/loadavg: 8.04 8.07 8.01 9/184 30928
/proc/meminfo: memFree=24050252/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=581272 CPUtime=408.44 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 784088 0 0 0 40722 122 0 0 25 0 4 0 601261785 595222528 89353 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 145318 89353 609 105 0 140822 0
[pid=30921/tid=30923] ppid=30919 vsize=581272 CPUtime=102.22 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 33235 0 0 0 10212 10 0 0 25 0 4 0 601261793 595222528 89353 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=581272 CPUtime=102.22 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 31813 0 0 0 10216 6 0 0 25 0 4 0 601261793 595222528 89353 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=581272 CPUtime=101.68 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 681098 0 0 0 10069 99 0 0 25 0 4 0 601261793 595222528 89353 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 581272

[startup+162.3 s]
/proc/loadavg: 7.89 8.02 8.00 9/184 30959
/proc/meminfo: memFree=24037828/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=706328 CPUtime=648.08 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 1131426 0 0 0 64624 184 0 0 25 0 4 0 601261785 723279872 124525 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 176582 124525 715 105 0 172086 0
[pid=30921/tid=30923] ppid=30919 vsize=706328 CPUtime=162.21 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 38726 0 0 0 16206 15 0 0 25 0 4 0 601261793 723279872 124525 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376757 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=706328 CPUtime=162.22 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 48329 0 0 0 16210 12 0 0 25 0 4 0 601261793 723279872 124525 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=706328 CPUtime=161.35 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 972142 0 0 0 15991 144 0 0 25 0 4 0 601261793 723279872 124525 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.08
Current children cumulated vsize (KiB) 706328

[startup+222.301 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 30961
/proc/meminfo: memFree=23794152/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=777236 CPUtime=887.75 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 1852629 0 0 0 88475 300 0 0 25 0 4 0 601261785 795889664 147130 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 194309 147130 1137 105 0 189813 0
[pid=30921/tid=30923] ppid=30919 vsize=777236 CPUtime=222.21 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 55580 0 0 0 22200 21 0 0 25 0 4 0 601261793 795889664 147130 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=777236 CPUtime=222.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 52205 0 0 0 22208 13 0 0 25 0 4 0 601261793 795889664 147130 33554432000 4194304 4623224 140736395530640 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=777236 CPUtime=221.02 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 1662034 0 0 0 21851 251 0 0 25 0 4 0 601261793 795889664 147130 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.75
Current children cumulated vsize (KiB) 777236

[startup+282.3 s]

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

[pid=30921] ppid=30919 vsize=1141480 CPUtime=2565.46 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 2201901 0 0 0 256176 370 0 0 25 0 4 0 601261785 1168875520 208706 33554432000 4194304 4623224 140736395530640 18446744073709551615 4517723 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 285370 208706 346 105 0 280874 0
[pid=30921/tid=30923] ppid=30919 vsize=1141480 CPUtime=642.18 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 94398 0 0 0 64178 40 0 0 25 0 4 0 601261793 1168875520 208706 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1141480 CPUtime=642.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 74079 0 0 0 64202 19 0 0 25 0 4 0 601261793 1168875520 208706 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1141480 CPUtime=638.74 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 1881188 0 0 0 63588 286 0 0 25 0 4 0 601261793 1168875520 208706 33554432000 4194304 4623224 140736395530640 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.46
Current children cumulated vsize (KiB) 1141480

[startup+702.301 s]
/proc/loadavg: 8.14 8.07 8.01 9/184 30983
/proc/meminfo: memFree=22876292/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=1141480 CPUtime=2805.12 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 2613772 0 0 0 280082 430 0 0 25 0 4 0 601261785 1168875520 215901 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 285370 215901 346 105 0 280874 0
[pid=30921/tid=30923] ppid=30919 vsize=1141480 CPUtime=702.18 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 95175 0 0 0 70177 41 0 0 25 0 4 0 601261793 1168875520 215901 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1141480 CPUtime=702.2 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 75408 0 0 0 70201 19 0 0 25 0 4 0 601261793 1168875520 215901 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1141480 CPUtime=698.41 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 2287846 0 0 0 69498 343 0 0 25 0 4 0 601261793 1168875520 215901 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.12
Current children cumulated vsize (KiB) 1141480

[startup+762.306 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 30984
/proc/meminfo: memFree=22832964/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=1141480 CPUtime=3044.81 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 3256727 0 0 0 303955 526 0 0 25 0 4 0 601261785 1168875520 221235 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510298 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 285370 221235 346 105 0 280874 0
[pid=30921/tid=30923] ppid=30919 vsize=1141480 CPUtime=762.18 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 96897 0 0 0 76176 42 0 0 25 0 4 0 601261793 1168875520 221235 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1141480 CPUtime=762.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 75765 0 0 0 76202 19 0 0 25 0 4 0 601261793 1168875520 221235 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1141480 CPUtime=758.09 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 2927389 0 0 0 75371 438 0 0 25 0 4 0 601261793 1168875520 221235 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.81
Current children cumulated vsize (KiB) 1141480

[startup+822.301 s]
/proc/loadavg: 8.10 8.07 8.01 9/184 30986
/proc/meminfo: memFree=22792988/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=1207016 CPUtime=3284.48 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 3963670 0 0 0 327812 636 0 0 25 0 4 0 601261785 1235984384 227409 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 301754 227409 348 105 0 297258 0
[pid=30921/tid=30923] ppid=30919 vsize=1207016 CPUtime=822.17 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 98564 0 0 0 82174 43 0 0 25 0 4 0 601261793 1235984384 227409 33554432000 4194304 4623224 140736395530640 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1207016 CPUtime=822.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 77064 0 0 0 82200 21 0 0 25 0 4 0 601261793 1235984384 227409 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1207016 CPUtime=817.77 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 3630184 0 0 0 81232 545 0 0 25 0 4 0 601261793 1235984384 227409 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.48
Current children cumulated vsize (KiB) 1207016

[startup+882.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/184 30988
/proc/meminfo: memFree=22744224/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=1207016 CPUtime=3524.15 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 4590280 0 0 0 351682 733 0 0 25 0 4 0 601261785 1235984384 231795 33554432000 4194304 4623224 140736395530640 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 301754 231795 346 105 0 297258 0
[pid=30921/tid=30923] ppid=30919 vsize=1207016 CPUtime=882.17 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 100814 0 0 0 88172 45 0 0 25 0 4 0 601261793 1235984384 231795 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1207016 CPUtime=882.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 77448 0 0 0 88200 21 0 0 25 0 4 0 601261793 1235984384 231795 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1207016 CPUtime=877.44 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 4252147 0 0 0 87105 639 0 0 25 0 4 0 601261793 1235984384 231795 33554432000 4194304 4623224 140736395530640 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.15
Current children cumulated vsize (KiB) 1207016

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 8.01 9/184 30989
/proc/meminfo: memFree=22685760/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=1251944 CPUtime=3763.82 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 5263659 0 0 0 375549 833 0 0 25 0 4 0 601261785 1281990656 239308 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 312986 239308 347 105 0 308490 0
[pid=30921/tid=30923] ppid=30919 vsize=1251944 CPUtime=942.16 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 127472 0 0 0 94166 50 0 0 25 0 4 0 601261793 1281990656 239308 33554432000 4194304 4623224 140736395530640 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1251944 CPUtime=942.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 77720 0 0 0 94200 21 0 0 25 0 4 0 601261793 1281990656 239308 33554432000 4194304 4623224 140736395530640 18446744073709551615 4466492 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1251944 CPUtime=937.11 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 4897128 0 0 0 92978 733 0 0 25 0 4 0 601261793 1281990656 239308 33554432000 4194304 4623224 140736395530640 18446744073709551615 4292208 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 1251944

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/184 30991
/proc/meminfo: memFree=22634272/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=1256324 CPUtime=4003.47 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 5923390 0 0 0 399412 935 0 0 25 0 4 0 601261785 1286475776 243797 33554432000 4194304 4623224 140736395530640 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 314081 243797 346 105 0 309585 0
[pid=30921/tid=30923] ppid=30919 vsize=1256324 CPUtime=1002.17 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 130028 0 0 0 100163 54 0 0 25 0 4 0 601261793 1286475776 243797 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1256324 CPUtime=1002.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 78248 0 0 0 100199 22 0 0 25 0 4 0 601261793 1286475776 243797 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1256324 CPUtime=996.78 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 5552160 0 0 0 98848 830 0 0 25 0 4 0 601261793 1286475776 243797 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 1256324

[startup+1062.3 s]
/proc/loadavg: 8.14 8.09 8.02 9/184 30992
/proc/meminfo: memFree=22011236/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=1972272 CPUtime=4243.14 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 6371874 0 0 0 423308 1006 0 0 25 0 4 0 601261785 2019606528 393725 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 493068 393725 346 105 0 488572 0
[pid=30921/tid=30923] ppid=30919 vsize=1972272 CPUtime=1062.17 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 137196 0 0 0 106162 55 0 0 25 0 4 0 601261793 2019606528 393725 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=1972272 CPUtime=1062.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 78627 0 0 0 106199 22 0 0 25 0 4 0 601261793 2019606528 393725 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=1972272 CPUtime=1056.45 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 5671144 0 0 0 104798 847 0 0 25 0 4 0 601261793 2019606528 393725 33554432000 4194304 4623224 140736395530640 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 1972272

[startup+1122.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/184 30994
/proc/meminfo: memFree=21927736/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=2016988 CPUtime=4482.81 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 6804629 0 0 0 447209 1072 0 0 25 0 4 0 601261785 2065395712 408230 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 504247 408230 346 105 0 499751 0
[pid=30921/tid=30923] ppid=30919 vsize=2016988 CPUtime=1122.16 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 137616 0 0 0 112161 55 0 0 25 0 4 0 601261793 2065395712 408230 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=2016988 CPUtime=1122.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 78813 0 0 0 112199 22 0 0 25 0 4 0 601261793 2065395712 408230 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=2016988 CPUtime=1116.12 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 6069862 0 0 0 110705 907 0 0 25 0 4 0 601261793 2065395712 408230 33554432000 4194304 4623224 140736395530640 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 2016988

[startup+1182.3 s]
/proc/loadavg: 8.17 8.11 8.02 9/184 30995
/proc/meminfo: memFree=21886520/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=2016988 CPUtime=4722.49 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 7505435 0 0 0 471072 1177 0 0 25 0 4 0 601261785 2065395712 411017 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 504247 411017 347 105 0 499751 0
[pid=30921/tid=30923] ppid=30919 vsize=2016988 CPUtime=1182.17 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 137932 0 0 0 118161 56 0 0 25 0 4 0 601261793 2065395712 411017 33554432000 4194304 4623224 140736395530640 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=2016988 CPUtime=1182.21 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 79184 0 0 0 118199 22 0 0 25 0 4 0 601261793 2065395712 411017 33554432000 4194304 4623224 140736395530640 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=2016988 CPUtime=1175.81 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 6768096 0 0 0 116570 1011 0 0 25 0 4 0 601261793 2065395712 411017 33554432000 4194304 4623224 140736395530640 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 2016988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.19 8.12 8.03 9/184 30996
/proc/meminfo: memFree=21871136/32950940 swapFree=67111364/67111528
[pid=30921] ppid=30919 vsize=2082524 CPUtime=4800.41 cores=0,2,4,6
/proc/30921/stat : 30921 (SArTagnan) R 30919 30921 30624 0 -1 4202496 7662466 0 0 0 478841 1200 0 0 25 0 4 0 601261785 2132504576 412944 33554432000 4194304 4623224 140736395530640 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30921/statm: 520631 412944 346 105 0 516135 0
[pid=30921/tid=30923] ppid=30919 vsize=2082524 CPUtime=1201.67 cores=0,2,4,6
/proc/30921/task/30923/stat : 30923 (SArTagnan) R 30919 30921 30624 0 -1 4202560 138025 0 0 0 120111 56 0 0 25 0 4 0 601261793 2132504576 412944 33554432000 4194304 4623224 140736395530640 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30921/tid=30924] ppid=30919 vsize=2082524 CPUtime=1201.72 cores=0,2,4,6
/proc/30921/task/30924/stat : 30924 (SArTagnan) R 30919 30921 30624 0 -1 4202560 79285 0 0 0 120150 22 0 0 25 0 4 0 601261793 2132504576 412944 33554432000 4194304 4623224 140736395530640 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30921/tid=30925] ppid=30919 vsize=2082524 CPUtime=1195.2 cores=0,2,4,6
/proc/30921/task/30925/stat : 30925 (SArTagnan) R 30919 30921 30624 0 -1 4202560 6924511 0 0 0 118486 1034 0 0 25 0 4 0 601261793 2132504576 412944 33554432000 4194304 4623224 140736395530640 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 2082524

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.89
CPU time (s): 4800.52
CPU user time (s): 4788.44
CPU system time (s): 12.0832
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 2082524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.44
system time used= 12.0832
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7662466
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= 2212
involuntary context switches= 19458

runsolver used 1.93271 second user time and 4.48932 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 22:51:50
IDJOB=3292349
IDBENCH=85975
IDSOLVER=1656
FILE ID=node117/3292349-1304110310
RUNJOBID= node117-1304109104-30741
PBS_JOBID= 13170668
Free space on /tmp= 71676 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_32.renamed-as.sat05-1919.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292349-1304110310/watcher-3292349-1304110310 -o /tmp/evaluation-result-3292349-1304110310/solver-3292349-1304110310 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3292349-1304110310.cnf -threads=4

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
RANDOM SEED=1073315261

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24642548 kB
Buffers:       1862060 kB
Cached:        5782712 kB
SwapCached:        160 kB
Active:         686580 kB
Inactive:      7063380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24642548 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4876 kB
Writeback:           0 kB
AnonPages:      104476 kB
Mapped:          15356 kB
Slab:           496096 kB
PageTables:       4548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   288240 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= 71676 MiB
End job on node117 at 2011-04-29 23:11:54