Trace number 3288117

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.36 1202.17

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3288117-1304073062/watcher-3288117-1304073062 -o /tmp/evaluation-result-3288117-1304073062/solver-3288117-1304073062 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3288117-1304073062.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.81 8.01 7.98 5/180 22891
/proc/meminfo: memFree=12093888/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=20936 CPUtime=0 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 994 0 0 0 0 0 0 0 24 0 1 0 597536868 21438464 931 33554432000 4194304 4623224 140735075952032 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22891/statm: 5234 933 290 105 0 738 0

[startup+0.0355201 s]
/proc/loadavg: 7.81 8.01 7.98 5/180 22891
/proc/meminfo: memFree=12093888/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=45324 CPUtime=0.03 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 4715 0 0 0 2 1 0 0 24 0 1 0 597536868 46411776 3907 33554432000 4194304 4623224 140735075952032 18446744073709551615 216734839493 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22891/statm: 11331 3908 297 105 0 6835 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45324

[startup+0.100513 s]
/proc/loadavg: 7.81 8.01 7.98 5/180 22891
/proc/meminfo: memFree=12093888/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=52836 CPUtime=0.09 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 9116 0 0 0 8 1 0 0 24 0 1 0 597536868 54104064 5775 33554432000 4194304 4623224 140735075952032 18446744073709551615 216734839493 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22891/statm: 13209 5776 297 105 0 8713 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52836

[startup+0.300444 s]
/proc/loadavg: 7.81 8.01 7.98 5/180 22891
/proc/meminfo: memFree=12093888/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=307932 CPUtime=0.49 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 34863 0 0 0 45 4 0 0 25 0 4 0 597536868 315322368 27848 33554432000 4194304 4623224 140735075952032 18446744073709551615 4502752 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 76983 27848 330 105 0 72487 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 307932

[startup+0.700374 s]
/proc/loadavg: 7.81 8.01 7.98 5/180 22891
/proc/meminfo: memFree=12093888/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=373468 CPUtime=2.09 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 36219 0 0 0 205 4 0 0 25 0 4 0 597536868 382431232 29204 33554432000 4194304 4623224 140735075952032 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 93367 29204 335 105 0 88871 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 373468

[startup+1.50023 s]
/proc/loadavg: 7.81 8.01 7.98 9/184 22895
/proc/meminfo: memFree=11976552/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=378376 CPUtime=5.29 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 40342 0 0 0 524 5 0 0 25 0 4 0 597536868 387457024 29854 33554432000 4194304 4623224 140735075952032 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 94594 29855 343 105 0 90098 0
[pid=22891/tid=22893] ppid=22889 vsize=378376 CPUtime=1.25 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 2686 0 0 0 125 0 0 0 25 0 4 0 597536891 387457024 29855 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=378376 CPUtime=1.26 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 1370 0 0 0 126 0 0 0 25 0 4 0 597536891 387457024 29855 33554432000 4194304 4623224 140735075952032 18446744073709551615 4377451 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=378376 CPUtime=1.26 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 4381 0 0 0 125 1 0 0 25 0 4 0 597536891 387457024 29855 33554432000 4194304 4623224 140735075952032 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 378376

[startup+3.10095 s]
/proc/loadavg: 7.81 8.01 7.98 9/184 22895
/proc/meminfo: memFree=11973656/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=383284 CPUtime=11.69 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 47769 0 0 0 1163 6 0 0 25 0 4 0 597536868 392482816 31454 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 95821 31454 343 105 0 91325 0
[pid=22891/tid=22893] ppid=22889 vsize=383284 CPUtime=2.85 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 3066 0 0 0 285 0 0 0 25 0 4 0 597536891 392482816 31454 33554432000 4194304 4623224 140735075952032 18446744073709551615 4377410 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=383284 CPUtime=2.86 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 2960 0 0 0 286 0 0 0 25 0 4 0 597536891 392482816 31454 33554432000 4194304 4623224 140735075952032 18446744073709551615 4366416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=383284 CPUtime=2.86 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 9345 0 0 0 285 1 0 0 25 0 4 0 597536891 392482816 31454 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 383284

