Trace number 3262339

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_443.cnf
MD5SUM91ac0151536835225f21cbe5a3574a2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.435933
Satisfiable
(Un)Satisfiability was proved
Number of variables222
Number of clauses26201
Sum of the clauses size115467
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2294
Number of clauses of size 323935
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51972

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: 21314
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8340us
0.00/0.01	c parsed 26201 clauses with 222 variables
0.00/0.01	c NW started thread 0 successfully (1093650752)
0.00/0.01	c NW started thread 1 successfully (1104140608)
0.00/0.01	c NW started thread 2 successfully (1114630464)
0.00/0.02	c NW started thread 3 successfully (1125120320)
8.32/2.10	c preprocessor returned 10012 variables
8.32/2.10	c preprocessing returned UNKNOWN
8.32/2.10	c PP set 0 variables
8.32/2.10	c pp time: 2085021us (2s)
8.32/2.10	c preprocessor returned 10012 variables
8.32/2.10	c preprocessing returned UNKNOWN
8.32/2.10	c PP set 0 variables
8.32/2.10	c pp time: 2086791us (2s)
8.32/2.13	c preprocessor returned 10012 variables
8.32/2.13	c preprocessing returned UNKNOWN
8.32/2.13	c PP set 0 variables
8.32/2.13	c pp time: 2117425us (2s)
295.91/74.17	c preprocessor returned 30018 variables
295.91/74.17	c preprocessing returned UNKNOWN
295.91/74.17	c PP set 0 variables
295.91/74.17	c pp time: 74156979us (74s)

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-3262339-1304060597/watcher-3262339-1304060597 -o /tmp/evaluation-result-3262339-1304060597/solver-3262339-1304060597 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262339-1304060597.cnf 1647285577 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.00 7.99 6/182 21313
/proc/meminfo: memFree=18244444/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0

[startup+0.82395 s]
/proc/loadavg: 7.78 8.00 7.99 6/182 21313
/proc/meminfo: memFree=18244444/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900933 s]
/proc/loadavg: 7.78 8.00 7.99 6/182 21313
/proc/meminfo: memFree=18244444/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00091 s]
/proc/loadavg: 7.78 8.00 7.99 6/182 21313
/proc/meminfo: memFree=18244444/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.1009 s]
/proc/loadavg: 7.78 8.00 7.99 6/182 21313
/proc/meminfo: memFree=18244444/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50082 s]
/proc/loadavg: 7.78 8.00 7.99 6/182 21313
/proc/meminfo: memFree=18244444/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10052 s]
/proc/loadavg: 7.78 8.00 7.99 9/188 21319
/proc/meminfo: memFree=18202360/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=281856 CPUtime=12.31 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 11575 0 0 0 1229 2 0 0 25 0 5 0 596290385 288620544 10590 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 70464 10590 404 389 0 66214 0
[pid=21314/tid=21316] ppid=21313 vsize=281856 CPUtime=3.07 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 2996 0 0 0 307 0 0 0 25 0 5 0 596290387 288620544 10590 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=281856 CPUtime=3.07 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 2292 0 0 0 307 0 0 0 25 0 5 0 596290387 288620544 10590 33554432000 4194304 5787044 140736454227984 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=281856 CPUtime=3.05 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 1905 0 0 0 305 0 0 0 25 0 5 0 596290387 288620544 10590 33554432000 4194304 5787044 140736454227984 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=281856 CPUtime=3.07 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 2632 0 0 0 307 0 0 0 25 0 5 0 596290387 288620544 10590 33554432000 4194304 5787044 140736454227984 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 290556

[startup+6.30692 s]
/proc/loadavg: 7.79 8.00 7.99 9/188 21319
/proc/meminfo: memFree=18199844/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=281856 CPUtime=25.12 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 12110 0 0 0 2510 2 0 0 25 0 5 0 596290385 288620544 11125 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 70464 11125 404 389 0 66214 0
[pid=21314/tid=21316] ppid=21313 vsize=281856 CPUtime=6.27 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 3151 0 0 0 627 0 0 0 25 0 5 0 596290387 288620544 11125 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=281856 CPUtime=6.28 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 2366 0 0 0 628 0 0 0 25 0 5 0 596290387 288620544 11125 33554432000 4194304 5787044 140736454227984 18446744073709551615 256415046772 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=281856 CPUtime=6.24 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 2204 0 0 0 624 0 0 0 25 0 5 0 596290387 288620544 11125 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=281856 CPUtime=6.28 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 2639 0 0 0 628 0 0 0 25 0 5 0 596290387 288620544 11125 33554432000 4194304 5787044 140736454227984 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 290556

