Trace number 3385872

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.22 1201.77

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

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

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-3385872-1307649473/watcher-3385872-1307649473 -o /tmp/evaluation-result-3385872-1307649473/solver-3385872-1307649473 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385872-1307649473.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: 1.85 1.97 1.99 2/176 30334
/proc/meminfo: memFree=32245344/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=19600 CPUtime=0 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 464 0 1 0 0 0 0 0 23 0 1 0 955177995 20070400 403 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30334/statm: 4900 403 295 106 0 403 0

[startup+0.0122301 s]
/proc/loadavg: 1.85 1.97 1.99 2/176 30334
/proc/meminfo: memFree=32245344/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=20780 CPUtime=0 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 1101 0 1 0 0 0 0 0 23 0 1 0 955177995 21278720 755 33554432000 4194304 4625164 140734601971728 18446744073709551615 260905054917 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30334/statm: 5195 758 296 106 0 698 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20780

[startup+0.100152 s]
/proc/loadavg: 1.85 1.97 1.99 2/176 30334
/proc/meminfo: memFree=32245344/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=196872 CPUtime=0.28 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 6780 0 1 0 28 0 0 0 24 0 4 0 955177995 201596928 4370 33554432000 4194304 4625164 140734601971728 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 49218 4370 336 106 0 44721 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 196872

[startup+0.300116 s]
/proc/loadavg: 1.85 1.97 1.99 2/176 30334
/proc/meminfo: memFree=32245344/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=198100 CPUtime=1.08 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 8118 0 1 0 108 0 0 0 25 0 4 0 955177995 202854400 4680 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512193 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 49525 4680 336 106 0 45028 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 198100

[startup+0.701042 s]
/proc/loadavg: 1.85 1.97 1.99 2/176 30334
/proc/meminfo: memFree=32245344/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=264024 CPUtime=2.68 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 11796 0 1 0 268 0 0 0 25 0 4 0 955177995 270360576 5609 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 66006 5609 336 106 0 61509 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 264024

[startup+1.5009 s]
/proc/loadavg: 1.85 1.97 1.99 10/184 30342
/proc/meminfo: memFree=32203060/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=268308 CPUtime=5.88 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 23529 0 1 0 586 2 0 0 25 0 4 0 955177995 274747392 7202 33554432000 4194304 4625164 140734601971728 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 67077 7202 336 106 0 62580 0
[pid=30334/tid=30340] ppid=30330 vsize=268308 CPUtime=1.46 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 2407 0 0 0 146 0 0 0 25 0 4 0 955177998 274747392 7202 33554432000 4194304 4625164 140734601971728 18446744073709551615 4462504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=268308 CPUtime=1.45 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 2272 0 0 0 145 0 0 0 25 0 4 0 955177998 274747392 7202 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=268308 CPUtime=1.45 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 14252 0 0 0 144 1 0 0 25 0 4 0 955177998 274747392 7202 33554432000 4194304 4625164 140734601971728 18446744073709551615 4579595 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 268308

[startup+3.1006 s]
/proc/loadavg: 1.85 1.97 1.99 10/184 30342
/proc/meminfo: memFree=32183836/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=269964 CPUtime=12.27 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 40719 0 1 0 1223 4 0 0 25 0 4 0 955177995 276443136 10825 33554432000 4194304 4625164 140734601971728 18446744073709551615 4514338 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 67491 10825 342 106 0 62994 0
[pid=30334/tid=30340] ppid=30330 vsize=269964 CPUtime=3.05 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 4062 0 0 0 305 0 0 0 25 0 4 0 955177998 276443136 10825 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339549 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=269964 CPUtime=3.05 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 3153 0 0 0 305 0 0 0 25 0 4 0 955177998 276443136 10825 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339650 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=269964 CPUtime=3.06 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 27359 0 0 0 303 3 0 0 25 0 4 0 955177998 276443136 10825 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 269964

