Trace number 3264187

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.07 1201.82

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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: 21979
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 27510us
0.00/0.03	c parsed 132295 clauses with 1534 variables
0.00/0.04	c NW started thread 0 successfully (1087682880)
0.00/0.05	c NW started thread 1 successfully (1104464192)
0.00/0.06	c NW started thread 2 successfully (1114954048)
0.00/0.08	c NW started thread 3 successfully (1125443904)
16.75/4.36	c preprocessor returned 10010 variables
16.75/4.36	c preprocessing returned UNKNOWN
16.75/4.36	c PP set 0 variables
16.75/4.36	c pp time: 4272822us (4s)
16.75/4.36	c preprocessor returned 10010 variables
16.75/4.36	c preprocessing returned UNKNOWN
16.75/4.36	c PP set 0 variables
16.75/4.36	c pp time: 4305719us (4s)
16.75/4.37	c preprocessor returned 10010 variables
16.75/4.37	c preprocessing returned UNKNOWN
16.75/4.37	c PP set 0 variables
16.75/4.37	c pp time: 4328113us (4s)
35.53/9.08	c preprocessor returned 30008 variables
35.53/9.08	c preprocessing returned UNKNOWN
35.53/9.08	c PP set 0 variables
35.53/9.08	c pp time: 9001471us (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-3264187-1304066629/watcher-3264187-1304066629 -o /tmp/evaluation-result-3264187-1304066629/solver-3264187-1304066629 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3264187-1304066629.cnf 1957218846 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: 8.07 8.11 8.06 5/182 21978
/proc/meminfo: memFree=17441636/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0

[startup+0.032901 s]
/proc/loadavg: 8.07 8.11 8.06 5/182 21978
/proc/meminfo: memFree=17441636/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100883 s]
/proc/loadavg: 8.07 8.11 8.06 5/182 21978
/proc/meminfo: memFree=17441636/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.635954 s]
/proc/loadavg: 8.07 8.11 8.06 5/182 21978
/proc/meminfo: memFree=17441636/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.21261 s]
/proc/loadavg: 8.07 8.11 8.06 5/182 21978
/proc/meminfo: memFree=17441636/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 8.07 8.11 8.06 5/182 21978
/proc/meminfo: memFree=17441636/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10026 s]
/proc/loadavg: 8.07 8.11 8.06 9/188 21984
/proc/meminfo: memFree=17390128/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=289644 CPUtime=11.96 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 26151 0 0 0 1188 8 0 0 18 0 5 0 596893560 296595456 12978 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 72411 12978 352 389 0 68161 0
[pid=21979/tid=21981] ppid=21978 vsize=289644 CPUtime=2.97 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 4527 0 0 0 295 2 0 0 24 0 5 0 596893563 296595456 12978 33554432000 4194304 5787044 140734386981328 18446744073709551615 256415089258 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=289644 CPUtime=2.97 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 4744 0 0 0 295 2 0 0 24 0 5 0 596893564 296595456 12978 33554432000 4194304 5787044 140734386981328 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=289644 CPUtime=2.97 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 4635 0 0 0 297 0 0 0 24 0 5 0 596893566 296595456 12978 33554432000 4194304 5787044 140734386981328 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=289644 CPUtime=2.94 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 4750 0 0 0 293 1 0 0 24 0 5 0 596893568 296595456 12978 33554432000 4194304 5787044 140734386981328 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 298344

[startup+6.30666 s]
/proc/loadavg: 8.07 8.11 8.06 9/188 21984
/proc/meminfo: memFree=17361688/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=304496 CPUtime=24.77 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 42371 0 0 0 2465 12 0 0 18 0 5 0 596893560 311803904 19740 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 76124 19740 404 389 0 71874 0
[pid=21979/tid=21981] ppid=21978 vsize=304496 CPUtime=6.16 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 9718 0 0 0 613 3 0 0 21 0 5 0 596893563 311803904 19740 33554432000 4194304 5787044 140734386981328 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=304496 CPUtime=6.18 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 9362 0 0 0 614 4 0 0 21 0 5 0 596893564 311803904 19740 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=304496 CPUtime=6.18 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 8913 0 0 0 617 1 0 0 25 0 5 0 596893566 311803904 19740 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591272 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=304496 CPUtime=6.15 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 6883 0 0 0 613 2 0 0 25 0 5 0 596893568 311803904 19740 33554432000 4194304 5787044 140734386981328 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 313196

