Trace number 3281953

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.42 1202.41

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.08 7.85 7.09 5/180 29177
/proc/meminfo: memFree=17509416/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=20904 CPUtime=0 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 976 0 0 0 0 0 0 0 25 0 1 0 594392984 21405696 914 33554432000 4194304 4623224 140736089245568 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29177/statm: 5226 916 290 105 0 730 0

[startup+0.023531 s]
/proc/loadavg: 8.08 7.85 7.09 5/180 29177
/proc/meminfo: memFree=17509416/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=43656 CPUtime=0.01 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 3974 0 0 0 1 0 0 0 25 0 1 0 594392984 44703744 3526 33554432000 4194304 4623224 140736089245568 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29177/statm: 10914 3527 297 105 0 6418 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 43656

[startup+0.100518 s]
/proc/loadavg: 8.08 7.85 7.09 5/180 29177
/proc/meminfo: memFree=17509416/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=52300 CPUtime=0.09 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 9060 0 0 0 8 1 0 0 25 0 1 0 594392984 53555200 5808 33554432000 4194304 4623224 140736089245568 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/29177/statm: 13075 5808 297 105 0 8579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52300

[startup+0.300448 s]
/proc/loadavg: 8.08 7.85 7.09 5/180 29177
/proc/meminfo: memFree=17509416/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=238684 CPUtime=0.49 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 33776 0 0 0 46 3 0 0 25 0 4 0 594392984 244412416 27060 33554432000 4194304 4623224 140736089245568 18446744073709551615 4501714 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 59671 27060 330 105 0 55175 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 238684

[startup+0.700373 s]
/proc/loadavg: 8.08 7.85 7.09 5/180 29177
/proc/meminfo: memFree=17509416/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=238684 CPUtime=2.09 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 34753 0 0 0 206 3 0 0 25 0 4 0 594392984 244412416 28037 33554432000 4194304 4623224 140736089245568 18446744073709551615 4517846 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 59671 28037 338 105 0 55175 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 238684

[startup+1.50023 s]
/proc/loadavg: 8.08 7.85 7.09 11/184 29181
/proc/meminfo: memFree=17378076/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=381948 CPUtime=5.28 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 47227 0 0 0 523 5 0 0 25 0 4 0 594392984 391114752 35547 33554432000 4194304 4623224 140736089245568 18446744073709551615 252457720844 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 95487 35548 346 105 0 90991 0
[pid=29177/tid=29179] ppid=29175 vsize=381948 CPUtime=1.26 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 4013 0 0 0 126 0 0 0 19 0 4 0 594393007 391114752 35548 33554432000 4194304 4623224 140736089245568 18446744073709551615 4367191 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=381948 CPUtime=1.26 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 3797 0 0 0 126 0 0 0 25 0 4 0 594393007 391114752 35550 33554432000 4194304 4623224 140736089245568 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=381948 CPUtime=1.25 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 2910 0 0 0 125 0 0 0 25 0 4 0 594393007 391114752 35551 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 381948

[startup+3.10092 s]
/proc/loadavg: 8.08 7.85 7.09 11/184 29181
/proc/meminfo: memFree=17127764/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=1133824 CPUtime=11.57 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 399277 0 0 0 1105 52 0 0 18 0 4 0 594392984 1161035776 202041 33554432000 4194304 4623224 140736089245568 18446744073709551615 4388779 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 283456 202044 389 105 0 278960 0
[pid=29177/tid=29179] ppid=29175 vsize=1133824 CPUtime=2.83 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 64615 0 0 0 276 7 0 0 18 0 4 0 594393007 1161035776 202044 33554432000 4194304 4623224 140736089245568 18446744073709551615 4278247 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=1133824 CPUtime=2.83 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 60334 0 0 0 276 7 0 0 18 0 4 0 594393007 1161035776 202044 33554432000 4194304 4623224 140736089245568 18446744073709551615 4478495 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=1133824 CPUtime=2.83 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 43733 0 0 0 277 6 0 0 19 0 4 0 594393007 1161035776 202047 33554432000 4194304 4623224 140736089245568 18446744073709551615 252457721747 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 1133824

