Trace number 3385950

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) 4322.74 1300.17

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.41518
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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-3385950-1305577623/watcher-3385950-1305577623 -o /tmp/evaluation-result-3385950-1305577623/solver-3385950-1305577623 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385950-1305577623.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: 8.99 9.10 9.12 6/400 9499
/proc/meminfo: memFree=20346764/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=20772 CPUtime=0 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 961 0 0 0 0 0 0 0 25 0 1 0 650177681 21270528 779 33554432000 4194304 4625164 140735504925808 18446744073709551615 4257016 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9499/statm: 5193 780 296 106 0 696 0

[startup+0.0491179 s]
/proc/loadavg: 8.99 9.10 9.12 6/400 9499
/proc/meminfo: memFree=20346764/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=189600 CPUtime=0.09 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) D 9497 9499 9320 0 -1 4202496 3628 0 0 0 9 0 0 0 25 0 4 0 650177681 194150400 2648 33554432000 4194304 4625164 140735504925808 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9499/statm: 47400 2648 340 106 0 42903 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 189600

[startup+0.100634 s]
/proc/loadavg: 8.99 9.10 9.12 6/400 9499
/proc/meminfo: memFree=20346764/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=255792 CPUtime=0.24 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) D 9497 9499 9320 0 -1 4202496 4231 0 0 0 24 0 0 0 25 0 4 0 650177681 261931008 2849 33554432000 4194304 4625164 140735504925808 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9499/statm: 63948 2849 340 106 0 59451 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 255792

[startup+0.592364 s]
/proc/loadavg: 8.99 9.10 9.12 6/400 9499
/proc/meminfo: memFree=20346764/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=261116 CPUtime=1.71 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 9457 0 0 0 170 1 0 0 25 0 4 0 650177681 267382784 5584 33554432000 4194304 4625164 140735504925808 18446744073709551615 254261313744 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9499/statm: 65279 5593 340 106 0 60782 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 261116

[startup+0.714582 s]
/proc/loadavg: 8.99 9.10 9.12 6/400 9499
/proc/meminfo: memFree=20346764/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=261388 CPUtime=2.07 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 11105 0 0 0 206 1 0 0 25 0 4 0 650177681 267661312 5918 33554432000 4194304 4625164 140735504925808 18446744073709551615 254261659831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9499/statm: 65347 5918 340 106 0 60850 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 261388

[startup+1.50126 s]
/proc/loadavg: 8.99 9.10 9.12 10/404 9503
/proc/meminfo: memFree=20314004/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=265060 CPUtime=4.4 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 18567 0 0 0 438 2 0 0 25 0 4 0 650177681 271421440 8558 33554432000 4194304 4625164 140735504925808 18446744073709551615 4306421 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9499/statm: 66265 8558 341 106 0 61768 0
[pid=9499/tid=9501] ppid=9497 vsize=265060 CPUtime=1.45 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 3747 0 0 0 145 0 0 0 25 0 4 0 650177683 271421440 8558 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=265060 CPUtime=1.38 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 3591 0 0 0 138 0 0 0 18 0 4 0 650177683 271421440 8559 33554432000 4194304 4625164 140735504925808 18446744073709551615 4352569 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=265060 CPUtime=1.2 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 6132 0 0 0 120 0 0 0 25 0 4 0 650177683 271421440 8559 33554432000 4194304 4625164 140735504925808 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 265060

[startup+3.10098 s]
/proc/loadavg: 8.99 9.10 9.12 10/404 9503
/proc/meminfo: memFree=20295600/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=274432 CPUtime=9.19 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 33622 0 0 0 913 6 0 0 25 0 4 0 650177681 281018368 14462 33554432000 4194304 4625164 140735504925808 18446744073709551615 4511970 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9499/statm: 68608 14462 347 106 0 64111 0
[pid=9499/tid=9501] ppid=9497 vsize=274432 CPUtime=3.05 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 6657 0 0 0 304 1 0 0 25 0 4 0 650177683 281018368 14462 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351811 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=274432 CPUtime=2.42 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 5439 0 0 0 241 1 0 0 20 0 4 0 650177683 281018368 14462 33554432000 4194304 4625164 140735504925808 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=274432 CPUtime=2.29 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 14261 0 0 0 227 2 0 0 25 0 4 0 650177683 281018368 14462 33554432000 4194304 4625164 140735504925808 18446744073709551615 254261721582 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 274432

