Trace number 3386131

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) 3255.69 1300.06

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s20078956-unsat.cnf
MD5SUM8d05c170d9e6ebfc370bd1d7f7c63d86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
Number of clauses of size 40
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-3386131-1305580625/watcher-3386131-1305580625 -o /tmp/evaluation-result-3386131-1305580625/solver-3386131-1305580625 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386131-1305580625.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: 11.92 11.47 11.22 8/413 27637
/proc/meminfo: memFree=13762624/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=6356 CPUtime=0 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) D 27635 27637 27246 0 -1 4194304 88 0 1 0 0 0 0 0 25 0 1 0 669662333 6508544 44 33554432000 4194304 4625164 140735935571888 18446744073709551615 248084777862 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 1
/proc/27637/statm: 1589 44 34 106 0 44 0

[startup+0.230847 s]
/proc/loadavg: 11.92 11.47 11.22 8/413 27637
/proc/meminfo: memFree=13762624/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=247472 CPUtime=0.4 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1764 0 5 0 40 0 0 0 25 0 4 0 669662333 253411328 1456 33554432000 4194304 4625164 140735935571888 18446744073709551615 4422923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 2
/proc/27637/statm: 61868 1456 343 106 0 57371 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 247472

[startup+0.300834 s]
/proc/loadavg: 11.92 11.47 11.22 8/413 27637
/proc/meminfo: memFree=13762624/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=248164 CPUtime=0.54 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 2259 0 5 0 54 0 0 0 25 0 4 0 669662333 254119936 1753 33554432000 4194304 4625164 140735935571888 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 62041 1753 343 106 0 57544 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 248164

[startup+0.400817 s]
/proc/loadavg: 11.92 11.47 11.22 8/413 27637
/proc/meminfo: memFree=13762624/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=248544 CPUtime=0.72 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 2687 0 5 0 72 0 0 0 25 0 4 0 669662333 254509056 2062 33554432000 4194304 4625164 140735935571888 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 2
/proc/27637/statm: 62136 2062 343 106 0 57639 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 248544

[startup+0.700765 s]
/proc/loadavg: 11.92 11.47 11.22 8/413 27637
/proc/meminfo: memFree=13762624/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=249216 CPUtime=1.3 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 3982 0 5 0 130 0 0 0 25 0 4 0 669662333 255197184 2880 33554432000 4194304 4625164 140735935571888 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 62304 2880 343 106 0 57807 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 249216

[startup+1.50062 s]
/proc/loadavg: 11.92 11.47 11.22 11/417 27641
/proc/meminfo: memFree=13742972/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=254664 CPUtime=2.87 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 5907 0 5 0 286 1 0 0 25 0 4 0 669662333 260775936 4220 33554432000 4194304 4625164 140735935571888 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 63666 4220 343 106 0 59169 0
[pid=27637/tid=27639] ppid=27635 vsize=254664 CPUtime=0.5 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1216 0 0 0 50 0 0 0 25 0 4 0 669662336 260775936 4220 33554432000 4194304 4625164 140735935571888 18446744073709551615 248089395408 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=254664 CPUtime=0.49 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1724 0 0 0 49 0 0 0 25 0 4 0 669662336 260775936 4220 33554432000 4194304 4625164 140735935571888 18446744073709551615 248089359393 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=254664 CPUtime=0.88 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1427 0 0 0 88 0 0 0 25 0 4 0 669662336 260775936 4220 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 254664

[startup+3.10034 s]
/proc/loadavg: 11.92 11.47 11.22 12/417 27641
/proc/meminfo: memFree=13736528/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=258248 CPUtime=6.84 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 12700 0 5 0 683 1 0 0 25 0 4 0 669662333 264445952 6871 33554432000 4194304 4625164 140735935571888 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 64562 6872 345 106 0 60065 0
[pid=27637/tid=27639] ppid=27635 vsize=258248 CPUtime=1.3 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 2681 0 0 0 130 0 0 0 25 0 4 0 669662336 264445952 6872 33554432000 4194304 4625164 140735935571888 18446744073709551615 248089359045 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=258248 CPUtime=1.25 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 2661 0 0 0 125 0 0 0 25 0 4 0 669662336 264445952 6872 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=258248 CPUtime=1.69 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 4584 0 0 0 169 0 0 0 25 0 4 0 669662336 264445952 6872 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552410 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 258248

