Trace number 3386369

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.25 1204.3

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

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-3386369-1305582476/watcher-3386369-1305582476 -o /tmp/evaluation-result-3386369-1305582476/solver-3386369-1305582476 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386369-1305582476.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: 8.07 8.05 7.77 2/379 5458
/proc/meminfo: memFree=22117904/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=20108 CPUtime=0 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 629 0 0 0 0 0 0 0 25 0 1 0 669846384 20590592 556 33554432000 4194304 4625164 140734094908640 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5458/statm: 5027 556 299 106 0 530 0

[startup+0.0829789 s]
/proc/loadavg: 8.07 8.05 7.77 2/379 5458
/proc/meminfo: memFree=22117904/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=256060 CPUtime=0.27 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 4880 0 0 0 26 1 0 0 25 0 4 0 669846384 262205440 3521 33554432000 4194304 4625164 140734094908640 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 64015 3522 343 106 0 59518 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 256060

[startup+0.106306 s]
/proc/loadavg: 8.07 8.05 7.77 2/379 5458
/proc/meminfo: memFree=22117904/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=258708 CPUtime=0.35 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 6249 0 0 0 34 1 0 0 25 0 4 0 669846384 264916992 4405 33554432000 4194304 4625164 140734094908640 18446744073709551615 4336622 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 64677 4405 343 106 0 60180 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 258708

[startup+0.300623 s]
/proc/loadavg: 8.07 8.05 7.77 2/379 5458
/proc/meminfo: memFree=22117904/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=259244 CPUtime=1.13 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 9690 0 0 0 110 3 0 0 25 0 4 0 669846384 265465856 6154 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511970 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 64811 6154 346 106 0 60314 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 259244

[startup+0.700494 s]
/proc/loadavg: 8.07 8.05 7.77 2/379 5458
/proc/meminfo: memFree=22117904/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=261924 CPUtime=2.73 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 15891 0 0 0 268 5 0 0 25 0 4 0 669846384 268210176 9238 33554432000 4194304 4625164 140734094908640 18446744073709551615 4509162 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 65481 9238 348 106 0 60984 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 261924

[startup+1.50035 s]
/proc/loadavg: 7.75 7.98 7.75 9/388 5492
/proc/meminfo: memFree=22055192/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=274276 CPUtime=5.92 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 25051 0 0 0 586 6 0 0 25 0 4 0 669846384 280858624 12893 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 68569 12893 347 106 0 64072 0
[pid=5458/tid=5460] ppid=5456 vsize=274276 CPUtime=1.47 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 4350 0 0 0 146 1 0 0 25 0 4 0 669846386 280858624 12893 33554432000 4194304 4625164 140734094908640 18446744073709551615 4467514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=274276 CPUtime=1.47 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 2961 0 0 0 147 0 0 0 25 0 4 0 669846386 280858624 12893 33554432000 4194304 4625164 140734094908640 18446744073709551615 235594533792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=274276 CPUtime=1.46 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 5843 0 0 0 145 1 0 0 25 0 4 0 669846386 280858624 12893 33554432000 4194304 4625164 140734094908640 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 274276

[startup+3.10107 s]
/proc/loadavg: 7.75 7.98 7.75 9/388 5492
/proc/meminfo: memFree=22015636/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=289356 CPUtime=12.3 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 42056 0 0 0 1221 9 0 0 25 0 4 0 669846384 296300544 16869 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512075 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 72339 16869 353 106 0 67842 0
[pid=5458/tid=5460] ppid=5456 vsize=289356 CPUtime=3.07 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 7294 0 0 0 305 2 0 0 25 0 4 0 669846386 296300544 16869 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=289356 CPUtime=3.07 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 4615 0 0 0 307 0 0 0 25 0 4 0 669846386 296300544 16869 33554432000 4194304 4625164 140734094908640 18446744073709551615 4316900 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=289356 CPUtime=3.04 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 15596 0 0 0 302 2 0 0 25 0 4 0 669846386 296300544 16869 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 289356

[startup+6.30051 s]
/proc/loadavg: 7.75 7.98 7.75 9/388 5492
/proc/meminfo: memFree=21973280/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=305632 CPUtime=25.06 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 63151 0 0 0 2492 14 0 0 25 0 4 0 669846384 312967168 24601 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 76408 24601 347 106 0 71911 0
[pid=5458/tid=5460] ppid=5456 vsize=305632 CPUtime=6.27 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 11581 0 0 0 624 3 0 0 25 0 4 0 669846386 312967168 24601 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=305632 CPUtime=6.27 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 8043 0 0 0 626 1 0 0 25 0 4 0 669846386 312967168 24601 33554432000 4194304 4625164 140734094908640 18446744073709551615 4467485 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=305632 CPUtime=6.2 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 25961 0 0 0 616 4 0 0 25 0 4 0 669846386 312967168 24601 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 305632

