Trace number 3386217

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.14 1204.38

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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-3386217-1305576531/watcher-3386217-1305576531 -o /tmp/evaluation-result-3386217-1305576531/solver-3386217-1305576531 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386217-1305576531.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: 7.11 8.21 8.19 6/427 5288
/proc/meminfo: memFree=20139148/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=23932 CPUtime=0 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 1283 0 0 0 0 0 0 0 21 0 1 0 747883813 24506368 1221 33554432000 4194304 4625164 140736893911200 18446744073709551615 4305886 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5288/statm: 5983 1235 291 106 0 1486 0

[startup+0.102376 s]
/proc/loadavg: 7.11 8.21 8.19 6/427 5288
/proc/meminfo: memFree=20139148/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=55376 CPUtime=0.1 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 8072 0 0 0 9 1 0 0 21 0 1 0 747883813 56705024 5200 33554432000 4194304 4625164 140736893911200 18446744073709551615 260905393920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5288/statm: 13844 5201 296 106 0 9347 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 55376

[startup+0.200356 s]
/proc/loadavg: 7.11 8.21 8.19 6/427 5288
/proc/meminfo: memFree=20139148/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=62472 CPUtime=0.19 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 11331 0 0 0 18 1 0 0 22 0 1 0 747883813 63971328 7072 33554432000 4194304 4625164 140736893911200 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5288/statm: 15618 7072 299 106 0 11121 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62472

[startup+0.300339 s]
/proc/loadavg: 7.11 8.21 8.19 6/427 5288
/proc/meminfo: memFree=20139148/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=235772 CPUtime=0.35 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) D 5286 5288 5247 0 -1 4202496 28647 0 0 0 32 3 0 0 23 0 4 0 747883813 241430528 24387 33554432000 4194304 4625164 140736893911200 18446744073709551615 260905437367 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 58943 24387 319 106 0 54446 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 235772

[startup+0.70027 s]
/proc/loadavg: 7.11 8.21 8.19 6/427 5288
/proc/meminfo: memFree=20139148/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=370968 CPUtime=1.95 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 36092 0 0 0 190 5 0 0 25 0 4 0 747883813 379871232 31103 33554432000 4194304 4625164 140736893911200 18446744073709551615 4390638 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 92742 31103 336 106 0 88245 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 370968

[startup+1.50112 s]
/proc/loadavg: 7.11 8.21 8.19 9/431 5292
/proc/meminfo: memFree=20005948/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=370968 CPUtime=5.14 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 36128 0 0 0 509 5 0 0 25 0 4 0 747883813 379871232 30879 33554432000 4194304 4625164 140736893911200 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 92742 30879 336 106 0 88245 0
[pid=5288/tid=5290] ppid=5286 vsize=370968 CPUtime=1.22 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 2820 0 0 0 122 0 0 0 25 0 4 0 747883840 379871232 30879 33554432000 4194304 4625164 140736893911200 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=370968 CPUtime=1.19 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 1717 0 0 0 119 0 0 0 25 0 4 0 747883840 379871232 30879 33554432000 4194304 4625164 140736893911200 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=370968 CPUtime=1.21 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 1634 0 0 0 121 0 0 0 25 0 4 0 747883840 379871232 30879 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 370968

[startup+3.10083 s]
/proc/loadavg: 7.11 8.21 8.19 9/431 5292
/proc/meminfo: memFree=19999648/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=370968 CPUtime=11.52 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 37024 0 0 0 1147 5 0 0 25 0 4 0 747883813 379871232 31775 33554432000 4194304 4625164 140736893911200 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 92742 31775 336 106 0 88245 0
[pid=5288/tid=5290] ppid=5286 vsize=370968 CPUtime=2.82 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 2833 0 0 0 282 0 0 0 25 0 4 0 747883840 379871232 31775 33554432000 4194304 4625164 140736893911200 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=370968 CPUtime=2.79 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 2596 0 0 0 279 0 0 0 25 0 4 0 747883840 379871232 31775 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=370968 CPUtime=2.79 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 1634 0 0 0 279 0 0 0 25 0 4 0 747883840 379871232 31775 33554432000 4194304 4625164 140736893911200 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 370968

