Trace number 3292240

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
priss Auto? (TO) 4800.15 1201.82

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_29.renamed-as.sat05-1916.cnf
MD5SUMf874c09c5787bb3c6a16f7a5f9ea0ad4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.544
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 6512
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 27647us
0.00/0.03	c parsed 120147 clauses with 841 variables
0.00/0.04	c NW started thread 0 successfully (1107310912)
0.00/0.05	c NW started thread 1 successfully (1117800768)
0.00/0.07	c NW started thread 2 successfully (1128290624)
0.00/0.09	c NW started thread 3 successfully (1138780480)
9.01/2.31	c preprocessor returned 10006 variables
9.01/2.31	c preprocessing returned UNKNOWN
9.01/2.31	c PP set 0 variables
9.01/2.31	c pp time: 2272950us (2s)
9.01/2.33	c preprocessor returned 10006 variables
9.01/2.33	c preprocessing returned UNKNOWN
9.01/2.33	c PP set 0 variables
9.01/2.33	c pp time: 2278727us (2s)
9.01/2.35	c preprocessor returned 10006 variables
9.01/2.35	c preprocessing returned UNKNOWN
9.01/2.35	c PP set 0 variables
9.01/2.35	c pp time: 2287448us (2s)
36.57/9.25	c preprocessor returned 30028 variables
36.57/9.25	c preprocessing returned UNKNOWN
36.57/9.25	c PP set 0 variables
36.57/9.25	c pp time: 9177436us (9s)

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-3292240-1304070880/watcher-3292240-1304070880 -o /tmp/evaluation-result-3292240-1304070880/solver-3292240-1304070880 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3292240-1304070880.cnf 1967459793 4800 15500 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: 7.83 8.04 8.07 5/182 6511
/proc/meminfo: memFree=21904592/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0

[startup+0.017953 s]
/proc/loadavg: 7.83 8.04 8.07 5/182 6511
/proc/meminfo: memFree=21904592/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.129263 s]
/proc/loadavg: 7.83 8.04 8.07 5/182 6511
/proc/meminfo: memFree=21904592/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.368857 s]
/proc/loadavg: 7.83 8.04 8.07 5/182 6511
/proc/meminfo: memFree=21904592/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700799 s]
/proc/loadavg: 7.83 8.04 8.07 5/182 6511
/proc/meminfo: memFree=21904592/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 7.83 8.04 8.07 9/188 6517
/proc/meminfo: memFree=21864740/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=296440 CPUtime=5.81 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 14933 0 0 0 580 1 0 0 19 0 5 0 499503351 303554560 12602 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 74110 12602 355 389 0 69860 0
[pid=6512/tid=6514] ppid=6511 vsize=296440 CPUtime=1.45 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 2453 0 0 0 145 0 0 0 20 0 5 0 499503355 303554560 12602 33554432000 4194304 5787044 140735426047824 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=296440 CPUtime=1.44 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 2711 0 0 0 144 0 0 0 20 0 5 0 499503356 303554560 12602 33554432000 4194304 5787044 140735426047824 18446744073709551615 4359012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=296440 CPUtime=1.42 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 1912 0 0 0 142 0 0 0 23 0 5 0 499503358 303554560 12602 33554432000 4194304 5787044 140735426047824 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=296440 CPUtime=1.41 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 1575 0 0 0 141 0 0 0 25 0 5 0 499503359 303554560 12602 33554432000 4194304 5787044 140735426047824 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 305140

[startup+3.10037 s]
/proc/loadavg: 7.83 8.04 8.07 9/188 6517
/proc/meminfo: memFree=21847868/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=306772 CPUtime=12.21 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 20120 0 0 0 1219 2 0 0 19 0 5 0 499503351 314134528 15623 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 76693 15623 404 389 0 72443 0
[pid=6512/tid=6514] ppid=6511 vsize=306772 CPUtime=3.05 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 3041 0 0 0 305 0 0 0 25 0 5 0 499503355 314134528 15623 33554432000 4194304 5787044 140735426047824 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=306772 CPUtime=3.04 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 4264 0 0 0 304 0 0 0 25 0 5 0 499503356 314134528 15623 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591044 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=306772 CPUtime=3.01 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 3165 0 0 0 301 0 0 0 25 0 5 0 499503358 314134528 15623 33554432000 4194304 5787044 140735426047824 18446744073709551615 4220491 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=306772 CPUtime=3.01 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 3368 0 0 0 301 0 0 0 25 0 5 0 499503359 314134528 15623 33554432000 4194304 5787044 140735426047824 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 315472

