Trace number 3385844

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) 3945.08 1300.09

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3385844-1305583750/watcher-3385844-1305583750 -o /tmp/evaluation-result-3385844-1305583750/solver-3385844-1305583750 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385844-1305583750.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: 9.54 9.98 9.52 7/392 4472
/proc/meminfo: memFree=20924664/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=24956 CPUtime=0 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 654 0 0 0 0 0 0 0 25 0 1 0 669972965 25554944 499 33554432000 4194304 4625164 140735807335840 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/4472/statm: 6239 499 296 106 0 1742 0

[startup+0.0555919 s]
/proc/loadavg: 9.54 9.98 9.52 7/392 4472
/proc/meminfo: memFree=20924664/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=27944 CPUtime=0.04 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 2819 0 0 0 4 0 0 0 25 0 1 0 669972965 28614656 1169 33554432000 4194304 4625164 140735807335840 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/4472/statm: 6986 1169 296 106 0 2489 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27944

[startup+0.11035 s]
/proc/loadavg: 9.54 9.98 9.52 7/392 4472
/proc/meminfo: memFree=20924664/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=269124 CPUtime=0.18 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) D 4470 4472 3578 0 -1 4202496 8311 0 0 0 17 1 0 0 25 0 4 0 669972965 275582976 5389 33554432000 4194304 4625164 140735807335840 18446744073709551615 228122375201 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4472/statm: 67281 5389 333 106 0 62784 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 269124

[startup+0.300506 s]
/proc/loadavg: 9.54 9.98 9.52 7/392 4472
/proc/meminfo: memFree=20924664/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=281336 CPUtime=0.75 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 12186 0 0 0 74 1 0 0 18 0 4 0 669972965 288088064 8350 33554432000 4194304 4625164 140735807335840 18446744073709551615 228122411477 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4472/statm: 70334 8367 345 106 0 65837 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 281336

[startup+0.700436 s]
/proc/loadavg: 9.54 9.98 9.52 7/392 4472
/proc/meminfo: memFree=20924664/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=281096 CPUtime=1.95 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 15132 0 0 0 193 2 0 0 18 0 4 0 669972965 287842304 9890 33554432000 4194304 4625164 140735807335840 18446744073709551615 4519673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4472/statm: 70274 9890 345 106 0 65777 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 281096

[startup+1.50029 s]
/proc/loadavg: 9.54 9.98 9.52 12/396 4476
/proc/meminfo: memFree=20826680/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=289540 CPUtime=4.34 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 19660 0 0 0 431 3 0 0 19 0 4 0 669972965 296488960 14383 33554432000 4194304 4625164 140735807335840 18446744073709551615 4512017 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4472/statm: 72385 14383 349 106 0 67888 0
[pid=4472/tid=4474] ppid=4470 vsize=289540 CPUtime=0.51 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 1932 0 0 0 51 0 0 0 25 0 4 0 669972971 296488960 14383 33554432000 4194304 4625164 140735807335840 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=289540 CPUtime=1.39 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 3806 0 0 0 139 0 0 0 25 0 4 0 669972971 296488960 14383 33554432000 4194304 4625164 140735807335840 18446744073709551615 4295440 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=289540 CPUtime=1.23 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 1344 0 0 0 123 0 0 0 25 0 4 0 669972971 296488960 14383 33554432000 4194304 4625164 140735807335840 18446744073709551615 4334270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 289540

[startup+3.101 s]
/proc/loadavg: 9.54 9.98 9.52 11/396 4476
/proc/meminfo: memFree=20802528/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=290860 CPUtime=9.12 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 28451 0 0 0 908 4 0 0 21 0 4 0 669972965 297840640 19232 33554432000 4194304 4625164 140735807335840 18446744073709551615 4511953 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4472/statm: 72715 19233 362 106 0 68218 0
[pid=4472/tid=4474] ppid=4470 vsize=290860 CPUtime=1.13 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 2745 0 0 0 113 0 0 0 25 0 4 0 669972971 297840640 19233 33554432000 4194304 4625164 140735807335840 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=290860 CPUtime=2.98 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 6618 0 0 0 298 0 0 0 25 0 4 0 669972971 297840640 19233 33554432000 4194304 4625164 140735807335840 18446744073709551615 228122375201 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=290860 CPUtime=2.81 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 6262 0 0 0 280 1 0 0 25 0 4 0 669972971 297840640 19233 33554432000 4194304 4625164 140735807335840 18446744073709551615 4554412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 290860

