Trace number 3386411

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) 4800.33 1205.08

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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

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

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


[startup+0 s]
/proc/loadavg: 9.15 9.10 9.08 6/462 17238
/proc/meminfo: memFree=14101116/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=31828 CPUtime=0.01 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 2146 0 0 0 1 0 0 0 24 0 1 0 650412780 32591872 2036 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17238/statm: 7957 2036 299 106 0 3460 0

[startup+0.079618 s]
/proc/loadavg: 9.15 9.10 9.08 6/462 17238
/proc/meminfo: memFree=14101116/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=38616 CPUtime=0.07 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 6184 0 0 0 7 0 0 0 24 0 1 0 650412780 39542784 4041 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17238/statm: 9654 4041 299 106 0 5157 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38616

[startup+0.100613 s]
/proc/loadavg: 9.15 9.10 9.08 6/462 17238
/proc/meminfo: memFree=14101116/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=41536 CPUtime=0.09 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 7955 0 0 0 9 0 0 0 24 0 1 0 650412780 42532864 4548 33554432000 4194304 4625164 140736857761344 18446744073709551615 255106429637 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17238/statm: 10384 4548 299 106 0 5887 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41536

[startup+0.300546 s]
/proc/loadavg: 9.15 9.10 9.08 6/462 17238
/proc/meminfo: memFree=14101116/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=315188 CPUtime=0.83 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 22302 0 0 0 81 2 0 0 25 0 4 0 650412780 322752512 16496 33554432000 4194304 4625164 140736857761344 18446744073709551615 4337528 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 78797 16496 336 106 0 74300 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 315188

[startup+0.700478 s]
/proc/loadavg: 9.15 9.10 9.08 6/462 17238
/proc/meminfo: memFree=14101116/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=315188 CPUtime=2.43 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 24217 0 0 0 240 3 0 0 25 0 4 0 650412780 322752512 17216 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 78797 17216 342 106 0 74300 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 315188

[startup+1.50034 s]
/proc/loadavg: 9.13 9.10 9.08 10/466 17242
/proc/meminfo: memFree=14030288/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=315976 CPUtime=5.61 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 27539 0 0 0 557 4 0 0 25 0 4 0 650412780 323559424 17832 33554432000 4194304 4625164 140736857761344 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 78994 17832 342 106 0 74497 0
[pid=17238/tid=17240] ppid=17236 vsize=315976 CPUtime=1.37 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 2024 0 0 0 137 0 0 0 19 0 4 0 650412792 323559424 17832 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=315976 CPUtime=1.37 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 1287 0 0 0 137 0 0 0 25 0 4 0 650412792 323559424 17832 33554432000 4194304 4625164 140736857761344 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=315976 CPUtime=1.36 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 6565 0 0 0 135 1 0 0 25 0 4 0 650412792 323559424 17832 33554432000 4194304 4625164 140736857761344 18446744073709551615 4547244 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 315976

[startup+3.10105 s]
/proc/loadavg: 9.13 9.10 9.08 10/466 17242
/proc/meminfo: memFree=14011840/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=338708 CPUtime=11.99 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 40279 0 0 0 1194 5 0 0 25 0 4 0 650412780 346836992 23276 33554432000 4194304 4625164 140736857761344 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 84677 23276 343 106 0 80180 0
[pid=17238/tid=17240] ppid=17236 vsize=338708 CPUtime=2.97 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 3717 0 0 0 297 0 0 0 25 0 4 0 650412792 346836992 23276 33554432000 4194304 4625164 140736857761344 18446744073709551615 4327645 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=338708 CPUtime=2.97 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 3897 0 0 0 297 0 0 0 25 0 4 0 650412792 346836992 23276 33554432000 4194304 4625164 140736857761344 18446744073709551615 4316731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=338708 CPUtime=2.93 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 12912 0 0 0 292 1 0 0 25 0 4 0 650412792 346836992 23277 33554432000 4194304 4625164 140736857761344 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 338708