[startup+6.30033 s]
/proc/loadavg: 8.08 7.85 7.09 10/184 29181
/proc/meminfo: memFree=15729288/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=2438080 CPUtime=24.19 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 1043911 0 0 0 2284 135 0 0 20 0 4 0 594392984 2496593920 466130 33554432000 4194304 4623224 140736089245568 18446744073709551615 4368982 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 609520 466130 421 105 0 605024 0
[pid=29177/tid=29179] ppid=29175 vsize=2438080 CPUtime=5.99 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 154669 0 0 0 581 18 0 0 19 0 4 0 594393007 2496593920 466130 33554432000 4194304 4623224 140736089245568 18446744073709551615 252457721738 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=2438080 CPUtime=5.97 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 153271 0 0 0 578 19 0 0 19 0 4 0 594393007 2496593920 466130 33554432000 4194304 4623224 140736089245568 18446744073709551615 252457733122 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=2438080 CPUtime=5.97 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 142472 0 0 0 579 18 0 0 19 0 4 0 594393007 2496593920 466130 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 2438080

[startup+12.7011 s]
/proc/loadavg: 8.07 7.85 7.10 10/184 29182
/proc/meminfo: memFree=15593240/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=2410592 CPUtime=49.62 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 1056008 0 0 0 4825 137 0 0 25 0 4 0 594392984 2468446208 460843 33554432000 4194304 4623224 140736089245568 18446744073709551615 4509904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 602648 460843 571 105 0 598152 0
[pid=29177/tid=29179] ppid=29175 vsize=2410592 CPUtime=12.39 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 154669 0 0 0 1221 18 0 0 25 0 4 0 594393007 2468446208 460843 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=2410592 CPUtime=12.26 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 153271 0 0 0 1207 19 0 0 25 0 4 0 594393007 2468446208 460843 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=2410592 CPUtime=12.37 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 154567 0 0 0 1217 20 0 0 25 0 4 0 594393007 2468446208 460843 33554432000 4194304 4623224 140736089245568 18446744073709551615 4577662 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.62
Current children cumulated vsize (KiB) 2410592

[startup+25.5008 s]
/proc/loadavg: 8.05 7.86 7.11 10/184 29182
/proc/meminfo: memFree=15513260/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=2410592 CPUtime=100.75 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 1056197 0 0 0 9938 137 0 0 25 0 4 0 594392984 2468446208 461004 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 602648 461004 571 105 0 598152 0
[pid=29177/tid=29179] ppid=29175 vsize=2410592 CPUtime=25.19 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 154673 0 0 0 2501 18 0 0 25 0 4 0 594393007 2468446208 461004 33554432000 4194304 4623224 140736089245568 18446744073709551615 4462989 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=2410592 CPUtime=24.99 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 153271 0 0 0 2480 19 0 0 25 0 4 0 594393007 2468446208 461004 33554432000 4194304 4623224 140736089245568 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=2410592 CPUtime=25.17 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 154567 0 0 0 2497 20 0 0 25 0 4 0 594393007 2468446208 461004 33554432000 4194304 4623224 140736089245568 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.75
Current children cumulated vsize (KiB) 2410592

[startup+51.101 s]
/proc/loadavg: 8.16 7.90 7.14 10/184 29183
/proc/meminfo: memFree=15227064/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=2512104 CPUtime=203.01 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 1124895 0 0 0 20148 153 0 0 25 0 4 0 594392984 2572394496 489536 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 628026 489536 501 105 0 623530 0
[pid=29177/tid=29179] ppid=29175 vsize=2512104 CPUtime=50.78 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 163886 0 0 0 5057 21 0 0 25 0 4 0 594393007 2572394496 489536 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=2512104 CPUtime=50.45 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 161273 0 0 0 5023 22 0 0 25 0 4 0 594393007 2572394496 489536 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=2512104 CPUtime=50.76 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 203836 0 0 0 5047 29 0 0 25 0 4 0 594393007 2572394496 489536 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376877 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.01
Current children cumulated vsize (KiB) 2512104