[startup+6.30078 s]
/proc/loadavg: 11.85 11.46 11.22 12/417 27641
/proc/meminfo: memFree=13719652/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=267516 CPUtime=14.71 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 27241 0 5 0 1467 4 0 0 25 0 4 0 669662333 273936384 10464 33554432000 4194304 4625164 140735935571888 18446744073709551615 4396493 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 66879 10464 344 106 0 62382 0
[pid=27637/tid=27639] ppid=27635 vsize=267516 CPUtime=2.8 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 5756 0 0 0 280 0 0 0 25 0 4 0 669662336 273936384 10464 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=267516 CPUtime=2.8 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 4885 0 0 0 280 0 0 0 25 0 4 0 669662336 273936384 10464 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=267516 CPUtime=3.29 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 13175 0 0 0 328 1 0 0 25 0 4 0 669662336 273936384 10464 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 267516

[startup+12.7007 s]
/proc/loadavg: 11.78 11.45 11.22 12/417 27642
/proc/meminfo: memFree=13679512/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=279112 CPUtime=30.61 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 45654 0 5 0 3055 6 0 0 25 0 4 0 669662333 285810688 17219 33554432000 4194304 4625164 140735935571888 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 69778 17219 459 106 0 65281 0
[pid=27637/tid=27639] ppid=27635 vsize=279112 CPUtime=6 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 7316 0 0 0 600 0 0 0 25 0 4 0 669662336 285810688 17219 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=279112 CPUtime=6 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 6851 0 0 0 599 1 0 0 25 0 4 0 669662336 285810688 17219 33554432000 4194304 4625164 140735935571888 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=279112 CPUtime=6.41 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 24501 0 0 0 638 3 0 0 25 0 4 0 669662336 285810688 17219 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 30.61
Current children cumulated vsize (KiB) 279112

[startup+25.5154 s]
/proc/loadavg: 11.68 11.44 11.22 12/417 27642
/proc/meminfo: memFree=13653276/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=295716 CPUtime=62.48 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 57761 0 5 0 6239 9 0 0 25 0 4 0 669662333 302813184 24229 33554432000 4194304 4625164 140735935571888 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 73929 24229 377 106 0 69432 0
[pid=27637/tid=27639] ppid=27635 vsize=295716 CPUtime=12.41 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 11067 0 0 0 1240 1 0 0 25 0 4 0 669662336 302813184 24229 33554432000 4194304 4625164 140735935571888 18446744073709551615 4462615 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=295716 CPUtime=12.29 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 10310 0 0 0 1228 1 0 0 25 0 4 0 669662336 302813184 24229 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=295716 CPUtime=12.75 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 25772 0 0 0 1272 3 0 0 25 0 4 0 669662336 302813184 24229 33554432000 4194304 4625164 140735935571888 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 62.48
Current children cumulated vsize (KiB) 295716

[startup+51.1009 s]
/proc/loadavg: 11.45 11.41 11.21 12/417 27643
/proc/meminfo: memFree=13592908/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=327364 CPUtime=122.62 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 84708 0 5 0 12248 14 0 0 25 0 4 0 669662333 335220736 34365 33554432000 4194304 4625164 140735935571888 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 81841 34365 344 106 0 77344 0
[pid=27637/tid=27639] ppid=27635 vsize=327364 CPUtime=27.29 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 20333 0 0 0 2726 3 0 0 25 0 4 0 669662336 335220736 34365 33554432000 4194304 4625164 140735935571888 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=327364 CPUtime=24.77 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 16865 0 0 0 2474 3 0 0 25 0 4 0 669662336 335220736 34365 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=327364 CPUtime=27.38 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 31992 0 0 0 2734 4 0 0 25 0 4 0 669662336 335220736 34365 33554432000 4194304 4625164 140735935571888 18446744073709551615 4555348 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 122.62
Current children cumulated vsize (KiB) 327364