[startup+6.30049 s]
/proc/loadavg: 9.13 9.10 9.08 10/466 17242
/proc/meminfo: memFree=14001760/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=338708 CPUtime=24.74 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 52148 0 0 0 2466 8 0 0 25 0 4 0 650412780 346836992 24360 33554432000 4194304 4625164 140736857761344 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 84677 24360 343 106 0 80180 0
[pid=17238/tid=17240] ppid=17236 vsize=338708 CPUtime=6.17 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 3873 0 0 0 617 0 0 0 25 0 4 0 650412792 346836992 24360 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351702 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=338708 CPUtime=6.17 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 4048 0 0 0 617 0 0 0 25 0 4 0 650412792 346836992 24360 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=338708 CPUtime=6.09 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 24401 0 0 0 605 4 0 0 25 0 4 0 650412792 346836992 24360 33554432000 4194304 4625164 140736857761344 18446744073709551615 4551268 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 338708

[startup+12.7004 s]
/proc/loadavg: 9.19 9.11 9.09 10/466 17242
/proc/meminfo: memFree=13965336/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=352096 CPUtime=50.24 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 81156 0 0 0 5011 13 0 0 25 0 4 0 650412780 360546304 28803 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 88024 28803 344 106 0 83527 0
[pid=17238/tid=17240] ppid=17236 vsize=352096 CPUtime=12.57 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 6293 0 0 0 1257 0 0 0 25 0 4 0 650412792 360546304 28803 33554432000 4194304 4625164 140736857761344 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=352096 CPUtime=12.57 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 6149 0 0 0 1256 1 0 0 25 0 4 0 650412792 360546304 28803 33554432000 4194304 4625164 140736857761344 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=352096 CPUtime=12.38 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 44965 0 0 0 1231 7 0 0 25 0 4 0 650412792 360546304 28803 33554432000 4194304 4625164 140736857761344 18446744073709551615 4481840 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 352096

[startup+25.5011 s]
/proc/loadavg: 9.16 9.11 9.09 10/466 17243
/proc/meminfo: memFree=13805272/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=415120 CPUtime=101.24 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 194714 0 0 0 10094 30 0 0 25 0 4 0 650412780 425082880 65987 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 103780 65987 346 106 0 99283 0
[pid=17238/tid=17240] ppid=17236 vsize=415120 CPUtime=25.37 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 15355 0 0 0 2535 2 0 0 25 0 4 0 650412792 425082880 65987 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=415120 CPUtime=25.37 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 13612 0 0 0 2535 2 0 0 25 0 4 0 650412792 425082880 65987 33554432000 4194304 4625164 140736857761344 18446744073709551615 4352841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=415120 CPUtime=24.98 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 97247 0 0 0 2483 15 0 0 25 0 4 0 650412792 425082880 65987 33554432000 4194304 4625164 140736857761344 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 415120

[startup+51.1006 s]
/proc/loadavg: 9.10 9.10 9.08 10/466 17243
/proc/meminfo: memFree=13739864/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=456340 CPUtime=203.24 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 371700 0 0 0 20263 61 0 0 25 0 4 0 650412780 467292160 78899 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 114085 78899 365 106 0 109588 0
[pid=17238/tid=17240] ppid=17236 vsize=456340 CPUtime=50.97 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 24300 0 0 0 5093 4 0 0 25 0 4 0 650412792 467292160 78899 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=456340 CPUtime=50.96 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 17504 0 0 0 5094 2 0 0 25 0 4 0 650412792 467292160 78899 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=456340 CPUtime=50.19 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 260556 0 0 0 4976 43 0 0 25 0 4 0 650412792 467292160 78899 33554432000 4194304 4625164 140736857761344 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.24
Current children cumulated vsize (KiB) 456340

