Trace number 3258616

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-03-24? (TO) 4800.22 1201.8

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.53 8.07 8.02 2/178 19167
/proc/meminfo: memFree=25409260/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=21616 CPUtime=0 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 559 0 0 0 0 0 0 0 25 0 1 0 517109175 22134784 496 33554432000 4194304 4623224 140735726549568 18446744073709551615 232335511092 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19167/statm: 5404 496 297 105 0 908 0

[startup+0.0748211 s]
/proc/loadavg: 7.53 8.07 8.02 2/178 19167
/proc/meminfo: memFree=25409260/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=257332 CPUtime=0.19 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 4012 0 0 0 19 0 0 0 25 0 4 0 517109175 263507968 3041 33554432000 4194304 4623224 140735726549568 18446744073709551615 47393731279398 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 64333 3041 341 105 0 59837 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 257332

[startup+0.170216 s]
/proc/loadavg: 7.53 8.07 8.02 2/178 19167
/proc/meminfo: memFree=25409260/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=259620 CPUtime=0.57 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 4947 0 0 0 57 0 0 0 25 0 4 0 517109175 265850880 3677 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 64905 3678 344 105 0 60409 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 259620

[startup+0.300166 s]
/proc/loadavg: 7.53 8.07 8.02 2/178 19167
/proc/meminfo: memFree=25409260/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=261844 CPUtime=1.09 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 6454 0 0 0 108 1 0 0 25 0 4 0 517109175 268128256 5184 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 65461 5184 344 105 0 60965 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 261844

[startup+0.701095 s]
/proc/loadavg: 7.53 8.07 8.02 2/178 19167
/proc/meminfo: memFree=25409260/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=265868 CPUtime=2.7 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 8729 0 0 0 269 1 0 0 25 0 4 0 517109175 272248832 7091 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 66467 7091 345 105 0 61971 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 265868

[startup+1.50095 s]
/proc/loadavg: 7.53 8.07 8.02 9/188 19180
/proc/meminfo: memFree=25330328/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=271940 CPUtime=5.89 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 15238 0 0 0 587 2 0 0 25 0 4 0 517109175 278466560 10094 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 67985 10094 344 105 0 63489 0
[pid=19167/tid=19169] ppid=19165 vsize=271940 CPUtime=1.45 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 2191 0 0 0 145 0 0 0 25 0 4 0 517109178 278466560 10094 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=271940 CPUtime=1.46 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 3195 0 0 0 146 0 0 0 20 0 4 0 517109178 278466560 10094 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=271940 CPUtime=1.46 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 3318 0 0 0 146 0 0 0 20 0 4 0 517109178 278466560 10094 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377056 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 271940

[startup+3.10067 s]
/proc/loadavg: 7.53 8.07 8.02 9/188 19180
/proc/meminfo: memFree=25293748/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=281168 CPUtime=12.28 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 20953 0 0 0 1225 3 0 0 25 0 4 0 517109175 287916032 13446 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510093 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 70292 13447 344 105 0 65796 0
[pid=19167/tid=19169] ppid=19165 vsize=281168 CPUtime=3.04 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 4104 0 0 0 304 0 0 0 25 0 4 0 517109178 287916032 13447 33554432000 4194304 4623224 140735726549568 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=281168 CPUtime=3.06 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 4923 0 0 0 305 1 0 0 25 0 4 0 517109178 287916032 13447 33554432000 4194304 4623224 140735726549568 18446744073709551615 232335553569 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=281168 CPUtime=3.06 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 3551 0 0 0 306 0 0 0 25 0 4 0 517109178 287916032 13447 33554432000 4194304 4623224 140735726549568 18446744073709551615 232335589458 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 281168

[startup+6.3011 s]
/proc/loadavg: 7.65 8.08 8.03 9/188 19180
/proc/meminfo: memFree=25241816/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=288584 CPUtime=25.06 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 32750 0 0 0 2500 6 0 0 25 0 4 0 517109175 295510016 18044 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 72146 18044 344 105 0 67650 0
[pid=19167/tid=19169] ppid=19165 vsize=288584 CPUtime=6.23 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 6285 0 0 0 622 1 0 0 25 0 4 0 517109178 295510016 18044 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=288584 CPUtime=6.26 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 8301 0 0 0 624 2 0 0 25 0 4 0 517109178 295510016 18044 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377579 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=288584 CPUtime=6.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 9460 0 0 0 625 1 0 0 25 0 4 0 517109178 295510016 18044 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 288584

