Trace number 3386225

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.38 1204.49

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386225-1305577174/watcher-3386225-1305577174 -o /tmp/evaluation-result-3386225-1305577174/solver-3386225-1305577174 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386225-1305577174.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: 0.00 0.00 0.00 6/384 4723
/proc/meminfo: memFree=12416628/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=24516 CPUtime=0 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 1854 0 0 0 0 0 0 0 25 0 1 0 669316188 25104384 1794 33554432000 4194304 4625164 140733995536544 18446744073709551615 4305886 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4723/statm: 6129 1807 291 106 0 1632 0

[startup+0.10122 s]
/proc/loadavg: 0.00 0.00 0.00 6/384 4723
/proc/meminfo: memFree=12416628/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=52304 CPUtime=0.09 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 9082 0 0 0 8 1 0 0 25 0 1 0 669316188 53559296 5831 33554432000 4194304 4625164 140733995536544 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4723/statm: 13076 5833 296 106 0 8579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52304

[startup+0.200206 s]
/proc/loadavg: 0.00 0.00 0.00 6/384 4723
/proc/meminfo: memFree=12416628/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=62736 CPUtime=0.19 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 15185 0 0 0 18 1 0 0 25 0 1 0 669316188 64241664 8496 33554432000 4194304 4625164 140733995536544 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4723/statm: 15684 8496 296 106 0 11187 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62736

[startup+0.300187 s]
/proc/loadavg: 0.00 0.00 0.00 6/384 4723
/proc/meminfo: memFree=12416628/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=228280 CPUtime=0.36 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 31178 0 0 0 33 3 0 0 25 0 4 0 669316188 233758720 24488 33554432000 4194304 4625164 140733995536544 18446744073709551615 4307835 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 57070 24488 323 106 0 52573 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 228280

[startup+0.701118 s]
/proc/loadavg: 0.00 0.00 0.00 6/384 4723
/proc/meminfo: memFree=12416628/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=240576 CPUtime=1.36 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 36598 0 0 0 132 4 0 0 25 0 4 0 669316188 246349824 28552 33554432000 4194304 4625164 140733995536544 18446744073709551615 4490595 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 60144 28552 338 106 0 55647 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 240576

[startup+1.50098 s]
/proc/loadavg: 0.00 0.00 0.00 6/382 4748
/proc/meminfo: memFree=12309792/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=373828 CPUtime=4.54 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 43097 0 0 0 449 5 0 0 25 0 4 0 669316188 382799872 31526 33554432000 4194304 4625164 140733995536544 18446744073709551615 4384006 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 93457 31527 343 106 0 88960 0
[pid=4723/tid=4725] ppid=4721 vsize=373828 CPUtime=1.09 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 3137 0 0 0 109 0 0 0 25 0 4 0 669316211 382799872 31528 33554432000 4194304 4625164 140733995536544 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=373828 CPUtime=1.03 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 3184 0 0 0 103 0 0 0 25 0 4 0 669316211 382799872 31528 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=373828 CPUtime=0.99 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 3768 0 0 0 99 0 0 0 25 0 4 0 669316211 382799872 31528 33554432000 4194304 4625164 140733995536544 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 373828

[startup+3.1007 s]
/proc/loadavg: 0.00 0.00 0.00 9/388 4757
/proc/meminfo: memFree=11875112/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=946176 CPUtime=10.9 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 286192 0 0 0 1047 43 0 0 19 0 4 0 669316188 968884224 161650 33554432000 4194304 4625164 140733995536544 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 236544 161655 647 106 0 232047 0
[pid=4723/tid=4725] ppid=4721 vsize=946176 CPUtime=2.68 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 50066 0 0 0 261 7 0 0 19 0 4 0 669316211 968884224 161657 33554432000 4194304 4625164 140733995536544 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=946176 CPUtime=2.62 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 42144 0 0 0 257 5 0 0 18 0 4 0 669316211 968884224 161657 33554432000 4194304 4625164 140733995536544 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=946176 CPUtime=2.59 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 36805 0 0 0 254 5 0 0 25 0 4 0 669316211 968884224 161657 33554432000 4194304 4625164 140733995536544 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.9
Current children cumulated vsize (KiB) 946176