[startup+6.30041 s]
/proc/loadavg: 8.99 9.10 9.12 10/404 9503
/proc/meminfo: memFree=20276248/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=280216 CPUtime=18.74 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 40926 0 0 0 1867 7 0 0 25 0 4 0 650177681 286941184 17023 33554432000 4194304 4625164 140735504925808 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9499/statm: 70054 17023 347 106 0 65557 0
[pid=9499/tid=9501] ppid=9497 vsize=280216 CPUtime=6.18 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 8907 0 0 0 617 1 0 0 25 0 4 0 650177683 286941184 17023 33554432000 4194304 4625164 140735504925808 18446744073709551615 4352085 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=280216 CPUtime=4.48 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 6554 0 0 0 447 1 0 0 25 0 4 0 650177683 286941184 17023 33554432000 4194304 4625164 140735504925808 18446744073709551615 4289010 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=280216 CPUtime=3.5 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 16945 0 0 0 347 3 0 0 25 0 4 0 650177683 286941184 17023 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.74
Current children cumulated vsize (KiB) 280216

[startup+12.7003 s]
/proc/loadavg: 8.99 9.10 9.12 10/404 9504
/proc/meminfo: memFree=20230748/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=292776 CPUtime=37.84 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 73522 0 0 0 3771 13 0 0 25 0 4 0 650177681 299802624 26500 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9499/statm: 73194 26500 347 106 0 68697 0
[pid=9499/tid=9501] ppid=9497 vsize=292776 CPUtime=9.3 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 10256 0 0 0 929 1 0 0 25 0 4 0 650177683 299802624 26500 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=292776 CPUtime=8.14 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 10739 0 0 0 812 2 0 0 25 0 4 0 650177683 299802624 26500 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=292776 CPUtime=9.5 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 40849 0 0 0 943 7 0 0 25 0 4 0 650177683 299802624 26500 33554432000 4194304 4625164 140735504925808 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 292776

[startup+25.501 s]
/proc/loadavg: 8.99 9.09 9.12 10/404 9504
/proc/meminfo: memFree=20101916/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=329880 CPUtime=76.06 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 139582 0 0 0 7580 26 0 0 25 0 4 0 650177681 337797120 43741 33554432000 4194304 4625164 140735504925808 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9499/statm: 82470 43741 347 106 0 77973 0
[pid=9499/tid=9501] ppid=9497 vsize=329880 CPUtime=17.18 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 14249 0 0 0 1716 2 0 0 25 0 4 0 650177683 337797120 43741 33554432000 4194304 4625164 140735504925808 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=329880 CPUtime=18.51 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 21235 0 0 0 1845 6 0 0 25 0 4 0 650177683 337797120 43741 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=329880 CPUtime=21.79 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 86236 0 0 0 2166 13 0 0 25 0 4 0 650177683 337797120 43741 33554432000 4194304 4625164 140735504925808 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 76.06
Current children cumulated vsize (KiB) 329880

[startup+51.1005 s]
/proc/loadavg: 9.05 9.10 9.12 10/404 9505
/proc/meminfo: memFree=19888588/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=587836 CPUtime=152.45 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 276338 0 0 0 15195 50 0 0 25 0 4 0 650177681 601944064 90861 33554432000 4194304 4625164 140735504925808 18446744073709551615 4338468 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9499/statm: 146959 90861 347 106 0 142462 0
[pid=9499/tid=9501] ppid=9497 vsize=587836 CPUtime=41.87 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 27267 0 0 0 4180 7 0 0 25 0 4 0 650177683 601944064 90861 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=587836 CPUtime=34.1 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 31429 0 0 0 3400 10 0 0 25 0 4 0 650177683 601944064 90861 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=587836 CPUtime=40.32 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 133609 0 0 0 4012 20 0 0 25 0 4 0 650177683 601944064 90861 33554432000 4194304 4625164 140735504925808 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 152.45
Current children cumulated vsize (KiB) 587836