[startup+6.30043 s]
/proc/loadavg: 9.57 9.98 9.52 11/396 4476
/proc/meminfo: memFree=20737552/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=304052 CPUtime=18.66 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 45779 0 0 0 1859 7 0 0 25 0 4 0 669972965 311349248 27345 33554432000 4194304 4625164 140735807335840 18446744073709551615 4512042 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4472/statm: 76013 27345 448 106 0 71516 0
[pid=4472/tid=4474] ppid=4470 vsize=304052 CPUtime=2.77 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 5900 0 0 0 276 1 0 0 25 0 4 0 669972971 311349248 27345 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=304052 CPUtime=5 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 9636 0 0 0 499 1 0 0 25 0 4 0 669972971 311349248 27345 33554432000 4194304 4625164 140735807335840 18446744073709551615 4462583 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=304052 CPUtime=5.89 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 15080 0 0 0 587 2 0 0 25 0 4 0 669972971 311349248 27346 33554432000 4194304 4625164 140735807335840 18446744073709551615 4339111 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.66
Current children cumulated vsize (KiB) 304052

[startup+12.7003 s]
/proc/loadavg: 9.61 9.98 9.52 11/396 4476
/proc/meminfo: memFree=20660340/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=330652 CPUtime=37.78 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 76908 0 0 0 3766 12 0 0 25 0 4 0 669972965 338587648 35555 33554432000 4194304 4625164 140735807335840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4472/statm: 82663 35555 447 106 0 78166 0
[pid=4472/tid=4474] ppid=4470 vsize=330652 CPUtime=5.91 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 8968 0 0 0 589 2 0 0 25 0 4 0 669972971 338587648 35555 33554432000 4194304 4625164 140735807335840 18446744073709551615 4346208 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=330652 CPUtime=8.26 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 13039 0 0 0 824 2 0 0 25 0 4 0 669972971 338587648 35555 33554432000 4194304 4625164 140735807335840 18446744073709551615 4469375 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=330652 CPUtime=12.2 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 39471 0 0 0 1215 5 0 0 25 0 4 0 669972971 338587648 35555 33554432000 4194304 4625164 140735807335840 18446744073709551615 4334491 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.78
Current children cumulated vsize (KiB) 330652

[startup+25.501 s]
/proc/loadavg: 9.77 10.00 9.54 11/396 4477
/proc/meminfo: memFree=20564492/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=368760 CPUtime=75.99 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 153412 0 0 0 7576 23 0 0 25 0 4 0 669972965 377610240 51141 33554432000 4194304 4625164 140735807335840 18446744073709551615 4499458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4472/statm: 92190 51141 358 106 0 87693 0
[pid=4472/tid=4474] ppid=4470 vsize=368760 CPUtime=15.37 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 16233 0 0 0 1533 4 0 0 25 0 4 0 669972971 377610240 51141 33554432000 4194304 4625164 140735807335840 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=368760 CPUtime=17.82 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 21189 0 0 0 1778 4 0 0 25 0 4 0 669972971 377610240 51141 33554432000 4194304 4625164 140735807335840 18446744073709551615 228122381189 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=368760 CPUtime=19.79 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 95852 0 0 0 1967 12 0 0 25 0 4 0 669972971 377610240 51141 33554432000 4194304 4625164 140735807335840 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.99
Current children cumulated vsize (KiB) 368760