[startup+12.7004 s]
/proc/loadavg: 7.78 7.98 7.75 9/388 5493
/proc/meminfo: memFree=21899232/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=326016 CPUtime=50.57 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 102272 0 0 0 5036 21 0 0 25 0 4 0 669846384 333840384 40793 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 81504 40793 347 106 0 77007 0
[pid=5458/tid=5460] ppid=5456 vsize=326016 CPUtime=12.67 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 19450 0 0 0 1262 5 0 0 25 0 4 0 669846386 333840384 40793 33554432000 4194304 4625164 140734094908640 18446744073709551615 4353311 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=326016 CPUtime=12.67 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 14137 0 0 0 1264 3 0 0 25 0 4 0 669846386 333840384 40793 33554432000 4194304 4625164 140734094908640 18446744073709551615 4352859 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=326016 CPUtime=12.52 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 42312 0 0 0 1246 6 0 0 25 0 4 0 669846386 333840384 40793 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 326016

[startup+25.5011 s]
/proc/loadavg: 7.82 7.98 7.75 9/388 5493
/proc/meminfo: memFree=21762228/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=457236 CPUtime=101.6 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 217413 0 0 0 10114 46 0 0 18 0 4 0 669846384 468209664 65486 33554432000 4194304 4625164 140734094908640 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 114309 65486 396 106 0 109812 0
[pid=5458/tid=5460] ppid=5456 vsize=457236 CPUtime=25.47 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 28642 0 0 0 2539 8 0 0 18 0 4 0 669846386 468209664 65486 33554432000 4194304 4625164 140734094908640 18446744073709551615 4278495 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=457236 CPUtime=25.47 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 24896 0 0 0 2540 7 0 0 18 0 4 0 669846386 468209664 65486 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=457236 CPUtime=25.15 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 125385 0 0 0 2494 21 0 0 25 0 4 0 669846386 468209664 65486 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 457236

[startup+51.1006 s]
/proc/loadavg: 7.88 7.98 7.76 9/388 5493
/proc/meminfo: memFree=21611672/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=543660 CPUtime=203.66 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 410384 0 0 0 20291 75 0 0 25 0 4 0 669846384 556707840 89821 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 135915 89821 578 106 0 131418 0
[pid=5458/tid=5460] ppid=5456 vsize=543660 CPUtime=51.05 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 38510 0 0 0 5096 9 0 0 25 0 4 0 669846386 556707840 89821 33554432000 4194304 4625164 140734094908640 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=543660 CPUtime=51.07 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 37373 0 0 0 5096 11 0 0 25 0 4 0 669846386 556707840 89821 33554432000 4194304 4625164 140734094908640 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=543660 CPUtime=50.42 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 269338 0 0 0 5002 40 0 0 25 0 4 0 669846386 556707840 89821 33554432000 4194304 4625164 140734094908640 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 543660

[startup+102.315 s]
/proc/loadavg: 7.98 8.00 7.78 9/388 5495
/proc/meminfo: memFree=21290108/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=742072 CPUtime=407.85 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 484649 0 0 0 40691 94 0 0 25 0 4 0 669846384 759881728 132973 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 185518 132973 393 106 0 181021 0
[pid=5458/tid=5460] ppid=5456 vsize=742072 CPUtime=102.26 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 54863 0 0 0 10214 12 0 0 25 0 4 0 669846386 759881728 132973 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=742072 CPUtime=102.29 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 42368 0 0 0 10213 16 0 0 25 0 4 0 669846386 759881728 132973 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=742072 CPUtime=100.98 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 274039 0 0 0 10057 41 0 0 25 0 4 0 669846386 759881728 132973 33554432000 4194304 4625164 140734094908640 18446744073709551615 235594533760 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.85
Current children cumulated vsize (KiB) 742072

[startup+162.301 s]
/proc/loadavg: 8.06 8.03 7.80 9/388 5497
/proc/meminfo: memFree=20957508/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=1024108 CPUtime=647.04 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 635339 0 0 0 64573 131 0 0 25 0 4 0 669846384 1048686592 186231 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512032 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 256027 186231 357 106 0 251530 0
[pid=5458/tid=5460] ppid=5456 vsize=1024108 CPUtime=162.23 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 80869 0 0 0 16205 18 0 0 25 0 4 0 669846386 1048686592 186231 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=1024108 CPUtime=162.27 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 64012 0 0 0 16199 28 0 0 25 0 4 0 669846386 1048686592 186231 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=1024108 CPUtime=160.22 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 320044 0 0 0 15973 49 0 0 25 0 4 0 669846386 1048686592 186231 33554432000 4194304 4625164 140734094908640 18446744073709551615 4335387 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.04
Current children cumulated vsize (KiB) 1024108