[startup+12.7007 s]
/proc/loadavg: 7.89 8.02 8.00 9/188 21319
/proc/meminfo: memFree=18190312/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=286948 CPUtime=50.66 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 14225 0 0 0 5063 3 0 0 25 0 5 0 596290385 293834752 13240 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 71737 13240 404 389 0 67487 0
[pid=21314/tid=21316] ppid=21313 vsize=286948 CPUtime=12.67 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 4537 0 0 0 1266 1 0 0 25 0 5 0 596290387 293834752 13240 33554432000 4194304 5787044 140736454227984 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=286948 CPUtime=12.67 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 2747 0 0 0 1267 0 0 0 25 0 5 0 596290387 293834752 13240 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=286948 CPUtime=12.6 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 2552 0 0 0 1260 0 0 0 25 0 5 0 596290387 293834752 13240 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=286948 CPUtime=12.67 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 2639 0 0 0 1267 0 0 0 25 0 5 0 596290387 293834752 13240 33554432000 4194304 5787044 140736454227984 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 295648

[startup+25.5003 s]
/proc/loadavg: 7.91 8.02 8.00 9/188 21319
/proc/meminfo: memFree=18178776/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=289940 CPUtime=101.78 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 17004 0 0 0 10172 6 0 0 25 0 5 0 596290385 296898560 16019 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 72485 16019 404 389 0 68235 0
[pid=21314/tid=21316] ppid=21313 vsize=289940 CPUtime=25.46 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 5220 0 0 0 2545 1 0 0 25 0 5 0 596290387 296898560 16019 33554432000 4194304 5787044 140736454227984 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=289940 CPUtime=25.47 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 3922 0 0 0 2546 1 0 0 25 0 5 0 596290387 296898560 16019 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=289940 CPUtime=25.34 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 3473 0 0 0 2532 2 0 0 25 0 5 0 596290387 296898560 16019 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=289940 CPUtime=25.47 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 2639 0 0 0 2547 0 0 0 25 0 5 0 596290387 296898560 16019 33554432000 4194304 5787044 140736454227984 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 298640

[startup+51.1005 s]
/proc/loadavg: 7.94 8.02 8.00 9/188 21320
/proc/meminfo: memFree=18161280/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=297028 CPUtime=204.04 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 21164 0 0 0 20395 9 0 0 25 0 5 0 596290385 304156672 20175 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 74257 20175 404 389 0 70007 0
[pid=21314/tid=21316] ppid=21313 vsize=297028 CPUtime=51.06 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 6268 0 0 0 5104 2 0 0 25 0 5 0 596290387 304156672 20175 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=297028 CPUtime=51.06 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 6205 0 0 0 5104 2 0 0 25 0 5 0 596290387 304156672 20175 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=297028 CPUtime=50.8 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 4302 0 0 0 5077 3 0 0 25 0 5 0 596290387 304156672 20175 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=297028 CPUtime=51.07 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 2639 0 0 0 5107 0 0 0 25 0 5 0 596290387 304156672 20175 33554432000 4194304 5787044 140736454227984 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 305728

[startup+102.301 s]
/proc/loadavg: 8.02 8.03 8.00 9/188 21321
/proc/meminfo: memFree=18113772/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=313572 CPUtime=408.54 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 31190 0 0 0 40837 17 0 0 25 0 5 0 596290385 321097728 28577 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 78393 28577 417 389 0 74143 0
[pid=21314/tid=21316] ppid=21313 vsize=313572 CPUtime=102.25 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 8045 0 0 0 10221 4 0 0 25 0 5 0 596290387 321097728 28577 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=313572 CPUtime=102.26 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 7479 0 0 0 10222 4 0 0 25 0 5 0 596290387 321097728 28577 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=313572 CPUtime=101.71 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 7064 0 0 0 10167 4 0 0 25 0 5 0 596290387 321097728 28577 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=313572 CPUtime=102.27 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 6852 0 0 0 10225 2 0 0 25 0 5 0 596290387 321097728 28577 33554432000 4194304 5787044 140736454227984 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 322272

[startup+162.301 s]
/proc/loadavg: 8.09 8.05 8.01 9/188 21323
/proc/meminfo: memFree=18077292/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=322732 CPUtime=648.19 cores=0,2,4,6

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

/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 18963 0 0 0 82212 14 0 0 25 0 5 0 596290387 396414976 72895 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=387124 CPUtime=817.78 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 17804 0 0 0 81763 15 0 0 25 0 5 0 596290387 396414976 72895 33554432000 4194304 5787044 140736454227984 18446744073709551615 256415089607 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=387124 CPUtime=822.26 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 19094 0 0 0 82209 17 0 0 25 0 5 0 596290387 396414976 72895 33554432000 4194304 5787044 140736454227984 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.52
Current children cumulated vsize (KiB) 395824