[startup+6.30102 s]
/proc/loadavg: 2.34 2.07 2.02 10/184 30342
/proc/meminfo: memFree=32136848/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=280456 CPUtime=25.05 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 70990 0 1 0 2495 10 0 0 25 0 4 0 955177995 287186944 15760 33554432000 4194304 4625164 140734601971728 18446744073709551615 4519284 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 70114 15760 340 106 0 65617 0
[pid=30334/tid=30340] ppid=30330 vsize=280456 CPUtime=6.25 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 7293 0 0 0 624 1 0 0 25 0 4 0 955177998 287186944 15760 33554432000 4194304 4625164 140734601971728 18446744073709551615 4291841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=280456 CPUtime=6.22 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 5769 0 0 0 622 0 0 0 25 0 4 0 955177998 287186944 15760 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=280456 CPUtime=6.26 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 50147 0 0 0 619 7 0 0 25 0 4 0 955177998 287186944 15760 33554432000 4194304 4625164 140734601971728 18446744073709551615 4579312 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 280456

[startup+12.7008 s]
/proc/loadavg: 2.79 2.16 2.05 10/184 30342
/proc/meminfo: memFree=32067948/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=300916 CPUtime=50.62 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 126466 0 1 0 5042 20 0 0 25 0 4 0 955177995 308137984 24811 33554432000 4194304 4625164 140734601971728 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 75229 24812 340 106 0 70732 0
[pid=30334/tid=30340] ppid=30330 vsize=300916 CPUtime=12.66 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 11491 0 0 0 1264 2 0 0 25 0 4 0 955177998 308137984 24813 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=300916 CPUtime=12.59 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 9709 0 0 0 1257 2 0 0 25 0 4 0 955177998 308137984 24813 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=300916 CPUtime=12.66 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 93106 0 0 0 1252 14 0 0 25 0 4 0 955177998 308137984 24814 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339447 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) 300916

[startup+25.5005 s]
/proc/loadavg: 3.94 2.45 2.15 10/184 30343
/proc/meminfo: memFree=31968620/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=330520 CPUtime=101.74 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 175026 0 1 0 10144 30 0 0 25 0 4 0 955177995 338452480 38689 33554432000 4194304 4625164 140734601971728 18446744073709551615 4393003 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 82630 38689 341 106 0 78133 0
[pid=30334/tid=30340] ppid=30330 vsize=330520 CPUtime=25.46 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 18553 0 0 0 2542 4 0 0 25 0 4 0 955177998 338452480 38689 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=330520 CPUtime=25.32 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 16215 0 0 0 2527 5 0 0 25 0 4 0 955177998 338452480 38689 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=330520 CPUtime=25.46 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 123072 0 0 0 2528 18 0 0 25 0 4 0 955177998 338452480 38689 33554432000 4194304 4625164 140734601971728 18446744073709551615 4574000 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 330520

[startup+51.1008 s]
/proc/loadavg: 5.49 2.93 2.31 10/184 30344
/proc/meminfo: memFree=31810336/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=376852 CPUtime=204.01 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 272194 0 1 0 20351 50 0 0 25 0 4 0 955177995 385896448 58041 33554432000 4194304 4625164 140734601971728 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 94213 58041 340 106 0 89716 0
[pid=30334/tid=30340] ppid=30330 vsize=376852 CPUtime=51.06 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 28562 0 0 0 5099 7 0 0 25 0 4 0 955177998 385896448 58041 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=376852 CPUtime=50.78 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 24682 0 0 0 5067 11 0 0 25 0 4 0 955177998 385896448 58041 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=376852 CPUtime=51.06 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 193780 0 0 0 5078 28 0 0 25 0 4 0 955177998 385896448 58041 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352005 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) 376852

[startup+102.307 s]
/proc/loadavg: 6.91 3.71 2.61 10/184 30345
/proc/meminfo: memFree=31610168/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=530384 CPUtime=408.55 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 538931 0 1 0 40758 97 0 0 25 0 4 0 955177995 543113216 86627 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 132596 86627 350 106 0 128099 0
[pid=30334/tid=30340] ppid=30330 vsize=530384 CPUtime=102.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 43633 0 0 0 10214 12 0 0 25 0 4 0 955177998 543113216 86627 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=530384 CPUtime=101.71 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 36820 0 0 0 10154 17 0 0 25 0 4 0 955177998 543113216 86628 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=530384 CPUtime=102.27 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 420319 0 0 0 10165 62 0 0 25 0 4 0 955177998 543113216 86628 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339447 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) 530384