[startup+6.30114 s]
/proc/loadavg: 0.64 0.13 0.04 9/388 4757
/proc/meminfo: memFree=11434652/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=1068760 CPUtime=23.62 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 376594 0 0 0 2308 54 0 0 25 0 4 0 669316188 1094410240 196088 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511963 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 267190 196088 868 106 0 262693 0
[pid=4723/tid=4725] ppid=4721 vsize=1068760 CPUtime=5.87 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 63787 0 0 0 578 9 0 0 25 0 4 0 669316211 1094410240 196088 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1068760 CPUtime=5.82 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 72044 0 0 0 573 9 0 0 25 0 4 0 669316211 1094410240 196088 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1068760 CPUtime=5.78 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 63353 0 0 0 570 8 0 0 25 0 4 0 669316211 1094410240 196088 33554432000 4194304 4625164 140733995536544 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.62
Current children cumulated vsize (KiB) 1068760

[startup+12.701 s]
/proc/loadavg: 1.23 0.26 0.09 9/388 4757
/proc/meminfo: memFree=11409024/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=1068760 CPUtime=49.13 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 379233 0 0 0 4859 54 0 0 25 0 4 0 669316188 1094410240 198677 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 267190 198677 865 106 0 262693 0
[pid=4723/tid=4725] ppid=4721 vsize=1068760 CPUtime=12.27 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 63808 0 0 0 1218 9 0 0 25 0 4 0 669316211 1094410240 198677 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1068760 CPUtime=12.22 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 74165 0 0 0 1212 10 0 0 25 0 4 0 669316211 1094410240 198677 33554432000 4194304 4625164 140733995536544 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1068760 CPUtime=12.18 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 63383 0 0 0 1210 8 0 0 25 0 4 0 669316211 1094410240 198677 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.13
Current children cumulated vsize (KiB) 1068760

[startup+25.5008 s]
/proc/loadavg: 2.73 0.64 0.21 9/388 4757
/proc/meminfo: memFree=11333000/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=1119288 CPUtime=100.16 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 417818 0 0 0 9953 63 0 0 25 0 4 0 669316188 1146150912 214977 33554432000 4194304 4625164 140733995536544 18446744073709551615 4512338 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 279822 214977 806 106 0 275325 0
[pid=4723/tid=4725] ppid=4721 vsize=1119288 CPUtime=25.06 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 66028 0 0 0 2496 10 0 0 25 0 4 0 669316211 1146150912 214977 33554432000 4194304 4625164 140733995536544 18446744073709551615 4464310 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1119288 CPUtime=25.02 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 82523 0 0 0 2488 14 0 0 25 0 4 0 669316211 1146150912 214977 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1119288 CPUtime=24.98 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 63444 0 0 0 2490 8 0 0 25 0 4 0 669316211 1146150912 214977 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.16
Current children cumulated vsize (KiB) 1119288

[startup+51.1012 s]
/proc/loadavg: 4.75 1.28 0.43 9/388 4758
/proc/meminfo: memFree=11153940/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=1234928 CPUtime=202.24 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 499955 0 0 0 20136 88 0 0 25 0 4 0 669316188 1264566272 248236 33554432000 4194304 4625164 140733995536544 18446744073709551615 4519673 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 308732 248236 553 106 0 304235 0
[pid=4723/tid=4725] ppid=4721 vsize=1234928 CPUtime=50.67 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 78570 0 0 0 5052 15 0 0 25 0 4 0 669316211 1264566272 248236 33554432000 4194304 4625164 140733995536544 18446744073709551615 235594527429 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1234928 CPUtime=50.62 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 96863 0 0 0 5036 26 0 0 25 0 4 0 669316211 1264566272 248236 33554432000 4194304 4625164 140733995536544 18446744073709551615 4464395 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1234928 CPUtime=50.57 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 114170 0 0 0 5042 15 0 0 25 0 4 0 669316211 1264566272 248236 33554432000 4194304 4625164 140733995536544 18446744073709551615 4375284 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.24
Current children cumulated vsize (KiB) 1234928