[startup+222.301 s]
/proc/loadavg: 8.08 8.03 7.82 9/388 5498
/proc/meminfo: memFree=20540960/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=1289008 CPUtime=886.24 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 1233607 0 0 0 88403 221 0 0 25 0 4 0 669846384 1319944192 234845 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 322252 234845 433 106 0 317755 0
[pid=5458/tid=5460] ppid=5456 vsize=1289008 CPUtime=222.21 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 88323 0 0 0 22197 24 0 0 25 0 4 0 669846386 1319944192 234845 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=1289008 CPUtime=222.28 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 69559 0 0 0 22195 33 0 0 25 0 4 0 669846386 1319944192 234845 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=1289008 CPUtime=219.44 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 830908 0 0 0 21824 120 0 0 25 0 4 0 669846386 1319944192 234845 33554432000 4194304 4625164 140734094908640 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.24
Current children cumulated vsize (KiB) 1289008

[startup+282.301 s]

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

[pid=5458] ppid=5456 vsize=2012192 CPUtime=2560.89 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 2014468 0 0 0 255719 370 0 0 25 0 4 0 669846384 2060484608 388163 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 503048 388163 351 106 0 498551 0
[pid=5458/tid=5460] ppid=5456 vsize=2012192 CPUtime=642.15 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 130720 0 0 0 64178 37 0 0 25 0 4 0 669846386 2060484608 388163 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2012192 CPUtime=642.29 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 107743 0 0 0 64167 62 0 0 25 0 4 0 669846386 2060484608 388163 33554432000 4194304 4625164 140734094908640 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2012192 CPUtime=634.12 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 1331656 0 0 0 63219 193 0 0 25 0 4 0 669846386 2060484608 388163 33554432000 4194304 4625164 140734094908640 18446744073709551615 4339628 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2560.89
Current children cumulated vsize (KiB) 2012192

[startup+702.301 s]
/proc/loadavg: 8.18 8.12 7.93 9/388 5511
/proc/meminfo: memFree=19164388/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2153924 CPUtime=2800.09 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 2105807 0 0 0 279626 383 0 0 25 0 4 0 669846384 2205618176 408108 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 538481 408108 350 106 0 533984 0
[pid=5458/tid=5460] ppid=5456 vsize=2153924 CPUtime=702.13 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 131104 0 0 0 70176 37 0 0 25 0 4 0 669846386 2205618176 408108 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2153924 CPUtime=702.29 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 109333 0 0 0 70165 64 0 0 25 0 4 0 669846386 2205618176 408108 33554432000 4194304 4625164 140734094908640 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2153924 CPUtime=693.35 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 1332025 0 0 0 69142 193 0 0 25 0 4 0 669846386 2205618176 408108 33554432000 4194304 4625164 140734094908640 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.09
Current children cumulated vsize (KiB) 2153924

[startup+762.315 s]
/proc/loadavg: 8.19 8.14 7.94 9/388 5513
/proc/meminfo: memFree=19036504/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2225152 CPUtime=3039.36 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 2122219 0 0 0 303544 392 0 0 25 0 4 0 669846384 2278555648 424193 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 556288 424193 350 106 0 551791 0
[pid=5458/tid=5460] ppid=5456 vsize=2225152 CPUtime=762.13 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 131405 0 0 0 76176 37 0 0 25 0 4 0 669846386 2278555648 424193 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2225152 CPUtime=762.3 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 112912 0 0 0 76161 69 0 0 25 0 4 0 669846386 2278555648 424193 33554432000 4194304 4625164 140734094908640 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2225152 CPUtime=752.59 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 1333837 0 0 0 75066 193 0 0 25 0 4 0 669846386 2278555648 424193 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.36
Current children cumulated vsize (KiB) 2225152

[startup+822.301 s]
/proc/loadavg: 8.22 8.15 7.96 9/388 5523
/proc/meminfo: memFree=18889240/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2233480 CPUtime=3278.53 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 2135670 0 0 0 327453 400 0 0 25 0 4 0 669846384 2287083520 437106 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5458/statm: 558370 437106 350 106 0 553873 0
[pid=5458/tid=5460] ppid=5456 vsize=2233480 CPUtime=822.09 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 131722 0 0 0 82172 37 0 0 25 0 4 0 669846386 2287083520 437106 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2233480 CPUtime=822.28 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 114822 0 0 0 82156 72 0 0 25 0 4 0 669846386 2287083520 437106 33554432000 4194304 4625164 140734094908640 18446744073709551615 4352364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2233480 CPUtime=811.82 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 1336207 0 0 0 80988 194 0 0 25 0 4 0 669846386 2287083520 437106 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.53
Current children cumulated vsize (KiB) 2233480