[startup+6.30039 s]
/proc/loadavg: 7.83 8.01 7.98 9/184 22895
/proc/meminfo: memFree=11473816/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1036420 CPUtime=24.36 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 405438 0 0 0 2379 57 0 0 18 0 4 0 597536868 1061294080 179388 33554432000 4194304 4623224 140735075952032 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 259105 179388 347 105 0 254609 0
[pid=22891/tid=22893] ppid=22889 vsize=1036420 CPUtime=6.01 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68868 0 0 0 592 9 0 0 19 0 4 0 597536891 1061294080 179388 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1036420 CPUtime=6.03 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68280 0 0 0 594 9 0 0 19 0 4 0 597536891 1061294080 179388 33554432000 4194304 4623224 140735075952032 18446744073709551615 216734834695 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1036420 CPUtime=6.03 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 86454 0 0 0 592 11 0 0 19 0 4 0 597536891 1061294080 179388 33554432000 4194304 4623224 140735075952032 18446744073709551615 216734845914 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 1036420

[startup+12.7003 s]
/proc/loadavg: 7.84 8.01 7.98 9/184 22895
/proc/meminfo: memFree=11371412/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1036420 CPUtime=49.92 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 425285 0 0 0 4932 60 0 0 25 0 4 0 597536868 1061294080 179595 33554432000 4194304 4623224 140735075952032 18446744073709551615 4412585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 259105 179595 348 105 0 254609 0
[pid=22891/tid=22893] ppid=22889 vsize=1036420 CPUtime=12.37 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68889 0 0 0 1228 9 0 0 25 0 4 0 597536891 1061294080 179595 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1036420 CPUtime=12.43 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68300 0 0 0 1234 9 0 0 25 0 4 0 597536891 1061294080 179595 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1036420 CPUtime=12.44 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 105756 0 0 0 1230 14 0 0 25 0 4 0 597536891 1061294080 179595 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376582 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 1036420

[startup+25.501 s]
/proc/loadavg: 7.88 8.01 7.98 9/184 22895
/proc/meminfo: memFree=11360012/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1036420 CPUtime=101.06 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 471891 0 0 0 10039 67 0 0 25 0 4 0 597536868 1061294080 180308 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 259105 180308 348 105 0 254609 0
[pid=22891/tid=22893] ppid=22889 vsize=1036420 CPUtime=25.1 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68986 0 0 0 2501 9 0 0 25 0 4 0 597536891 1061294080 180308 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1036420 CPUtime=25.23 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68400 0 0 0 2514 9 0 0 25 0 4 0 597536891 1061294080 180308 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1036420 CPUtime=25.23 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 151601 0 0 0 2503 20 0 0 25 0 4 0 597536891 1061294080 180308 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 1036420

[startup+51.1006 s]
/proc/loadavg: 7.92 8.00 7.98 9/184 22896
/proc/meminfo: memFree=11334032/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1036420 CPUtime=203.32 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 614197 0 0 0 20247 85 0 0 25 0 4 0 597536868 1061294080 181356 33554432000 4194304 4623224 140735075952032 18446744073709551615 4517792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 259105 181356 349 105 0 254609 0
[pid=22891/tid=22893] ppid=22889 vsize=1036420 CPUtime=50.56 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 69204 0 0 0 5047 9 0 0 25 0 4 0 597536891 1061294080 181356 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1036420 CPUtime=50.82 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68579 0 0 0 5073 9 0 0 25 0 4 0 597536891 1061294080 181356 33554432000 4194304 4623224 140735075952032 18446744073709551615 4485126 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1036420 CPUtime=50.84 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 292861 0 0 0 5046 38 0 0 25 0 4 0 597536891 1061294080 181356 33554432000 4194304 4623224 140735075952032 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.32
Current children cumulated vsize (KiB) 1036420