[startup+51.1003 s]
/proc/loadavg: 9.91 10.01 9.55 11/396 4477
/proc/meminfo: memFree=20378652/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=590992 CPUtime=152.43 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 348190 0 0 0 15187 56 0 0 25 0 4 0 669972965 605175808 88745 33554432000 4194304 4625164 140735807335840 18446744073709551615 228122411477 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4472/statm: 147748 88764 369 106 0 143251 0
[pid=4472/tid=4474] ppid=4470 vsize=590992 CPUtime=34.8 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 27028 0 0 0 3472 8 0 0 20 0 4 0 669972971 605175808 88775 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=590992 CPUtime=36.42 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 31413 0 0 0 3636 6 0 0 25 0 4 0 669972971 605175808 88788 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=590992 CPUtime=39.1 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 231281 0 0 0 3878 32 0 0 25 0 4 0 669972971 605175808 88800 33554432000 4194304 4625164 140735807335840 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 152.43
Current children cumulated vsize (KiB) 590992

[startup+102.315 s]
/proc/loadavg: 10.09 10.04 9.58 11/396 4479
/proc/meminfo: memFree=19986768/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=836756 CPUtime=305.58 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 696839 0 0 0 30446 112 0 0 25 0 4 0 669972965 856838144 151219 33554432000 4194304 4625164 140735807335840 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4472/statm: 209189 151219 391 106 0 204692 0
[pid=4472/tid=4474] ppid=4470 vsize=836756 CPUtime=62.71 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 52404 0 0 0 6254 17 0 0 25 0 4 0 669972971 856838144 151219 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=836756 CPUtime=79.01 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 60721 0 0 0 7888 13 0 0 25 0 4 0 669972971 856838144 151219 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=836756 CPUtime=75.39 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 426835 0 0 0 7477 62 0 0 25 0 4 0 669972971 856838144 151219 33554432000 4194304 4625164 140735807335840 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 305.58
Current children cumulated vsize (KiB) 836756

[startup+162.3 s]
/proc/loadavg: 10.09 10.04 9.61 11/396 4480
/proc/meminfo: memFree=19641368/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1100148 CPUtime=484.74 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 1126087 0 0 0 48295 179 0 0 25 0 4 0 669972965 1126551552 207277 33554432000 4194304 4625164 140735807335840 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4472/statm: 275037 207277 419 106 0 270540 0
[pid=4472/tid=4474] ppid=4470 vsize=1100148 CPUtime=93.3 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 62562 0 0 0 9306 24 0 0 25 0 4 0 669972971 1126551552 207277 33554432000 4194304 4625164 140735807335840 18446744073709551615 4464383 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1100148 CPUtime=138.21 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 71794 0 0 0 13804 17 0 0 25 0 4 0 669972971 1126551552 207277 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1100148 CPUtime=108.66 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 753558 0 0 0 10759 107 0 0 25 0 4 0 669972971 1126551552 207277 33554432000 4194304 4625164 140735807335840 18446744073709551615 4552423 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 484.74
Current children cumulated vsize (KiB) 1100148

[startup+222.3 s]
/proc/loadavg: 10.14 10.06 9.64 11/396 4482
/proc/meminfo: memFree=19337884/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1397788 CPUtime=663.93 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 1425676 0 0 0 66168 225 0 0 25 0 4 0 669972965 1431334912 260746 33554432000 4194304 4625164 140735807335840 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 349447 260746 414 106 0 344950 0
[pid=4472/tid=4474] ppid=4470 vsize=1397788 CPUtime=123.38 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 84149 0 0 0 12307 31 0 0 25 0 4 0 669972971 1431334912 260746 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1397788 CPUtime=191.23 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 96733 0 0 0 19101 22 0 0 25 0 4 0 669972971 1431334912 260746 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1397788 CPUtime=151.65 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 908333 0 0 0 15036 129 0 0 25 0 4 0 669972971 1431334912 260746 33554432000 4194304 4625164 140735807335840 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 663.93
Current children cumulated vsize (KiB) 1397788

[startup+282.301 s]

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

[pid=4472] ppid=4470 vsize=1817220 CPUtime=2097.84 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 3782189 0 0 0 209185 599 0 0 25 0 4 0 669972965 1860833280 368211 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 454305 368211 634 106 0 449808 0
[pid=4472/tid=4474] ppid=4470 vsize=1817220 CPUtime=461.84 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94068 0 0 0 46146 38 0 0 25 0 4 0 669972971 1860833280 368212 33554432000 4194304 4625164 140735807335840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1817220 CPUtime=650.98 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114657 0 0 0 65068 30 0 0 25 0 4 0 669972971 1860833280 368212 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1817220 CPUtime=409.35 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 3014525 0 0 0 40478 457 0 0 25 0 4 0 669972971 1860833280 368212 33554432000 4194304 4625164 140735807335840 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2097.84
Current children cumulated vsize (KiB) 1817220