[startup+12.701 s]
/proc/loadavg: 7.67 8.08 8.03 9/188 19181
/proc/meminfo: memFree=25162072/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=308096 CPUtime=50.62 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 73853 0 0 0 5048 14 0 0 25 0 4 0 517109175 315490304 27444 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 77024 27444 344 105 0 72528 0
[pid=19167/tid=19169] ppid=19165 vsize=308096 CPUtime=12.59 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 10445 0 0 0 1256 3 0 0 25 0 4 0 517109178 315490304 27444 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=308096 CPUtime=12.65 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 13665 0 0 0 1262 3 0 0 25 0 4 0 517109178 315490304 27444 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=308096 CPUtime=12.66 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 38462 0 0 0 1261 5 0 0 25 0 4 0 517109178 315490304 27444 33554432000 4194304 4623224 140735726549568 18446744073709551615 4366099 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 308096

[startup+25.5007 s]
/proc/loadavg: 7.81 8.09 8.03 9/188 19181
/proc/meminfo: memFree=25012028/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=343208 CPUtime=101.75 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 165672 0 0 0 10145 30 0 0 25 0 4 0 517109175 351444992 39577 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 85802 39577 344 105 0 81306 0
[pid=19167/tid=19169] ppid=19165 vsize=343208 CPUtime=25.32 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 15870 0 0 0 2528 4 0 0 25 0 4 0 517109178 351444992 39577 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=343208 CPUtime=25.46 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 20088 0 0 0 2541 5 0 0 25 0 4 0 517109178 351444992 39577 33554432000 4194304 4623224 140735726549568 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=343208 CPUtime=25.46 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 111673 0 0 0 2529 17 0 0 25 0 4 0 517109178 351444992 39577 33554432000 4194304 4623224 140735726549568 18446744073709551615 4549026 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 343208

[startup+51.1012 s]
/proc/loadavg: 8.07 8.13 8.04 9/188 19181
/proc/meminfo: memFree=24773420/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=408108 CPUtime=204.01 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 255626 0 0 0 20354 47 0 0 25 0 4 0 517109175 417902592 62772 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 102027 62772 349 105 0 97531 0
[pid=19167/tid=19169] ppid=19165 vsize=408108 CPUtime=50.78 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 22954 0 0 0 5072 6 0 0 25 0 4 0 517109178 417902592 62772 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=408108 CPUtime=51.06 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 22310 0 0 0 5100 6 0 0 25 0 4 0 517109178 417902592 62772 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=408108 CPUtime=51.06 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 157804 0 0 0 5081 25 0 0 25 0 4 0 517109178 417902592 62772 33554432000 4194304 4623224 140735726549568 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 408108

[startup+102.307 s]
/proc/loadavg: 8.18 8.14 8.05 9/188 19183
/proc/meminfo: memFree=24425572/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=594408 CPUtime=408.55 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 580086 0 0 0 40754 101 0 0 25 0 4 0 517109175 608673792 99467 33554432000 4194304 4623224 140735726549568 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 148602 99467 365 105 0 144106 0
[pid=19167/tid=19169] ppid=19165 vsize=594408 CPUtime=101.71 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 32680 0 0 0 10162 9 0 0 25 0 4 0 517109178 608673792 99467 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=594408 CPUtime=102.26 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 33641 0 0 0 10213 13 0 0 25 0 4 0 517109178 608673792 99467 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=594408 CPUtime=102.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 402557 0 0 0 10165 61 0 0 25 0 4 0 517109178 608673792 99467 33554432000 4194304 4623224 140735726549568 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 594408