[startup+102.3 s]
/proc/loadavg: 9.16 9.11 9.12 10/404 9506
/proc/meminfo: memFree=19420196/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=965160 CPUtime=305.32 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 521666 0 0 0 30431 101 0 0 22 0 4 0 650177681 988323840 175419 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9499/statm: 241290 175419 347 106 0 236793 0
[pid=9499/tid=9501] ppid=9497 vsize=965160 CPUtime=85.05 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 33216 0 0 0 8496 9 0 0 25 0 4 0 650177683 988323840 175419 33554432000 4194304 4625164 140735504925808 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=965160 CPUtime=64.49 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 41442 0 0 0 6427 22 0 0 25 0 4 0 650177683 988323840 175419 33554432000 4194304 4625164 140735504925808 18446744073709551615 254261272583 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=965160 CPUtime=84.05 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 196575 0 0 0 8375 30 0 0 19 0 4 0 650177683 988323840 175419 33554432000 4194304 4625164 140735504925808 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 305.32
Current children cumulated vsize (KiB) 965160

[startup+162.301 s]
/proc/loadavg: 9.12 9.11 9.12 10/404 9508
/proc/meminfo: memFree=18938916/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=1403724 CPUtime=484.47 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 785024 0 0 0 48299 148 0 0 25 0 4 0 650177681 1437413376 261027 33554432000 4194304 4625164 140735504925808 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9499/statm: 350931 261027 347 106 0 346434 0
[pid=9499/tid=9501] ppid=9497 vsize=1403724 CPUtime=138.11 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 46676 0 0 0 13798 13 0 0 25 0 4 0 650177683 1437413376 261027 33554432000 4194304 4625164 140735504925808 18446744073709551615 4469399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1403724 CPUtime=105.69 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 56766 0 0 0 10541 28 0 0 25 0 4 0 650177683 1437413376 261027 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1403724 CPUtime=135.54 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 291282 0 0 0 13510 44 0 0 25 0 4 0 650177683 1437413376 261027 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 484.47
Current children cumulated vsize (KiB) 1403724

[startup+222.301 s]
/proc/loadavg: 9.21 9.13 9.12 10/404 9509
/proc/meminfo: memFree=18598268/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=1553288 CPUtime=663.69 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 1096619 0 0 0 66169 200 0 0 25 0 4 0 650177681 1590566912 321581 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9499/statm: 388322 321581 347 106 0 383825 0
[pid=9499/tid=9501] ppid=9497 vsize=1553288 CPUtime=195.5 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 56635 0 0 0 19531 19 0 0 25 0 4 0 650177683 1590566912 321581 33554432000 4194304 4625164 140735504925808 18446744073709551615 4464499 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1553288 CPUtime=163.56 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 68127 0 0 0 16327 29 0 0 25 0 4 0 650177683 1590566912 321581 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1553288 CPUtime=169.19 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 523331 0 0 0 16842 77 0 0 25 0 4 0 650177683 1590566912 321581 33554432000 4194304 4625164 140735504925808 18446744073709551615 254261283802 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 663.69
Current children cumulated vsize (KiB) 1553288

[startup+282.3 s]

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