[startup+6.3008 s]
/proc/loadavg: 7.84 8.04 8.07 9/188 6517
/proc/meminfo: memFree=21838480/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=309156 CPUtime=25 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 21725 0 0 0 2497 3 0 0 19 0 5 0 499503351 316575744 17228 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 77289 17228 405 389 0 73039 0
[pid=6512/tid=6514] ppid=6511 vsize=309156 CPUtime=6.25 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 3551 0 0 0 625 0 0 0 25 0 5 0 499503355 316575744 17228 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=309156 CPUtime=6.24 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 4747 0 0 0 624 0 0 0 25 0 5 0 499503356 316575744 17228 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=309156 CPUtime=6.19 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 3777 0 0 0 619 0 0 0 25 0 5 0 499503358 316575744 17228 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=309156 CPUtime=6.21 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 3368 0 0 0 621 0 0 0 25 0 5 0 499503359 316575744 17228 33554432000 4194304 5787044 140735426047824 18446744073709551615 254261310445 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 317856

[startup+12.7007 s]
/proc/loadavg: 7.86 8.04 8.07 9/188 6517
/proc/meminfo: memFree=21822020/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=315888 CPUtime=50.55 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 28310 0 0 0 5050 5 0 0 19 0 5 0 499503351 323469312 22251 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 78972 22251 418 389 0 74722 0
[pid=6512/tid=6514] ppid=6511 vsize=315888 CPUtime=12.65 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 4332 0 0 0 1264 1 0 0 18 0 5 0 499503355 323469312 22251 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=315888 CPUtime=12.63 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 5407 0 0 0 1263 0 0 0 25 0 5 0 499503356 323469312 22251 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=315888 CPUtime=12.55 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 4773 0 0 0 1255 0 0 0 25 0 5 0 499503358 323469312 22251 33554432000 4194304 5787044 140735426047824 18446744073709551615 4254391 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=315888 CPUtime=12.61 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 7516 0 0 0 1260 1 0 0 25 0 5 0 499503359 323469312 22251 33554432000 4194304 5787044 140735426047824 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 324588

[startup+25.5004 s]
/proc/loadavg: 7.97 8.05 8.07 9/188 6517
/proc/meminfo: memFree=21793252/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=324904 CPUtime=101.66 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 34126 0 0 0 10157 9 0 0 19 0 5 0 499503351 332701696 28066 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 81226 28066 419 389 0 76976 0
[pid=6512/tid=6514] ppid=6511 vsize=324904 CPUtime=25.43 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 5430 0 0 0 2542 1 0 0 25 0 5 0 499503355 332701696 28066 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=324904 CPUtime=25.43 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 6270 0 0 0 2542 1 0 0 20 0 5 0 499503356 332701696 28066 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=324904 CPUtime=25.28 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 7277 0 0 0 2527 1 0 0 25 0 5 0 499503358 332701696 28066 33554432000 4194304 5787044 140735426047824 18446744073709551615 4238793 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=324904 CPUtime=25.4 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 8867 0 0 0 2538 2 0 0 25 0 5 0 499503359 332701696 28066 33554432000 4194304 5787044 140735426047824 18446744073709551615 5527764 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 333604

[startup+51.1008 s]
/proc/loadavg: 7.98 8.04 8.07 9/188 6518
/proc/meminfo: memFree=21762200/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=337064 CPUtime=203.9 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 42283 0 0 0 20372 18 0 0 19 0 5 0 499503351 345153536 36135 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 84266 36135 419 389 0 80016 0
[pid=6512/tid=6514] ppid=6511 vsize=337064 CPUtime=51.04 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 8047 0 0 0 5100 4 0 0 25 0 5 0 499503355 345153536 36135 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=337064 CPUtime=51.03 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 8120 0 0 0 5098 5 0 0 25 0 5 0 499503356 345153536 36135 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=337064 CPUtime=50.74 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 9275 0 0 0 5071 3 0 0 25 0 5 0 499503358 345153536 36135 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=337064 CPUtime=51 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 10559 0 0 0 5095 5 0 0 25 0 5 0 499503359 345153536 36135 33554432000 4194304 5787044 140735426047824 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 345764

[startup+102.307 s]
/proc/loadavg: 7.99 8.04 8.07 9/188 6519
/proc/meminfo: memFree=21714780/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=353436 CPUtime=408.4 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 54012 0 0 0 40808 32 0 0 19 0 5 0 499503351 361918464 47652 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 88359 47652 419 389 0 84109 0
[pid=6512/tid=6514] ppid=6511 vsize=353436 CPUtime=102.23 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 9965 0 0 0 10217 6 0 0 25 0 5 0 499503355 361918464 47652 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=353436 CPUtime=102.22 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 11629 0 0 0 10212 10 0 0 25 0 5 0 499503356 361918464 47652 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=353436 CPUtime=101.65 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 12751 0 0 0 10159 6 0 0 25 0 5 0 499503358 361918464 47652 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=353436 CPUtime=102.2 cores=0,2,4,6

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

