Trace number 3282351

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 1.0? (TO) 4800.1 1203.92

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 19349
0.00/0.16	c parsetime: 162846us
0.00/0.16	c parsed 598619 clauses with 200308 variables
0.00/0.20	c NW started thread 0 successfully (1088592192)
0.00/0.24	c NW started thread 1 successfully (1106708800)
0.00/0.28	c NW started thread 2 successfully (1117198656)
0.00/0.33	c NW started thread 3 successfully (1127688512)
113.56/29.65	c preprocessor returned 200308 variables
113.56/29.65	c preprocessing returned UNKNOWN
113.56/29.65	c PP set 275 variables
113.56/29.65	c pp time: 29362873us (29s)
115.16/30.02	c preprocessor returned 200308 variables
115.16/30.02	c preprocessing returned UNKNOWN
115.16/30.02	c PP set 275 variables
115.16/30.02	c pp time: 29639485us (29s)
117.94/30.73	c preprocessor returned 200308 variables
117.94/30.73	c preprocessing returned UNKNOWN
117.94/30.73	c PP set 275 variables
117.94/30.73	c pp time: 30395273us (30s)
118.34/30.87	c preprocessor returned 200308 variables
118.34/30.87	c preprocessing returned UNKNOWN
118.34/30.87	c PP set 275 variables
118.34/30.87	c pp time: 30625445us (30s)
306.05/77.88	c HTE
311.63/79.25	c subsumption
314.04/79.88	c simplified formula contains 0 unit clauses
1662.76/417.58	c added unsatisfied clause
1662.76/417.58	c failed to add network clauses
3096.43/776.78	c received clause contains eliminated literal 1424

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-3282351-1304041550/watcher-3282351-1304041550 -o /tmp/evaluation-result-3282351-1304041550/solver-3282351-1304041550 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3282351-1304041550.cnf 136434327 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.78 8.01 8.05 5/180 19348
/proc/meminfo: memFree=24986312/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0

[startup+0.091202 s]
/proc/loadavg: 7.78 8.01 8.05 5/180 19348
/proc/meminfo: memFree=24986312/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100203 s]
/proc/loadavg: 7.78 8.01 8.05 5/180 19348
/proc/meminfo: memFree=24986312/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.310061 s]
/proc/loadavg: 7.78 8.01 8.05 5/180 19348
/proc/meminfo: memFree=24986312/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.38494 s]
/proc/loadavg: 7.78 8.01 8.05 5/180 19348
/proc/meminfo: memFree=24986312/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 7.78 8.01 8.05 5/180 19348
/proc/meminfo: memFree=24986312/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10065 s]
/proc/loadavg: 7.78 8.01 8.05 9/186 19354
/proc/meminfo: memFree=24558836/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=642980 CPUtime=10.83 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 154092 0 0 0 1050 33 0 0 18 0 5 0 515754694 658411520 106617 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 160745 106617 348 389 0 156495 0
[pid=19349/tid=19351] ppid=19348 vsize=642980 CPUtime=2.44 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 32258 0 0 0 238 6 0 0 21 0 5 0 515754714 658411520 106617 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=642980 CPUtime=2.8 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 32766 0 0 0 273 7 0 0 22 0 5 0 515754718 658411520 106617 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330553 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=642980 CPUtime=2.66 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 30182 0 0 0 258 8 0 0 21 0 5 0 515754723 658411520 106617 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330472 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=642980 CPUtime=2.57 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 30950 0 0 0 250 7 0 0 21 0 5 0 515754727 658411520 106617 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330481 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 651680