[startup+762.315 s]
/proc/loadavg: 10.13 10.15 9.86 11/396 4496
/proc/meminfo: memFree=18108104/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1817220 CPUtime=2277.11 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 4063526 0 0 0 227070 641 0 0 25 0 4 0 669972965 1860833280 373477 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 454305 373477 622 106 0 449808 0
[pid=4472/tid=4474] ppid=4470 vsize=1817220 CPUtime=491.84 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94290 0 0 0 49146 38 0 0 25 0 4 0 669972971 1860833280 373477 33554432000 4194304 4625164 140735807335840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1817220 CPUtime=711 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114754 0 0 0 71069 31 0 0 25 0 4 0 669972971 1860833280 373477 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1817220 CPUtime=439.37 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 3292965 0 0 0 43438 499 0 0 25 0 4 0 669972971 1860833280 373477 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2277.11
Current children cumulated vsize (KiB) 1817220

[startup+822.3 s]
/proc/loadavg: 10.23 10.16 9.89 11/396 4498
/proc/meminfo: memFree=18028676/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1902212 CPUtime=2456.32 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 4343440 0 0 0 244952 680 0 0 25 0 4 0 669972965 1947865088 377863 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 475553 377863 622 106 0 471056 0
[pid=4472/tid=4474] ppid=4470 vsize=1902212 CPUtime=521.83 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94345 0 0 0 52145 38 0 0 25 0 4 0 669972971 1947865088 377863 33554432000 4194304 4625164 140735807335840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1902212 CPUtime=770.99 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114755 0 0 0 77068 31 0 0 25 0 4 0 669972971 1947865088 377863 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1902212 CPUtime=469.37 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 3570435 0 0 0 46400 537 0 0 25 0 4 0 669972971 1947865088 377863 33554432000 4194304 4625164 140735807335840 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2456.32
Current children cumulated vsize (KiB) 1902212

[startup+882.3 s]
/proc/loadavg: 10.08 10.13 9.89 11/396 4500
/proc/meminfo: memFree=17963628/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1902212 CPUtime=2635.56 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 4623013 0 0 0 262835 721 0 0 25 0 4 0 669972965 1947865088 382894 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 475553 382895 622 106 0 471056 0
[pid=4472/tid=4474] ppid=4470 vsize=1902212 CPUtime=551.83 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94472 0 0 0 55145 38 0 0 25 0 4 0 669972971 1947865088 382896 33554432000 4194304 4625164 140735807335840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1902212 CPUtime=830.99 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114761 0 0 0 83068 31 0 0 25 0 4 0 669972971 1947865088 382896 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1902212 CPUtime=499.37 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 3837695 0 0 0 49363 574 0 0 25 0 4 0 669972971 1947865088 382896 33554432000 4194304 4625164 140735807335840 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2635.56
Current children cumulated vsize (KiB) 1902212

[startup+942.301 s]
/proc/loadavg: 10.09 10.12 9.90 11/396 4501
/proc/meminfo: memFree=17905140/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1902212 CPUtime=2814.81 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 4945489 0 0 0 280713 768 0 0 25 0 4 0 669972965 1947865088 388639 33554432000 4194304 4625164 140735807335840 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 475553 388639 609 106 0 471056 0
[pid=4472/tid=4474] ppid=4470 vsize=1902212 CPUtime=581.82 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94606 0 0 0 58144 38 0 0 25 0 4 0 669972971 1947865088 388639 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330839 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1902212 CPUtime=890.99 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114777 0 0 0 89068 31 0 0 25 0 4 0 669972971 1947865088 388639 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1902212 CPUtime=529.38 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 4109784 0 0 0 52327 611 0 0 25 0 4 0 669972971 1947865088 388639 33554432000 4194304 4625164 140735807335840 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2814.81
Current children cumulated vsize (KiB) 1902212

