Trace number 3385938

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-05-15 (fixed)? (TO) 4052.62 1300.09

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d-0.02/
connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
MD5SUM287d3b23c6f72107e24ae4186653564e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark950.907
Satisfiable
(Un)Satisfiability was proved
Number of variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
Number of clauses of size 50
Number of clauses of size over 50

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: 961)

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-3385938-1305582782/watcher-3385938-1305582782 -o /tmp/evaluation-result-3385938-1305582782/solver-3385938-1305582782 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385938-1305582782.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.12 8.46 9.48 8/348 6307
/proc/meminfo: memFree=16812212/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=19912 CPUtime=0 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 958 0 0 0 0 0 0 0 22 0 1 0 669876421 20389888 691 33554432000 4194304 4625164 140736042347584 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6307/statm: 4978 692 296 106 0 481 0
[pid=6307/tid=6308] ppid=6305 vsize=52860 CPUtime=0 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 669876422 54128640 1181 33554432000 4194304 4625164 140736042347584 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=52860 CPUtime=0 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 669876422 54128640 1181 33554432000 4194304 4625164 140736042347584 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=52860 CPUtime=0 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 669876422 54128640 1181 33554432000 4194304 4625164 140736042347584 18446744073709551615 47785957644204 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0203731 s]
/proc/loadavg: 6.12 8.46 9.48 8/348 6307
/proc/meminfo: memFree=16812212/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=52860 CPUtime=0.03 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 1465 0 0 0 3 0 0 0 23 0 4 0 669876421 54128640 1195 33554432000 4194304 4625164 140736042347584 18446744073709551615 47785957644210 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 13215 1196 312 106 0 8718 0
[pid=6307/tid=6308] ppid=6305 vsize=52860 CPUtime=0 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 4 0 669876422 54128640 1197 33554432000 4194304 4625164 140736042347584 18446744073709551615 4333968 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=52860 CPUtime=0 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 669876422 54128640 1197 33554432000 4194304 4625164 140736042347584 18446744073709551615 47785957644208 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=52860 CPUtime=0 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 14 0 0 0 0 0 0 0 24 0 4 0 669876422 54128640 1200 33554432000 4194304 4625164 140736042347584 18446744073709551615 4375120 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 52860

[startup+0.100355 s]
/proc/loadavg: 6.12 8.46 9.48 8/348 6307
/proc/meminfo: memFree=16812212/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=185656 CPUtime=0.27 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2556 0 0 0 27 0 0 0 23 0 4 0 669876421 190111744 1902 33554432000 4194304 4625164 140736042347584 18446744073709551615 4514139 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 46414 1902 336 106 0 41917 0
[pid=6307/tid=6308] ppid=6305 vsize=185656 CPUtime=0.04 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 248 0 0 0 4 0 0 0 24 0 4 0 669876422 190111744 1902 33554432000 4194304 4625164 140736042347584 18446744073709551615 4353059 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=185656 CPUtime=0.08 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 247 0 0 0 8 0 0 0 25 0 4 0 669876422 190111744 1902 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=185656 CPUtime=0.08 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 564 0 0 0 8 0 0 0 25 0 4 0 669876422 190111744 1902 33554432000 4194304 4625164 140736042347584 18446744073709551615 4339400 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 185656

[startup+0.300318 s]
/proc/loadavg: 6.12 8.46 9.48 8/348 6307
/proc/meminfo: memFree=16812212/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=251452 CPUtime=0.87 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 3605 0 0 0 87 0 0 0 25 0 4 0 669876421 257486848 2515 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512035 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6307/statm: 62863 2515 341 106 0 58366 0
[pid=6307/tid=6308] ppid=6305 vsize=251452 CPUtime=0.23 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 530 0 0 0 23 0 0 0 25 0 4 0 669876422 257486848 2515 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=251452 CPUtime=0.17 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 283 0 0 0 17 0 0 0 25 0 4 0 669876422 257486848 2515 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=251452 CPUtime=0.21 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 993 0 0 0 21 0 0 0 25 0 4 0 669876422 257486848 2515 33554432000 4194304 4625164 140736042347584 18446744073709551615 4340140 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 251452