[startup+102.306 s]
/proc/loadavg: 8.20 7.95 7.20 10/184 29184
/proc/meminfo: memFree=14316236/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=2805344 CPUtime=407.55 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 1321503 0 0 0 40547 208 0 0 25 0 4 0 594392984 2872672256 573766 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 701336 573766 503 105 0 696840 0
[pid=29177/tid=29179] ppid=29175 vsize=2805344 CPUtime=102 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 188062 0 0 0 10168 32 0 0 25 0 4 0 594393007 2872672256 573766 33554432000 4194304 4623224 140736089245568 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=2805344 CPUtime=101.38 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 192596 0 0 0 10092 46 0 0 25 0 4 0 594393007 2872672256 573766 33554432000 4194304 4623224 140736089245568 18446744073709551615 4465904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=2805344 CPUtime=101.98 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 333275 0 0 0 10149 49 0 0 25 0 4 0 594393007 2872672256 573766 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.55
Current children cumulated vsize (KiB) 2805344

[startup+162.3 s]
/proc/loadavg: 8.17 7.99 7.25 10/184 29186
/proc/meminfo: memFree=13118480/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=3395764 CPUtime=647.06 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 1509923 0 0 0 64436 270 0 0 25 0 4 0 594392984 3477262336 713740 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 848941 713740 493 105 0 844445 0
[pid=29177/tid=29179] ppid=29175 vsize=3395764 CPUtime=161.98 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 242753 0 0 0 16139 59 0 0 25 0 4 0 594393007 3477262336 713740 33554432000 4194304 4623224 140736089245568 18446744073709551615 4463005 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=3395764 CPUtime=160.97 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 261164 0 0 0 16028 69 0 0 25 0 4 0 594393007 3477262336 713740 33554432000 4194304 4623224 140736089245568 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=3395764 CPUtime=161.96 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 391907 0 0 0 16138 58 0 0 25 0 4 0 594393007 3477262336 713740 33554432000 4194304 4623224 140736089245568 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.06
Current children cumulated vsize (KiB) 3395764

[startup+222.301 s]
/proc/loadavg: 8.17 8.02 7.31 10/184 29187
/proc/meminfo: memFree=12258004/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=3461300 CPUtime=886.73 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 1538504 0 0 0 88370 303 0 0 25 0 4 0 594392984 3544371200 739814 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 865325 739814 466 105 0 860829 0
[pid=29177/tid=29179] ppid=29175 vsize=3461300 CPUtime=221.97 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 270886 0 0 0 22106 91 0 0 25 0 4 0 594393007 3544371200 739814 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=3461300 CPUtime=220.64 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 261217 0 0 0 21995 69 0 0 25 0 4 0 594393007 3544371200 739814 33554432000 4194304 4623224 140736089245568 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=3461300 CPUtime=221.96 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 392003 0 0 0 22138 58 0 0 25 0 4 0 594393007 3544371200 739814 33554432000 4194304 4623224 140736089245568 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 886.73
Current children cumulated vsize (KiB) 3461300

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2564.45
Current children cumulated vsize (KiB) 4618984