[startup+102.318 s]
/proc/loadavg: 9.12 9.11 9.09 10/466 17245
/proc/meminfo: memFree=13590928/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=554856 CPUtime=407.32 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 669517 0 0 0 40617 115 0 0 25 0 4 0 650412780 568172544 95755 33554432000 4194304 4625164 140736857761344 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 138714 95755 369 106 0 134217 0
[pid=17238/tid=17240] ppid=17236 vsize=554856 CPUtime=102.19 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 36042 0 0 0 10212 7 0 0 25 0 4 0 650412792 568172544 95755 33554432000 4194304 4625164 140736857761344 18446744073709551615 4464333 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=554856 CPUtime=102.18 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 22786 0 0 0 10215 3 0 0 25 0 4 0 650412792 568172544 95755 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=554856 CPUtime=100.61 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 534179 0 0 0 9970 91 0 0 25 0 4 0 650412792 568172544 95755 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.32
Current children cumulated vsize (KiB) 554856

[startup+162.301 s]
/proc/loadavg: 9.16 9.12 9.09 10/466 17246
/proc/meminfo: memFree=13521468/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=637236 CPUtime=646.32 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 1050104 0 0 0 64449 183 0 0 25 0 4 0 650412780 652529664 105693 33554432000 4194304 4625164 140736857761344 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 159309 105693 362 106 0 154812 0
[pid=17238/tid=17240] ppid=17236 vsize=637236 CPUtime=162.16 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 39647 0 0 0 16207 9 0 0 25 0 4 0 650412792 652529664 105693 33554432000 4194304 4625164 140736857761344 18446744073709551615 4352585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=637236 CPUtime=162.16 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 24370 0 0 0 16212 4 0 0 25 0 4 0 650412792 652529664 105693 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=637236 CPUtime=159.67 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 906148 0 0 0 15812 155 0 0 25 0 4 0 650412792 652529664 105693 33554432000 4194304 4625164 140736857761344 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.32
Current children cumulated vsize (KiB) 637236

[startup+222.301 s]
/proc/loadavg: 9.16 9.12 9.09 10/466 17248
/proc/meminfo: memFree=13467132/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=646260 CPUtime=885.36 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 1407908 0 0 0 88299 237 0 0 25 0 4 0 650412780 661770240 115139 33554432000 4194304 4625164 140736857761344 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 161565 115139 362 106 0 157068 0
[pid=17238/tid=17240] ppid=17236 vsize=646260 CPUtime=221.41 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 42035 0 0 0 22130 11 0 0 25 0 4 0 650412792 661770240 115139 33554432000 4194304 4625164 140736857761344 18446744073709551615 4477885 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=646260 CPUtime=222.15 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 25068 0 0 0 22211 4 0 0 25 0 4 0 650412792 661770240 115139 33554432000 4194304 4625164 140736857761344 18446744073709551615 4477984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=646260 CPUtime=219.48 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 1260850 0 0 0 21739 209 0 0 25 0 4 0 650412792 661770240 115139 33554432000 4194304 4625164 140736857761344 18446744073709551615 255106417868 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 885.36
Current children cumulated vsize (KiB) 646260

[startup+282.301 s]

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

[pid=17238] ppid=17236 vsize=1086536 CPUtime=2558.93 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 2865458 0 0 0 255385 508 0 0 25 0 4 0 650412780 1112612864 206393 33554432000 4194304 4625164 140736857761344 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 271634 206393 347 106 0 267137 0
[pid=17238/tid=17240] ppid=17236 vsize=1086536 CPUtime=634.92 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 90926 0 0 0 63459 33 0 0 25 0 4 0 650412792 1112612864 206394 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1086536 CPUtime=642.17 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 61760 0 0 0 64187 30 0 0 25 0 4 0 650412792 1112612864 206394 33554432000 4194304 4625164 140736857761344 18446744073709551615 4352069 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1086536 CPUtime=639.5 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 2616152 0 0 0 63523 427 0 0 25 0 4 0 650412792 1112612864 206394 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2558.93
Current children cumulated vsize (KiB) 1086536