[startup+882.301 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 21375
/proc/meminfo: memFree=18061436/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=391376 CPUtime=3524.17 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 77581 0 0 0 352356 61 0 0 25 0 5 0 596290385 400769024 74030 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 97844 74030 419 389 0 93594 0
[pid=21314/tid=21316] ppid=21313 vsize=391376 CPUtime=882.17 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 19008 0 0 0 88203 14 0 0 25 0 5 0 596290387 400769024 74030 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=391376 CPUtime=882.25 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 19616 0 0 0 88211 14 0 0 25 0 5 0 596290387 400769024 74030 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591068 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=391376 CPUtime=877.45 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 17860 0 0 0 87730 15 0 0 25 0 5 0 596290387 400769024 74030 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=391376 CPUtime=882.26 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 19347 0 0 0 88209 17 0 0 25 0 5 0 596290387 400769024 74030 33554432000 4194304 5787044 140736454227984 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 400076

[startup+942.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 21377
/proc/meminfo: memFree=18015916/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=400332 CPUtime=3763.84 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 81328 0 0 0 376320 64 0 0 25 0 5 0 596290385 409939968 77572 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 100083 77572 419 389 0 95833 0
[pid=21314/tid=21316] ppid=21313 vsize=400332 CPUtime=942.16 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 19688 0 0 0 94202 14 0 0 25 0 5 0 596290387 409939968 77572 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=400332 CPUtime=942.26 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 20281 0 0 0 94212 14 0 0 25 0 5 0 596290387 409939968 77572 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=400332 CPUtime=937.12 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 18711 0 0 0 93695 17 0 0 25 0 5 0 596290387 409939968 77572 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=400332 CPUtime=942.24 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 20898 0 0 0 94207 17 0 0 25 0 5 0 596290387 409939968 77572 33554432000 4194304 5787044 140736454227984 18446744073709551615 256415047600 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 409032

[startup+1002.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 21378
/proc/meminfo: memFree=17978680/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=401228 CPUtime=4003.5 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 83545 0 0 0 400282 68 0 0 25 0 5 0 596290385 410857472 79789 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 100307 79789 419 389 0 96057 0
[pid=21314/tid=21316] ppid=21313 vsize=401228 CPUtime=1002.15 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 20066 0 0 0 100201 14 0 0 25 0 5 0 596290387 410857472 79789 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=401228 CPUtime=1002.26 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 20560 0 0 0 100211 15 0 0 25 0 5 0 596290387 410857472 79789 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=401228 CPUtime=996.8 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 19287 0 0 0 99662 18 0 0 25 0 5 0 596290387 410857472 79789 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=401228 CPUtime=1002.25 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 21882 0 0 0 100205 20 0 0 25 0 5 0 596290387 410857472 79789 33554432000 4194304 5787044 140736454227984 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 409928

[startup+1062.31 s]
/proc/loadavg: 8.07 8.04 8.00 9/188 21380
/proc/meminfo: memFree=17913552/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=471376 CPUtime=4243.2 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 87294 0 0 0 424247 73 0 0 25 0 5 0 596290385 482689024 83538 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 117844 83538 419 389 0 113594 0
[pid=21314/tid=21316] ppid=21313 vsize=471376 CPUtime=1062.16 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 20421 0 0 0 106201 15 0 0 25 0 5 0 596290387 482689024 83538 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=471376 CPUtime=1062.27 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 20789 0 0 0 106212 15 0 0 25 0 5 0 596290387 482689024 83538 33554432000 4194304 5787044 140736454227984 18446744073709551615 256415047095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=471376 CPUtime=1056.47 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 20451 0 0 0 105627 20 0 0 25 0 5 0 596290387 482689024 83538 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=471376 CPUtime=1062.25 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 23883 0 0 0 106204 21 0 0 25 0 5 0 596290387 482689024 83538 33554432000 4194304 5787044 140736454227984 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 480076

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 21382
/proc/meminfo: memFree=17902972/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=543012 CPUtime=4482.82 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 89847 0 0 0 448208 74 0 0 25 0 5 0 596290385 556044288 85866 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 135753 85866 419 389 0 131503 0
[pid=21314/tid=21316] ppid=21313 vsize=543012 CPUtime=1122.13 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 22063 0 0 0 112198 15 0 0 25 0 5 0 596290387 556044288 85866 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=543012 CPUtime=1122.25 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 21140 0 0 0 112210 15 0 0 25 0 5 0 596290387 556044288 85866 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=543012 CPUtime=1116.15 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 20763 0 0 0 111594 21 0 0 25 0 5 0 596290387 556044288 85866 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=543012 CPUtime=1122.25 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 24131 0 0 0 112203 22 0 0 25 0 5 0 596290387 556044288 85866 33554432000 4194304 5787044 140736454227984 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.82
Current children cumulated vsize (KiB) 551712

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/188 21383
/proc/meminfo: memFree=17867224/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=612648 CPUtime=4722.5 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 90596 0 0 0 472175 75 0 0 25 0 5 0 596290385 627351552 86615 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 153162 86615 419 389 0 148912 0
[pid=21314/tid=21316] ppid=21313 vsize=612648 CPUtime=1182.13 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 22063 0 0 0 118198 15 0 0 25 0 5 0 596290387 627351552 86615 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=612648 CPUtime=1182.25 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 21140 0 0 0 118210 15 0 0 25 0 5 0 596290387 627351552 86615 33554432000 4194304 5787044 140736454227984 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=612648 CPUtime=1175.82 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 21362 0 0 0 117561 21 0 0 25 0 5 0 596290387 627351552 86615 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=612648 CPUtime=1182.26 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 24281 0 0 0 118204 22 0 0 25 0 5 0 596290387 627351552 86615 33554432000 4194304 5787044 140736454227984 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 621348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.17 8.09 8.02 9/188 21384
/proc/meminfo: memFree=17847624/32950928 swapFree=67111524/67111528
[pid=21313] ppid=21311 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21313/stat : 21313 (prissAuto.sh) S 21311 21313 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596290385 8908800 251 33554432000 4194304 4922060 140735439139136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21313/statm: 2175 251 211 178 0 68 0
[pid=21314] ppid=21313 vsize=612648 CPUtime=4800.41 cores=0,2,4,6
/proc/21314/stat : 21314 (priss) S 21313 21313 20564 0 -1 4202496 90672 0 0 0 479966 75 0 0 25 0 5 0 596290385 627351552 86691 33554432000 4194304 5787044 140736454227984 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21314/statm: 153162 86691 419 389 0 148912 0
[pid=21314/tid=21316] ppid=21313 vsize=612648 CPUtime=1201.63 cores=0,2,4,6
/proc/21314/task/21316/stat : 21316 (priss) R 21313 21313 20564 0 -1 4202560 22063 0 0 0 120148 15 0 0 25 0 5 0 596290387 627351552 86691 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21314/tid=21317] ppid=21313 vsize=612648 CPUtime=1201.75 cores=0,2,4,6
/proc/21314/task/21317/stat : 21317 (priss) R 21313 21313 20564 0 -1 4202560 21140 0 0 0 120160 15 0 0 25 0 5 0 596290387 627351552 86691 33554432000 4194304 5787044 140736454227984 18446744073709551615 4228645 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21314/tid=21318] ppid=21313 vsize=612648 CPUtime=1195.21 cores=0,2,4,6
/proc/21314/task/21318/stat : 21318 (priss) R 21313 21313 20564 0 -1 4202560 21381 0 0 0 119500 21 0 0 25 0 5 0 596290387 627351552 86691 33554432000 4194304 5787044 140736454227984 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21314/tid=21319] ppid=21313 vsize=612648 CPUtime=1201.76 cores=0,2,4,6
/proc/21314/task/21319/stat : 21319 (priss) R 21313 21313 20564 0 -1 4202560 24338 0 0 0 120154 22 0 0 25 0 5 0 596290387 627351552 86691 33554432000 4194304 5787044 140736454227984 18446744073709551615 5527215 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 621348

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 21313 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.41
#
# 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.41
CPU user time (s): 4799.66
CPU system time (s): 0.75
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 621348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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.73873 second user time and 4.82827 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 09:03:17
IDJOB=3262339
IDBENCH=83293
IDSOLVER=1602
FILE ID=node115/3262339-1304060597
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72728 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_443.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262339-1304060597/watcher-3262339-1304060597 -o /tmp/evaluation-result-3262339-1304060597/solver-3262339-1304060597 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262339-1304060597.cnf 1647285577 4800 15500 4

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

MD5SUM BENCH= 91ac0151536835225f21cbe5a3574a2d
RANDOM SEED=1647285577

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:      18244716 kB
Buffers:       2319356 kB
Cached:       11537028 kB
SwapCached:          4 kB
Active:        7042904 kB
Inactive:      7110408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18244716 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:      296036 kB
Mapped:          15624 kB
Slab:           489880 kB
PageTables:       5284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   490296 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 09:23:21