[startup+1002.3 s]
/proc/loadavg: 10.09 10.11 9.91 11/396 4503
/proc/meminfo: memFree=17832056/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1902212 CPUtime=2994.04 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 5271785 0 0 0 298590 814 0 0 25 0 4 0 669972965 1947865088 395076 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 475553 395076 609 106 0 471056 0
[pid=4472/tid=4474] ppid=4470 vsize=1902212 CPUtime=611.82 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94689 0 0 0 61144 38 0 0 25 0 4 0 669972971 1947865088 395076 33554432000 4194304 4625164 140735807335840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1902212 CPUtime=951 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114779 0 0 0 95069 31 0 0 25 0 4 0 669972971 1947865088 395076 33554432000 4194304 4625164 140735807335840 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1902212 CPUtime=559.38 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 4372446 0 0 0 55291 647 0 0 25 0 4 0 669972971 1947865088 395076 33554432000 4194304 4625164 140735807335840 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2994.04
Current children cumulated vsize (KiB) 1902212

[startup+1062.3 s]
/proc/loadavg: 10.08 10.10 9.92 11/396 4504
/proc/meminfo: memFree=17778412/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=1902212 CPUtime=3173.29 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 5600493 0 0 0 316464 865 0 0 25 0 4 0 669972965 1947865088 398939 33554432000 4194304 4625164 140735807335840 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 475553 398939 609 106 0 471056 0
[pid=4472/tid=4474] ppid=4470 vsize=1902212 CPUtime=649.39 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94811 0 0 0 64901 38 0 0 25 0 4 0 669972971 1947865088 398939 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1902212 CPUtime=1011 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114785 0 0 0 101069 31 0 0 25 0 4 0 669972971 1947865088 398939 33554432000 4194304 4625164 140735807335840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1902212 CPUtime=589.26 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 4628307 0 0 0 58243 683 0 0 25 0 4 0 669972971 1947865088 398939 33554432000 4194304 4625164 140735807335840 18446744073709551615 4547606 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3173.29
Current children cumulated vsize (KiB) 1902212

[startup+1122.3 s]
/proc/loadavg: 10.13 10.11 9.93 11/396 4506
/proc/meminfo: memFree=17687060/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=2036800 CPUtime=3352.52 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 6083140 0 0 0 334314 938 0 0 25 0 4 0 669972965 2085683200 409167 33554432000 4194304 4625164 140735807335840 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 509200 409167 608 106 0 504703 0
[pid=4472/tid=4474] ppid=4470 vsize=2036800 CPUtime=689.86 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 94951 0 0 0 68948 38 0 0 25 0 4 0 669972971 2085683200 409167 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330859 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=2036800 CPUtime=1071 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114801 0 0 0 107069 31 0 0 25 0 4 0 669972971 2085683200 409167 33554432000 4194304 4625164 140735807335840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=2036800 CPUtime=638.22 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 5073547 0 0 0 63073 749 0 0 25 0 4 0 669972971 2085683200 409167 33554432000 4194304 4625164 140735807335840 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3352.52
Current children cumulated vsize (KiB) 2036800

[startup+1182.3 s]
/proc/loadavg: 10.14 10.12 9.94 11/396 4508
/proc/meminfo: memFree=17590900/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=2041228 CPUtime=3534.47 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 6360774 0 0 0 352467 980 0 0 25 0 4 0 669972965 2090217472 413623 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 510307 413623 608 106 0 505810 0
[pid=4472/tid=4474] ppid=4470 vsize=2041228 CPUtime=749.86 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 95100 0 0 0 74948 38 0 0 25 0 4 0 669972971 2090217472 413623 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=2041228 CPUtime=1131 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 114916 0 0 0 113069 31 0 0 25 0 4 0 669972971 2090217472 413623 33554432000 4194304 4625164 140735807335840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=2041228 CPUtime=667.9 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 5312819 0 0 0 66006 784 0 0 25 0 4 0 669972971 2090217472 413623 33554432000 4194304 4625164 140735807335840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3534.47
Current children cumulated vsize (KiB) 2041228