[startup+762.3 s]
/proc/loadavg: 9.20 9.12 9.10 10/404 9524
/proc/meminfo: memFree=15116488/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=3667892 CPUtime=2281.71 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 3510537 0 0 0 227554 617 0 0 25 0 4 0 650177681 3755921408 733525 33554432000 4194304 4625164 140735504925808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 916973 733525 347 106 0 912476 0
[pid=9499/tid=9501] ppid=9497 vsize=3667892 CPUtime=641.96 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 110446 0 0 0 64132 64 0 0 25 0 4 0 650177683 3755921408 733525 33554432000 4194304 4625164 140735504925808 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=3667892 CPUtime=542.62 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 118675 0 0 0 54194 68 0 0 25 0 4 0 650177683 3755921408 733525 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=3667892 CPUtime=538.98 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 1933862 0 0 0 53606 292 0 0 25 0 4 0 650177683 3755921408 733525 33554432000 4194304 4625164 140735504925808 18446744073709551615 4547614 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2281.71
Current children cumulated vsize (KiB) 3667892

[startup+822.301 s]
/proc/loadavg: 9.14 9.11 9.09 10/404 9525
/proc/meminfo: memFree=14953792/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=3704972 CPUtime=2460.93 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 3670307 0 0 0 245449 644 0 0 25 0 4 0 650177681 3793891328 754887 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 926243 754887 348 106 0 921746 0
[pid=9499/tid=9501] ppid=9497 vsize=3704972 CPUtime=701.2 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 110668 0 0 0 70055 65 0 0 25 0 4 0 650177683 3793891328 754887 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=3704972 CPUtime=580.62 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 118873 0 0 0 57994 68 0 0 25 0 4 0 650177683 3793891328 754887 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=3704972 CPUtime=568.8 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 2074288 0 0 0 56565 315 0 0 25 0 4 0 650177683 3793891328 754887 33554432000 4194304 4625164 140735504925808 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2460.93
Current children cumulated vsize (KiB) 3704972

[startup+882.301 s]
/proc/loadavg: 9.05 9.09 9.09 10/404 9558
/proc/meminfo: memFree=18345372/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=3732416 CPUtime=2657.49 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 3971024 0 0 0 265053 696 0 0 25 0 4 0 650177681 3821993984 773623 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512007 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 933104 773623 348 106 0 928607 0
[pid=9499/tid=9501] ppid=9497 vsize=3732416 CPUtime=758.21 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 110912 0 0 0 75756 65 0 0 25 0 4 0 650177683 3821993984 773623 33554432000 4194304 4625164 140735504925808 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=3732416 CPUtime=633.58 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 119141 0 0 0 63290 68 0 0 25 0 4 0 650177683 3821993984 773623 33554432000 4194304 4625164 140735504925808 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=3732416 CPUtime=614.24 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 2358211 0 0 0 61060 364 0 0 25 0 4 0 650177683 3821993984 773623 33554432000 4194304 4625164 140735504925808 18446744073709551615 4551127 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2657.49
Current children cumulated vsize (KiB) 3732416

[startup+942.301 s]
/proc/loadavg: 9.10 9.10 9.09 10/404 9559
/proc/meminfo: memFree=17893064/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=3877836 CPUtime=2896.72 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 4288145 0 0 0 288917 755 0 0 25 0 4 0 650177681 3970904064 805044 33554432000 4194304 4625164 140735504925808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 969459 805044 347 106 0 964962 0
[pid=9499/tid=9501] ppid=9497 vsize=3877836 CPUtime=818.21 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 126250 0 0 0 81754 67 0 0 25 0 4 0 650177683 3970904064 805044 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=3877836 CPUtime=693.59 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 119451 0 0 0 69290 69 0 0 25 0 4 0 650177683 3970904064 805044 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=3877836 CPUtime=673.46 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 2635421 0 0 0 66930 416 0 0 25 0 4 0 650177683 3970904064 805044 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2896.72
Current children cumulated vsize (KiB) 3877836