[startup+102.301 s]
/proc/loadavg: 11.33 11.39 11.21 12/417 27644
/proc/meminfo: memFree=13487728/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=379824 CPUtime=233.22 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 138725 0 5 0 23296 26 0 0 25 0 4 0 669662333 388939776 52832 33554432000 4194304 4625164 140735935571888 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 2
/proc/27637/statm: 94956 52832 732 106 0 90459 0
[pid=27637/tid=27639] ppid=27635 vsize=379824 CPUtime=52.4 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 30394 0 0 0 5233 7 0 0 25 0 4 0 669662336 388939776 52832 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=379824 CPUtime=49.98 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 25572 0 0 0 4991 7 0 0 25 0 4 0 669662336 388939776 52832 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=379824 CPUtime=55.88 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 59590 0 0 0 5580 8 0 0 25 0 4 0 669662336 388939776 52832 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552324 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 233.22
Current children cumulated vsize (KiB) 379824

[startup+162.3 s]
/proc/loadavg: 11.21 11.34 11.21 12/417 27646
/proc/meminfo: memFree=13359828/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=430996 CPUtime=356.04 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 217416 0 5 0 35564 40 0 0 25 0 4 0 669662333 441339904 72790 33554432000 4194304 4625164 140735935571888 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 2
/proc/27637/statm: 107749 72790 770 106 0 103252 0
[pid=27637/tid=27639] ppid=27635 vsize=430996 CPUtime=82.3 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 44576 0 0 0 8221 9 0 0 25 0 4 0 669662336 441339904 72790 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=430996 CPUtime=79.89 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 39718 0 0 0 7977 12 0 0 25 0 4 0 669662336 441339904 72790 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=430996 CPUtime=85.25 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 105849 0 0 0 8511 14 0 0 25 0 4 0 669662336 441339904 72790 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 356.04
Current children cumulated vsize (KiB) 430996

[startup+222.301 s]
/proc/loadavg: 11.15 11.31 11.20 12/417 27647
/proc/meminfo: memFree=13264940/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=459568 CPUtime=475.44 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 247555 0 5 0 47496 48 0 0 25 0 4 0 669662333 470597632 86242 33554432000 4194304 4625164 140735935571888 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 2
/proc/27637/statm: 114892 86242 1326 106 0 110395 0
[pid=27637/tid=27639] ppid=27635 vsize=459568 CPUtime=112.08 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 48995 0 0 0 11195 13 0 0 25 0 4 0 669662336 470597632 86242 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=459568 CPUtime=109.78 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 41833 0 0 0 10965 13 0 0 25 0 4 0 669662336 470597632 86242 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=459568 CPUtime=114.76 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 123170 0 0 0 11460 16 0 0 25 0 4 0 669662336 470597632 86242 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 475.44
Current children cumulated vsize (KiB) 459568

[startup+282.301 s]

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

[pid=27637] ppid=27635 vsize=820260 CPUtime=1558.63 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 535252 0 5 0 155756 107 0 0 25 0 4 0 669662333 839946240 158948 33554432000 4194304 4625164 140735935571888 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 205065 158948 1227 106 0 200568 0
[pid=27637/tid=27639] ppid=27635 vsize=820260 CPUtime=351.44 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 106432 0 0 0 35114 30 0 0 25 0 4 0 669662336 839946240 158948 33554432000 4194304 4625164 140735935571888 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=820260 CPUtime=365.33 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 92492 0 0 0 36504 29 0 0 25 0 4 0 669662336 839946240 158948 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=820260 CPUtime=387.72 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 289317 0 0 0 38732 40 0 0 25 0 4 0 669662336 839946240 158948 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1558.63
Current children cumulated vsize (KiB) 820260