/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 33155 0 0 0 82186 31 0 0 25 0 5 0 499503356 692965376 127457 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=676724 CPUtime=817.69 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 32742 0 0 0 81740 29 0 0 25 0 5 0 499503358 692965376 127457 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=676724 CPUtime=822.11 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 32357 0 0 0 82183 28 0 0 25 0 5 0 499503359 692965376 127457 33554432000 4194304 5787044 140735426047824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.27
Current children cumulated vsize (KiB) 685424

[startup+882.3 s]
/proc/loadavg: 8.06 8.03 8.00 9/188 6614
/proc/meminfo: memFree=21134456/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=678196 CPUtime=3523.94 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 136224 0 0 0 352275 119 0 0 19 0 5 0 499503351 694472704 128357 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 169549 128357 419 389 0 165299 0
[pid=6512/tid=6514] ppid=6511 vsize=678196 CPUtime=882.19 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 31010 0 0 0 88191 28 0 0 25 0 5 0 499503355 694472704 128357 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=678196 CPUtime=882.17 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 33455 0 0 0 88186 31 0 0 25 0 5 0 499503356 694472704 128357 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=678196 CPUtime=877.36 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 32923 0 0 0 87707 29 0 0 25 0 5 0 499503358 694472704 128357 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=678196 CPUtime=882.11 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 32554 0 0 0 88182 29 0 0 25 0 5 0 499503359 694472704 128357 33554432000 4194304 5787044 140735426047824 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 686896

[startup+942.301 s]
/proc/loadavg: 8.02 8.02 8.00 9/188 6616
/proc/meminfo: memFree=21116808/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=687996 CPUtime=3763.61 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 140648 0 0 0 376238 123 0 0 19 0 5 0 499503351 704507904 132781 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 171999 132781 419 389 0 167749 0
[pid=6512/tid=6514] ppid=6511 vsize=687996 CPUtime=942.18 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 31775 0 0 0 94189 29 0 0 25 0 5 0 499503355 704507904 132781 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=687996 CPUtime=942.17 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 33860 0 0 0 94186 31 0 0 25 0 5 0 499503356 704507904 132781 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=687996 CPUtime=937.04 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 33158 0 0 0 93674 30 0 0 25 0 5 0 499503358 704507904 132781 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=687996 CPUtime=942.11 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 35573 0 0 0 94181 30 0 0 25 0 5 0 499503359 704507904 132781 33554432000 4194304 5787044 140735426047824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.61
Current children cumulated vsize (KiB) 696696

[startup+1002.3 s]
/proc/loadavg: 8.01 8.02 8.00 10/188 6617
/proc/meminfo: memFree=21078680/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=704996 CPUtime=4003.29 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 150019 0 0 0 400195 134 0 0 19 0 5 0 499503351 721915904 142152 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 176249 142152 419 389 0 171999 0
[pid=6512/tid=6514] ppid=6511 vsize=704996 CPUtime=1002.19 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 34924 0 0 0 100186 33 0 0 25 0 5 0 499503355 721915904 142152 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=704996 CPUtime=1002.17 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 35760 0 0 0 100183 34 0 0 25 0 5 0 499503356 721915904 142152 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=704996 CPUtime=996.72 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 35930 0 0 0 99639 33 0 0 25 0 5 0 499503358 721915904 142152 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=704996 CPUtime=1002.11 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 37123 0 0 0 100179 32 0 0 25 0 5 0 499503359 721915904 142152 33554432000 4194304 5787044 140735426047824 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.29
Current children cumulated vsize (KiB) 713696

[startup+1062.3 s]
/proc/loadavg: 8.00 8.01 8.00 10/188 6619
/proc/meminfo: memFree=21035244/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=723172 CPUtime=4242.95 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 160358 0 0 0 424153 142 0 0 19 0 5 0 499503351 740528128 152491 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 180793 152491 419 389 0 176543 0
[pid=6512/tid=6514] ppid=6511 vsize=723172 CPUtime=1062.19 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 37943 0 0 0 106184 35 0 0 25 0 5 0 499503355 740528128 152491 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=723172 CPUtime=1062.16 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 38777 0 0 0 106180 36 0 0 25 0 5 0 499503356 740528128 152491 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=723172 CPUtime=1056.39 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 38373 0 0 0 105605 34 0 0 25 0 5 0 499503358 740528128 152491 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=723172 CPUtime=1062.1 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 38983 0 0 0 106176 34 0 0 25 0 5 0 499503359 740528128 152491 33554432000 4194304 5787044 140735426047824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.95
Current children cumulated vsize (KiB) 731872