[startup+702.301 s]
/proc/loadavg: 8.13 8.06 7.60 9/184 29231
/proc/meminfo: memFree=19700376/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=4707192 CPUtime=2804.12 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 2903512 0 0 0 279843 569 0 0 25 0 4 0 594392984 4820164608 1001541 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 1176798 1001541 345 105 0 1172302 0
[pid=29177/tid=29179] ppid=29175 vsize=4707192 CPUtime=701.97 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 307209 0 0 0 70064 133 0 0 25 0 4 0 594393007 4820164608 1001541 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=4707192 CPUtime=698.05 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 261701 0 0 0 69735 70 0 0 25 0 4 0 594393007 4820164608 1001541 33554432000 4194304 4623224 140736089245568 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=4707192 CPUtime=701.93 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 1249614 0 0 0 69981 212 0 0 25 0 4 0 594393007 4820164608 1001541 33554432000 4194304 4623224 140736089245568 18446744073709551615 252457714892 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2804.12
Current children cumulated vsize (KiB) 4707192

[startup+762.307 s]
/proc/loadavg: 8.22 8.09 7.64 9/184 29233
/proc/meminfo: memFree=19124600/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=4802776 CPUtime=3043.82 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 3071607 0 0 0 303780 602 0 0 25 0 4 0 594392984 4918042624 1028275 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 1200694 1028276 345 105 0 1196198 0
[pid=29177/tid=29179] ppid=29175 vsize=4802776 CPUtime=761.98 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 307209 0 0 0 76065 133 0 0 25 0 4 0 594393007 4918042624 1028276 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=4802776 CPUtime=757.73 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 261709 0 0 0 75703 70 0 0 25 0 4 0 594393007 4918042624 1028276 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=4802776 CPUtime=761.93 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 1405498 0 0 0 75952 241 0 0 25 0 4 0 594393007 4918042624 1028276 33554432000 4194304 4623224 140736089245568 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3043.82
Current children cumulated vsize (KiB) 4802776

[startup+822.301 s]
/proc/loadavg: 8.26 8.12 7.67 9/184 29234
/proc/meminfo: memFree=18861928/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5012432 CPUtime=3283.12 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 3248204 0 0 0 327671 641 0 0 25 0 4 0 594392984 5132730368 1068734 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1253108 1068734 345 105 0 1248612 0
[pid=29177/tid=29179] ppid=29175 vsize=5012432 CPUtime=821.97 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 318912 0 0 0 82057 140 0 0 25 0 4 0 594393007 5132730368 1068734 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5012432 CPUtime=817.59 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274306 0 0 0 81683 76 0 0 25 0 4 0 594393007 5132730368 1068734 33554432000 4194304 4623224 140736089245568 18446744073709551615 4465904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5012432 CPUtime=821.92 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 1554077 0 0 0 81928 264 0 0 25 0 4 0 594393007 5132730368 1068734 33554432000 4194304 4623224 140736089245568 18446744073709551615 4548199 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) 5012432

[startup+882.3 s]
/proc/loadavg: 8.26 8.14 7.70 9/184 29245
/proc/meminfo: memFree=18618876/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5077968 CPUtime=3522.78 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 3437676 0 0 0 351593 685 0 0 25 0 4 0 594392984 5199839232 1093395 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1269492 1093395 345 105 0 1264996 0
[pid=29177/tid=29179] ppid=29175 vsize=5077968 CPUtime=881.97 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 329965 0 0 0 88045 152 0 0 25 0 4 0 594393007 5199839232 1093395 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5077968 CPUtime=877.6 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274328 0 0 0 87684 76 0 0 25 0 4 0 594393007 5199839232 1093395 33554432000 4194304 4623224 140736089245568 18446744073709551615 4486219 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5077968 CPUtime=881.92 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 1731581 0 0 0 87896 296 0 0 25 0 4 0 594393007 5199839232 1093395 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3522.78
Current children cumulated vsize (KiB) 5077968