[startup+102.301 s]
/proc/loadavg: 6.59 2.31 0.83 9/388 4759
/proc/meminfo: memFree=10580820/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=1892864 CPUtime=406.39 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 929272 0 0 0 40464 175 0 0 25 0 4 0 669316188 1938292736 373453 33554432000 4194304 4625164 140733995536544 18446744073709551615 4528700 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 473216 373453 347 106 0 468719 0
[pid=4723/tid=4725] ppid=4721 vsize=1892864 CPUtime=101.86 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 107828 0 0 0 10163 23 0 0 25 0 4 0 669316211 1938292736 373458 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1892864 CPUtime=101.83 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 124245 0 0 0 10133 50 0 0 25 0 4 0 669316211 1938292736 373458 33554432000 4194304 4625164 140733995536544 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1892864 CPUtime=101.77 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 324771 0 0 0 10136 41 0 0 25 0 4 0 669316211 1938292736 373458 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.39
Current children cumulated vsize (KiB) 1892864

[startup+162.301 s]
/proc/loadavg: 7.51 3.36 1.28 9/388 4761
/proc/meminfo: memFree=10017940/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=2348136 CPUtime=645.6 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 1340057 0 0 0 64287 273 0 0 25 0 4 0 669316188 2404491264 500100 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511963 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 587034 500100 347 106 0 582537 0
[pid=4723/tid=4725] ppid=4721 vsize=2348136 CPUtime=161.86 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 138974 0 0 0 16150 36 0 0 25 0 4 0 669316211 2404491264 500100 33554432000 4194304 4625164 140733995536544 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=2348136 CPUtime=161.81 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 154672 0 0 0 16101 80 0 0 25 0 4 0 669316211 2404491264 500100 33554432000 4194304 4625164 140733995536544 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=2348136 CPUtime=161.76 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 550211 0 0 0 16101 75 0 0 25 0 4 0 669316211 2404491264 500100 33554432000 4194304 4625164 140733995536544 18446744073709551615 4552287 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 645.6
Current children cumulated vsize (KiB) 2348136

[startup+222.315 s]
/proc/loadavg: 7.89 4.22 1.70 9/388 4763
/proc/meminfo: memFree=9605836/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=2613508 CPUtime=884.88 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 1653052 0 0 0 88140 348 0 0 25 0 4 0 669316188 2676232192 577536 33554432000 4194304 4625164 140733995536544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4723/statm: 653377 577536 347 106 0 648880 0
[pid=4723/tid=4725] ppid=4721 vsize=2613508 CPUtime=221.87 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 144975 0 0 0 22150 37 0 0 25 0 4 0 669316211 2676232192 577536 33554432000 4194304 4625164 140733995536544 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=2613508 CPUtime=221.83 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 173207 0 0 0 22085 98 0 0 25 0 4 0 669316211 2676232192 577536 33554432000 4194304 4625164 140733995536544 18446744073709551615 4488027 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=2613508 CPUtime=221.77 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 773470 0 0 0 22061 116 0 0 25 0 4 0 669316211 2676232192 577536 33554432000 4194304 4625164 140733995536544 18446744073709551615 4551185 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 884.88
Current children cumulated vsize (KiB) 2613508

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.16 7.38 4.30 9/388 4775
/proc/meminfo: memFree=6701840/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=4072384 CPUtime=2798.48 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 2879303 0 0 0 279257 591 0 0 25 0 4 0 669316188 4170121216 904633 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1018096 904633 347 106 0 1013599 0
[pid=4723/tid=4725] ppid=4721 vsize=4072384 CPUtime=698.79 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217155 0 0 0 69827 52 0 0 25 0 4 0 669316211 4170121216 904633 33554432000 4194304 4625164 140733995536544 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=4072384 CPUtime=701.81 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267154 0 0 0 70067 114 0 0 25 0 4 0 669316211 4170121216 904633 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=4072384 CPUtime=701.73 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1529654 0 0 0 69921 252 0 0 25 0 4 0 669316211 4170121216 904633 33554432000 4194304 4625164 140733995536544 18446744073709551615 47117516533337 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2798.48
Current children cumulated vsize (KiB) 4072384