[startup+1002.3 s]
/proc/loadavg: 9.13 9.11 9.09 10/404 9561
/proc/meminfo: memFree=17592476/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=3901576 CPUtime=3135.99 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 4631324 0 0 0 312784 815 0 0 25 0 4 0 650177681 3995213824 823630 33554432000 4194304 4625164 140735504925808 18446744073709551615 4513489 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 975394 823630 347 106 0 970897 0
[pid=9499/tid=9501] ppid=9497 vsize=3901576 CPUtime=878.23 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 126481 0 0 0 87755 68 0 0 25 0 4 0 650177683 3995213824 823630 33554432000 4194304 4625164 140735504925808 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=3901576 CPUtime=753.61 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 119660 0 0 0 75292 69 0 0 25 0 4 0 650177683 3995213824 823630 33554432000 4194304 4625164 140735504925808 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=3901576 CPUtime=732.7 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 2961797 0 0 0 72797 473 0 0 25 0 4 0 650177683 3995213824 823630 33554432000 4194304 4625164 140735504925808 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3135.99
Current children cumulated vsize (KiB) 3901576

[startup+1062.3 s]
/proc/loadavg: 9.18 9.12 9.09 10/404 9563
/proc/meminfo: memFree=17315448/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=3977612 CPUtime=3375.17 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 4948703 0 0 0 336643 874 0 0 25 0 4 0 650177681 4073074688 856096 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 994403 856096 347 106 0 989906 0
[pid=9499/tid=9501] ppid=9497 vsize=3977612 CPUtime=938.21 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 126715 0 0 0 93753 68 0 0 25 0 4 0 650177683 4073074688 856096 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=3977612 CPUtime=813.59 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 122217 0 0 0 81290 69 0 0 25 0 4 0 650177683 4073074688 856096 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=3977612 CPUtime=791.9 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 3248452 0 0 0 78664 526 0 0 25 0 4 0 650177683 4073074688 856096 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3375.17
Current children cumulated vsize (KiB) 3977612

[startup+1122.32 s]
/proc/loadavg: 9.19 9.13 9.10 10/404 9564
/proc/meminfo: memFree=17109472/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=3998092 CPUtime=3614.42 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 5316874 0 0 0 360506 936 0 0 25 0 4 0 650177681 4094046208 871379 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 999523 871379 349 106 0 995026 0
[pid=9499/tid=9501] ppid=9497 vsize=3998092 CPUtime=998.23 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 126930 0 0 0 99755 68 0 0 25 0 4 0 650177683 4094046208 871379 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=3998092 CPUtime=873.6 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 122292 0 0 0 87291 69 0 0 25 0 4 0 650177683 4094046208 871379 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=3998092 CPUtime=851.11 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 3603497 0 0 0 84526 585 0 0 25 0 4 0 650177683 4094046208 871379 33554432000 4194304 4625164 140735504925808 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3614.42
Current children cumulated vsize (KiB) 3998092

[startup+1182.3 s]
/proc/loadavg: 9.14 9.12 9.09 10/404 9566
/proc/meminfo: memFree=16946144/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=4136132 CPUtime=3853.58 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 5692656 0 0 0 384357 1001 0 0 25 0 4 0 650177681 4235399168 899366 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 1034033 899366 347 106 0 1029536 0
[pid=9499/tid=9501] ppid=9497 vsize=4136132 CPUtime=1058.22 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 127169 0 0 0 105753 69 0 0 25 0 4 0 650177683 4235399168 899366 33554432000 4194304 4625164 140735504925808 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=4136132 CPUtime=933.59 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 122348 0 0 0 93290 69 0 0 25 0 4 0 650177683 4235399168 899366 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=4136132 CPUtime=910.31 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 3903899 0 0 0 90393 638 0 0 25 0 4 0 650177683 4235399168 899366 33554432000 4194304 4625164 140735504925808 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3853.58
Current children cumulated vsize (KiB) 4136132