[startup+942.3 s]
/proc/loadavg: 8.36 8.19 7.75 9/184 29712
/proc/meminfo: memFree=18456584/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5143504 CPUtime=3761.95 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 3607938 0 0 0 375478 717 0 0 25 0 4 0 594392984 5266948096 1106613 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1285876 1106613 345 105 0 1281380 0
[pid=29177/tid=29179] ppid=29175 vsize=5143504 CPUtime=941.58 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 329965 0 0 0 94006 152 0 0 25 0 4 0 594393007 5266948096 1106613 33554432000 4194304 4623224 140736089245568 18446744073709551615 4486234 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5143504 CPUtime=937.59 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274328 0 0 0 93683 76 0 0 25 0 4 0 594393007 5266948096 1106613 33554432000 4194304 4623224 140736089245568 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5143504 CPUtime=941.82 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 1900784 0 0 0 93855 327 0 0 25 0 4 0 594393007 5266948096 1106613 33554432000 4194304 4623224 140736089245568 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3761.95
Current children cumulated vsize (KiB) 5143504

[startup+1002.3 s]
/proc/loadavg: 8.25 8.18 7.77 9/184 29714
/proc/meminfo: memFree=18184688/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5274576 CPUtime=4001.63 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 3795810 0 0 0 399410 753 0 0 25 0 4 0 594392984 5401165824 1144136 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510195 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1318644 1144136 346 105 0 1314148 0
[pid=29177/tid=29179] ppid=29175 vsize=5274576 CPUtime=1001.58 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 329965 0 0 0 100006 152 0 0 25 0 4 0 594393007 5401165824 1144136 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357380 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5274576 CPUtime=997.59 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274328 0 0 0 99683 76 0 0 25 0 4 0 594393007 5401165824 1144136 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5274576 CPUtime=1001.82 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 2063663 0 0 0 99827 355 0 0 25 0 4 0 594393007 5401165824 1144136 33554432000 4194304 4623224 140736089245568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4001.63
Current children cumulated vsize (KiB) 5274576

[startup+1062.3 s]
/proc/loadavg: 8.15 8.16 7.79 9/184 29716
/proc/meminfo: memFree=17811068/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5405648 CPUtime=4241.31 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 3952683 0 0 0 423348 783 0 0 25 0 4 0 594392984 5535383552 1169696 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1351412 1169696 346 105 0 1346916 0
[pid=29177/tid=29179] ppid=29175 vsize=5405648 CPUtime=1061.58 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 329965 0 0 0 106006 152 0 0 25 0 4 0 594393007 5535383552 1169696 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5405648 CPUtime=1057.59 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274328 0 0 0 105683 76 0 0 25 0 4 0 594393007 5535383552 1169696 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5405648 CPUtime=1061.82 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 2207990 0 0 0 105803 379 0 0 25 0 4 0 594393007 5535383552 1169696 33554432000 4194304 4623224 140736089245568 18446744073709551615 4364650 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4241.31
Current children cumulated vsize (KiB) 5405648

[startup+1122.3 s]
/proc/loadavg: 8.16 8.16 7.81 9/184 29717
/proc/meminfo: memFree=17602116/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5471184 CPUtime=4480.99 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 4115462 0 0 0 447283 816 0 0 25 0 4 0 594392984 5602492416 1199062 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1367796 1199062 345 105 0 1363300 0
[pid=29177/tid=29179] ppid=29175 vsize=5471184 CPUtime=1121.59 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 329967 0 0 0 112007 152 0 0 25 0 4 0 594393007 5602492416 1199062 33554432000 4194304 4623224 140736089245568 18446744073709551615 4486225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5471184 CPUtime=1117.59 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274328 0 0 0 111683 76 0 0 25 0 4 0 594393007 5602492416 1199062 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5471184 CPUtime=1121.82 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 2353279 0 0 0 111775 407 0 0 25 0 4 0 594393007 5602492416 1199062 33554432000 4194304 4623224 140736089245568 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4480.99
Current children cumulated vsize (KiB) 5471184