[startup+0.700246 s]
/proc/loadavg: 6.12 8.46 9.48 8/348 6307
/proc/meminfo: memFree=16812212/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=254508 CPUtime=2.06 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 5253 0 0 0 206 0 0 0 25 0 4 0 669876421 260616192 3630 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512491 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6307/statm: 63627 3630 341 106 0 59130 0
[pid=6307/tid=6308] ppid=6305 vsize=254508 CPUtime=0.54 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 775 0 0 0 54 0 0 0 25 0 4 0 669876422 260616192 3630 33554432000 4194304 4625164 140736042347584 18446744073709551615 4486939 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=254508 CPUtime=0.42 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 550 0 0 0 42 0 0 0 25 0 4 0 669876422 260616192 3630 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=254508 CPUtime=0.45 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1753 0 0 0 45 0 0 0 25 0 4 0 669876422 260616192 3630 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 254508

[startup+1.5011 s]
/proc/loadavg: 6.12 8.46 9.48 12/352 6311
/proc/meminfo: memFree=16783668/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=257084 CPUtime=4.45 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 10065 0 0 0 444 1 0 0 25 0 4 0 669876421 263254016 5411 33554432000 4194304 4625164 140736042347584 18446744073709551615 4356341 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6307/statm: 64271 5411 342 106 0 59774 0
[pid=6307/tid=6308] ppid=6305 vsize=257084 CPUtime=1.04 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1391 0 0 0 104 0 0 0 25 0 4 0 669876422 263254016 5411 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=257084 CPUtime=0.83 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1102 0 0 0 83 0 0 0 25 0 4 0 669876422 263254016 5411 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=257084 CPUtime=1.12 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 4813 0 0 0 112 0 0 0 25 0 4 0 669876422 263254016 5411 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 257084

[startup+3.10081 s]
/proc/loadavg: 6.43 8.49 9.49 13/352 6311
/proc/meminfo: memFree=16768912/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=263304 CPUtime=9.24 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 18528 0 0 0 921 3 0 0 25 0 4 0 669876421 269623296 8171 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6307/statm: 65826 8171 343 106 0 61329 0
[pid=6307/tid=6308] ppid=6305 vsize=263304 CPUtime=2.46 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 2301 0 0 0 246 0 0 0 25 0 4 0 669876422 269623296 8171 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=263304 CPUtime=1.81 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 2019 0 0 0 181 0 0 0 25 0 4 0 669876422 269623296 8171 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=263304 CPUtime=1.9 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 10005 0 0 0 189 1 0 0 25 0 4 0 669876422 269623296 8171 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351925 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.24
Current children cumulated vsize (KiB) 263304

[startup+6.30023 s]
/proc/loadavg: 6.43 8.49 9.49 12/352 6311
/proc/meminfo: memFree=16737152/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=269276 CPUtime=18.77 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 32327 0 0 0 1872 5 0 0 25 0 4 0 669876421 275738624 12036 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 67319 12036 343 106 0 62822 0
[pid=6307/tid=6308] ppid=6305 vsize=269276 CPUtime=5.61 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 4189 0 0 0 561 0 0 0 20 0 4 0 669876422 275738624 12036 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=269276 CPUtime=4.22 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 3685 0 0 0 421 1 0 0 19 0 4 0 669876422 275738624 12036 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=269276 CPUtime=3.18 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 19077 0 0 0 316 2 0 0 25 0 4 0 669876422 275738624 12036 33554432000 4194304 4625164 140736042347584 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.77
Current children cumulated vsize (KiB) 269276