[startup+12.7005 s]
/proc/loadavg: 8.14 8.12 8.06 9/188 21984
/proc/meminfo: memFree=17347192/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=306792 CPUtime=50.3 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 49406 0 0 0 5017 13 0 0 18 0 5 0 596893560 314155008 22887 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 76698 22887 417 389 0 72448 0
[pid=21979/tid=21981] ppid=21978 vsize=306792 CPUtime=12.52 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 10239 0 0 0 1249 3 0 0 25 0 5 0 596893563 314155008 22887 33554432000 4194304 5787044 140734386981328 18446744073709551615 5576636 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=306792 CPUtime=12.57 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 9848 0 0 0 1253 4 0 0 25 0 5 0 596893564 314155008 22887 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591671 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=306792 CPUtime=12.57 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 9456 0 0 0 1256 1 0 0 25 0 5 0 596893566 314155008 22887 33554432000 4194304 5787044 140734386981328 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=306792 CPUtime=12.54 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 12368 0 0 0 1251 3 0 0 25 0 5 0 596893568 314155008 22887 33554432000 4194304 5787044 140734386981328 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 315492

[startup+25.5011 s]
/proc/loadavg: 8.11 8.12 8.06 9/188 21984
/proc/meminfo: memFree=17320272/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=314696 CPUtime=101.43 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 54160 0 0 0 10128 15 0 0 18 0 5 0 596893560 322248704 27641 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 78674 27641 417 389 0 74424 0
[pid=21979/tid=21981] ppid=21978 vsize=314696 CPUtime=25.25 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 11228 0 0 0 2521 4 0 0 25 0 5 0 596893563 322248704 27641 33554432000 4194304 5787044 140734386981328 18446744073709551615 5590393 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=314696 CPUtime=25.37 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 10750 0 0 0 2532 5 0 0 25 0 5 0 596893564 322248704 27641 33554432000 4194304 5787044 140734386981328 18446744073709551615 5590393 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=314696 CPUtime=25.38 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 11421 0 0 0 2536 2 0 0 25 0 5 0 596893566 322248704 27641 33554432000 4194304 5787044 140734386981328 18446744073709551615 5590262 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=314696 CPUtime=25.34 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 13266 0 0 0 2531 3 0 0 25 0 5 0 596893568 322248704 27641 33554432000 4194304 5787044 140734386981328 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 323396

[startup+51.1003 s]
/proc/loadavg: 8.14 8.12 8.07 9/188 21985
/proc/meminfo: memFree=17265768/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=325904 CPUtime=203.68 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 61267 0 0 0 20346 22 0 0 18 0 5 0 596893560 333725696 34746 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 81476 34746 417 389 0 77226 0
[pid=21979/tid=21981] ppid=21978 vsize=325904 CPUtime=50.71 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 12561 0 0 0 5066 5 0 0 25 0 5 0 596893563 333725696 34746 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=325904 CPUtime=50.97 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 12121 0 0 0 5090 7 0 0 25 0 5 0 596893564 333725696 34746 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=325904 CPUtime=50.97 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 14191 0 0 0 5094 3 0 0 25 0 5 0 596893566 333725696 34746 33554432000 4194304 5787044 140734386981328 18446744073709551615 5590355 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=325904 CPUtime=50.94 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 14899 0 0 0 5089 5 0 0 25 0 5 0 596893568 333725696 34746 33554432000 4194304 5787044 140734386981328 18446744073709551615 5524560 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 334604

[startup+102.301 s]
/proc/loadavg: 8.16 8.13 8.07 9/188 21986
/proc/meminfo: memFree=17212820/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=345700 CPUtime=408.19 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 73697 0 0 0 40785 34 0 0 18 0 5 0 596893560 353996800 47109 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 86425 47109 418 389 0 82175 0
[pid=21979/tid=21981] ppid=21978 vsize=345700 CPUtime=101.83 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 15289 0 0 0 10174 9 0 0 25 0 5 0 596893563 353996800 47109 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591737 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=345700 CPUtime=101.96 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 14813 0 0 0 10186 10 0 0 25 0 5 0 596893564 353996800 47109 33554432000 4194304 5787044 140734386981328 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=345700 CPUtime=102.17 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 19095 0 0 0 10212 5 0 0 25 0 5 0 596893566 353996800 47109 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=345700 CPUtime=102.14 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 17005 0 0 0 10206 8 0 0 25 0 5 0 596893568 353996800 47109 33554432000 4194304 5787044 140734386981328 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 354400

[startup+162.3 s]
/proc/loadavg: 8.17 8.14 8.08 9/188 21988
/proc/meminfo: memFree=17122544/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=368912 CPUtime=647.85 cores=0,2,4,6

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

/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 34393 0 0 0 81855 38 0 0 25 0 5 0 596893564 703754240 135193 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=687260 CPUtime=821.25 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 40551 0 0 0 82107 18 0 0 25 0 5 0 596893566 703754240 135193 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=687260 CPUtime=822.06 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 39441 0 0 0 82171 35 0 0 25 0 5 0 596893568 703754240 135193 33554432000 4194304 5787044 140734386981328 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.15
Current children cumulated vsize (KiB) 695960