[startup+702.301 s]
/proc/loadavg: 9.09 9.11 9.09 10/466 17261
/proc/meminfo: memFree=12647980/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1123596 CPUtime=2797.95 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 3269633 0 0 0 279216 579 0 0 25 0 4 0 650412780 1150562304 224282 33554432000 4194304 4625164 140736857761344 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 280899 224282 488 106 0 276402 0
[pid=17238/tid=17240] ppid=17236 vsize=1123596 CPUtime=693.99 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 95722 0 0 0 69361 38 0 0 25 0 4 0 650412792 1150562304 224283 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1123596 CPUtime=702.15 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 62479 0 0 0 70185 30 0 0 25 0 4 0 650412792 1150562304 224283 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1123596 CPUtime=699.49 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 3013807 0 0 0 69456 493 0 0 25 0 4 0 650412792 1150562304 224283 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2797.95
Current children cumulated vsize (KiB) 1123596

[startup+762.318 s]
/proc/loadavg: 9.14 9.12 9.09 10/466 17262
/proc/meminfo: memFree=12538964/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1123596 CPUtime=3037.09 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 3669236 0 0 0 303064 645 0 0 25 0 4 0 650412780 1150562304 236810 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 280899 236810 488 106 0 276402 0
[pid=17238/tid=17240] ppid=17236 vsize=1123596 CPUtime=753.07 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 100339 0 0 0 75265 42 0 0 25 0 4 0 650412792 1150562304 236810 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1123596 CPUtime=762.17 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 65750 0 0 0 76185 32 0 0 25 0 4 0 650412792 1150562304 236810 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1123596 CPUtime=759.5 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 3405231 0 0 0 75398 552 0 0 25 0 4 0 650412792 1150562304 236810 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3037.09
Current children cumulated vsize (KiB) 1123596

[startup+822.301 s]
/proc/loadavg: 9.15 9.12 9.09 10/466 17264
/proc/meminfo: memFree=12452768/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1231636 CPUtime=3276.11 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 3978499 0 0 0 326905 706 0 0 25 0 4 0 650412780 1261195264 249170 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 307909 249170 488 106 0 303412 0
[pid=17238/tid=17240] ppid=17236 vsize=1231636 CPUtime=812.14 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 125372 0 0 0 81167 47 0 0 25 0 4 0 650412792 1261195264 249170 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1231636 CPUtime=822.15 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 69898 0 0 0 82178 37 0 0 25 0 4 0 650412792 1261195264 249170 33554432000 4194304 4625164 140736857761344 18446744073709551615 4316669 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1231636 CPUtime=819.48 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 3684290 0 0 0 81346 602 0 0 25 0 4 0 650412792 1261195264 249170 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3276.11
Current children cumulated vsize (KiB) 1231636

[startup+882.301 s]
/proc/loadavg: 9.09 9.11 9.09 10/466 17265
/proc/meminfo: memFree=12372528/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1297172 CPUtime=3515.18 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 4375062 0 0 0 350745 773 0 0 25 0 4 0 650412780 1328304128 261065 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 324293 261065 409 106 0 319796 0
[pid=17238/tid=17240] ppid=17236 vsize=1297172 CPUtime=871.2 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 129732 0 0 0 87069 51 0 0 25 0 4 0 650412792 1328304128 261065 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1297172 CPUtime=882.15 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 70860 0 0 0 88176 39 0 0 25 0 4 0 650412792 1328304128 261065 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1297172 CPUtime=879.49 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 4074127 0 0 0 87285 664 0 0 25 0 4 0 650412792 1328304128 261065 33554432000 4194304 4625164 140736857761344 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3515.18
Current children cumulated vsize (KiB) 1297172