[startup+162.3 s]
/proc/loadavg: 8.27 8.16 8.06 9/188 19185
/proc/meminfo: memFree=24152884/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=706768 CPUtime=648.19 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 1124434 0 0 0 64638 181 0 0 25 0 4 0 517109175 723730432 122812 33554432000 4194304 4623224 140735726549568 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 176692 122812 356 105 0 172196 0
[pid=19167/tid=19169] ppid=19165 vsize=706768 CPUtime=161.38 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 42767 0 0 0 16128 10 0 0 25 0 4 0 517109178 723730432 122812 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=706768 CPUtime=162.26 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 38777 0 0 0 16210 16 0 0 25 0 4 0 517109178 723730432 122812 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377018 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=706768 CPUtime=162.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 888658 0 0 0 16095 131 0 0 25 0 4 0 517109178 723730432 122812 33554432000 4194304 4623224 140735726549568 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.19
Current children cumulated vsize (KiB) 706768

[startup+222.301 s]
/proc/loadavg: 8.26 8.16 8.06 9/188 19186
/proc/meminfo: memFree=23816332/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=970880 CPUtime=887.86 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 1633520 0 0 0 88530 256 0 0 25 0 4 0 517109175 994181120 169675 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 242720 169675 390 105 0 238224 0
[pid=19167/tid=19169] ppid=19165 vsize=970880 CPUtime=221.04 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 44860 0 0 0 22094 10 0 0 25 0 4 0 517109178 994181120 169675 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=970880 CPUtime=222.26 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 43455 0 0 0 22205 21 0 0 25 0 4 0 517109178 994181120 169675 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=970880 CPUtime=222.25 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 1301728 0 0 0 22039 186 0 0 25 0 4 0 517109178 994181120 169675 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.86
Current children cumulated vsize (KiB) 970880

[startup+282.301 s]

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

[pid=19167] ppid=19165 vsize=1733740 CPUtime=2805.23 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 4152235 0 0 0 279874 649 0 0 25 0 4 0 517109175 1775349760 341766 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 433435 341766 344 105 0 428939 0
[pid=19167/tid=19169] ppid=19165 vsize=1733740 CPUtime=698.44 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 90151 0 0 0 69826 18 0 0 25 0 4 0 517109178 1775349760 341766 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=1733740 CPUtime=702.27 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 81659 0 0 0 70186 41 0 0 25 0 4 0 517109178 1775349760 341766 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=1733740 CPUtime=702.25 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 3250181 0 0 0 69749 476 0 0 25 0 4 0 517109178 1775349760 341766 33554432000 4194304 4623224 140735726549568 18446744073709551615 4545564 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.23
Current children cumulated vsize (KiB) 1733740

[startup+762.307 s]
/proc/loadavg: 8.25 8.20 8.11 9/188 19201
/proc/meminfo: memFree=22056844/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=1896160 CPUtime=3044.92 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 4470622 0 0 0 303792 700 0 0 25 0 4 0 517109175 1941667840 364441 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 474040 364441 344 105 0 469544 0
[pid=19167/tid=19169] ppid=19165 vsize=1896160 CPUtime=758.12 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 117643 0 0 0 75790 22 0 0 25 0 4 0 517109178 1941667840 364442 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=1896160 CPUtime=762.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 82038 0 0 0 76187 41 0 0 25 0 4 0 517109178 1941667840 364442 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=1896160 CPUtime=762.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 3489725 0 0 0 75711 515 0 0 25 0 4 0 517109178 1941667840 364443 33554432000 4194304 4623224 140735726549568 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.92
Current children cumulated vsize (KiB) 1896160

[startup+822.3 s]
/proc/loadavg: 8.20 8.19 8.10 9/188 19202
/proc/meminfo: memFree=21928612/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=1896160 CPUtime=3284.58 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 4877531 0 0 0 327694 764 0 0 25 0 4 0 517109175 1941667840 375227 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 474040 375227 344 105 0 469544 0
[pid=19167/tid=19169] ppid=19165 vsize=1896160 CPUtime=817.79 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 117833 0 0 0 81757 22 0 0 25 0 4 0 517109178 1941667840 375227 33554432000 4194304 4623224 140735726549568 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=1896160 CPUtime=822.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 83441 0 0 0 82186 42 0 0 25 0 4 0 517109178 1941667840 375227 33554432000 4194304 4623224 140735726549568 18446744073709551615 4289794 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=1896160 CPUtime=822.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 3890093 0 0 0 81649 577 0 0 25 0 4 0 517109178 1941667840 375227 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 1896160