[startup+762.301 s]
/proc/loadavg: 8.06 7.49 4.53 9/388 4777
/proc/meminfo: memFree=6608436/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=4072384 CPUtime=3037.76 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 2894290 0 0 0 303180 596 0 0 25 0 4 0 669316188 4170121216 918783 33554432000 4194304 4625164 140733995536544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1018096 918783 347 106 0 1013599 0
[pid=4723/tid=4725] ppid=4721 vsize=4072384 CPUtime=758.03 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217155 0 0 0 75751 52 0 0 25 0 4 0 669316211 4170121216 918783 33554432000 4194304 4625164 140733995536544 18446744073709551615 4488002 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=4072384 CPUtime=761.83 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267183 0 0 0 76069 114 0 0 25 0 4 0 669316211 4170121216 918783 33554432000 4194304 4625164 140733995536544 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=4072384 CPUtime=761.75 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1529971 0 0 0 75923 252 0 0 25 0 4 0 669316211 4170121216 918783 33554432000 4194304 4625164 140733995536544 18446744073709551615 4550072 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3037.76
Current children cumulated vsize (KiB) 4072384

[startup+822.3 s]
/proc/loadavg: 8.05 7.60 4.75 9/388 4779
/proc/meminfo: memFree=6433928/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=4457712 CPUtime=3276.97 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3087112 0 0 0 327074 623 0 0 25 0 4 0 669316188 4564697088 952300 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1114428 952300 347 106 0 1109931 0
[pid=4723/tid=4725] ppid=4721 vsize=4457712 CPUtime=817.26 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217157 0 0 0 81674 52 0 0 25 0 4 0 669316211 4564697088 952300 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=4457712 CPUtime=821.81 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267201 0 0 0 82067 114 0 0 25 0 4 0 669316211 4564697088 952300 33554432000 4194304 4625164 140733995536544 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=4457712 CPUtime=821.73 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1530550 0 0 0 81921 252 0 0 25 0 4 0 669316211 4564697088 952300 33554432000 4194304 4625164 140733995536544 18446744073709551615 4552452 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3276.97
Current children cumulated vsize (KiB) 4457712

[startup+882.315 s]
/proc/loadavg: 8.13 7.70 4.96 9/388 4780
/proc/meminfo: memFree=6341392/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=4479364 CPUtime=3516.25 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3115593 0 0 0 350995 630 0 0 25 0 4 0 669316188 4586868736 969830 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1119841 969830 347 106 0 1115344 0
[pid=4723/tid=4725] ppid=4721 vsize=4479364 CPUtime=876.51 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217162 0 0 0 87599 52 0 0 25 0 4 0 669316211 4586868736 969830 33554432000 4194304 4625164 140733995536544 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=4479364 CPUtime=881.83 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267202 0 0 0 88069 114 0 0 25 0 4 0 669316211 4586868736 969830 33554432000 4194304 4625164 140733995536544 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=4479364 CPUtime=881.74 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1541421 0 0 0 87921 253 0 0 25 0 4 0 669316211 4586868736 969830 33554432000 4194304 4625164 140733995536544 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3516.25
Current children cumulated vsize (KiB) 4479364