[startup+882.3 s]
/proc/loadavg: 8.09 8.09 8.08 9/188 22040
/proc/meminfo: memFree=17659616/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=709488 CPUtime=3523.82 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 175735 0 0 0 352239 143 0 0 18 0 5 0 596893560 726515712 147269 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 177372 147269 419 389 0 173122 0
[pid=21979/tid=21981] ppid=21978 vsize=709488 CPUtime=881.81 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 44680 0 0 0 88140 41 0 0 25 0 5 0 596893563 726515712 147269 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=709488 CPUtime=878.93 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 37708 0 0 0 87851 42 0 0 25 0 5 0 596893564 726515712 147269 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=709488 CPUtime=880.92 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 44144 0 0 0 88071 21 0 0 25 0 5 0 596893566 726515712 147269 33554432000 4194304 5787044 140734386981328 18446744073709551615 5576674 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=709488 CPUtime=882.05 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 41708 0 0 0 88169 36 0 0 25 0 5 0 596893568 726515712 147269 33554432000 4194304 5787044 140734386981328 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.82
Current children cumulated vsize (KiB) 718188

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 22042
/proc/meminfo: memFree=17630308/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=724452 CPUtime=3763.52 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 182448 0 0 0 376200 152 0 0 18 0 5 0 596893560 741838848 153982 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 181113 153982 419 389 0 176863 0
[pid=21979/tid=21981] ppid=21978 vsize=724452 CPUtime=941.82 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 44680 0 0 0 94140 42 0 0 25 0 5 0 596893563 741838848 153982 33554432000 4194304 5787044 140734386981328 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=724452 CPUtime=938.94 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 37708 0 0 0 93852 42 0 0 25 0 5 0 596893564 741838848 153982 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=724452 CPUtime=940.6 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 47914 0 0 0 94036 24 0 0 25 0 5 0 596893566 741838848 153982 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=724452 CPUtime=942.06 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 44651 0 0 0 94164 42 0 0 25 0 5 0 596893568 741838848 153982 33554432000 4194304 5787044 140734386981328 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.52
Current children cumulated vsize (KiB) 733152

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.08 9/188 22043
/proc/meminfo: memFree=17577712/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=729832 CPUtime=4003.16 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 186640 0 0 0 400159 157 0 0 18 0 5 0 596893560 747347968 157949 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 182458 157949 419 389 0 178208 0
[pid=21979/tid=21981] ppid=21978 vsize=729832 CPUtime=1001.81 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 44683 0 0 0 100139 42 0 0 25 0 5 0 596893563 747347968 157949 33554432000 4194304 5787044 140734386981328 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=729832 CPUtime=998.93 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 37709 0 0 0 99851 42 0 0 25 0 5 0 596893564 747347968 157949 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=729832 CPUtime=1000.27 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 49079 0 0 0 100002 25 0 0 25 0 5 0 596893566 747347968 157949 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=729832 CPUtime=1002.05 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 47674 0 0 0 100160 45 0 0 25 0 5 0 596893568 747347968 157949 33554432000 4194304 5787044 140734386981328 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 738532

[startup+1062.31 s]
/proc/loadavg: 8.12 8.10 8.08 9/188 22054
/proc/meminfo: memFree=17551768/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=729832 CPUtime=4242.83 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 186649 0 0 0 424125 158 0 0 18 0 5 0 596893560 747347968 157958 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 182458 157958 419 389 0 178208 0
[pid=21979/tid=21981] ppid=21978 vsize=729832 CPUtime=1061.79 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 44689 0 0 0 106137 42 0 0 25 0 5 0 596893563 747347968 157958 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=729832 CPUtime=1058.93 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 37712 0 0 0 105851 42 0 0 25 0 5 0 596893564 747347968 157958 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=729832 CPUtime=1059.94 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 49079 0 0 0 105969 25 0 0 25 0 5 0 596893566 747347968 157958 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=729832 CPUtime=1062.05 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 47674 0 0 0 106160 45 0 0 25 0 5 0 596893568 747347968 157958 33554432000 4194304 5787044 140734386981328 18446744073709551615 5526892 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.83
Current children cumulated vsize (KiB) 738532