[startup+882.301 s]
/proc/loadavg: 8.23 8.18 8.10 9/188 19204
/proc/meminfo: memFree=21795920/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=1907196 CPUtime=3524.24 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 5282854 0 0 0 351593 831 0 0 25 0 4 0 517109175 1952968704 390477 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 476799 390477 344 105 0 472303 0
[pid=19167/tid=19169] ppid=19165 vsize=1907196 CPUtime=877.46 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 118127 0 0 0 87724 22 0 0 25 0 4 0 517109178 1952968704 390477 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=1907196 CPUtime=882.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 83934 0 0 0 88186 42 0 0 25 0 4 0 517109178 1952968704 390477 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=1907196 CPUtime=882.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 4283444 0 0 0 87584 642 0 0 25 0 4 0 517109178 1952968704 390477 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 1907196

[startup+942.301 s]
/proc/loadavg: 8.51 8.26 8.13 9/188 19205
/proc/meminfo: memFree=21692980/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=1907520 CPUtime=3763.92 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 5683716 0 0 0 375496 896 0 0 25 0 4 0 517109175 1953300480 400744 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 476880 400745 344 105 0 472384 0
[pid=19167/tid=19169] ppid=19165 vsize=1907520 CPUtime=937.14 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 118382 0 0 0 93692 22 0 0 25 0 4 0 517109178 1953300480 400745 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=1907520 CPUtime=942.27 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 84624 0 0 0 94185 42 0 0 25 0 4 0 517109178 1953300480 400745 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=1907520 CPUtime=942.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 4677676 0 0 0 93522 704 0 0 25 0 4 0 517109178 1953300480 400746 33554432000 4194304 4623224 140735726549568 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1907520

[startup+1002.3 s]
/proc/loadavg: 8.33 8.24 8.13 9/188 19207
/proc/meminfo: memFree=21405908/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=1973880 CPUtime=4003.6 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 6078724 0 0 0 399397 963 0 0 25 0 4 0 517109175 2021253120 420387 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 493470 420387 358 105 0 488974 0
[pid=19167/tid=19169] ppid=19165 vsize=1973880 CPUtime=996.81 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 118741 0 0 0 99659 22 0 0 25 0 4 0 517109178 2021253120 420387 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=1973880 CPUtime=1002.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 86801 0 0 0 100183 45 0 0 25 0 4 0 517109178 2021253120 420387 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=1973880 CPUtime=1002.27 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 5062052 0 0 0 99460 767 0 0 25 0 4 0 517109178 2021253120 420387 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 1973880

[startup+1062.3 s]
/proc/loadavg: 8.46 8.27 8.14 9/188 19209
/proc/meminfo: memFree=21178468/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=2316468 CPUtime=4243.25 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 6683243 0 0 0 423270 1055 0 0 25 0 4 0 517109175 2372063232 460733 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 579117 460733 344 105 0 574621 0
[pid=19167/tid=19169] ppid=19165 vsize=2316468 CPUtime=1056.49 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 119164 0 0 0 105627 22 0 0 25 0 4 0 517109178 2372063232 460733 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=2316468 CPUtime=1062.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 87358 0 0 0 106183 45 0 0 25 0 4 0 517109178 2372063232 460733 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=2316468 CPUtime=1062.25 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 5465308 0 0 0 105392 833 0 0 25 0 4 0 517109178 2372063232 460733 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376668 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 2316468

[startup+1122.3 s]
/proc/loadavg: 8.22 8.24 8.14 9/188 19210
/proc/meminfo: memFree=21063000/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=2416836 CPUtime=4482.92 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 7098247 0 0 0 447168 1124 0 0 25 0 4 0 517109175 2474840064 473365 33554432000 4194304 4623224 140735726549568 18446744073709551615 4510978 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 604209 473365 344 105 0 599713 0
[pid=19167/tid=19169] ppid=19165 vsize=2416836 CPUtime=1116.16 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 119366 0 0 0 111594 22 0 0 25 0 4 0 517109178 2474840064 473365 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=2416836 CPUtime=1122.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 106034 0 0 0 112179 49 0 0 25 0 4 0 517109178 2474840064 473365 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=2416836 CPUtime=1122.25 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 5856057 0 0 0 111328 897 0 0 25 0 4 0 517109178 2474840064 473365 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.92
Current children cumulated vsize (KiB) 2416836