[startup+12.7011 s]
/proc/loadavg: 6.98 8.54 9.49 12/352 6312
/proc/meminfo: memFree=16691772/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=282652 CPUtime=37.89 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 63579 0 0 0 3779 10 0 0 25 0 4 0 669876421 289435648 17991 33554432000 4194304 4625164 140736042347584 18446744073709551615 4360213 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 70663 17991 343 106 0 66166 0
[pid=6307/tid=6308] ppid=6305 vsize=282652 CPUtime=11.94 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 7464 0 0 0 1192 2 0 0 18 0 4 0 669876422 289435648 17991 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=282652 CPUtime=8.5 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 5692 0 0 0 849 1 0 0 25 0 4 0 669876422 289435648 17991 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352218 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=282652 CPUtime=6.07 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 42887 0 0 0 602 5 0 0 25 0 4 0 669876422 289435648 17991 33554432000 4194304 4625164 140736042347584 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.89
Current children cumulated vsize (KiB) 282652

[startup+25.5007 s]
/proc/loadavg: 7.44 8.58 9.50 12/352 6312
/proc/meminfo: memFree=16635704/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=298388 CPUtime=76.1 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 105293 0 0 0 7590 20 0 0 25 0 4 0 669876421 305549312 26847 33554432000 4194304 4625164 140736042347584 18446744073709551615 4519341 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 74597 26847 343 106 0 70100 0
[pid=6307/tid=6308] ppid=6305 vsize=298388 CPUtime=21.22 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 10089 0 0 0 2119 3 0 0 25 0 4 0 669876422 305549312 26847 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=298388 CPUtime=18.99 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 9863 0 0 0 1895 4 0 0 25 0 4 0 669876422 305549312 26847 33554432000 4194304 4625164 140736042347584 18446744073709551615 246516495393 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=298388 CPUtime=11.7 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 74413 0 0 0 1160 10 0 0 25 0 4 0 669876422 305549312 26847 33554432000 4194304 4625164 140736042347584 18446744073709551615 4547594 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 76.1
Current children cumulated vsize (KiB) 298388

[startup+51.1011 s]
/proc/loadavg: 8.53 8.75 9.52 13/352 6313
/proc/meminfo: memFree=16540180/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=344216 CPUtime=152.56 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 214332 0 0 0 15212 44 0 0 25 0 4 0 669876421 352477184 43049 33554432000 4194304 4625164 140736042347584 18446744073709551615 4508740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 86054 43049 357 106 0 81557 0
[pid=6307/tid=6308] ppid=6305 vsize=344216 CPUtime=36.63 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 15132 0 0 0 3658 5 0 0 25 0 4 0 669876422 352477184 43049 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=344216 CPUtime=42.13 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 15986 0 0 0 4204 9 0 0 25 0 4 0 669876422 352477184 43049 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=344216 CPUtime=24.02 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 160920 0 0 0 2377 25 0 0 25 0 4 0 669876422 352477184 43049 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 152.56
Current children cumulated vsize (KiB) 344216

[startup+102.313 s]
/proc/loadavg: 9.73 9.03 9.58 12/352 6314
/proc/meminfo: memFree=16408476/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=381784 CPUtime=305.63 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 407019 0 0 0 30483 80 0 0 25 0 4 0 669876421 390946816 62763 33554432000 4194304 4625164 140736042347584 18446744073709551615 4511926 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 95446 62764 343 106 0 90949 0
[pid=6307/tid=6308] ppid=6305 vsize=381784 CPUtime=65.63 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 20793 0 0 0 6555 8 0 0 25 0 4 0 669876422 390946816 62764 33554432000 4194304 4625164 140736042347584 18446744073709551615 4462600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=381784 CPUtime=88.82 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 23218 0 0 0 8870 12 0 0 25 0 4 0 669876422 390946816 62764 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352305 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=381784 CPUtime=50.19 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 328511 0 0 0 4967 52 0 0 25 0 4 0 669876422 390946816 62765 33554432000 4194304 4625164 140736042347584 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 305.63
Current children cumulated vsize (KiB) 381784

[startup+162.301 s]

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