[startup+942.3 s]
/proc/loadavg: 8.05 7.75 5.15 9/388 4782
/proc/meminfo: memFree=6135252/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=4545476 CPUtime=3755.44 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3144823 0 0 0 374905 639 0 0 25 0 4 0 669316188 4654567424 997438 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1136369 997438 347 106 0 1131872 0
[pid=4723/tid=4725] ppid=4721 vsize=4545476 CPUtime=935.74 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217165 0 0 0 93522 52 0 0 25 0 4 0 669316211 4654567424 997438 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=4545476 CPUtime=941.82 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267500 0 0 0 94068 114 0 0 25 0 4 0 669316211 4654567424 997438 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=4545476 CPUtime=941.72 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1541861 0 0 0 93919 253 0 0 25 0 4 0 669316211 4654567424 997438 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3755.44
Current children cumulated vsize (KiB) 4545476

[startup+1002.3 s]
/proc/loadavg: 8.02 7.79 5.32 9/388 4783
/proc/meminfo: memFree=5920436/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=4636220 CPUtime=3994.68 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3180886 0 0 0 398818 650 0 0 25 0 4 0 669316188 4747489280 1031422 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1159055 1031422 347 106 0 1154558 0
[pid=4723/tid=4725] ppid=4721 vsize=4636220 CPUtime=994.97 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217167 0 0 0 99445 52 0 0 25 0 4 0 669316211 4747489280 1031422 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330738 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=4636220 CPUtime=1001.82 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267595 0 0 0 100068 114 0 0 25 0 4 0 669316211 4747489280 1031422 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=4636220 CPUtime=1001.73 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1548492 0 0 0 99918 255 0 0 25 0 4 0 669316211 4747489280 1031422 33554432000 4194304 4625164 140733995536544 18446744073709551615 4554687 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3994.68
Current children cumulated vsize (KiB) 4636220

[startup+1062.3 s]
/proc/loadavg: 8.08 7.84 5.49 9/388 4785
/proc/meminfo: memFree=5664212/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=4860884 CPUtime=4233.93 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3273205 0 0 0 422726 667 0 0 25 0 4 0 669316188 4977545216 1069312 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1215221 1069312 347 106 0 1210724 0
[pid=4723/tid=4725] ppid=4721 vsize=4860884 CPUtime=1054.22 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217172 0 0 0 105370 52 0 0 25 0 4 0 669316211 4977545216 1069312 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330750 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=4860884 CPUtime=1061.82 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267596 0 0 0 106068 114 0 0 25 0 4 0 669316211 4977545216 1069312 33554432000 4194304 4625164 140733995536544 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=4860884 CPUtime=1061.73 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1562269 0 0 0 105915 258 0 0 25 0 4 0 669316211 4977545216 1069312 33554432000 4194304 4625164 140733995536544 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4233.93
Current children cumulated vsize (KiB) 4860884

[startup+1122.3 s]
/proc/loadavg: 8.16 7.90 5.66 9/388 4787
/proc/meminfo: memFree=5336672/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=5067232 CPUtime=4473.17 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3328786 0 0 0 446636 681 0 0 25 0 4 0 669316188 5188845568 1114904 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1266808 1114904 347 106 0 1262311 0
[pid=4723/tid=4725] ppid=4721 vsize=5067232 CPUtime=1113.45 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217172 0 0 0 111293 52 0 0 25 0 4 0 669316211 5188845568 1114904 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=5067232 CPUtime=1121.82 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267596 0 0 0 112068 114 0 0 25 0 4 0 669316211 5188845568 1114904 33554432000 4194304 4625164 140733995536544 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=5067232 CPUtime=1121.73 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1574090 0 0 0 111912 261 0 0 25 0 4 0 669316211 5188845568 1114904 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4473.17
Current children cumulated vsize (KiB) 5067232