[startup+1182.3 s]
/proc/loadavg: 8.40 8.27 8.15 9/188 19212
/proc/meminfo: memFree=20954476/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=2465128 CPUtime=4722.59 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 7508008 0 0 0 471070 1189 0 0 25 0 4 0 517109175 2524291072 488486 33554432000 4194304 4623224 140735726549568 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 616282 488486 344 105 0 611786 0
[pid=19167/tid=19169] ppid=19165 vsize=2465128 CPUtime=1175.84 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 125647 0 0 0 117561 23 0 0 25 0 4 0 517109178 2524291072 488486 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=2465128 CPUtime=1182.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 106897 0 0 0 118178 50 0 0 25 0 4 0 517109178 2524291072 488486 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=2465128 CPUtime=1182.26 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 6254773 0 0 0 117266 960 0 0 25 0 4 0 517109178 2524291072 488486 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 2465128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.29 8.25 8.15 9/188 19212
/proc/meminfo: memFree=20916156/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=2465128 CPUtime=4800.11 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 7633401 0 0 0 478803 1208 0 0 25 0 4 0 517109175 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 616282 492458 344 105 0 611786 0
[pid=19167/tid=19169] ppid=19165 vsize=2465128 CPUtime=1195.13 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 125762 0 0 0 119490 23 0 0 25 0 4 0 517109178 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=2465128 CPUtime=1201.69 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 106963 0 0 0 120119 50 0 0 25 0 4 0 517109178 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376668 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=2465128 CPUtime=1201.66 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 6377661 0 0 0 119188 978 0 0 25 0 4 0 517109178 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2465128

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.7 s]
/proc/loadavg: 8.29 8.25 8.15 9/188 19212
/proc/meminfo: memFree=20916156/32951124 swapFree=67111524/67111528
[pid=19167] ppid=19165 vsize=2465128 CPUtime=4800.11 cores=0,2,4,6
/proc/19167/stat : 19167 (SArTagnan) R 19165 19167 19041 0 -1 4202496 7633401 0 0 0 478803 1208 0 0 25 0 4 0 517109175 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19167/statm: 616282 492458 344 105 0 611786 0
[pid=19167/tid=19169] ppid=19165 vsize=2465128 CPUtime=1195.13 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (SArTagnan) R 19165 19167 19041 0 -1 4202560 125762 0 0 0 119490 23 0 0 25 0 4 0 517109178 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=2465128 CPUtime=1201.69 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (SArTagnan) R 19165 19167 19041 0 -1 4202560 106963 0 0 0 120119 50 0 0 25 0 4 0 517109178 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4376668 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19171] ppid=19165 vsize=2465128 CPUtime=1201.66 cores=0,2,4,6
/proc/19167/task/19171/stat : 19171 (SArTagnan) R 19165 19167 19041 0 -1 4202560 6377661 0 0 0 119188 978 0 0 25 0 4 0 517109178 2524291072 492458 33554432000 4194304 4623224 140735726549568 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2465128

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.8
CPU time (s): 4800.22
CPU user time (s): 4788.05
CPU system time (s): 12.1682
CPU usage (%): 399.419
Max. virtual memory (cumulated for all children) (KiB): 2968788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.05
system time used= 12.1682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7633402
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= 1158
involuntary context switches= 80539

runsolver used 1.85272 second user time and 4.71228 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 07:31:50
IDJOB=3258616
IDBENCH=71397
IDSOLVER=1656
FILE ID=node132/3258616-1304055110
RUNJOBID= node132-1304053906-19059
PBS_JOBID= 13170426
Free space on /tmp= 71872 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258616-1304055110/watcher-3258616-1304055110 -o /tmp/evaluation-result-3258616-1304055110/solver-3258616-1304055110 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3258616-1304055110.cnf -threads=4

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=103819095

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25409664 kB
Buffers:        761712 kB
Cached:        6214160 kB
SwapCached:          4 kB
Active:        1867588 kB
Inactive:      5176536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25409664 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:       67636 kB
Mapped:          14320 kB
Slab:           434844 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node132 at 2011-04-29 07:51:54