[startup+882.3 s]
/proc/loadavg: 8.20 8.15 7.97 9/388 5525
/proc/meminfo: memFree=18780076/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2235996 CPUtime=3517.44 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 2582819 0 0 0 351279 465 0 0 25 0 4 0 669846384 2289659904 443099 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512246 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5458/statm: 558999 443099 350 106 0 554502 0
[pid=5458/tid=5460] ppid=5456 vsize=2235996 CPUtime=882.08 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 131972 0 0 0 88171 37 0 0 25 0 4 0 669846386 2289659904 443099 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2235996 CPUtime=882.27 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 115203 0 0 0 88155 72 0 0 25 0 4 0 669846386 2289659904 443099 33554432000 4194304 4625164 140734094908640 18446744073709551615 4467248 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2235996 CPUtime=871.56 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 1779284 0 0 0 86898 258 0 0 25 0 4 0 669846386 2289659904 443099 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.44
Current children cumulated vsize (KiB) 2235996

[startup+942.301 s]
/proc/loadavg: 8.14 8.14 7.97 9/388 5526
/proc/meminfo: memFree=18712828/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2235996 CPUtime=3756.68 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 3272720 0 0 0 375099 569 0 0 25 0 4 0 669846384 2289659904 446372 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5458/statm: 558999 446372 351 106 0 554502 0
[pid=5458/tid=5460] ppid=5456 vsize=2235996 CPUtime=942.07 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 132246 0 0 0 94170 37 0 0 25 0 4 0 669846386 2289659904 446372 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2235996 CPUtime=942.28 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 115386 0 0 0 94156 72 0 0 25 0 4 0 669846386 2289659904 446372 33554432000 4194304 4625164 140734094908640 18446744073709551615 4353256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2235996 CPUtime=931.55 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 2466909 0 0 0 92794 361 0 0 25 0 4 0 669846386 2289659904 446372 33554432000 4194304 4625164 140734094908640 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756.68
Current children cumulated vsize (KiB) 2235996

[startup+1002.3 s]
/proc/loadavg: 8.41 8.21 8.00 9/388 5531
/proc/meminfo: memFree=18560964/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2235996 CPUtime=3995.08 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 3867964 0 0 0 398847 661 0 0 25 0 4 0 669846384 2289659904 458722 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5458/statm: 558999 458722 347 106 0 554502 0
[pid=5458/tid=5460] ppid=5456 vsize=2235996 CPUtime=1001.39 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 133023 0 0 0 100101 38 0 0 25 0 4 0 669846386 2289659904 458722 33554432000 4194304 4625164 140734094908640 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2235996 CPUtime=1002.28 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 116286 0 0 0 100155 73 0 0 25 0 4 0 669846386 2289659904 458722 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2235996 CPUtime=991.56 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 3048975 0 0 0 98707 449 0 0 25 0 4 0 669846386 2289659904 458723 33554432000 4194304 4625164 140734094908640 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3995.08
Current children cumulated vsize (KiB) 2235996

[startup+1062.3 s]
/proc/loadavg: 8.32 8.21 8.02 9/388 5533
/proc/meminfo: memFree=18468260/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2329692 CPUtime=4234.32 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 4371691 0 0 0 422689 743 0 0 25 0 4 0 669846384 2385604608 470670 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5458/statm: 582423 470671 351 106 0 577926 0
[pid=5458/tid=5460] ppid=5456 vsize=2329692 CPUtime=1061.38 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 133448 0 0 0 106100 38 0 0 25 0 4 0 669846386 2385604608 470671 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2329692 CPUtime=1062.28 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 131609 0 0 0 106154 74 0 0 25 0 4 0 669846386 2385604608 470671 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2329692 CPUtime=1051.56 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 3527542 0 0 0 104630 526 0 0 25 0 4 0 669846386 2385604608 470671 33554432000 4194304 4625164 140734094908640 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4234.32
Current children cumulated vsize (KiB) 2329692