[startup+762.3 s]
/proc/loadavg: 11.21 11.19 11.17 13/417 27753
/proc/meminfo: memFree=12759608/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=885796 CPUtime=1729.12 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 673470 0 5 0 172784 128 0 0 25 0 4 0 669662333 907055104 163537 33554432000 4194304 4625164 140735935571888 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 221449 163537 1286 106 0 216952 0
[pid=27637/tid=27639] ppid=27635 vsize=885796 CPUtime=389.48 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 107593 0 0 0 38917 31 0 0 25 0 4 0 669662336 907055104 163537 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=885796 CPUtime=408.11 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 93576 0 0 0 40781 30 0 0 25 0 4 0 669662336 907055104 163537 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=885796 CPUtime=422.02 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 425206 0 0 0 42143 59 0 0 25 0 4 0 669662336 907055104 163537 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1729.12
Current children cumulated vsize (KiB) 885796

[startup+822.301 s]
/proc/loadavg: 11.13 11.17 11.17 12/417 27754
/proc/meminfo: memFree=12627620/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=885796 CPUtime=1908.31 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 800572 0 5 0 190681 150 0 0 25 0 4 0 669662333 907055104 167494 33554432000 4194304 4625164 140735935571888 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 221449 167494 1192 106 0 216952 0
[pid=27637/tid=27639] ppid=27635 vsize=885796 CPUtime=419.18 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 109400 0 0 0 41886 32 0 0 25 0 4 0 669662336 907055104 167494 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=885796 CPUtime=466.9 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 95489 0 0 0 46658 32 0 0 25 0 4 0 669662336 907055104 167494 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=885796 CPUtime=452.72 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 548548 0 0 0 45194 78 0 0 25 0 4 0 669662336 907055104 167494 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1908.31
Current children cumulated vsize (KiB) 885796

[startup+882.3 s]
/proc/loadavg: 11.12 11.15 11.16 12/417 27756
/proc/meminfo: memFree=12439596/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=885796 CPUtime=2087.52 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 921497 0 5 0 208582 170 0 0 25 0 4 0 669662333 907055104 174540 33554432000 4194304 4625164 140735935571888 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 221449 174540 1205 106 0 216952 0
[pid=27637/tid=27639] ppid=27635 vsize=885796 CPUtime=450.4 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 112498 0 0 0 45006 34 0 0 25 0 4 0 669662336 907055104 174540 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=885796 CPUtime=525.37 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 98459 0 0 0 52504 33 0 0 25 0 4 0 669662336 907055104 174540 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=885796 CPUtime=482.22 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 663353 0 0 0 48127 95 0 0 25 0 4 0 669662336 907055104 174540 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2087.52
Current children cumulated vsize (KiB) 885796

[startup+942.301 s]
/proc/loadavg: 11.19 11.17 11.16 12/417 27757
/proc/meminfo: memFree=12364876/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=940688 CPUtime=2266.6 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1093899 0 5 0 226461 199 0 0 25 0 4 0 669662333 963264512 180233 33554432000 4194304 4625164 140735935571888 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 235172 180233 1140 106 0 230675 0
[pid=27637/tid=27639] ppid=27635 vsize=940688 CPUtime=488.18 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 142862 0 0 0 48779 39 0 0 25 0 4 0 669662336 963264512 180233 33554432000 4194304 4625164 140735935571888 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=940688 CPUtime=576.1 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 100412 0 0 0 57575 35 0 0 25 0 4 0 669662336 963264512 180233 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=940688 CPUtime=512.81 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 803241 0 0 0 51164 117 0 0 25 0 4 0 669662336 963264512 180233 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552423 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2266.6
Current children cumulated vsize (KiB) 940688