[startup+6.30024 s]
/proc/loadavg: 7.18 8.20 8.19 9/431 5292
/proc/meminfo: memFree=19977956/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=370968 CPUtime=24.27 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 38653 0 0 0 2421 6 0 0 25 0 4 0 747883813 379871232 32933 33554432000 4194304 4625164 140736893911200 18446744073709551615 4390638 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 92742 32933 342 106 0 88245 0
[pid=5288/tid=5290] ppid=5286 vsize=370968 CPUtime=6.02 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 3237 0 0 0 601 1 0 0 25 0 4 0 747883840 379871232 32933 33554432000 4194304 4625164 140736893911200 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=370968 CPUtime=5.98 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 3106 0 0 0 598 0 0 0 25 0 4 0 747883840 379871232 32933 33554432000 4194304 4625164 140736893911200 18446744073709551615 4288793 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=370968 CPUtime=5.95 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 2339 0 0 0 595 0 0 0 25 0 4 0 747883840 379871232 32933 33554432000 4194304 4625164 140736893911200 18446744073709551615 4339137 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 370968

[startup+12.7011 s]
/proc/loadavg: 7.25 8.20 8.19 9/431 5292
/proc/meminfo: memFree=19938696/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=390448 CPUtime=49.78 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 48393 0 0 0 4969 9 0 0 25 0 4 0 747883813 399818752 37830 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 97612 37830 401 106 0 93115 0
[pid=5288/tid=5290] ppid=5286 vsize=390448 CPUtime=12.42 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 4940 0 0 0 1241 1 0 0 25 0 4 0 747883840 399818752 37830 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=390448 CPUtime=12.38 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 5100 0 0 0 1237 1 0 0 25 0 4 0 747883840 399818752 37830 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=390448 CPUtime=12.26 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 7372 0 0 0 1225 1 0 0 25 0 4 0 747883840 399818752 37830 33554432000 4194304 4625164 140736893911200 18446744073709551615 4334812 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (KiB) 390448

[startup+25.5007 s]
/proc/loadavg: 7.41 8.19 8.18 9/431 5292
/proc/meminfo: memFree=19881652/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=390448 CPUtime=100.8 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 49670 0 0 0 10070 10 0 0 25 0 4 0 747883813 399818752 39101 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 97612 39101 396 106 0 93115 0
[pid=5288/tid=5290] ppid=5286 vsize=390448 CPUtime=25.21 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 5850 0 0 0 2520 1 0 0 25 0 4 0 747883840 399818752 39101 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=390448 CPUtime=25.19 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 5334 0 0 0 2517 2 0 0 25 0 4 0 747883840 399818752 39101 33554432000 4194304 4625164 140736893911200 18446744073709551615 4316650 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=390448 CPUtime=24.88 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 7377 0 0 0 2487 1 0 0 25 0 4 0 747883840 399818752 39101 33554432000 4194304 4625164 140736893911200 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 390448

[startup+51.101 s]
/proc/loadavg: 7.68 8.19 8.18 9/431 5293
/proc/meminfo: memFree=19787196/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=408360 CPUtime=202.85 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 131959 0 0 0 20261 24 0 0 25 0 4 0 747883813 418160640 49100 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 102090 49100 374 106 0 97593 0
[pid=5288/tid=5290] ppid=5286 vsize=408360 CPUtime=50.82 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 14155 0 0 0 5079 3 0 0 25 0 4 0 747883840 418160640 49100 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=408360 CPUtime=50.78 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 9010 0 0 0 5074 4 0 0 25 0 4 0 747883840 418160640 49100 33554432000 4194304 4625164 140736893911200 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=408360 CPUtime=50.14 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 77276 0 0 0 5002 12 0 0 25 0 4 0 747883840 418160640 49100 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.85
Current children cumulated vsize (KiB) 408360