[startup+6.3011 s]
/proc/loadavg: 7.88 8.03 8.06 11/186 19354
/proc/meminfo: memFree=24558472/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=642980 CPUtime=20.56 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 154101 0 0 0 2023 33 0 0 18 0 5 0 515754694 658411520 106626 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 160745 106626 348 389 0 156495 0
[pid=19349/tid=19351] ppid=19348 vsize=642980 CPUtime=4.18 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 32262 0 0 0 412 6 0 0 25 0 5 0 515754714 658411520 106626 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330484 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=642980 CPUtime=6 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 32771 0 0 0 593 7 0 0 25 0 5 0 515754718 658411520 106626 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=642980 CPUtime=4.27 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 30182 0 0 0 419 8 0 0 25 0 5 0 515754723 658411520 106626 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=642980 CPUtime=5.75 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 30950 0 0 0 568 7 0 0 25 0 5 0 515754727 658411520 106626 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.56
Current children cumulated vsize (KiB) 651680

[startup+12.701 s]
/proc/loadavg: 7.89 8.03 8.06 9/186 19354
/proc/meminfo: memFree=24558508/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=642980 CPUtime=46.13 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 154115 0 0 0 4580 33 0 0 18 0 5 0 515754694 658411520 106640 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 160745 106640 348 389 0 156495 0
[pid=19349/tid=19351] ppid=19348 vsize=642980 CPUtime=10.59 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 32269 0 0 0 1053 6 0 0 25 0 5 0 515754714 658411520 106640 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=642980 CPUtime=12.41 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 32778 0 0 0 1233 8 0 0 25 0 5 0 515754718 658411520 106640 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=642980 CPUtime=10.67 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 30182 0 0 0 1059 8 0 0 25 0 5 0 515754723 658411520 106640 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=642980 CPUtime=12.12 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 30950 0 0 0 1205 7 0 0 25 0 5 0 515754727 658411520 106640 33554432000 4194304 5787044 140735912829136 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.13
Current children cumulated vsize (KiB) 651680

[startup+25.5008 s]
/proc/loadavg: 7.91 8.03 8.05 9/186 19355
/proc/meminfo: memFree=24405996/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=838556 CPUtime=97.18 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 201381 0 0 0 9670 48 0 0 18 0 5 0 515754694 858681344 144775 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 209639 144775 351 389 0 205389 0
[pid=19349/tid=19351] ppid=19348 vsize=838556 CPUtime=23.36 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 41806 0 0 0 2327 9 0 0 25 0 5 0 515754714 858681344 144775 33554432000 4194304 5787044 140735912829136 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=838556 CPUtime=25.19 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 46647 0 0 0 2507 12 0 0 25 0 5 0 515754718 858681344 144775 33554432000 4194304 5787044 140735912829136 18446744073709551615 4345920 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=838556 CPUtime=23.45 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 44074 0 0 0 2332 13 0 0 25 0 5 0 515754723 858681344 144775 33554432000 4194304 5787044 140735912829136 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=838556 CPUtime=24.83 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 40918 0 0 0 2473 10 0 0 25 0 5 0 515754727 858681344 144775 33554432000 4194304 5787044 140735912829136 18446744073709551615 4275935 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.18
Current children cumulated vsize (KiB) 847256

[startup+51.1003 s]
/proc/loadavg: 7.94 8.02 8.05 9/186 19355
/proc/meminfo: memFree=24254616/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=932616 CPUtime=199.42 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 269758 0 0 0 19881 61 0 0 18 0 5 0 515754694 954998784 182616 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 233154 182616 417 389 0 228904 0
[pid=19349/tid=19351] ppid=19348 vsize=932616 CPUtime=48.95 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 60235 0 0 0 4884 11 0 0 25 0 5 0 515754714 954998784 182616 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=932616 CPUtime=50.78 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 63792 0 0 0 5064 14 0 0 25 0 5 0 515754718 954998784 182616 33554432000 4194304 5787044 140735912829136 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=932616 CPUtime=49.03 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 61544 0 0 0 4887 16 0 0 25 0 5 0 515754723 954998784 182616 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=932616 CPUtime=50.29 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 56251 0 0 0 5015 14 0 0 25 0 5 0 515754727 954998784 182616 33554432000 4194304 5787044 140735912829136 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.42
Current children cumulated vsize (KiB) 941316