[startup+1002.32 s]
/proc/loadavg: 11.07 11.14 11.15 12/417 27759
/proc/meminfo: memFree=12303444/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=1006224 CPUtime=2445.8 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1216449 0 5 0 244359 221 0 0 25 0 4 0 669662333 1030373376 185170 33554432000 4194304 4625164 140735935571888 18446744073709551615 4393003 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 251556 185170 1181 106 0 247059 0
[pid=27637/tid=27639] ppid=27635 vsize=1006224 CPUtime=525.22 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 144378 0 0 0 52481 41 0 0 25 0 4 0 669662336 1030373376 185170 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=1006224 CPUtime=628.66 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 102395 0 0 0 62830 36 0 0 25 0 4 0 669662336 1030373376 185170 33554432000 4194304 4625164 140735935571888 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=1006224 CPUtime=542.4 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 921834 0 0 0 54104 136 0 0 25 0 4 0 669662336 1030373376 185170 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2445.8
Current children cumulated vsize (KiB) 1006224

[startup+1062.3 s]
/proc/loadavg: 11.09 11.12 11.15 12/417 27761
/proc/meminfo: memFree=12201092/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=1083136 CPUtime=2624.91 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1385517 0 5 0 262242 249 0 0 25 0 4 0 669662333 1109131264 195389 33554432000 4194304 4625164 140735935571888 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 270784 195389 1170 106 0 266287 0
[pid=27637/tid=27639] ppid=27635 vsize=1083136 CPUtime=561.41 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 145862 0 0 0 56099 42 0 0 25 0 4 0 669662336 1109131264 195389 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=1083136 CPUtime=679.76 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 133395 0 0 0 67933 43 0 0 25 0 4 0 669662336 1109131264 195389 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=1083136 CPUtime=582 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1045822 0 0 0 58046 154 0 0 25 0 4 0 669662336 1109131264 195389 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2624.91
Current children cumulated vsize (KiB) 1083136

[startup+1122.3 s]
/proc/loadavg: 11.27 11.16 11.16 12/417 27762
/proc/meminfo: memFree=12120688/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=1148672 CPUtime=2814.52 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1570990 0 5 0 281171 281 0 0 25 0 4 0 669662333 1176240128 198525 33554432000 4194304 4625164 140735935571888 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 287168 198525 1158 106 0 282671 0
[pid=27637/tid=27639] ppid=27635 vsize=1148672 CPUtime=604.62 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 147514 0 0 0 60418 44 0 0 25 0 4 0 669662336 1176240128 198525 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=1148672 CPUtime=718.78 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 134740 0 0 0 71834 44 0 0 25 0 4 0 669662336 1176240128 198525 33554432000 4194304 4625164 140735935571888 18446744073709551615 4352299 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=1148672 CPUtime=629.39 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1227887 0 0 0 62756 183 0 0 25 0 4 0 669662336 1176240128 198525 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2814.52
Current children cumulated vsize (KiB) 1148672

[startup+1182.3 s]
/proc/loadavg: 11.22 11.16 11.15 12/417 27764
/proc/meminfo: memFree=12057504/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=1148672 CPUtime=2988.71 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1711438 0 5 0 298565 306 0 0 25 0 4 0 669662333 1176240128 203660 33554432000 4194304 4625164 140735935571888 18446744073709551615 4511970 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 287168 203660 1198 106 0 282671 0
[pid=27637/tid=27639] ppid=27635 vsize=1148672 CPUtime=638.31 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 149313 0 0 0 63784 47 0 0 25 0 4 0 669662336 1176240128 203660 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=1148672 CPUtime=770.22 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 137166 0 0 0 76975 47 0 0 25 0 4 0 669662336 1176240128 203660 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=1148672 CPUtime=660.89 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1363965 0 0 0 65887 202 0 0 25 0 4 0 669662336 1176240128 203660 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2988.71
Current children cumulated vsize (KiB) 1148672