[startup+102.301 s]
/proc/loadavg: 7.86 8.16 8.17 9/431 5295
/proc/meminfo: memFree=19677676/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=437804 CPUtime=406.98 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 388928 0 0 0 40623 75 0 0 25 0 4 0 747883813 448311296 67266 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511959 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 109451 67266 386 106 0 104954 0
[pid=5288/tid=5290] ppid=5286 vsize=437804 CPUtime=102.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 33824 0 0 0 10192 12 0 0 25 0 4 0 747883840 448311296 67268 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=437804 CPUtime=102 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 12618 0 0 0 10195 5 0 0 25 0 4 0 747883840 448311296 67268 33554432000 4194304 4625164 140736893911200 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=437804 CPUtime=100.65 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 307366 0 0 0 10013 52 0 0 25 0 4 0 747883840 448311296 67268 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 406.98
Current children cumulated vsize (KiB) 437804

[startup+162.301 s]
/proc/loadavg: 8.03 8.14 8.16 10/431 5326
/proc/meminfo: memFree=19568968/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=574772 CPUtime=646.15 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 488744 0 0 0 64522 93 0 0 25 0 4 0 747883813 588566528 98083 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512338 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 143693 98083 1426 106 0 139196 0
[pid=5288/tid=5290] ppid=5286 vsize=574772 CPUtime=162.02 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 46846 0 0 0 16188 14 0 0 25 0 4 0 747883840 588566528 98083 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=574772 CPUtime=161.98 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 18649 0 0 0 16190 8 0 0 25 0 4 0 747883840 588566528 98083 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=574772 CPUtime=159.82 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 367785 0 0 0 15921 61 0 0 25 0 4 0 747883840 588566528 98083 33554432000 4194304 4625164 140736893911200 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.15
Current children cumulated vsize (KiB) 574772

[startup+222.317 s]
/proc/loadavg: 8.04 8.13 8.16 10/431 5328
/proc/meminfo: memFree=18992796/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=715040 CPUtime=885.39 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 630399 0 0 0 88422 117 0 0 25 0 4 0 747883813 732200960 127966 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 178760 127966 1759 106 0 174263 0
[pid=5288/tid=5290] ppid=5286 vsize=715040 CPUtime=222.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 49997 0 0 0 22188 16 0 0 25 0 4 0 747883840 732200960 127966 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=715040 CPUtime=222 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 19736 0 0 0 22191 9 0 0 25 0 4 0 747883840 732200960 127966 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=715040 CPUtime=219.02 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 484623 0 0 0 21824 78 0 0 25 0 4 0 747883840 732200960 127966 33554432000 4194304 4625164 140736893911200 18446744073709551615 4562373 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 885.39
Current children cumulated vsize (KiB) 715040

[startup+282.301 s]

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

[pid=5288] ppid=5286 vsize=1297536 CPUtime=2559.64 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 3925576 0 0 0 255329 635 0 0 25 0 4 0 747883813 1328676864 248612 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 324384 248612 1106 106 0 319887 0
[pid=5288/tid=5290] ppid=5286 vsize=1297536 CPUtime=642.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 107839 0 0 0 64177 27 0 0 25 0 4 0 747883840 1328676864 248612 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1297536 CPUtime=641.99 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 28859 0 0 0 64188 11 0 0 25 0 4 0 747883840 1328676864 248612 33554432000 4194304 4625164 140736893911200 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1297536 CPUtime=633.29 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 3512037 0 0 0 62776 553 0 0 25 0 4 0 747883840 1328676864 248612 33554432000 4194304 4625164 140736893911200 18446744073709551615 4334476 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2559.64
Current children cumulated vsize (KiB) 1297536