[startup+102.307 s]
/proc/loadavg: 7.96 8.00 7.98 9/184 22897
/proc/meminfo: memFree=11262960/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1038640 CPUtime=407.86 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 1003133 0 0 0 40645 141 0 0 25 0 4 0 597536868 1063567360 190098 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 259660 190098 363 105 0 255164 0
[pid=22891/tid=22893] ppid=22889 vsize=1038640 CPUtime=101.48 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 70017 0 0 0 10139 9 0 0 25 0 4 0 597536891 1063567360 190099 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1038640 CPUtime=102.03 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 68938 0 0 0 10194 9 0 0 25 0 4 0 597536891 1063567360 190099 33554432000 4194304 4623224 140735075952032 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1038640 CPUtime=102.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 677002 0 0 0 10111 93 0 0 25 0 4 0 597536891 1063567360 190099 33554432000 4194304 4623224 140735075952032 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.86
Current children cumulated vsize (KiB) 1038640

[startup+162.301 s]
/proc/loadavg: 8.06 8.02 7.99 9/184 22899
/proc/meminfo: memFree=11199460/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1050784 CPUtime=647.52 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 1503565 0 0 0 64538 214 0 0 25 0 4 0 597536868 1076002816 197619 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 262696 197619 363 105 0 258200 0
[pid=22891/tid=22893] ppid=22889 vsize=1050784 CPUtime=161.16 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 74143 0 0 0 16104 12 0 0 25 0 4 0 597536891 1076002816 197619 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1050784 CPUtime=162.03 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 69383 0 0 0 16193 10 0 0 25 0 4 0 597536891 1076002816 197620 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1050784 CPUtime=162.03 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 1172002 0 0 0 16040 163 0 0 25 0 4 0 597536891 1076002816 197620 33554432000 4194304 4623224 140735075952032 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.52
Current children cumulated vsize (KiB) 1050784

[startup+222.301 s]
/proc/loadavg: 8.12 8.04 8.00 9/184 22901
/proc/meminfo: memFree=11133336/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1065172 CPUtime=887.2 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 1974445 0 0 0 88434 286 0 0 25 0 4 0 597536868 1090736128 206685 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 266293 206685 363 105 0 261797 0
[pid=22891/tid=22893] ppid=22889 vsize=1065172 CPUtime=220.83 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 78814 0 0 0 22069 14 0 0 25 0 4 0 597536891 1090736128 206685 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1065172 CPUtime=222.03 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 69612 0 0 0 22193 10 0 0 25 0 4 0 597536891 1090736128 206685 33554432000 4194304 4623224 140735075952032 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1065172 CPUtime=222.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 1637091 0 0 0 21972 232 0 0 25 0 4 0 597536891 1090736128 206685 33554432000 4194304 4623224 140735075952032 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.2
Current children cumulated vsize (KiB) 1065172

[startup+282.3 s]

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

[pid=22891] ppid=22889 vsize=1411952 CPUtime=2803.76 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 4666063 0 0 0 279663 713 0 0 25 0 4 0 597536868 1445838848 269456 33554432000 4194304 4623224 140735075952032 18446744073709551615 4507293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 352988 269456 346 105 0 348492 0
[pid=22891/tid=22893] ppid=22889 vsize=1411952 CPUtime=697.38 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 158323 0 0 0 69692 46 0 0 25 0 4 0 597536891 1445838848 269456 33554432000 4194304 4623224 140735075952032 18446744073709551615 4330719 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1411952 CPUtime=702.03 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 77123 0 0 0 70186 17 0 0 25 0 4 0 597536891 1445838848 269456 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1411952 CPUtime=702.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 4202200 0 0 0 69591 613 0 0 25 0 4 0 597536891 1445838848 269456 33554432000 4194304 4623224 140735075952032 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2803.76
Current children cumulated vsize (KiB) 1411952