[startup+1242.3 s]
/proc/loadavg: 11.15 11.14 11.15 12/417 27765
/proc/meminfo: memFree=11988264/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=1148672 CPUtime=3123.87 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1858242 0 5 0 312056 331 0 0 25 0 4 0 669662333 1176240128 206895 33554432000 4194304 4625164 140735935571888 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 287168 206895 1182 106 0 282671 0
[pid=27637/tid=27639] ppid=27635 vsize=1148672 CPUtime=667.82 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 151293 0 0 0 66734 48 0 0 25 0 4 0 669662336 1176240128 206895 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=1148672 CPUtime=800.27 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 138221 0 0 0 79979 48 0 0 25 0 4 0 669662336 1176240128 206895 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=1148672 CPUtime=690.09 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1507686 0 0 0 68785 224 0 0 25 0 4 0 669662336 1176240128 206895 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3123.87
Current children cumulated vsize (KiB) 1148672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.16 11.15 11.15 12/417 27767
/proc/meminfo: memFree=11887404/32950928 swapFree=62427640/67111528
[pid=27637] ppid=27635 vsize=1213908 CPUtime=3255.63 cores=0,2,4,6
/proc/27637/stat : 27637 (SArTagnan) R 27635 27637 27246 0 -1 4202496 1984671 0 5 0 325213 350 0 0 25 0 4 0 669662333 1243041792 222429 33554432000 4194304 4625164 140735935571888 18446744073709551615 4512193 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 2
/proc/27637/statm: 303477 222429 1155 106 0 298980 0
[pid=27637/tid=27639] ppid=27635 vsize=1213908 CPUtime=696.19 cores=0,2,4,6
/proc/27637/task/27639/stat : 27639 (SArTagnan) R 27635 27637 27246 0 -1 4202560 153537 0 0 0 69569 50 0 0 25 0 4 0 669662336 1243041792 222429 33554432000 4194304 4625164 140735935571888 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27637/tid=27640] ppid=27635 vsize=1213908 CPUtime=832.74 cores=0,2,4,6
/proc/27637/task/27640/stat : 27640 (SArTagnan) R 27635 27637 27246 0 -1 4202560 140049 0 0 0 83224 50 0 0 25 0 4 0 669662336 1243041792 222429 33554432000 4194304 4625164 140735935571888 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27637/tid=27641] ppid=27635 vsize=1213908 CPUtime=717.98 cores=0,2,4,6
/proc/27637/task/27641/stat : 27641 (SArTagnan) R 27635 27637 27246 0 -1 4202560 1618694 0 0 0 71559 239 0 0 25 0 4 0 669662336 1243041792 222429 33554432000 4194304 4625164 140735935571888 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3255.63
Current children cumulated vsize (KiB) 1213908

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.06
CPU time (s): 3255.69
CPU user time (s): 3252.15
CPU system time (s): 3.54546
CPU usage (%): 250.426
Max. virtual memory (cumulated for all children) (KiB): 1213908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3252.15
system time used= 3.54546
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1984672
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2565
involuntary context switches= 37775

runsolver used 5.16521 second user time and 12.5771 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-16 23:17:05
IDJOB=3386131
IDBENCH=83150
IDSOLVER=1871
FILE ID=node123/3386131-1305580625
RUNJOBID= node123-1305577116-27264
PBS_JOBID= 13350215
Free space on /tmp= 73248 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s20078956-unsat.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386131-1305580625/watcher-3386131-1305580625 -o /tmp/evaluation-result-3386131-1305580625/solver-3386131-1305580625 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386131-1305580625.cnf -threads=4

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

MD5SUM BENCH= 8d05c170d9e6ebfc370bd1d7f7c63d86
RANDOM SEED=1587095241

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13762648 kB
Buffers:          2316 kB
Cached:          38860 kB
SwapCached:      74908 kB
Active:        6758444 kB
Inactive:     12200996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13762648 kB
SwapTotal:    67111528 kB
SwapFree:     62427640 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:    18850680 kB
Mapped:          25936 kB
Slab:            88556 kB
PageTables:      73244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108065144 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= 73252 MiB
End job on node123 at 2011-05-16 23:38:47