[startup+1182.3 s]
/proc/loadavg: 8.15 8.16 7.83 9/184 29719
/proc/meminfo: memFree=17366500/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5536720 CPUtime=4720.67 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 4294136 0 0 0 471216 851 0 0 25 0 4 0 594392984 5669601280 1231010 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1384180 1231010 345 105 0 1379684 0
[pid=29177/tid=29179] ppid=29175 vsize=5536720 CPUtime=1181.59 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 329968 0 0 0 118007 152 0 0 25 0 4 0 594393007 5669601280 1231010 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5536720 CPUtime=1177.6 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274328 0 0 0 117684 76 0 0 25 0 4 0 594393007 5669601280 1231010 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5536720 CPUtime=1181.82 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 2510358 0 0 0 117749 433 0 0 25 0 4 0 594393007 5669601280 1231010 33554432000 4194304 4623224 140736089245568 18446744073709551615 4551539 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4720.67
Current children cumulated vsize (KiB) 5536720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.19 8.16 7.83 9/184 29719
/proc/meminfo: memFree=17248572/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=5667792 CPUtime=4800.21 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4202496 4359033 0 0 0 479155 866 0 0 25 0 4 0 594392984 5803819008 1249259 33554432000 4194304 4623224 140736089245568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29177/statm: 1416948 1249259 345 105 0 1412452 0
[pid=29177/tid=29179] ppid=29175 vsize=5667792 CPUtime=1201.5 cores=1,3,5,7
/proc/29177/task/29179/stat : 29179 (SArTagnan) R 29175 29177 28460 0 -1 4202560 329968 0 0 0 119998 152 0 0 25 0 4 0 594393007 5803819008 1249259 33554432000 4194304 4623224 140736089245568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29177/tid=29180] ppid=29175 vsize=5667792 CPUtime=1197.51 cores=1,3,5,7
/proc/29177/task/29180/stat : 29180 (SArTagnan) R 29175 29177 28460 0 -1 4202560 274328 0 0 0 119675 76 0 0 25 0 4 0 594393007 5803819008 1249259 33554432000 4194304 4623224 140736089245568 18446744073709551615 4486194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29177/tid=29181] ppid=29175 vsize=5667792 CPUtime=1201.73 cores=1,3,5,7
/proc/29177/task/29181/stat : 29181 (SArTagnan) R 29175 29177 28460 0 -1 4202560 2560271 0 0 0 119731 442 0 0 25 0 4 0 594393007 5803819008 1249259 33554432000 4194304 4623224 140736089245568 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 5667792

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

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

[startup+1202.4 s]
/proc/loadavg: 8.19 8.16 7.83 9/184 29719
/proc/meminfo: memFree=17248572/32951124 swapFree=67111348/67111528
[pid=29177] ppid=29175 vsize=0 CPUtime=4800.41 cores=1,3,5,7
/proc/29177/stat : 29177 (SArTagnan) R 29175 29177 28460 0 -1 4203524 4359033 0 0 0 479157 884 0 0 25 0 1 0 594392984 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.41
CPU time (s): 4800.42
CPU user time (s): 4791.57
CPU system time (s): 8.85265
CPU usage (%): 399.233
Max. virtual memory (cumulated for all children) (KiB): 5667792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.57
system time used= 8.85265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4359033
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= 32110
involuntary context switches= 23960

runsolver used 1.92271 second user time and 4.64429 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 03:47:05
IDJOB=3281953
IDBENCH=70760
IDSOLVER=1656
FILE ID=node111/3281953-1304041625
RUNJOBID= node111-1304040775-28980
PBS_JOBID= 13170353
Free space on /tmp= 70824 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281953-1304041625/watcher-3281953-1304041625 -o /tmp/evaluation-result-3281953-1304041625/solver-3281953-1304041625 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3281953-1304041625.cnf -threads=4

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=701782296

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.67
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.849
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:      17491964 kB
Buffers:       1266716 kB
Cached:        6282852 kB
SwapCached:        124 kB
Active:       10466892 kB
Inactive:      4489684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17491964 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8216 kB
Writeback:           0 kB
AnonPages:     7406660 kB
Mapped:          15460 kB
Slab:           424464 kB
PageTables:      19684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9320184 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= 70884 MiB
End job on node111 at 2011-04-29 04:07:09