[startup+762.307 s]
/proc/loadavg: 8.14 8.13 8.04 9/184 22918
/proc/meminfo: memFree=10513760/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1411952 CPUtime=3043.46 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 5070698 0 0 0 303564 782 0 0 25 0 4 0 597536868 1445838848 275633 33554432000 4194304 4623224 140735075952032 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 352988 275633 345 105 0 348492 0
[pid=22891/tid=22893] ppid=22889 vsize=1411952 CPUtime=757.06 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 161725 0 0 0 75655 51 0 0 25 0 4 0 597536891 1445838848 275633 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1411952 CPUtime=762.04 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 77242 0 0 0 76187 17 0 0 25 0 4 0 597536891 1445838848 275633 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1411952 CPUtime=762.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 4602700 0 0 0 75527 677 0 0 25 0 4 0 597536891 1445838848 275633 33554432000 4194304 4623224 140735075952032 18446744073709551615 4364642 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3043.46
Current children cumulated vsize (KiB) 1411952

[startup+822.301 s]
/proc/loadavg: 8.13 8.13 8.05 9/184 22920
/proc/meminfo: memFree=10463520/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1411952 CPUtime=3283.12 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 5462051 0 0 0 327468 844 0 0 25 0 4 0 597536868 1445838848 281462 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 352988 281462 345 105 0 348492 0
[pid=22891/tid=22893] ppid=22889 vsize=1411952 CPUtime=816.73 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 164879 0 0 0 81618 55 0 0 25 0 4 0 597536891 1445838848 281462 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1411952 CPUtime=822.03 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 77730 0 0 0 82186 17 0 0 25 0 4 0 597536891 1445838848 281462 33554432000 4194304 4623224 140735075952032 18446744073709551615 4461113 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1411952 CPUtime=822.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 4989700 0 0 0 81469 735 0 0 25 0 4 0 597536891 1445838848 281462 33554432000 4194304 4623224 140735075952032 18446744073709551615 4354683 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3283.12
Current children cumulated vsize (KiB) 1411952

[startup+882.301 s]
/proc/loadavg: 8.16 8.14 8.05 9/184 22921
/proc/meminfo: memFree=10409800/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1411952 CPUtime=3522.79 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 5836608 0 0 0 351379 900 0 0 25 0 4 0 597536868 1445838848 285799 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 352988 285799 345 105 0 348492 0
[pid=22891/tid=22893] ppid=22889 vsize=1411952 CPUtime=876.41 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 167444 0 0 0 87583 58 0 0 25 0 4 0 597536891 1445838848 285799 33554432000 4194304 4623224 140735075952032 18446744073709551615 4466086 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1411952 CPUtime=882.03 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 77838 0 0 0 88186 17 0 0 25 0 4 0 597536891 1445838848 285799 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1411952 CPUtime=882.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 5360612 0 0 0 87416 788 0 0 25 0 4 0 597536891 1445838848 285799 33554432000 4194304 4623224 140735075952032 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3522.79
Current children cumulated vsize (KiB) 1411952

[startup+942.301 s]
/proc/loadavg: 8.06 8.11 8.05 5/179 22924
/proc/meminfo: memFree=11566000/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1411952 CPUtime=3762.46 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 6227952 0 0 0 375286 960 0 0 25 0 4 0 597536868 1445838848 295900 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 352988 295900 345 105 0 348492 0
[pid=22891/tid=22893] ppid=22889 vsize=1411952 CPUtime=936.08 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 171164 0 0 0 93547 61 0 0 25 0 4 0 597536891 1445838848 295900 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1411952 CPUtime=942.02 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 80324 0 0 0 94182 20 0 0 25 0 4 0 597536891 1445838848 295900 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1411952 CPUtime=942.05 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 5744388 0 0 0 93363 842 0 0 25 0 4 0 597536891 1445838848 295900 33554432000 4194304 4623224 140735075952032 18446744073709551615 4364625 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.46
Current children cumulated vsize (KiB) 1411952