[startup+162.3 s]
/proc/loadavg: 7.82 4.55 2.96 10/184 30346
/proc/meminfo: memFree=31401080/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=698724 CPUtime=648.2 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 841018 0 1 0 64674 146 0 0 25 0 4 0 955177995 715493376 112496 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 174681 112496 433 106 0 170184 0
[pid=30334/tid=30340] ppid=30330 vsize=698724 CPUtime=162.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 48033 0 0 0 16211 15 0 0 25 0 4 0 955177998 715493376 112496 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=698724 CPUtime=161.38 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 41355 0 0 0 16118 20 0 0 25 0 4 0 955177998 715493376 112496 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=698724 CPUtime=162.26 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 695947 0 0 0 16123 103 0 0 25 0 4 0 955177998 715493376 112496 33554432000 4194304 4625164 140734601971728 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 698724

[startup+222.301 s]
/proc/loadavg: 8.08 5.21 3.29 10/184 30357
/proc/meminfo: memFree=31198544/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=791328 CPUtime=887.86 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 1016138 0 1 0 88608 178 0 0 25 0 4 0 955177995 810319872 148953 33554432000 4194304 4625164 140734601971728 18446744073709551615 4519337 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 197832 148953 1044 106 0 193335 0
[pid=30334/tid=30340] ppid=30330 vsize=791328 CPUtime=222.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 66446 0 0 0 22207 19 0 0 25 0 4 0 955177998 810319872 148953 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=791328 CPUtime=221.05 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 56754 0 0 0 22079 26 0 0 25 0 4 0 955177998 810319872 148953 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=791328 CPUtime=222.25 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 829798 0 0 0 22102 123 0 0 25 0 4 0 955177998 810319872 148953 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351863 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) 791328

[startup+282.301 s]

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

[pid=30334] ppid=30330 vsize=1359792 CPUtime=2805.24 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 3371110 0 1 0 279959 565 0 0 25 0 4 0 955177995 1392427008 260305 33554432000 4194304 4625164 140734601971728 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 339948 260305 370 106 0 335451 0
[pid=30334/tid=30340] ppid=30330 vsize=1359792 CPUtime=702.25 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 148898 0 0 0 70188 37 0 0 25 0 4 0 955177998 1392427008 260305 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1359792 CPUtime=698.46 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 102776 0 0 0 69786 60 0 0 25 0 4 0 955177998 1392427008 260305 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1359792 CPUtime=702.26 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 2786847 0 0 0 69816 410 0 0 25 0 4 0 955177998 1392427008 260305 33554432000 4194304 4625164 140734601971728 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.24
Current children cumulated vsize (KiB) 1359792

[startup+762.308 s]
/proc/loadavg: 8.00 7.57 5.39 10/184 30371
/proc/meminfo: memFree=30321376/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1392824 CPUtime=3044.95 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 3886546 0 1 0 303856 639 0 0 25 0 4 0 955177995 1426251776 270193 33554432000 4194304 4625164 140734601971728 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 348206 270193 370 106 0 343709 0
[pid=30334/tid=30340] ppid=30330 vsize=1392824 CPUtime=762.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 150925 0 0 0 76189 37 0 0 25 0 4 0 955177998 1426251776 270193 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1392824 CPUtime=758.14 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 121559 0 0 0 75752 62 0 0 25 0 4 0 955177998 1426251776 270193 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1392824 CPUtime=762.27 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 3231945 0 0 0 75752 475 0 0 25 0 4 0 955177998 1426251776 270193 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 1392824

[startup+822.301 s]
/proc/loadavg: 8.00 7.64 5.53 10/184 30373
/proc/meminfo: memFree=30281868/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1414308 CPUtime=3284.58 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 4337916 0 1 0 327751 707 0 0 25 0 4 0 955177995 1448251392 275793 33554432000 4194304 4625164 140734601971728 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 353577 275793 373 106 0 349080 0
[pid=30334/tid=30340] ppid=30330 vsize=1414308 CPUtime=822.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 152033 0 0 0 82188 38 0 0 25 0 4 0 955177998 1448251392 275793 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1414308 CPUtime=817.81 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 122254 0 0 0 81718 63 0 0 25 0 4 0 955177998 1448251392 275793 33554432000 4194304 4625164 140734601971728 18446744073709551615 4288530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1414308 CPUtime=822.27 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 3677260 0 0 0 81686 541 0 0 25 0 4 0 955177998 1448251392 275793 33554432000 4194304 4625164 140734601971728 18446744073709551615 4547280 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) 1414308