[startup+942.301 s]
/proc/loadavg: 9.11 9.10 9.09 10/466 17267
/proc/meminfo: memFree=12283104/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1363644 CPUtime=3754.26 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 4792465 0 0 0 374584 842 0 0 25 0 4 0 650412780 1396371456 278919 33554432000 4194304 4625164 140736857761344 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 340911 278919 692 106 0 336414 0
[pid=17238/tid=17240] ppid=17236 vsize=1363644 CPUtime=930.29 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 134708 0 0 0 92971 58 0 0 25 0 4 0 650412792 1396371456 278919 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1363644 CPUtime=942.16 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 71800 0 0 0 94176 40 0 0 25 0 4 0 650412792 1396371456 278920 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1363644 CPUtime=939.49 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 4463893 0 0 0 93227 722 0 0 25 0 4 0 650412792 1396371456 278920 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3754.26
Current children cumulated vsize (KiB) 1363644

[startup+1002.3 s]
/proc/loadavg: 9.08 9.10 9.09 10/466 17269
/proc/meminfo: memFree=12180172/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1410748 CPUtime=3993.33 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 5074230 0 0 0 398445 888 0 0 25 0 4 0 650412780 1444605952 292405 33554432000 4194304 4625164 140736857761344 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 352687 292405 692 106 0 348190 0
[pid=17238/tid=17240] ppid=17236 vsize=1410748 CPUtime=989.36 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 143058 0 0 0 98875 61 0 0 25 0 4 0 650412792 1444605952 292405 33554432000 4194304 4625164 140736857761344 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1410748 CPUtime=1002.15 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 74610 0 0 0 100172 43 0 0 25 0 4 0 650412792 1444605952 292405 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1410748 CPUtime=999.49 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 4734220 0 0 0 99187 762 0 0 25 0 4 0 650412792 1444605952 292405 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3993.33
Current children cumulated vsize (KiB) 1410748

[startup+1062.3 s]
/proc/loadavg: 9.13 9.11 9.09 10/466 17270
/proc/meminfo: memFree=12132132/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1410748 CPUtime=4232.42 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 5081792 0 0 0 422346 896 0 0 25 0 4 0 650412780 1444605952 299630 33554432000 4194304 4625164 140736857761344 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 352687 299630 374 106 0 348190 0
[pid=17238/tid=17240] ppid=17236 vsize=1410748 CPUtime=1048.44 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 144957 0 0 0 104782 62 0 0 25 0 4 0 650412792 1444605952 299630 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1410748 CPUtime=1062.16 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 78619 0 0 0 106167 49 0 0 25 0 4 0 650412792 1444605952 299630 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1410748 CPUtime=1059.49 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 4734956 0 0 0 105187 762 0 0 25 0 4 0 650412792 1444605952 299630 33554432000 4194304 4625164 140736857761344 18446744073709551615 4335282 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.42
Current children cumulated vsize (KiB) 1410748

[startup+1122.3 s]
/proc/loadavg: 9.14 9.12 9.09 10/466 17272
/proc/meminfo: memFree=12066732/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1554764 CPUtime=4471.48 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 5462765 0 0 0 446190 958 0 0 25 0 4 0 650412780 1592078336 312275 33554432000 4194304 4625164 140736857761344 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 388691 312275 347 106 0 384194 0
[pid=17238/tid=17240] ppid=17236 vsize=1554764 CPUtime=1107.51 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 147252 0 0 0 110688 63 0 0 25 0 4 0 650412792 1592078336 312275 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1554764 CPUtime=1122.16 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 80892 0 0 0 112164 52 0 0 25 0 4 0 650412792 1592078336 312275 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351811 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1554764 CPUtime=1119.49 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 5110497 0 0 0 111129 820 0 0 25 0 4 0 650412792 1592078336 312275 33554432000 4194304 4625164 140736857761344 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4471.48
Current children cumulated vsize (KiB) 1554764