[startup+102.3 s]
/proc/loadavg: 8.05 8.05 8.06 9/186 19357
/proc/meminfo: memFree=24204764/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=968736 CPUtime=403.9 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 281580 0 0 0 40324 66 0 0 18 0 5 0 515754694 991985664 194438 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 242184 194438 418 389 0 237934 0
[pid=19349/tid=19351] ppid=19348 vsize=968736 CPUtime=100.14 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 60866 0 0 0 10002 12 0 0 25 0 5 0 515754714 991985664 194438 33554432000 4194304 5787044 140735912829136 18446744073709551615 5590751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=968736 CPUtime=101.98 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 64922 0 0 0 10182 16 0 0 25 0 5 0 515754718 991985664 194438 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=968736 CPUtime=100.22 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 62478 0 0 0 10005 17 0 0 25 0 5 0 515754723 991985664 194438 33554432000 4194304 5787044 140735912829136 18446744073709551615 5588108 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=968736 CPUtime=101.19 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 65378 0 0 0 10103 16 0 0 25 0 5 0 515754727 991985664 194438 33554432000 4194304 5787044 140735912829136 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 403.9
Current children cumulated vsize (KiB) 977436

[startup+162.301 s]
/proc/loadavg: 8.09 8.06 8.06 9/186 19358
/proc/meminfo: memFree=24189012/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=968736 CPUtime=643.54 cores=0,2,4,6

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

/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 78805 0 0 0 82122 36 0 0 25 0 5 0 515754718 1295671296 257348 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1265304 CPUtime=819.19 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 74430 0 0 0 81889 30 0 0 25 0 5 0 515754723 1295671296 257348 33554432000 4194304 5787044 140735912829136 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1265304 CPUtime=820.01 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 87311 0 0 0 81956 45 0 0 25 0 5 0 515754727 1295671296 257348 33554432000 4194304 5787044 140735912829136 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3278.56
Current children cumulated vsize (KiB) 1274004

[startup+882.301 s]
/proc/loadavg: 8.14 8.10 8.09 9/186 19411
/proc/meminfo: memFree=24015844/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=1265464 CPUtime=3518.18 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 353344 0 0 0 351639 179 0 0 18 0 5 0 515754694 1295835136 265715 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 316366 265715 418 389 0 312116 0
[pid=19349/tid=19351] ppid=19348 vsize=1265464 CPUtime=877.12 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 76440 0 0 0 87661 51 0 0 25 0 5 0 515754714 1295835136 265715 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=1265464 CPUtime=881.58 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 80241 0 0 0 88119 39 0 0 25 0 5 0 515754718 1295835136 265715 33554432000 4194304 5787044 140735912829136 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1265464 CPUtime=879.13 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 77596 0 0 0 87877 36 0 0 25 0 5 0 515754723 1295835136 265715 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1265464 CPUtime=880 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 91131 0 0 0 87951 49 0 0 25 0 5 0 515754727 1295835136 265715 33554432000 4194304 5787044 140735912829136 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.18
Current children cumulated vsize (KiB) 1274164

[startup+942.3 s]
/proc/loadavg: 8.09 8.10 8.09 9/186 19421
/proc/meminfo: memFree=23987720/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=1265464 CPUtime=3757.75 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 356603 0 0 0 375586 189 0 0 18 0 5 0 515754694 1295835136 268877 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 316366 268877 418 389 0 312116 0
[pid=19349/tid=19351] ppid=19348 vsize=1265464 CPUtime=936.77 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 76635 0 0 0 93626 51 0 0 25 0 5 0 515754714 1295835136 268877 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=1265464 CPUtime=941.56 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 80283 0 0 0 94117 39 0 0 25 0 5 0 515754718 1295835136 268877 33554432000 4194304 5787044 140735912829136 18446744073709551615 5576608 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1265464 CPUtime=939.11 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 79009 0 0 0 93873 38 0 0 25 0 5 0 515754723 1295835136 268877 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1265464 CPUtime=939.95 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 92740 0 0 0 93939 56 0 0 25 0 5 0 515754727 1295835136 268877 33554432000 4194304 5787044 140735912829136 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757.75
Current children cumulated vsize (KiB) 1274164