[startup+1242.3 s]
/proc/loadavg: 10.10 10.11 9.94 11/396 4509
/proc/meminfo: memFree=17524012/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=2082548 CPUtime=3743.7 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 6473309 0 0 0 373370 1000 0 0 25 0 4 0 669972965 2132529152 418881 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393104 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 520637 418881 373 106 0 516140 0
[pid=4472/tid=4474] ppid=4470 vsize=2082548 CPUtime=809.86 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 95198 0 0 0 80948 38 0 0 25 0 4 0 669972971 2132529152 418881 33554432000 4194304 4625164 140735807335840 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=2082548 CPUtime=1191 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 136800 0 0 0 119067 33 0 0 25 0 4 0 669972971 2132529152 418881 33554432000 4194304 4625164 140735807335840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=2082548 CPUtime=697.89 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 5333458 0 0 0 69001 788 0 0 25 0 4 0 669972971 2132529152 418881 33554432000 4194304 4625164 140735807335840 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3743.7
Current children cumulated vsize (KiB) 2082548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.07 10.10 9.95 8/394 4512
/proc/meminfo: memFree=17888160/32951124 swapFree=49826708/67111528
[pid=4472] ppid=4470 vsize=2082548 CPUtime=3944.95 cores=0,2,4,6
/proc/4472/stat : 4472 (SArTagnan) R 4470 4472 3578 0 -1 4202496 6735175 0 0 0 393452 1043 0 0 25 0 4 0 669972965 2132529152 423170 33554432000 4194304 4625164 140735807335840 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 520637 423170 368 106 0 516140 0
[pid=4472/tid=4474] ppid=4470 vsize=2082548 CPUtime=867.57 cores=0,2,4,6
/proc/4472/task/4474/stat : 4474 (SArTagnan) R 4470 4472 3578 0 -1 4202560 95345 0 0 0 86719 38 0 0 25 0 4 0 669972971 2132529152 423171 33554432000 4194304 4625164 140735807335840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=2082548 CPUtime=1248.72 cores=0,2,4,6
/proc/4472/task/4475/stat : 4475 (SArTagnan) R 4470 4472 3578 0 -1 4202560 136964 0 0 0 124839 33 0 0 25 0 4 0 669972971 2132529152 423171 33554432000 4194304 4625164 140735807335840 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=2082548 CPUtime=726.77 cores=0,2,4,6
/proc/4472/task/4476/stat : 4476 (SArTagnan) R 4470 4472 3578 0 -1 4202560 5519214 0 0 0 71860 817 0 0 25 0 4 0 669972971 2132529152 423171 33554432000 4194304 4625164 140735807335840 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3944.95
Current children cumulated vsize (KiB) 2082548

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): 3945.08
CPU user time (s): 3934.57
CPU system time (s): 10.5054
CPU usage (%): 303.447
Max. virtual memory (cumulated for all children) (KiB): 2194808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3934.57
system time used= 10.5054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6735177
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= 4468
involuntary context switches= 31174

runsolver used 4.5913 second user time and 11.9832 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-17 00:09:10
IDJOB=3385844
IDBENCH=88223
IDSOLVER=1871
FILE ID=node138/3385844-1305583750
RUNJOBID= node138-1305582447-4340
PBS_JOBID= 13350210
Free space on /tmp= 73436 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385844-1305583750/watcher-3385844-1305583750 -o /tmp/evaluation-result-3385844-1305583750/solver-3385844-1305583750 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385844-1305583750.cnf -threads=4

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=1558091822

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20924944 kB
Buffers:          6828 kB
Cached:          98232 kB
SwapCached:      70912 kB
Active:        1817412 kB
Inactive:      9984004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20924944 kB
SwapTotal:    67111528 kB
SwapFree:     49826708 kB
Dirty:            4752 kB
Writeback:          40 kB
AnonPages:    11635200 kB
Mapped:          12064 kB
Slab:            73332 kB
PageTables:      86280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 96084668 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= 73436 MiB
End job on node138 at 2011-05-17 00:30:52