[pid=6307] ppid=6305 vsize=1407896 CPUtime=2103.54 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2156229 0 0 0 209957 397 0 0 25 0 4 0 669876421 1441685504 273295 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512042 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 351974 273295 343 106 0 347477 0
[pid=6307/tid=6308] ppid=6305 vsize=1407896 CPUtime=552.31 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 74827 0 0 0 55203 28 0 0 25 0 4 0 669876422 1441685504 273295 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=1407896 CPUtime=420.95 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 76091 0 0 0 42049 46 0 0 25 0 4 0 669876422 1441685504 273295 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=1407896 CPUtime=483.08 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1724139 0 0 0 48036 272 0 0 25 0 4 0 669876422 1441685504 273295 33554432000 4194304 4625164 140736042347584 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2103.54
Current children cumulated vsize (KiB) 1407896

[startup+762.313 s]
/proc/loadavg: 10.30 10.15 9.91 12/352 6344
/proc/meminfo: memFree=15065696/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=1518204 CPUtime=2282.92 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2223733 0 0 0 227886 406 0 0 25 0 4 0 669876421 1554640896 291963 33554432000 4194304 4625164 140736042347584 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 379551 291963 343 106 0 375054 0
[pid=6307/tid=6308] ppid=6305 vsize=1518204 CPUtime=582.32 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 75066 0 0 0 58204 28 0 0 25 0 4 0 669876422 1554640896 291963 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=1518204 CPUtime=450.94 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 76230 0 0 0 45048 46 0 0 25 0 4 0 669876422 1554640896 291963 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=1518204 CPUtime=543.1 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1728081 0 0 0 54037 273 0 0 25 0 4 0 669876422 1554640896 291963 33554432000 4194304 4625164 140736042347584 18446744073709551615 4547287 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2282.92
Current children cumulated vsize (KiB) 1518204

[startup+822.3 s]
/proc/loadavg: 10.19 10.14 9.91 13/352 6345
/proc/meminfo: memFree=14950340/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=1632512 CPUtime=2462.24 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2249857 0 0 0 245812 412 0 0 25 0 4 0 669876421 1671692288 316884 33554432000 4194304 4625164 140736042347584 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 408128 316884 343 106 0 403631 0
[pid=6307/tid=6308] ppid=6305 vsize=1632512 CPUtime=612.32 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 75642 0 0 0 61204 28 0 0 25 0 4 0 669876422 1671692288 316884 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=1632512 CPUtime=480.94 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 76761 0 0 0 48048 46 0 0 25 0 4 0 669876422 1671692288 316884 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=1632512 CPUtime=603.08 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1733436 0 0 0 60034 274 0 0 25 0 4 0 669876422 1671692288 316884 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2462.24
Current children cumulated vsize (KiB) 1632512

[startup+882.3 s]
/proc/loadavg: 10.21 10.15 9.93 11/352 6347
/proc/meminfo: memFree=14843536/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=1750408 CPUtime=2641.59 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2308480 0 0 0 263736 423 0 0 25 0 4 0 669876421 1792417792 340708 33554432000 4194304 4625164 140736042347584 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 437602 340708 569 106 0 433105 0
[pid=6307/tid=6308] ppid=6305 vsize=1750408 CPUtime=642.32 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 76977 0 0 0 64203 29 0 0 25 0 4 0 669876422 1792417792 340708 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=1750408 CPUtime=510.94 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 78482 0 0 0 51047 47 0 0 25 0 4 0 669876422 1792417792 340708 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=1750408 CPUtime=663.09 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1743988 0 0 0 66033 276 0 0 25 0 4 0 669876422 1792417792 340708 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2641.59
Current children cumulated vsize (KiB) 1750408

[startup+942.3 s]
/proc/loadavg: 10.08 10.13 9.93 13/352 6348
/proc/meminfo: memFree=14752980/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=1763888 CPUtime=2843.91 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2328049 0 0 0 283963 428 0 0 25 0 4 0 669876421 1806221312 357050 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 440972 357050 569 106 0 436475 0
[pid=6307/tid=6308] ppid=6305 vsize=1763888 CPUtime=672.3 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 77177 0 0 0 67201 29 0 0 25 0 4 0 669876422 1806221312 357050 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=1763888 CPUtime=565.52 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 78952 0 0 0 56505 47 0 0 25 0 4 0 669876422 1806221312 357050 33554432000 4194304 4625164 140736042347584 18446744073709551615 4467219 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=1763888 CPUtime=723.09 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1747499 0 0 0 72032 277 0 0 25 0 4 0 669876422 1806221312 357050 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2843.91
Current children cumulated vsize (KiB) 1763888