[startup+1122.3 s]
/proc/loadavg: 8.19 8.19 8.01 9/388 5534
/proc/meminfo: memFree=18401648/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2329692 CPUtime=4473.53 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 4855344 0 0 0 446537 816 0 0 25 0 4 0 669846384 2385604608 474326 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5458/statm: 582423 474326 347 106 0 577926 0
[pid=5458/tid=5460] ppid=5456 vsize=2329692 CPUtime=1121.36 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 133745 0 0 0 112098 38 0 0 25 0 4 0 669846386 2385604608 474326 33554432000 4194304 4625164 140734094908640 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2329692 CPUtime=1122.28 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 131918 0 0 0 112154 74 0 0 25 0 4 0 669846386 2385604608 474326 33554432000 4194304 4625164 140734094908640 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2329692 CPUtime=1111.56 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 4007160 0 0 0 110557 599 0 0 25 0 4 0 669846386 2385604608 474326 33554432000 4194304 4625164 140734094908640 18446744073709551615 4334945 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4473.53
Current children cumulated vsize (KiB) 2329692

[startup+1182.3 s]
/proc/loadavg: 8.19 8.18 8.02 9/388 5536
/proc/meminfo: memFree=18308992/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2382704 CPUtime=4712.77 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 5355026 0 0 0 470384 893 0 0 25 0 4 0 669846384 2439888896 486497 33554432000 4194304 4625164 140734094908640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5458/statm: 595676 486497 347 106 0 591179 0
[pid=5458/tid=5460] ppid=5456 vsize=2382704 CPUtime=1181.35 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 134110 0 0 0 118097 38 0 0 25 0 4 0 669846386 2439888896 486497 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2382704 CPUtime=1182.28 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 132648 0 0 0 118154 74 0 0 25 0 4 0 669846386 2439888896 486497 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2382704 CPUtime=1171.56 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 4492530 0 0 0 116483 673 0 0 25 0 4 0 669846386 2439888896 486497 33554432000 4194304 4625164 140734094908640 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4712.77
Current children cumulated vsize (KiB) 2382704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.14 8.17 8.02 9/388 5536
/proc/meminfo: memFree=18248096/32950928 swapFree=45972156/67111528
[pid=5458] ppid=5456 vsize=2391512 CPUtime=4800.11 cores=0,2,4,6
/proc/5458/stat : 5458 (SArTagnan) R 5456 5458 4682 0 -1 4202496 5358868 0 0 0 479117 894 0 0 25 0 4 0 669846384 2448908288 490006 33554432000 4194304 4625164 140734094908640 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5458/statm: 597878 490006 347 106 0 593381 0
[pid=5458/tid=5460] ppid=5456 vsize=2391512 CPUtime=1203.27 cores=0,2,4,6
/proc/5458/task/5460/stat : 5460 (SArTagnan) R 5456 5458 4682 0 -1 4202560 134246 0 0 0 120289 38 0 0 25 0 4 0 669846386 2448908288 490006 33554432000 4194304 4625164 140734094908640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5458/tid=5461] ppid=5456 vsize=2391512 CPUtime=1204.19 cores=0,2,4,6
/proc/5458/task/5461/stat : 5461 (SArTagnan) R 5456 5458 4682 0 -1 4202560 132715 0 0 0 120345 74 0 0 25 0 4 0 669846386 2448908288 490006 33554432000 4194304 4625164 140734094908640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5458/tid=5462] ppid=5456 vsize=2391512 CPUtime=1193.48 cores=0,2,4,6
/proc/5458/task/5462/stat : 5462 (SArTagnan) R 5456 5458 4682 0 -1 4202560 4492691 0 0 0 118675 673 0 0 25 0 4 0 669846386 2448908288 490006 33554432000 4194304 4625164 140734094908640 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2391512

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.3
CPU time (s): 4800.25
CPU user time (s): 4791.22
CPU system time (s): 9.02863
CPU usage (%): 398.592
Max. virtual memory (cumulated for all children) (KiB): 2437212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.22
system time used= 9.02863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5358868
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= 5900
involuntary context switches= 22247

runsolver used 4.31434 second user time and 11.0253 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 23:47:56
IDJOB=3386369
IDBENCH=84180
IDSOLVER=1871
FILE ID=node120/3386369-1305582476
RUNJOBID= node120-1305581270-5281
PBS_JOBID= 13350219
Free space on /tmp= 73496 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386369-1305582476/watcher-3386369-1305582476 -o /tmp/evaluation-result-3386369-1305582476/solver-3386369-1305582476 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386369-1305582476.cnf -threads=4

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1146774410

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:      22118068 kB
Buffers:         83512 kB
Cached:         563644 kB
SwapCached:      63496 kB
Active:         382144 kB
Inactive:     10225304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22118068 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:     9903280 kB
Mapped:          15988 kB
Slab:            77032 kB
PageTables:      81768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78743832 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= 73496 MiB
End job on node120 at 2011-05-17 00:08:02