[startup+1182.3 s]
/proc/loadavg: 9.27 9.16 9.11 10/466 17307
/proc/meminfo: memFree=12995596/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1623540 CPUtime=4709.75 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 5733334 0 0 0 469972 1003 0 0 25 0 4 0 650412780 1662504960 325900 33554432000 4194304 4625164 140736857761344 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 405885 325900 347 106 0 401388 0
[pid=17238/tid=17240] ppid=17236 vsize=1623540 CPUtime=1166.59 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 185953 0 0 0 116588 71 0 0 25 0 4 0 650412792 1662504960 325900 33554432000 4194304 4625164 140736857761344 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1623540 CPUtime=1182.15 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 82914 0 0 0 118162 53 0 0 25 0 4 0 650412792 1662504960 325900 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1623540 CPUtime=1179.49 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 5339243 0 0 0 117094 855 0 0 25 0 4 0 650412792 1662504960 325900 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4709.75
Current children cumulated vsize (KiB) 1623540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 9.19 9.15 9.10 10/466 17308
/proc/meminfo: memFree=12762232/32951124 swapFree=67111348/67111528
[pid=17238] ppid=17236 vsize=1626972 CPUtime=4800.24 cores=1,3,5,7
/proc/17238/stat : 17238 (SArTagnan) R 17236 17238 16929 0 -1 4202496 5737601 0 0 0 479020 1004 0 0 25 0 4 0 650412780 1666019328 328765 33554432000 4194304 4625164 140736857761344 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17238/statm: 406743 328765 347 106 0 402246 0
[pid=17238/tid=17240] ppid=17236 vsize=1626972 CPUtime=1188.93 cores=1,3,5,7
/proc/17238/task/17240/stat : 17240 (SArTagnan) R 17236 17238 16929 0 -1 4202560 187188 0 0 0 118822 71 0 0 25 0 4 0 650412792 1666019328 328765 33554432000 4194304 4625164 140736857761344 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17238/tid=17241] ppid=17236 vsize=1626972 CPUtime=1204.88 cores=1,3,5,7
/proc/17238/task/17241/stat : 17241 (SArTagnan) R 17236 17238 16929 0 -1 4202560 83045 0 0 0 120434 54 0 0 25 0 4 0 650412792 1666019328 328765 33554432000 4194304 4625164 140736857761344 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17238/tid=17242] ppid=17236 vsize=1626972 CPUtime=1202.21 cores=1,3,5,7
/proc/17238/task/17242/stat : 17242 (SArTagnan) R 17236 17238 16929 0 -1 4202560 5341614 0 0 0 119366 855 0 0 25 0 4 0 650412792 1666019328 328765 33554432000 4194304 4625164 140736857761344 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1626972

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): 1205.08
CPU time (s): 4800.33
CPU user time (s): 4790.23
CPU system time (s): 10.1005
CPU usage (%): 398.342
Max. virtual memory (cumulated for all children) (KiB): 1744040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.23
system time used= 10.1005
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5737602
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= 3248
involuntary context switches= 30434

runsolver used 5.20321 second user time and 13.442 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 23:06:07
IDJOB=3386411
IDBENCH=83103
IDSOLVER=1871
FILE ID=node144/3386411-1305579966
RUNJOBID= node144-1305577260-16948
PBS_JOBID= 13350220
Free space on /tmp= 73260 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top26.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386411-1305579966/watcher-3386411-1305579966 -o /tmp/evaluation-result-3386411-1305579966/solver-3386411-1305579966 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386411-1305579966.cnf -threads=4

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=1485469421

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14101396 kB
Buffers:        331108 kB
Cached:        4126520 kB
SwapCached:          0 kB
Active:       15608216 kB
Inactive:      2866372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14101396 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4696 kB
Writeback:           0 kB
AnonPages:    14016364 kB
Mapped:          38368 kB
Slab:           246452 kB
PageTables:      61936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137187460 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= 73264 MiB
End job on node144 at 2011-05-16 23:26:14