[startup+1002.3 s]
/proc/loadavg: 5.60 7.39 7.80 5/175 22942
/proc/meminfo: memFree=11543616/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1487944 CPUtime=4002.14 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 6574059 0 0 0 399193 1021 0 0 25 0 4 0 597536868 1523654656 304089 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 371986 304089 345 105 0 367490 0
[pid=22891/tid=22893] ppid=22889 vsize=1487944 CPUtime=995.75 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 174667 0 0 0 99507 68 0 0 25 0 4 0 597536891 1523654656 304089 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1487944 CPUtime=1002.02 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 80534 0 0 0 100182 20 0 0 25 0 4 0 597536891 1523654656 304090 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1487944 CPUtime=1002.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 6085495 0 0 0 99310 894 0 0 25 0 4 0 597536891 1523654656 304090 33554432000 4194304 4623224 140735075952032 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.14
Current children cumulated vsize (KiB) 1487944

[startup+1062.3 s]
/proc/loadavg: 4.66 6.79 7.57 5/175 22944
/proc/meminfo: memFree=11513588/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1572860 CPUtime=4241.82 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 6966142 0 0 0 423095 1087 0 0 25 0 4 0 597536868 1610608640 313000 33554432000 4194304 4623224 140735075952032 18446744073709551615 4507243 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 393215 313000 361 105 0 388719 0
[pid=22891/tid=22893] ppid=22889 vsize=1572860 CPUtime=1055.44 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 175903 0 0 0 105473 71 0 0 25 0 4 0 597536891 1610608640 313000 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1572860 CPUtime=1062.02 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 80607 0 0 0 106182 20 0 0 25 0 4 0 597536891 1610608640 313000 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376790 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1572860 CPUtime=1062.05 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 6472306 0 0 0 105248 957 0 0 25 0 4 0 597536891 1610608640 313000 33554432000 4194304 4623224 140735075952032 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4241.82
Current children cumulated vsize (KiB) 1572860

[startup+1122.3 s]
/proc/loadavg: 4.31 6.29 7.35 5/175 22946
/proc/meminfo: memFree=11494472/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1608984 CPUtime=4481.49 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 7376515 0 0 0 446996 1153 0 0 25 0 4 0 597536868 1647599616 317048 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 402246 317048 361 105 0 397750 0
[pid=22891/tid=22893] ppid=22889 vsize=1608984 CPUtime=1115.1 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 176777 0 0 0 111439 71 0 0 25 0 4 0 597536891 1647599616 317048 33554432000 4194304 4623224 140735075952032 18446744073709551615 4377031 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1608984 CPUtime=1122.02 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 99053 0 0 0 112179 23 0 0 25 0 4 0 597536891 1647599616 317048 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1608984 CPUtime=1122.05 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 6862299 0 0 0 111186 1019 0 0 25 0 4 0 597536891 1647599616 317048 33554432000 4194304 4623224 140735075952032 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4481.49
Current children cumulated vsize (KiB) 1608984