[startup+1002.3 s]
/proc/loadavg: 10.31 10.19 9.96 12/352 6350
/proc/meminfo: memFree=14631052/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=1921812 CPUtime=3053.26 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2425235 0 0 0 304884 442 0 0 25 0 4 0 669876421 1967935488 381090 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 480453 381090 569 106 0 475956 0
[pid=6307/tid=6308] ppid=6305 vsize=1921812 CPUtime=702.3 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 77654 0 0 0 70201 29 0 0 25 0 4 0 669876422 1967935488 381090 33554432000 4194304 4625164 140736042347584 18446744073709551615 246516483276 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=1921812 CPUtime=625.53 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 79894 0 0 0 62505 48 0 0 25 0 4 0 669876422 1967935488 381090 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=1921812 CPUtime=783.09 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1751107 0 0 0 78032 277 0 0 25 0 4 0 669876422 1967935488 381090 33554432000 4194304 4625164 140736042347584 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3053.26
Current children cumulated vsize (KiB) 1921812

[startup+1062.3 s]
/proc/loadavg: 10.19 10.17 9.97 12/352 6352
/proc/meminfo: memFree=14575464/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=1934924 CPUtime=3262.62 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2438129 0 0 0 325817 445 0 0 25 0 4 0 669876421 1981362176 390390 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 483731 390390 565 106 0 479234 0
[pid=6307/tid=6308] ppid=6305 vsize=1934924 CPUtime=732.32 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 78032 0 0 0 73202 30 0 0 25 0 4 0 669876422 1981362176 390390 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=1934924 CPUtime=685.53 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 80261 0 0 0 68505 48 0 0 25 0 4 0 669876422 1981362176 390390 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=1934924 CPUtime=843.09 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1754489 0 0 0 84031 278 0 0 25 0 4 0 669876422 1981362176 390390 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3262.62
Current children cumulated vsize (KiB) 1934924

[startup+1122.3 s]
/proc/loadavg: 10.31 10.21 10.00 12/352 6353
/proc/meminfo: memFree=14455404/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=2010600 CPUtime=3471.94 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2461979 0 0 0 346744 450 0 0 25 0 4 0 669876421 2058854400 412306 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 502650 412306 410 106 0 498153 0
[pid=6307/tid=6308] ppid=6305 vsize=2010600 CPUtime=775.32 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 78711 0 0 0 77502 30 0 0 25 0 4 0 669876422 2058854400 412306 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=2010600 CPUtime=745.53 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 80725 0 0 0 74505 48 0 0 25 0 4 0 669876422 2058854400 412306 33554432000 4194304 4625164 140736042347584 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=2010600 CPUtime=890.07 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1757078 0 0 0 88728 279 0 0 25 0 4 0 669876422 2058854400 412306 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3471.94
Current children cumulated vsize (KiB) 2010600

[startup+1182.3 s]
/proc/loadavg: 10.19 10.20 10.00 13/352 6355
/proc/meminfo: memFree=14367336/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=2045220 CPUtime=3681.3 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2494921 0 0 0 367671 459 0 0 25 0 4 0 669876421 2094305280 424060 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 511305 424060 343 106 0 506808 0
[pid=6307/tid=6308] ppid=6305 vsize=2045220 CPUtime=835.32 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 96995 0 0 0 83497 35 0 0 25 0 4 0 669876422 2094305280 424060 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=2045220 CPUtime=805.53 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 81519 0 0 0 80505 48 0 0 25 0 4 0 669876422 2094305280 424060 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=2045220 CPUtime=920.06 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1758502 0 0 0 91727 279 0 0 25 0 4 0 669876422 2094305280 424060 33554432000 4194304 4625164 140736042347584 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3681.3
Current children cumulated vsize (KiB) 2045220