[startup+1182.3 s]
/proc/loadavg: 8.31 7.98 5.82 9/388 4788
/proc/meminfo: memFree=5011132/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=5181884 CPUtime=4712.42 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3371768 0 0 0 470548 694 0 0 25 0 4 0 669316188 5306249216 1154936 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1295471 1154936 347 106 0 1290974 0
[pid=4723/tid=4725] ppid=4721 vsize=5181884 CPUtime=1172.7 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217174 0 0 0 117218 52 0 0 25 0 4 0 669316211 5306249216 1154936 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330551 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=5181884 CPUtime=1181.82 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267596 0 0 0 118068 114 0 0 25 0 4 0 669316211 5306249216 1154936 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=5181884 CPUtime=1181.72 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1586603 0 0 0 117908 264 0 0 25 0 4 0 669316211 5306249216 1154936 33554432000 4194304 4625164 140733995536544 18446744073709551615 4334603 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4712.42
Current children cumulated vsize (KiB) 5181884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.20 7.98 5.88 9/388 4789
/proc/meminfo: memFree=4859588/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=5201912 CPUtime=4800.15 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) R 4721 4723 4682 0 -1 4202496 3393308 0 0 0 479316 699 0 0 25 0 4 0 669316188 5326757888 1174736 33554432000 4194304 4625164 140733995536544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 1300478 1174736 347 106 0 1295981 0
[pid=4723/tid=4725] ppid=4721 vsize=5201912 CPUtime=1194.42 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4202560 217175 0 0 0 119390 52 0 0 25 0 4 0 669316211 5326757888 1174736 33554432000 4194304 4625164 140733995536544 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=5201912 CPUtime=1203.84 cores=1,3,5,7
/proc/4723/task/4726/stat : 4726 (SArTagnan) R 4721 4723 4682 0 -1 4202560 267598 0 0 0 120270 114 0 0 25 0 4 0 669316211 5326757888 1174736 33554432000 4194304 4625164 140733995536544 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=5201912 CPUtime=1203.74 cores=1,3,5,7
/proc/4723/task/4727/stat : 4727 (SArTagnan) R 4721 4723 4682 0 -1 4202560 1591778 0 0 0 120108 266 0 0 25 0 4 0 669316211 5326757888 1174736 33554432000 4194304 4625164 140733995536544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 5201912

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

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

[startup+1204.42 s]
/proc/loadavg: 8.20 7.98 5.88 9/388 4789
/proc/meminfo: memFree=4859588/32950928 swapFree=54713420/67111528
[pid=4723] ppid=4721 vsize=0 CPUtime=4800.3 cores=1,3,5,7
/proc/4723/stat : 4723 (SArTagnan) Z 4721 4723 4682 0 -1 4203548 3393308 0 0 0 479321 709 0 0 25 0 2 0 669316188 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4723/statm: 0 0 0 0 0 0 0
[pid=4723/tid=4725] ppid=4721 vsize=0 CPUtime=1194.52 cores=1,3,5,7
/proc/4723/task/4725/stat : 4725 (SArTagnan) R 4721 4723 4682 0 -1 4203588 217175 0 0 0 119390 62 0 0 25 0 2 0 669316211 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.49
CPU time (s): 4800.38
CPU user time (s): 4793.21
CPU system time (s): 7.16491
CPU usage (%): 398.539
Max. virtual memory (cumulated for all children) (KiB): 5201912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.21
system time used= 7.16491
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3393308
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= 12953
involuntary context switches= 21447

runsolver used 4.17636 second user time and 11.1683 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 22:19:34
IDJOB=3386225
IDBENCH=70760
IDSOLVER=1871
FILE ID=node120/3386225-1305577174
RUNJOBID= node120-1305577174-4701
PBS_JOBID= 13350219
Free space on /tmp= 73492 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386225-1305577174/watcher-3386225-1305577174 -o /tmp/evaluation-result-3386225-1305577174/solver-3386225-1305577174 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386225-1305577174.cnf -threads=4

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=42626411

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      12417032 kB
Buffers:        132144 kB
Cached:        1470920 kB
SwapCached:      32608 kB
Active:        7138684 kB
Inactive:     13147868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12417032 kB
SwapTotal:    67111528 kB
SwapFree:     54713420 kB
Dirty:            9056 kB
Writeback:           0 kB
AnonPages:    18656676 kB
Mapped:          21328 kB
Slab:            94548 kB
PageTables:      82232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78780900 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= 73476 MiB
End job on node120 at 2011-05-16 22:39:41