[startup+1002.3 s]
/proc/loadavg: 8.58 8.22 8.13 10/191 19837
/proc/meminfo: memFree=23939460/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=1335168 CPUtime=3995.81 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 362475 0 0 0 399360 221 0 0 18 0 5 0 515754694 1367212032 274652 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 333792 274652 418 389 0 329542 0
[pid=19349/tid=19351] ppid=19348 vsize=1335168 CPUtime=996.33 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 79195 0 0 0 99575 58 0 0 25 0 5 0 515754714 1367212032 274652 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=1335168 CPUtime=1001.43 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 81570 0 0 0 100102 41 0 0 25 0 5 0 515754718 1367212032 274652 33554432000 4194304 5787044 140735912829136 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1335168 CPUtime=998.21 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 79499 0 0 0 99782 39 0 0 25 0 5 0 515754723 1367212032 274652 33554432000 4194304 5787044 140735912829136 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1335168 CPUtime=999.49 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 94275 0 0 0 99871 78 0 0 25 0 5 0 515754727 1367212032 274652 33554432000 4194304 5787044 140735912829136 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3995.81
Current children cumulated vsize (KiB) 1343868

[startup+1062.3 s]
/proc/loadavg: 8.84 8.36 8.18 10/191 19838
/proc/meminfo: memFree=23931224/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=1337216 CPUtime=4235.28 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 362943 0 0 0 423306 222 0 0 18 0 5 0 515754694 1369309184 275120 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 334304 275120 418 389 0 330054 0
[pid=19349/tid=19351] ppid=19348 vsize=1337216 CPUtime=1055.82 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 79588 0 0 0 105523 59 0 0 25 0 5 0 515754714 1369309184 275120 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=1337216 CPUtime=1061.42 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 81571 0 0 0 106101 41 0 0 25 0 5 0 515754718 1369309184 275120 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1337216 CPUtime=1058.21 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 79500 0 0 0 105782 39 0 0 25 0 5 0 515754723 1369309184 275120 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1337216 CPUtime=1059.48 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 94348 0 0 0 105870 78 0 0 25 0 5 0 515754727 1369309184 275120 33554432000 4194304 5787044 140735912829136 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4235.28
Current children cumulated vsize (KiB) 1345916

[startup+1122.3 s]
/proc/loadavg: 8.98 8.48 8.23 10/191 19840
/proc/meminfo: memFree=23899452/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=1341044 CPUtime=4474.6 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 366878 0 0 0 447231 229 0 0 18 0 5 0 515754694 1373229056 279055 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 335261 279055 418 389 0 331011 0
[pid=19349/tid=19351] ppid=19348 vsize=1341044 CPUtime=1115.13 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 81151 0 0 0 111452 61 0 0 25 0 5 0 515754714 1373229056 279055 33554432000 4194304 5787044 140735912829136 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=1341044 CPUtime=1121.42 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 82841 0 0 0 112098 44 0 0 25 0 5 0 515754718 1373229056 279055 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1341044 CPUtime=1118.22 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 80474 0 0 0 111781 41 0 0 25 0 5 0 515754723 1373229056 279055 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1341044 CPUtime=1119.48 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 94476 0 0 0 111870 78 0 0 25 0 5 0 515754727 1373229056 279055 33554432000 4194304 5787044 140735912829136 18446744073709551615 5527091 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4474.6
Current children cumulated vsize (KiB) 1349744