[startup+1182.3 s]
/proc/loadavg: 4.17 5.89 7.14 5/175 22947
/proc/meminfo: memFree=11461716/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1620632 CPUtime=4721.16 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 7728168 0 0 0 470903 1213 0 0 25 0 4 0 597536868 1659527168 323748 33554432000 4194304 4623224 140735075952032 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 405158 323748 345 105 0 400662 0
[pid=22891/tid=22893] ppid=22889 vsize=1620632 CPUtime=1174.78 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 178674 0 0 0 117406 72 0 0 25 0 4 0 597536891 1659527168 323748 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1620632 CPUtime=1182.02 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 99071 0 0 0 118179 23 0 0 25 0 4 0 597536891 1659527168 323748 33554432000 4194304 4623224 140735075952032 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1620632 CPUtime=1182.04 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 7210919 0 0 0 117126 1078 0 0 25 0 4 0 597536891 1659527168 323748 33554432000 4194304 4623224 140735075952032 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.16
Current children cumulated vsize (KiB) 1620632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 4.12 5.76 7.07 5/175 22948
/proc/meminfo: memFree=11454524/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1620632 CPUtime=4800.28 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 7840703 0 0 0 478797 1231 0 0 25 0 4 0 597536868 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 405158 326315 345 105 0 400662 0
[pid=22891/tid=22893] ppid=22889 vsize=1620632 CPUtime=1194.48 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 179432 0 0 0 119375 73 0 0 25 0 4 0 597536891 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1620632 CPUtime=1201.82 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 99299 0 0 0 120159 23 0 0 25 0 4 0 597536891 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1620632 CPUtime=1201.85 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 7322240 0 0 0 119090 1095 0 0 25 0 4 0 597536891 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1620632

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

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

[startup+1202.1 s]
/proc/loadavg: 4.12 5.76 7.07 5/175 22948
/proc/meminfo: memFree=11454524/32951124 swapFree=67102140/67111528
[pid=22891] ppid=22889 vsize=1620632 CPUtime=4800.28 cores=1,3,5,7
/proc/22891/stat : 22891 (SArTagnan) R 22889 22891 22146 0 -1 4202496 7840703 0 0 0 478797 1231 0 0 25 0 4 0 597536868 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22891/statm: 405158 326315 345 105 0 400662 0
[pid=22891/tid=22893] ppid=22889 vsize=1620632 CPUtime=1194.48 cores=1,3,5,7
/proc/22891/task/22893/stat : 22893 (SArTagnan) R 22889 22891 22146 0 -1 4202560 179432 0 0 0 119375 73 0 0 25 0 4 0 597536891 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22891/tid=22894] ppid=22889 vsize=1620632 CPUtime=1201.82 cores=1,3,5,7
/proc/22891/task/22894/stat : 22894 (SArTagnan) R 22889 22891 22146 0 -1 4202560 99299 0 0 0 120159 23 0 0 25 0 4 0 597536891 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22891/tid=22895] ppid=22889 vsize=1620632 CPUtime=1201.85 cores=1,3,5,7
/proc/22891/task/22895/stat : 22895 (SArTagnan) R 22889 22891 22146 0 -1 4202560 7322240 0 0 0 119090 1095 0 0 25 0 4 0 597536891 1659527168 326315 33554432000 4194304 4623224 140735075952032 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1620632

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.17
CPU time (s): 4800.36
CPU user time (s): 4787.99
CPU system time (s): 12.3671
CPU usage (%): 399.309
Max. virtual memory (cumulated for all children) (KiB): 1686168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788
system time used= 12.3671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7840703
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= 4226
involuntary context switches= 33686

runsolver used 1.89671 second user time and 4.66529 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 12:31:02
IDJOB=3288117
IDBENCH=82488
IDSOLVER=1656
FILE ID=node119/3288117-1304073062
RUNJOBID= node119-1304071597-22497
PBS_JOBID= 13170477
Free space on /tmp= 71804 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288117-1304073062/watcher-3288117-1304073062 -o /tmp/evaluation-result-3288117-1304073062/solver-3288117-1304073062 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3288117-1304073062.cnf -threads=4

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=445710686

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12094036 kB
Buffers:       2233876 kB
Cached:       17315348 kB
SwapCached:       5504 kB
Active:        8629140 kB
Inactive:     11643012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12094036 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            8584 kB
Writeback:           0 kB
AnonPages:      720084 kB
Mapped:          15312 kB
Slab:           521296 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1010952 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= 71808 MiB
End job on node119 at 2011-04-29 12:51:06