[startup+1122.3 s]
/proc/loadavg: 8.10 8.09 8.08 11/189 22056
/proc/meminfo: memFree=17551712/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=729832 CPUtime=4482.48 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 186671 0 0 0 448090 158 0 0 18 0 5 0 596893560 747347968 157980 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 182458 157980 419 389 0 178208 0
[pid=21979/tid=21981] ppid=21978 vsize=729832 CPUtime=1121.8 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 44701 0 0 0 112137 43 0 0 25 0 5 0 596893563 747347968 157980 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=729832 CPUtime=1118.92 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 37721 0 0 0 111850 42 0 0 25 0 5 0 596893564 747347968 157980 33554432000 4194304 5787044 140734386981328 18446744073709551615 5590671 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=729832 CPUtime=1119.61 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 49079 0 0 0 111936 25 0 0 25 0 5 0 596893566 747347968 157980 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=729832 CPUtime=1122.05 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 47675 0 0 0 112159 46 0 0 25 0 5 0 596893568 747347968 157980 33554432000 4194304 5787044 140734386981328 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 738532

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 22057
/proc/meminfo: memFree=17546840/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=733932 CPUtime=4722.15 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 187763 0 0 0 472056 159 0 0 18 0 5 0 596893560 751546368 159072 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 183483 159072 419 389 0 179233 0
[pid=21979/tid=21981] ppid=21978 vsize=733932 CPUtime=1181.8 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 45759 0 0 0 118137 43 0 0 25 0 5 0 596893563 751546368 159072 33554432000 4194304 5787044 140734386981328 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=733932 CPUtime=1178.93 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 37752 0 0 0 117850 43 0 0 25 0 5 0 596893564 751546368 159072 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=733932 CPUtime=1179.28 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 49079 0 0 0 117903 25 0 0 25 0 5 0 596893566 751546368 159072 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=733932 CPUtime=1182.04 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 47678 0 0 0 118158 46 0 0 25 0 5 0 596893568 751546368 159072 33554432000 4194304 5787044 140734386981328 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.15
Current children cumulated vsize (KiB) 742632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.06 8.08 8.08 10/188 22058
/proc/meminfo: memFree=17543368/32950928 swapFree=67111524/67111528
[pid=21978] ppid=21976 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21978/stat : 21978 (prissAuto.sh) S 21976 21978 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596893559 8908800 251 33554432000 4194304 4922060 140736409816192 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21978/statm: 2175 251 211 178 0 68 0
[pid=21979] ppid=21978 vsize=733932 CPUtime=4800.07 cores=0,2,4,6
/proc/21979/stat : 21979 (priss) S 21978 21978 20564 0 -1 4202496 187881 0 0 0 479848 159 0 0 18 0 5 0 596893560 751546368 159190 33554432000 4194304 5787044 140734386981328 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21979/statm: 183483 159190 419 389 0 179233 0
[pid=21979/tid=21981] ppid=21978 vsize=733932 CPUtime=1201.31 cores=0,2,4,6
/proc/21979/task/21981/stat : 21981 (priss) R 21978 21978 20564 0 -1 4202560 45808 0 0 0 120088 43 0 0 25 0 5 0 596893563 751546368 159190 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21979/tid=21982] ppid=21978 vsize=733932 CPUtime=1198.44 cores=0,2,4,6
/proc/21979/task/21982/stat : 21982 (priss) R 21978 21978 20564 0 -1 4202560 37820 0 0 0 119801 43 0 0 25 0 5 0 596893564 751546368 159190 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21979/tid=21983] ppid=21978 vsize=733932 CPUtime=1198.68 cores=0,2,4,6
/proc/21979/task/21983/stat : 21983 (priss) R 21978 21978 20564 0 -1 4202560 49079 0 0 0 119843 25 0 0 25 0 5 0 596893566 751546368 159190 33554432000 4194304 5787044 140734386981328 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21979/tid=21984] ppid=21978 vsize=733932 CPUtime=1201.54 cores=0,2,4,6
/proc/21979/task/21984/stat : 21984 (priss) R 21978 21978 20564 0 -1 4202560 47679 0 0 0 120108 46 0 0 25 0 5 0 596893568 751546368 159190 33554432000 4194304 5787044 140734386981328 18446744073709551615 5527215 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 742632

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 21978 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.07
#
# 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.07
CPU user time (s): 4798.48
CPU system time (s): 1.59
CPU usage (%): 399.4
Max. virtual memory (cumulated for all children) (KiB): 742632

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= 331
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.72674 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 10:43:49
IDJOB=3264187
IDBENCH=84560
IDSOLVER=1602
FILE ID=node115/3264187-1304066629
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72716 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264187-1304066629/watcher-3264187-1304066629 -o /tmp/evaluation-result-3264187-1304066629/solver-3264187-1304066629 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3264187-1304066629.cnf 1957218846 4800 15500 4

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1957218846

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.811
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.811
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.811
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.811
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:     32950928 kB
MemFree:      17441908 kB
Buffers:       2319772 kB
Cached:       11560656 kB
SwapCached:          4 kB
Active:        7838056 kB
Inactive:      7116112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17441908 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3176 kB
Writeback:           0 kB
AnonPages:     1073044 kB
Mapped:          15628 kB
Slab:           490012 kB
PageTables:       7324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1365144 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= 72728 MiB
End job on node115 at 2011-04-29 11:03:53