[startup+702.301 s]
/proc/loadavg: 8.10 8.09 8.12 10/431 5341
/proc/meminfo: memFree=18196260/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1302420 CPUtime=2798.82 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 4374342 0 0 0 279182 700 0 0 25 0 4 0 747883813 1333678080 257527 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 325605 257527 952 106 0 321108 0
[pid=5288/tid=5290] ppid=5286 vsize=1302420 CPUtime=702.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 111146 0 0 0 70176 28 0 0 25 0 4 0 747883840 1333678080 257527 33554432000 4194304 4625164 140736893911200 18446744073709551615 4288743 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1302420 CPUtime=701.99 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 28946 0 0 0 70188 11 0 0 25 0 4 0 747883840 1333678080 257527 33554432000 4194304 4625164 140736893911200 18446744073709551615 4345240 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1302420 CPUtime=692.47 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 3951726 0 0 0 68630 617 0 0 25 0 4 0 747883840 1333678080 257527 33554432000 4194304 4625164 140736893911200 18446744073709551615 4547216 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2798.82
Current children cumulated vsize (KiB) 1302420

[startup+762.301 s]
/proc/loadavg: 8.04 8.07 8.11 10/431 5342
/proc/meminfo: memFree=18117960/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1308756 CPUtime=3038.03 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 4801676 0 0 0 303033 770 0 0 25 0 4 0 747883813 1340166144 273278 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 327189 273278 960 106 0 322692 0
[pid=5288/tid=5290] ppid=5286 vsize=1308756 CPUtime=762.05 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 115361 0 0 0 76175 30 0 0 25 0 4 0 747883840 1340166144 273278 33554432000 4194304 4625164 140736893911200 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1308756 CPUtime=762 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 29092 0 0 0 76189 11 0 0 25 0 4 0 747883840 1340166144 273278 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1308756 CPUtime=751.66 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 4363984 0 0 0 74485 681 0 0 25 0 4 0 747883840 1340166144 273278 33554432000 4194304 4625164 140736893911200 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3038.03
Current children cumulated vsize (KiB) 1308756

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 8.11 10/431 5344
/proc/meminfo: memFree=18029744/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1500156 CPUtime=3277.19 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 5305515 0 0 0 326871 848 0 0 25 0 4 0 747883813 1536159744 291155 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 375039 291155 949 106 0 370542 0
[pid=5288/tid=5290] ppid=5286 vsize=1500156 CPUtime=822.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 117895 0 0 0 82172 32 0 0 25 0 4 0 747883840 1536159744 291155 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1500156 CPUtime=821.99 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 29303 0 0 0 82188 11 0 0 25 0 4 0 747883840 1536159744 291155 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1500156 CPUtime=810.84 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 4800712 0 0 0 80335 749 0 0 25 0 4 0 747883840 1536159744 291155 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3277.19
Current children cumulated vsize (KiB) 1500156

[startup+882.316 s]
/proc/loadavg: 8.03 8.07 8.09 10/431 5345
/proc/meminfo: memFree=17961868/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1633348 CPUtime=3516.42 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 5794984 0 0 0 350721 921 0 0 25 0 4 0 747883813 1672548352 304771 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 408337 304771 949 106 0 403840 0
[pid=5288/tid=5290] ppid=5286 vsize=1633348 CPUtime=882.05 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 154424 0 0 0 88169 36 0 0 25 0 4 0 747883840 1672548352 304771 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1633348 CPUtime=882 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 29559 0 0 0 88189 11 0 0 25 0 4 0 747883840 1672548352 304771 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1633348 CPUtime=870.03 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 5212126 0 0 0 86192 811 0 0 25 0 4 0 747883840 1672548352 304771 33554432000 4194304 4625164 140736893911200 18446744073709551615 4579584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3516.42
Current children cumulated vsize (KiB) 1633348