[startup+1242.3 s]
/proc/loadavg: 9.09 9.11 9.09 10/404 9567
/proc/meminfo: memFree=16594836/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=4894404 CPUtime=4092.73 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 6445941 0 0 0 408158 1115 0 0 25 0 4 0 650177681 5011869696 966242 33554432000 4194304 4625164 140735504925808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 1223601 966242 347 106 0 1219104 0
[pid=9499/tid=9501] ppid=9497 vsize=4894404 CPUtime=1118.22 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 127356 0 0 0 111753 69 0 0 25 0 4 0 650177683 5011869696 966242 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=4894404 CPUtime=993.59 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 122438 0 0 0 99290 69 0 0 25 0 4 0 650177683 5011869696 966242 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=4894404 CPUtime=969.46 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 4231922 0 0 0 96249 697 0 0 25 0 4 0 650177683 5011869696 966242 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4092.73
Current children cumulated vsize (KiB) 4894404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.16 9.12 9.09 10/404 9569
/proc/meminfo: memFree=16467972/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=4989792 CPUtime=4322.55 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) R 9497 9499 9320 0 -1 4202496 6749423 0 0 0 431085 1170 0 0 25 0 4 0 650177681 5109547008 982506 33554432000 4194304 4625164 140735504925808 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 1247448 982506 347 106 0 1242951 0
[pid=9499/tid=9501] ppid=9497 vsize=4989792 CPUtime=1175.93 cores=1,3,5,7
/proc/9499/task/9501/stat : 9501 (SArTagnan) R 9497 9499 9320 0 -1 4202560 127481 0 0 0 117524 69 0 0 25 0 4 0 650177683 5109547008 982506 33554432000 4194304 4625164 140735504925808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=4989792 CPUtime=1051.31 cores=1,3,5,7
/proc/9499/task/9502/stat : 9502 (SArTagnan) R 9497 9499 9320 0 -1 4202560 122459 0 0 0 105062 69 0 0 25 0 4 0 650177683 5109547008 982506 33554432000 4194304 4625164 140735504925808 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=4989792 CPUtime=1026.4 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4202560 4521209 0 0 0 101892 748 0 0 25 0 4 0 650177683 5109547008 982506 33554432000 4194304 4625164 140735504925808 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4322.55
Current children cumulated vsize (KiB) 4989792

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

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

[startup+1300.12 s]
/proc/loadavg: 9.16 9.12 9.09 10/404 9569
/proc/meminfo: memFree=16467972/32951124 swapFree=67057896/67111528
[pid=9499] ppid=9497 vsize=0 CPUtime=4322.68 cores=1,3,5,7
/proc/9499/stat : 9499 (SArTagnan) Z 9497 9499 9320 0 -1 4203548 6749423 0 0 0 431088 1180 0 0 25 0 2 0 650177681 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9499/statm: 0 0 0 0 0 0 0
[pid=9499/tid=9503] ppid=9497 vsize=0 CPUtime=1026.5 cores=1,3,5,7
/proc/9499/task/9503/stat : 9503 (SArTagnan) R 9497 9499 9320 0 -1 4203588 4521209 0 0 0 101892 758 0 0 25 0 2 0 650177683 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4322.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.17
CPU time (s): 4322.74
CPU user time (s): 4310.89
CPU system time (s): 11.8512
CPU usage (%): 332.475
Max. virtual memory (cumulated for all children) (KiB): 6304588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4310.89
system time used= 11.8512
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6749423
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= 21012
involuntary context switches= 40366

runsolver used 4.5983 second user time and 12.2131 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-16 22:27:04
IDJOB=3385950
IDBENCH=70930
IDSOLVER=1871
FILE ID=node140/3385950-1305577623
RUNJOBID= node140-1305577067-9339
PBS_JOBID= 13350214
Free space on /tmp= 73424 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_8_4_5_fbc.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385950-1305577623/watcher-3385950-1305577623 -o /tmp/evaluation-result-3385950-1305577623/solver-3385950-1305577623 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385950-1305577623.cnf -threads=4

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

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=1577662908

node140.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	: 5226.14
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.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.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.77
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
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.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.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:      20346796 kB
Buffers:        334184 kB
Cached:        4954016 kB
SwapCached:       8088 kB
Active:        8836080 kB
Inactive:      3431484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20346796 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:             908 kB
Writeback:           0 kB
AnonPages:     6976664 kB
Mapped:          31308 kB
Slab:           227368 kB
PageTables:      43888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103460060 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= 73424 MiB
End job on node140 at 2011-05-16 22:48:46