[startup+882.301 s]
/proc/loadavg: 8.07 7.73 5.70 10/184 30375
/proc/meminfo: memFree=30193288/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1485124 CPUtime=3524.26 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 4832778 0 1 0 351643 783 0 0 25 0 4 0 955177995 1520766976 286117 33554432000 4194304 4625164 140734601971728 18446744073709551615 4329225 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 371281 286118 396 106 0 366784 0
[pid=30334/tid=30340] ppid=30330 vsize=1485124 CPUtime=882.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 155031 0 0 0 88187 39 0 0 25 0 4 0 955177998 1520766976 286119 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1485124 CPUtime=877.48 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 124643 0 0 0 87682 66 0 0 25 0 4 0 955177998 1520766976 286120 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1485124 CPUtime=882.26 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 4151045 0 0 0 87618 608 0 0 25 0 4 0 955177998 1520766976 286120 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 1485124

[startup+942.301 s]
/proc/loadavg: 8.25 7.84 5.86 10/184 30376
/proc/meminfo: memFree=30090684/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1554812 CPUtime=3763.93 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 5372716 0 1 0 375532 861 0 0 25 0 4 0 955177995 1592127488 300765 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 388703 300765 415 106 0 384206 0
[pid=30334/tid=30340] ppid=30330 vsize=1554812 CPUtime=942.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 160284 0 0 0 94185 41 0 0 25 0 4 0 955177998 1592127488 300765 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1554812 CPUtime=937.16 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 126361 0 0 0 93647 69 0 0 25 0 4 0 955177998 1592127488 300765 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1554812 CPUtime=942.26 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 4593120 0 0 0 93557 669 0 0 25 0 4 0 955177998 1592127488 300765 33554432000 4194304 4625164 140734601971728 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 1554812

[startup+1002.3 s]
/proc/loadavg: 8.24 7.90 6.00 10/184 30378
/proc/meminfo: memFree=30039176/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1562468 CPUtime=4003.6 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 5874632 0 1 0 399421 939 0 0 25 0 4 0 955177995 1599967232 308782 33554432000 4194304 4625164 140734601971728 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 390617 308782 391 106 0 386120 0
[pid=30334/tid=30340] ppid=30330 vsize=1562468 CPUtime=1002.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 162609 0 0 0 100184 42 0 0 25 0 4 0 955177998 1599967232 308782 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1562468 CPUtime=996.83 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 128718 0 0 0 99612 71 0 0 25 0 4 0 955177998 1599967232 308782 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1562468 CPUtime=1002.26 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 5019404 0 0 0 99495 731 0 0 25 0 4 0 955177998 1599967232 308782 33554432000 4194304 4625164 140734601971728 18446744073709551615 4552369 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) 1562468

[startup+1062.3 s]
/proc/loadavg: 8.22 7.95 6.13 10/184 30379
/proc/meminfo: memFree=29966852/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1650720 CPUtime=4243.28 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 6381881 0 1 0 423315 1013 0 0 25 0 4 0 955177995 1690337280 321371 33554432000 4194304 4625164 140734601971728 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 412680 321371 408 106 0 408183 0
[pid=30334/tid=30340] ppid=30330 vsize=1650720 CPUtime=1062.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 207174 0 0 0 106178 48 0 0 25 0 4 0 955177998 1690337280 321371 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1650720 CPUtime=1056.51 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 130850 0 0 0 105578 73 0 0 25 0 4 0 955177998 1690337280 321371 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1650720 CPUtime=1062.26 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 5448118 0 0 0 105433 793 0 0 25 0 4 0 955177998 1690337280 321371 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1650720

[startup+1122.3 s]
/proc/loadavg: 8.28 8.00 6.26 10/184 30381
/proc/meminfo: memFree=29907508/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1657320 CPUtime=4482.95 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 6834260 0 1 0 447215 1080 0 0 25 0 4 0 955177995 1697095680 327557 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 414330 327557 385 106 0 409833 0
[pid=30334/tid=30340] ppid=30330 vsize=1657320 CPUtime=1122.27 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 208973 0 0 0 112178 49 0 0 25 0 4 0 955177998 1697095680 327557 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1657320 CPUtime=1116.18 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 132819 0 0 0 111543 75 0 0 25 0 4 0 955177998 1697095680 327557 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1657320 CPUtime=1122.27 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 5891541 0 0 0 111370 857 0 0 25 0 4 0 955177998 1697095680 327557 33554432000 4194304 4625164 140734601971728 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 1657320