[startup+942.301 s]
/proc/loadavg: 8.16 8.10 8.10 10/431 5347
/proc/meminfo: memFree=17884564/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1685008 CPUtime=3755.56 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 6220647 0 0 0 374570 986 0 0 25 0 4 0 747883813 1725448192 319734 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511973 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 421252 319734 950 106 0 416755 0
[pid=5288/tid=5290] ppid=5286 vsize=1685008 CPUtime=942.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 163326 0 0 0 94166 38 0 0 25 0 4 0 747883840 1725448192 319734 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1685008 CPUtime=941.98 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 40229 0 0 0 94186 12 0 0 25 0 4 0 747883840 1725448192 319734 33554432000 4194304 4625164 140736893911200 18446744073709551615 4317995 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1685008 CPUtime=929.2 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 5605570 0 0 0 92049 871 0 0 25 0 4 0 747883840 1725448192 319734 33554432000 4194304 4625164 140736893911200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3755.56
Current children cumulated vsize (KiB) 1685008

[startup+1002.3 s]
/proc/loadavg: 8.16 8.11 8.10 10/431 5349
/proc/meminfo: memFree=17779728/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1692004 CPUtime=3994.74 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 6671339 0 0 0 398419 1055 0 0 25 0 4 0 747883813 1732612096 337669 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 423001 337669 951 106 0 418504 0
[pid=5288/tid=5290] ppid=5286 vsize=1692004 CPUtime=1002.05 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 166867 0 0 0 100165 40 0 0 25 0 4 0 747883840 1732612096 337669 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1692004 CPUtime=1001.98 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 40418 0 0 0 100186 12 0 0 25 0 4 0 747883840 1732612096 337669 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1692004 CPUtime=988.37 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 6038296 0 0 0 97902 935 0 0 25 0 4 0 747883840 1732612096 337669 33554432000 4194304 4625164 140736893911200 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3994.74
Current children cumulated vsize (KiB) 1692004

[startup+1062.3 s]
/proc/loadavg: 8.27 8.15 8.11 10/431 5350
/proc/meminfo: memFree=17648096/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1978096 CPUtime=4233.93 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 7217243 0 0 0 422254 1139 0 0 25 0 4 0 747883813 2025570304 365424 33554432000 4194304 4625164 140736893911200 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 494524 365424 949 106 0 490027 0
[pid=5288/tid=5290] ppid=5286 vsize=1978096 CPUtime=1062.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 168269 0 0 0 106164 40 0 0 25 0 4 0 747883840 2025570304 365424 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1978096 CPUtime=1061.98 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 41632 0 0 0 106185 13 0 0 25 0 4 0 747883840 2025570304 365424 33554432000 4194304 4625164 140736893911200 18446744073709551615 4463787 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1978096 CPUtime=1047.56 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 6483216 0 0 0 103751 1005 0 0 25 0 4 0 747883840 2025570304 365424 33554432000 4194304 4625164 140736893911200 18446744073709551615 4567886 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4233.93
Current children cumulated vsize (KiB) 1978096