[startup+1122.3 s]
/proc/loadavg: 8.04 8.02 8.00 10/188 6621
/proc/meminfo: memFree=20981144/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=800064 CPUtime=4482.63 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 169297 0 0 0 448111 152 0 0 19 0 5 0 499503351 819265536 161430 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 200016 161430 419 389 0 195766 0
[pid=6512/tid=6514] ppid=6511 vsize=800064 CPUtime=1122.19 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 39796 0 0 0 112182 37 0 0 25 0 5 0 499503355 819265536 161430 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=800064 CPUtime=1122.16 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 40734 0 0 0 112177 39 0 0 25 0 5 0 499503356 819265536 161430 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=800064 CPUtime=1116.06 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 40697 0 0 0 111569 37 0 0 25 0 5 0 499503358 819265536 161430 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=800064 CPUtime=1122.1 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 41788 0 0 0 112174 36 0 0 25 0 5 0 499503359 819265536 161430 33554432000 4194304 5787044 140735426047824 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.63
Current children cumulated vsize (KiB) 808764

[startup+1182.3 s]
/proc/loadavg: 8.10 8.04 8.01 9/188 6622
/proc/meminfo: memFree=20930752/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=804784 CPUtime=4722.24 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 173470 0 0 0 472069 155 0 0 19 0 5 0 499503351 824098816 164911 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 201196 164911 419 389 0 196946 0
[pid=6512/tid=6514] ppid=6511 vsize=804784 CPUtime=1182.19 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 41211 0 0 0 118180 39 0 0 25 0 5 0 499503355 824098816 164911 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=804784 CPUtime=1182.15 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 41545 0 0 0 118175 40 0 0 25 0 5 0 499503356 824098816 164911 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=804784 CPUtime=1175.73 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 41541 0 0 0 117536 37 0 0 25 0 5 0 499503358 824098816 164911 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=804784 CPUtime=1182.08 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 42891 0 0 0 118171 37 0 0 25 0 5 0 499503359 824098816 164911 33554432000 4194304 5787044 140735426047824 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 813484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.15 8.06 8.01 9/188 6623
/proc/meminfo: memFree=20916340/32951124 swapFree=67111528/67111528
[pid=6511] ppid=6509 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (prissAuto.sh) S 6509 6511 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499503351 8908800 252 33554432000 4194304 4922060 140734837052160 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6511/statm: 2175 252 211 178 0 68 0
[pid=6512] ppid=6511 vsize=804784 CPUtime=4800.15 cores=0,2,4,6
/proc/6512/stat : 6512 (priss) S 6511 6511 4923 0 -1 4202496 173626 0 0 0 479860 155 0 0 19 0 5 0 499503351 824098816 165067 33554432000 4194304 5787044 140735426047824 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6512/statm: 201196 165067 419 389 0 196946 0
[pid=6512/tid=6514] ppid=6511 vsize=804784 CPUtime=1201.69 cores=0,2,4,6
/proc/6512/task/6514/stat : 6514 (priss) R 6511 6511 4923 0 -1 4202560 41212 0 0 0 120130 39 0 0 25 0 5 0 499503355 824098816 165067 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6511 vsize=804784 CPUtime=1201.66 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (priss) R 6511 6511 4923 0 -1 4202560 41545 0 0 0 120126 40 0 0 25 0 5 0 499503356 824098816 165067 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6512/tid=6516] ppid=6511 vsize=804784 CPUtime=1195.12 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (priss) R 6511 6511 4923 0 -1 4202560 41696 0 0 0 119475 37 0 0 25 0 5 0 499503358 824098816 165067 33554432000 4194304 5787044 140735426047824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6511 vsize=804784 CPUtime=1201.58 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (priss) R 6511 6511 4923 0 -1 4202560 42891 0 0 0 120121 37 0 0 25 0 5 0 499503359 824098816 165067 33554432000 4194304 5787044 140735426047824 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 813484

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6511 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.15
CPU user time (s): 4798.6
CPU system time (s): 1.55
CPU usage (%): 399.407
Max. virtual memory (cumulated for all children) (KiB): 876468

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

runsolver used 1.84272 second user time and 4.72228 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 11:54:40
IDJOB=3292240
IDBENCH=85973
IDSOLVER=1602
FILE ID=node140/3292240-1304070880
RUNJOBID= node140-1304056417-4941
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_29.renamed-as.sat05-1916.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292240-1304070880/watcher-3292240-1304070880 -o /tmp/evaluation-result-3292240-1304070880/solver-3292240-1304070880 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3292240-1304070880.cnf 1967459793 4800 15500 4

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

MD5SUM BENCH= f874c09c5787bb3c6a16f7a5f9ea0ad4
RANDOM SEED=1967459793

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:     32951124 kB
MemFree:      21904740 kB
Buffers:       2299692 kB
Cached:        7819648 kB
SwapCached:          0 kB
Active:        2980532 kB
Inactive:      7498572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21904740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3140 kB
Writeback:           0 kB
AnonPages:      359948 kB
Mapped:          15620 kB
Slab:           504252 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   556664 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= 72656 MiB
End job on node140 at 2011-04-29 12:14:44