[startup+1182.3 s]
/proc/loadavg: 8.24 8.03 6.38 10/184 30383
/proc/meminfo: memFree=29846572/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1662996 CPUtime=4722.62 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 7304312 0 1 0 471113 1149 0 0 25 0 4 0 955177995 1702907904 333837 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 415749 333837 404 106 0 411252 0
[pid=30334/tid=30340] ppid=30330 vsize=1662996 CPUtime=1182.26 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 211011 0 0 0 118177 49 0 0 25 0 4 0 955177998 1702907904 333837 33554432000 4194304 4625164 140734601971728 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1662996 CPUtime=1175.86 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 134719 0 0 0 117510 76 0 0 25 0 4 0 955177998 1702907904 333837 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1662996 CPUtime=1182.27 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 6350965 0 0 0 117303 924 0 0 25 0 4 0 955177998 1702907904 333837 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 1662996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.03 6.41 10/184 30383
/proc/meminfo: memFree=29829688/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1729324 CPUtime=4800.13 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 7480658 0 1 0 478838 1175 0 0 25 0 4 0 955177995 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 432331 336654 405 106 0 427834 0
[pid=30334/tid=30340] ppid=30330 vsize=1729324 CPUtime=1201.67 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 211730 0 0 0 120117 50 0 0 25 0 4 0 955177998 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1729324 CPUtime=1195.15 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 134968 0 0 0 119439 76 0 0 25 0 4 0 955177998 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1729324 CPUtime=1201.67 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 6523952 0 0 0 119219 948 0 0 25 0 4 0 955177998 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1729324

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.17 8.03 6.41 10/184 30383
/proc/meminfo: memFree=29829688/32950928 swapFree=67051812/67111528
[pid=30334] ppid=30330 vsize=1729324 CPUtime=4800.13 cores=0,2,4,6
/proc/30334/stat : 30334 (SArTagnan) R 30330 30334 28735 0 -1 4202496 7480658 0 1 0 478838 1175 0 0 25 0 4 0 955177995 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30334/statm: 432331 336654 405 106 0 427834 0
[pid=30334/tid=30340] ppid=30330 vsize=1729324 CPUtime=1201.67 cores=0,2,4,6
/proc/30334/task/30340/stat : 30340 (SArTagnan) R 30330 30334 28735 0 -1 4202560 211730 0 0 0 120117 50 0 0 25 0 4 0 955177998 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30334/tid=30341] ppid=30330 vsize=1729324 CPUtime=1195.15 cores=0,2,4,6
/proc/30334/task/30341/stat : 30341 (SArTagnan) R 30330 30334 28735 0 -1 4202560 134968 0 0 0 119439 76 0 0 25 0 4 0 955177998 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30334/tid=30342] ppid=30330 vsize=1729324 CPUtime=1201.67 cores=0,2,4,6
/proc/30334/task/30342/stat : 30342 (SArTagnan) R 30330 30334 28735 0 -1 4202560 6523952 0 0 0 119219 948 0 0 25 0 4 0 955177998 1770827776 336654 33554432000 4194304 4625164 140734601971728 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1729324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.22
CPU user time (s): 4788.41
CPU system time (s): 11.8152
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 1806136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.41
system time used= 11.8152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7480658
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1323
involuntary context switches= 37753

runsolver used 1.85472 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-09 21:57:53
IDJOB=3385872
IDBENCH=83321
IDSOLVER=1871
FILE ID=node116/3385872-1307649473
RUNJOBID= node116-1307649473-30307
PBS_JOBID= 13549375
Free space on /tmp= 74192 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385872-1307649473/watcher-3385872-1307649473 -o /tmp/evaluation-result-3385872-1307649473/solver-3385872-1307649473 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385872-1307649473.cnf -threads=4

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=2017572817

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32246572 kB
Buffers:        221080 kB
Cached:         286240 kB
SwapCached:      13040 kB
Active:         304440 kB
Inactive:       222616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32246572 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:            2148 kB
Writeback:           0 kB
AnonPages:       16976 kB
Mapped:           8828 kB
Slab:           113004 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189352 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= 74192 MiB
End job on node116 at 2011-06-09 22:17:57