[startup+1122.3 s]
/proc/loadavg: 8.10 8.12 8.10 10/431 5352
/proc/meminfo: memFree=17535320/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1984432 CPUtime=4473.1 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 7650740 0 0 0 446099 1211 0 0 25 0 4 0 747883813 2032058368 372688 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 496108 372688 892 106 0 491611 0
[pid=5288/tid=5290] ppid=5286 vsize=1984432 CPUtime=1122.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 169948 0 0 0 112163 41 0 0 25 0 4 0 747883840 2032058368 372688 33554432000 4194304 4625164 140736893911200 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1984432 CPUtime=1121.98 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 42498 0 0 0 112184 14 0 0 25 0 4 0 747883840 2032058368 372688 33554432000 4194304 4625164 140736893911200 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1984432 CPUtime=1106.74 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 6909913 0 0 0 109599 1075 0 0 25 0 4 0 747883840 2032058368 372688 33554432000 4194304 4625164 140736893911200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4473.1
Current children cumulated vsize (KiB) 1984432

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.09 10/431 5353
/proc/meminfo: memFree=17483304/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1990372 CPUtime=4712.29 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 8057117 0 0 0 469958 1271 0 0 25 0 4 0 747883813 2038140928 381850 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 497593 381850 501 106 0 493096 0
[pid=5288/tid=5290] ppid=5286 vsize=1990372 CPUtime=1182.04 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 171828 0 0 0 118162 42 0 0 25 0 4 0 747883840 2038140928 381850 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1990372 CPUtime=1181.98 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 43189 0 0 0 118183 15 0 0 25 0 4 0 747883840 2038140928 381850 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1990372 CPUtime=1165.93 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 7309163 0 0 0 115461 1132 0 0 25 0 4 0 747883840 2038140928 381850 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4712.29
Current children cumulated vsize (KiB) 1990372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.07 8.10 8.09 9/431 5354
/proc/meminfo: memFree=17465688/32950928 swapFree=65730892/67111528
[pid=5288] ppid=5286 vsize=1992088 CPUtime=4800.02 cores=1,3,5,7
/proc/5288/stat : 5288 (SArTagnan) R 5286 5288 5247 0 -1 4202496 8225568 0 0 0 478706 1296 0 0 25 0 4 0 747883813 2039898112 384304 33554432000 4194304 4625164 140736893911200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5288/statm: 498022 384304 351 106 0 493525 0
[pid=5288/tid=5290] ppid=5286 vsize=1992088 CPUtime=1204.06 cores=1,3,5,7
/proc/5288/task/5290/stat : 5290 (SArTagnan) R 5286 5288 5247 0 -1 4202560 172637 0 0 0 120363 43 0 0 25 0 4 0 747883840 2039898112 384304 33554432000 4194304 4625164 140736893911200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5288/tid=5291] ppid=5286 vsize=1992088 CPUtime=1203.99 cores=1,3,5,7
/proc/5288/task/5291/stat : 5291 (SArTagnan) R 5286 5288 5247 0 -1 4202560 43493 0 0 0 120384 15 0 0 25 0 4 0 747883840 2039898112 384304 33554432000 4194304 4625164 140736893911200 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5288/tid=5292] ppid=5286 vsize=1992088 CPUtime=1187.63 cores=1,3,5,7
/proc/5288/task/5292/stat : 5292 (SArTagnan) R 5286 5288 5247 0 -1 4202560 7474519 0 0 0 117608 1155 0 0 25 0 4 0 747883840 2039898112 384304 33554432000 4194304 4625164 140736893911200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1992088

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): 1204.38
CPU time (s): 4800.14
CPU user time (s): 4787.11
CPU system time (s): 13.024
CPU usage (%): 398.557
Max. virtual memory (cumulated for all children) (KiB): 2273104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.11
system time used= 13.024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8225568
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= 1266
involuntary context switches= 24570

runsolver used 4.45232 second user time and 11.9942 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-16 22:08:51
IDJOB=3386217
IDBENCH=20387
IDSOLVER=1871
FILE ID=node116/3386217-1305576531
RUNJOBID= node116-1305576531-5266
PBS_JOBID= 13350205
Free space on /tmp= 73028 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386217-1305576531/watcher-3386217-1305576531 -o /tmp/evaluation-result-3386217-1305576531/solver-3386217-1305576531 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386217-1305576531.cnf -threads=4

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=177394932

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20139428 kB
Buffers:        182476 kB
Cached:        2331920 kB
SwapCached:      12328 kB
Active:       11367420 kB
Inactive:      1199968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20139428 kB
SwapTotal:    67111528 kB
SwapFree:     65730892 kB
Dirty:           12104 kB
Writeback:           0 kB
AnonPages:    10051796 kB
Mapped:          19976 kB
Slab:           118696 kB
PageTables:      53340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113463984 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= 73024 MiB
End job on node116 at 2011-05-16 22:28:58