[startup+1242.3 s]
/proc/loadavg: 10.42 10.26 10.03 12/352 6356
/proc/meminfo: memFree=14284232/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=2180060 CPUtime=3879.37 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2576837 0 0 0 387459 478 0 0 25 0 4 0 669876421 2232381440 440021 33554432000 4194304 4625164 140736042347584 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6307/statm: 545015 440021 343 106 0 540518 0
[pid=6307/tid=6308] ppid=6305 vsize=2180060 CPUtime=884.52 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 99112 0 0 0 88414 38 0 0 25 0 4 0 669876422 2232381440 440021 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=2180060 CPUtime=865.49 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 100141 0 0 0 86493 56 0 0 25 0 4 0 669876422 2232381440 440021 33554432000 4194304 4625164 140736042347584 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=2180060 CPUtime=961.51 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1760803 0 0 0 95871 280 0 0 25 0 4 0 669876422 2232381440 440021 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3879.37
Current children cumulated vsize (KiB) 2180060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.28 10.25 10.04 8/350 6359
/proc/meminfo: memFree=14347392/32951124 swapFree=54450792/67111528
[pid=6307] ppid=6305 vsize=2191820 CPUtime=4052.51 cores=1,3,5,7
/proc/6307/stat : 6307 (SArTagnan) R 6305 6307 5768 0 -1 4202496 2593103 0 0 0 404766 485 0 0 25 0 4 0 669876421 2244423680 451542 33554432000 4194304 4625164 140736042347584 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6307/statm: 547955 451542 343 106 0 543458 0
[pid=6307/tid=6308] ppid=6305 vsize=2191820 CPUtime=913.4 cores=1,3,5,7
/proc/6307/task/6308/stat : 6308 (SArTagnan) R 6305 6307 5768 0 -1 4202560 100541 0 0 0 91300 40 0 0 25 0 4 0 669876422 2244423680 451542 33554432000 4194304 4625164 140736042347584 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6309] ppid=6305 vsize=2191820 CPUtime=898.43 cores=1,3,5,7
/proc/6307/task/6309/stat : 6309 (SArTagnan) R 6305 6307 5768 0 -1 4202560 101678 0 0 0 89785 58 0 0 25 0 4 0 669876422 2244423680 451542 33554432000 4194304 4625164 140736042347584 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6307/tid=6310] ppid=6305 vsize=2191820 CPUtime=1019.23 cores=1,3,5,7
/proc/6307/task/6310/stat : 6310 (SArTagnan) R 6305 6307 5768 0 -1 4202560 1764011 0 0 0 101642 281 0 0 25 0 4 0 669876422 2244423680 451542 33554432000 4194304 4625164 140736042347584 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4052.51
Current children cumulated vsize (KiB) 2191820

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): 1300.09
CPU time (s): 4052.62
CPU user time (s): 4047.7
CPU system time (s): 4.92125
CPU usage (%): 311.719
Max. virtual memory (cumulated for all children) (KiB): 2369740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4047.7
system time used= 4.92125
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2593108
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= 5135
involuntary context switches= 32974

runsolver used 4.02939 second user time and 10.1775 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 23:53:02
IDJOB=3385938
IDBENCH=84643
IDSOLVER=1871
FILE ID=node134/3385938-1305582782
RUNJOBID= node134-1305582782-6285
PBS_JOBID= 13350221
Free space on /tmp= 73580 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT04/handmade/connamacher/connm-d-0.02/connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385938-1305582782/watcher-3385938-1305582782 -o /tmp/evaluation-result-3385938-1305582782/solver-3385938-1305582782 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385938-1305582782.cnf -threads=4

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

MD5SUM BENCH= 287d3b23c6f72107e24ae4186653564e
RANDOM SEED=671702337

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16812764 kB
Buffers:        168188 kB
Cached:         720936 kB
SwapCached:      16428 kB
Active:        4773440 kB
Inactive:     11126604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16812764 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:             848 kB
Writeback:           0 kB
AnonPages:    15002508 kB
Mapped:          16420 kB
Slab:            97936 kB
PageTables:      77096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 72778540 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= 73580 MiB
End job on node134 at 2011-05-17 00:14:44