[startup+1182.3 s]
/proc/loadavg: 9.00 8.59 8.28 10/191 19842
/proc/meminfo: memFree=23827896/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=1479696 CPUtime=4713.96 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 381129 0 0 0 471144 252 0 0 18 0 5 0 515754694 1515208704 293306 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 369924 293306 418 389 0 365674 0
[pid=19349/tid=19351] ppid=19348 vsize=1479696 CPUtime=1174.92 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 84762 0 0 0 117425 67 0 0 25 0 5 0 515754714 1515208704 293306 33554432000 4194304 5787044 140735912829136 18446744073709551615 5590480 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=1479696 CPUtime=1181.34 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 87162 0 0 0 118081 53 0 0 25 0 5 0 515754718 1515208704 293306 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1479696 CPUtime=1178.19 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 82352 0 0 0 117775 44 0 0 25 0 5 0 515754723 1515208704 293306 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1479696 CPUtime=1179.15 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 98917 0 0 0 117833 82 0 0 25 0 5 0 515754727 1515208704 293306 33554432000 4194304 5787044 140735912829136 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4713.96
Current children cumulated vsize (KiB) 1488396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 9.06 8.64 8.31 10/191 19844
/proc/meminfo: memFree=23810768/32951132 swapFree=67111524/67111528
[pid=19348] ppid=19346 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19348/stat : 19348 (priss.sh) S 19346 19348 18837 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 515754694 8908800 251 33554432000 4194304 4922060 140734188334496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19348/statm: 2175 251 211 178 0 68 0
[pid=19349] ppid=19348 vsize=1486428 CPUtime=4800.1 cores=0,2,4,6
/proc/19349/stat : 19349 (priss) S 19348 19348 18837 0 -1 4202496 383916 0 0 0 479753 257 0 0 18 0 5 0 515754694 1522102272 295996 33554432000 4194304 5787044 140735912829136 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19349/statm: 371607 295996 418 389 0 367357 0
[pid=19349/tid=19351] ppid=19348 vsize=1486428 CPUtime=1196.45 cores=0,2,4,6
/proc/19349/task/19351/stat : 19351 (priss) R 19348 19348 18837 0 -1 4202560 85153 0 0 0 119577 68 0 0 25 0 5 0 515754714 1522102272 295996 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19349/tid=19352] ppid=19348 vsize=1486428 CPUtime=1202.94 cores=0,2,4,6
/proc/19349/task/19352/stat : 19352 (priss) R 19348 19348 18837 0 -1 4202560 88317 0 0 0 120240 54 0 0 25 0 5 0 515754718 1522102272 295996 33554432000 4194304 5787044 140735912829136 18446744073709551615 5591661 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19349/tid=19353] ppid=19348 vsize=1486428 CPUtime=1199.79 cores=0,2,4,6
/proc/19349/task/19353/stat : 19353 (priss) R 19348 19348 18837 0 -1 4202560 83152 0 0 0 119933 46 0 0 25 0 5 0 515754723 1522102272 295996 33554432000 4194304 5787044 140735912829136 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19349/tid=19354] ppid=19348 vsize=1486428 CPUtime=1200.56 cores=0,2,4,6
/proc/19349/task/19354/stat : 19354 (priss) R 19348 19348 18837 0 -1 4202560 99358 0 0 0 119972 84 0 0 25 0 5 0 515754727 1522102272 295996 33554432000 4194304 5787044 140735912829136 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1495128

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 19348 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.92
CPU time (s): 4800.1
CPU user time (s): 4797.53
CPU system time (s): 2.57
CPU usage (%): 398.706
Max. virtual memory (cumulated for all children) (KiB): 1495128

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

runsolver used 1.78873 second user time and 5.01624 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 03:45:51
IDJOB=3282351
IDBENCH=70808
IDSOLVER=1603
FILE ID=node131/3282351-1304041550
RUNJOBID= node131-1304036726-18855
PBS_JOBID= 13170364
Free space on /tmp= 71372 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282351-1304041550/watcher-3282351-1304041550 -o /tmp/evaluation-result-3282351-1304041550/solver-3282351-1304041550 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282351-1304041550.cnf 136434327 4800 15500 4

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=136434327

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24986460 kB
Buffers:        938512 kB
Cached:        6214136 kB
SwapCached:          4 kB
Active:         463784 kB
Inactive:      7014180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24986460 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12116 kB
Writeback:          28 kB
AnonPages:      324556 kB
Mapped:          15984 kB
Slab:           423128 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   520300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71372 MiB
End job on node131 at 2011-04-29 04:05:57