Trace number 3250545

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.14 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
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 variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

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: 19917
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 6615us
0.00/0.01	c parsed 21616 clauses with 279 variables
0.00/0.01	c NW started thread 0 successfully (1093351744)
0.00/0.01	c NW started thread 1 successfully (1107294528)
0.00/0.01	c NW started thread 2 successfully (1117784384)
0.00/0.02	c NW started thread 3 successfully (1128274240)
5.93/1.50	c preprocessor returned 10014 variables
5.93/1.50	c preprocessing returned UNKNOWN
5.93/1.50	c PP set 0 variables
5.93/1.50	c pp time: 1495768us (1s)
5.93/1.51	c preprocessor returned 10014 variables
5.93/1.51	c preprocessing returned UNKNOWN
5.93/1.51	c PP set 0 variables
5.93/1.51	c pp time: 1502241us (1s)
5.93/1.51	c preprocessor returned 10014 variables
5.93/1.51	c preprocessing returned UNKNOWN
5.93/1.51	c PP set 0 variables
5.93/1.51	c pp time: 1500234us (1s)
401.79/100.68	c preprocessor returned 30075 variables
401.79/100.68	c preprocessing returned UNKNOWN
401.79/100.68	c PP set 0 variables
401.79/100.68	c pp time: 100661161us (100s)

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-3250545-1304061037/watcher-3250545-1304061037 -o /tmp/evaluation-result-3250545-1304061037/solver-3250545-1304061037 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250545-1304061037.cnf 2003666576 4800 15500 4 

running on 4 cores: 1,3,5,7

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.23 8.20 7.68 8/186 19916
/proc/meminfo: memFree=25388980/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0

[startup+0.0705179 s]
/proc/loadavg: 8.23 8.20 7.68 8/186 19916
/proc/meminfo: memFree=25388980/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100511 s]
/proc/loadavg: 8.23 8.20 7.68 8/186 19916
/proc/meminfo: memFree=25388980/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300477 s]
/proc/loadavg: 8.23 8.20 7.68 8/186 19916
/proc/meminfo: memFree=25388980/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700408 s]
/proc/loadavg: 8.23 8.20 7.68 8/186 19916
/proc/meminfo: memFree=25388980/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 8.29 8.21 7.68 10/192 19922
/proc/meminfo: memFree=25357932/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=284304 CPUtime=5.93 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 9017 0 0 0 592 1 0 0 19 0 5 0 517701835 291127296 8219 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 71076 8219 355 389 0 66826 0
[pid=19917/tid=19919] ppid=19916 vsize=284304 CPUtime=1.48 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 1603 0 0 0 148 0 0 0 20 0 5 0 517701837 291127296 8219 33554432000 4194304 5787044 140733531914480 18446744073709551615 4330770 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=284304 CPUtime=1.47 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 2175 0 0 0 147 0 0 0 23 0 5 0 517701837 291127296 8219 33554432000 4194304 5787044 140733531914480 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=284304 CPUtime=1.47 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 1126 0 0 0 147 0 0 0 23 0 5 0 517701837 291127296 8219 33554432000 4194304 5787044 140733531914480 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=284304 CPUtime=1.47 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 2362 0 0 0 147 0 0 0 25 0 5 0 517701837 291127296 8219 33554432000 4194304 5787044 140733531914480 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 293004

[startup+3.10098 s]
/proc/loadavg: 8.29 8.21 7.68 10/192 19922
/proc/meminfo: memFree=25332400/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=285648 CPUtime=12.33 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 11040 0 0 0 1231 2 0 0 19 0 5 0 517701835 292503552 9945 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 71412 9945 404 389 0 67162 0
[pid=19917/tid=19919] ppid=19916 vsize=285648 CPUtime=3.08 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 2307 0 0 0 308 0 0 0 25 0 5 0 517701837 292503552 9945 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=285648 CPUtime=3.07 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 2940 0 0 0 307 0 0 0 25 0 5 0 517701837 292503552 9945 33554432000 4194304 5787044 140733531914480 18446744073709551615 232335553569 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=285648 CPUtime=3.07 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 1674 0 0 0 307 0 0 0 25 0 5 0 517701837 292503552 9945 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=285648 CPUtime=3.06 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 2368 0 0 0 306 0 0 0 25 0 5 0 517701837 292503552 9945 33554432000 4194304 5787044 140733531914480 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 294348

[startup+6.30042 s]
/proc/loadavg: 8.27 8.21 7.69 10/192 19922
/proc/meminfo: memFree=25318580/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=286868 CPUtime=25.11 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 11971 0 0 0 2509 2 0 0 19 0 5 0 517701835 293752832 10876 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 71717 10876 404 389 0 67467 0
[pid=19917/tid=19919] ppid=19916 vsize=286868 CPUtime=6.27 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 2589 0 0 0 627 0 0 0 25 0 5 0 517701837 293752832 10876 33554432000 4194304 5787044 140733531914480 18446744073709551615 4732533 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=286868 CPUtime=6.27 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 3229 0 0 0 627 0 0 0 25 0 5 0 517701837 293752832 10876 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=286868 CPUtime=6.27 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 2033 0 0 0 627 0 0 0 25 0 5 0 517701837 293752832 10876 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=286868 CPUtime=6.24 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 2369 0 0 0 624 0 0 0 25 0 5 0 517701837 293752832 10876 33554432000 4194304 5787044 140733531914480 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 295568

[startup+12.7003 s]
/proc/loadavg: 8.24 8.20 7.69 10/192 19923
/proc/meminfo: memFree=25301508/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=288336 CPUtime=50.68 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 13356 0 0 0 5064 4 0 0 19 0 5 0 517701835 295256064 12261 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 72084 12261 404 389 0 67834 0
[pid=19917/tid=19919] ppid=19916 vsize=288336 CPUtime=12.67 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 2979 0 0 0 1267 0 0 0 25 0 5 0 517701837 295256064 12261 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=288336 CPUtime=12.67 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 3670 0 0 0 1266 1 0 0 25 0 5 0 517701837 295256064 12261 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=288336 CPUtime=12.68 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 2587 0 0 0 1267 1 0 0 25 0 5 0 517701837 295256064 12261 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=288336 CPUtime=12.61 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 2369 0 0 0 1261 0 0 0 25 0 5 0 517701837 295256064 12261 33554432000 4194304 5787044 140733531914480 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 297036

[startup+25.501 s]
/proc/loadavg: 8.21 8.20 7.69 10/192 19923
/proc/meminfo: memFree=25279320/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=295908 CPUtime=101.8 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 17223 0 0 0 10174 6 0 0 19 0 5 0 517701835 303009792 16128 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 73977 16128 404 389 0 69727 0
[pid=19917/tid=19919] ppid=19916 vsize=295908 CPUtime=25.48 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 3835 0 0 0 2547 1 0 0 25 0 5 0 517701837 303009792 16128 33554432000 4194304 5787044 140733531914480 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=295908 CPUtime=25.47 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 4525 0 0 0 2545 2 0 0 25 0 5 0 517701837 303009792 16128 33554432000 4194304 5787044 140733531914480 18446744073709551615 5588062 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=295908 CPUtime=25.47 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 4743 0 0 0 2545 2 0 0 25 0 5 0 517701837 303009792 16128 33554432000 4194304 5787044 140733531914480 18446744073709551615 4254925 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=295908 CPUtime=25.34 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 2369 0 0 0 2534 0 0 0 25 0 5 0 517701837 303009792 16128 33554432000 4194304 5787044 140733531914480 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 304608

[startup+51.1005 s]
/proc/loadavg: 8.18 8.19 7.70 11/192 19924
/proc/meminfo: memFree=25242704/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=304708 CPUtime=204.06 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 22193 0 0 0 20394 12 0 0 19 0 5 0 517701835 312020992 21092 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 76177 21092 404 389 0 71927 0
[pid=19917/tid=19919] ppid=19916 vsize=304708 CPUtime=51.07 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 4939 0 0 0 5105 2 0 0 25 0 5 0 517701837 312020992 21092 33554432000 4194304 5787044 140733531914480 18446744073709551615 4218784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=304708 CPUtime=51.07 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 6656 0 0 0 5103 4 0 0 25 0 5 0 517701837 312020992 21092 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=304708 CPUtime=51.07 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 6478 0 0 0 5102 5 0 0 25 0 5 0 517701837 312020992 21092 33554432000 4194304 5787044 140733531914480 18446744073709551615 232335553569 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=304708 CPUtime=50.8 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 2369 0 0 0 5080 0 0 0 25 0 5 0 517701837 312020992 21092 33554432000 4194304 5787044 140733531914480 18446744073709551615 232335586290 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 313408

[startup+102.307 s]
/proc/loadavg: 8.15 8.18 7.72 10/192 19925
/proc/meminfo: memFree=25182416/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=316536 CPUtime=408.61 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 30569 0 0 0 40840 21 0 0 19 0 5 0 517701835 324132864 28466 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 79134 28466 417 389 0 74884 0
[pid=19917/tid=19919] ppid=19916 vsize=316536 CPUtime=102.28 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 7759 0 0 0 10224 4 0 0 25 0 5 0 517701837 324132864 28466 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=316536 CPUtime=102.28 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 8494 0 0 0 10221 7 0 0 25 0 5 0 517701837 324132864 28466 33554432000 4194304 5787044 140733531914480 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=316536 CPUtime=102.28 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 8679 0 0 0 10220 8 0 0 25 0 5 0 517701837 324132864 28466 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=316536 CPUtime=101.72 cores=1,3,5,7

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

/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 19537 0 0 0 88197 28 0 0 25 0 5 0 517701837 562720768 87061 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=549532 CPUtime=882.27 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 23989 0 0 0 88196 31 0 0 25 0 5 0 517701837 562720768 87061 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=549532 CPUtime=877.46 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 22908 0 0 0 87717 29 0 0 25 0 5 0 517701837 562720768 87061 33554432000 4194304 5787044 140733531914480 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 558232

[startup+942.3 s]
/proc/loadavg: 8.29 8.15 7.93 10/192 19947
/proc/meminfo: memFree=24734152/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=620908 CPUtime=3763.93 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 93551 0 0 0 376282 111 0 0 19 0 5 0 517701835 635809792 90049 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 155227 90049 417 389 0 150977 0
[pid=19917/tid=19919] ppid=19916 vsize=620908 CPUtime=942.23 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 23802 0 0 0 94205 18 0 0 25 0 5 0 517701837 635809792 90049 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=620908 CPUtime=942.24 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 20968 0 0 0 94194 30 0 0 25 0 5 0 517701837 635809792 90049 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=620908 CPUtime=942.26 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 24121 0 0 0 94195 31 0 0 25 0 5 0 517701837 635809792 90049 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591793 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=620908 CPUtime=937.14 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 22909 0 0 0 93685 29 0 0 25 0 5 0 517701837 635809792 90049 33554432000 4194304 5787044 140733531914480 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 629608

[startup+1002.3 s]
/proc/loadavg: 8.35 8.17 7.95 10/192 19949
/proc/meminfo: memFree=24689732/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=634988 CPUtime=4003.6 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 98452 0 0 0 400242 118 0 0 19 0 5 0 517701835 650227712 94950 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 158747 94950 417 389 0 154497 0
[pid=19917/tid=19919] ppid=19916 vsize=634988 CPUtime=1002.23 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 26174 0 0 0 100203 20 0 0 25 0 5 0 517701837 650227712 94950 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=634988 CPUtime=1002.24 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 22300 0 0 0 100191 33 0 0 25 0 5 0 517701837 650227712 94950 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=634988 CPUtime=1002.26 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 25316 0 0 0 100193 33 0 0 25 0 5 0 517701837 650227712 94950 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=634988 CPUtime=996.81 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 22911 0 0 0 99652 29 0 0 25 0 5 0 517701837 650227712 94950 33554432000 4194304 5787044 140733531914480 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 643688

[startup+1062.3 s]
/proc/loadavg: 8.45 8.23 7.98 10/192 19951
/proc/meminfo: memFree=24662316/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=640168 CPUtime=4243.28 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 102086 0 0 0 424203 125 0 0 19 0 5 0 517701835 655532032 98359 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 160042 98359 417 389 0 155792 0
[pid=19917/tid=19919] ppid=19916 vsize=640168 CPUtime=1062.23 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 27237 0 0 0 106202 21 0 0 25 0 5 0 517701837 655532032 98359 33554432000 4194304 5787044 140733531914480 18446744073709551615 5585255 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=640168 CPUtime=1062.24 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 23291 0 0 0 106189 35 0 0 25 0 5 0 517701837 655532032 98359 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=640168 CPUtime=1062.26 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 26858 0 0 0 106190 36 0 0 25 0 5 0 517701837 655532032 98359 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=640168 CPUtime=1056.49 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 22949 0 0 0 105619 30 0 0 25 0 5 0 517701837 655532032 98359 33554432000 4194304 5787044 140733531914480 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 648868

[startup+1122.3 s]
/proc/loadavg: 8.29 8.22 7.99 10/192 19952
/proc/meminfo: memFree=24647656/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=640168 CPUtime=4482.95 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 103632 0 0 0 448165 130 0 0 19 0 5 0 517701835 655532032 99905 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 160042 99905 417 389 0 155792 0
[pid=19917/tid=19919] ppid=19916 vsize=640168 CPUtime=1122.24 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 27238 0 0 0 112202 22 0 0 25 0 5 0 517701837 655532032 99905 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=640168 CPUtime=1122.25 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 23292 0 0 0 112190 35 0 0 25 0 5 0 517701837 655532032 99905 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=640168 CPUtime=1122.27 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 28342 0 0 0 112186 41 0 0 25 0 5 0 517701837 655532032 99905 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=640168 CPUtime=1116.16 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 23009 0 0 0 111586 30 0 0 25 0 5 0 517701837 655532032 99905 33554432000 4194304 5787044 140733531914480 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 648868

[startup+1182.3 s]
/proc/loadavg: 8.27 8.22 8.00 10/192 19954
/proc/meminfo: memFree=24639448/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=644268 CPUtime=4722.63 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 105735 0 0 0 472130 133 0 0 19 0 5 0 517701835 659730432 101783 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 161067 101783 417 389 0 156817 0
[pid=19917/tid=19919] ppid=19916 vsize=644268 CPUtime=1182.24 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 27241 0 0 0 118202 22 0 0 25 0 5 0 517701837 659730432 101783 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=644268 CPUtime=1182.25 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 23292 0 0 0 118190 35 0 0 25 0 5 0 517701837 659730432 101783 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=644268 CPUtime=1182.27 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 29795 0 0 0 118183 44 0 0 25 0 5 0 517701837 659730432 101783 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=644268 CPUtime=1175.83 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 23656 0 0 0 117553 30 0 0 25 0 5 0 517701837 659730432 101783 33554432000 4194304 5787044 140733531914480 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 652968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.35 8.24 8.01 6/189 19954
/proc/meminfo: memFree=24728344/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=644268 CPUtime=4800.14 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 105772 0 0 0 479881 133 0 0 19 0 5 0 517701835 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 161067 101820 417 389 0 156817 0
[pid=19917/tid=19919] ppid=19916 vsize=644268 CPUtime=1201.64 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 27242 0 0 0 120142 22 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 4218884 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=644268 CPUtime=1201.65 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 23292 0 0 0 120130 35 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=644268 CPUtime=1201.67 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 29795 0 0 0 120123 44 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=644268 CPUtime=1195.13 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 23692 0 0 0 119483 30 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 652968

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

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

[startup+1201.7 s]
/proc/loadavg: 8.35 8.24 8.01 6/189 19954
/proc/meminfo: memFree=24728344/32951124 swapFree=67111524/67111528
[pid=19916] ppid=19914 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19916/stat : 19916 (prissAuto.sh) S 19914 19916 19041 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 517701835 8908800 252 33554432000 4194304 4922060 140734360008048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19916/statm: 2175 252 211 178 0 68 0
[pid=19917] ppid=19916 vsize=644268 CPUtime=4800.14 cores=1,3,5,7
/proc/19917/stat : 19917 (priss) S 19916 19916 19041 0 -1 4202496 105772 0 0 0 479881 133 0 0 19 0 5 0 517701835 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19917/statm: 161067 101820 417 389 0 156817 0
[pid=19917/tid=19919] ppid=19916 vsize=644268 CPUtime=1201.64 cores=1,3,5,7
/proc/19917/task/19919/stat : 19919 (priss) R 19916 19916 19041 0 -1 4202560 27242 0 0 0 120142 22 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 4218884 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19917/tid=19920] ppid=19916 vsize=644268 CPUtime=1201.65 cores=1,3,5,7
/proc/19917/task/19920/stat : 19920 (priss) R 19916 19916 19041 0 -1 4202560 23292 0 0 0 120130 35 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19917/tid=19921] ppid=19916 vsize=644268 CPUtime=1201.67 cores=1,3,5,7
/proc/19917/task/19921/stat : 19921 (priss) R 19916 19916 19041 0 -1 4202560 29795 0 0 0 120123 44 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19917/tid=19922] ppid=19916 vsize=644268 CPUtime=1195.13 cores=1,3,5,7
/proc/19917/task/19922/stat : 19922 (priss) R 19916 19916 19041 0 -1 4202560 23692 0 0 0 119483 30 0 0 25 0 5 0 517701837 659730432 101820 33554432000 4194304 5787044 140733531914480 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 652968

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19916 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.14
CPU user time (s): 4798.81
CPU system time (s): 1.33
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 652968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 333
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= 4
involuntary context switches= 2

runsolver used 1.62075 second user time and 4.94225 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 09:10:37
IDJOB=3250545
IDBENCH=83320
IDSOLVER=1602
FILE ID=node132/3250545-1304061037
RUNJOBID= node132-1304059832-19782
PBS_JOBID= 13170426
Free space on /tmp= 71872 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250545-1304061037/watcher-3250545-1304061037 -o /tmp/evaluation-result-3250545-1304061037/solver-3250545-1304061037 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250545-1304061037.cnf 2003666576 4800 15500 4

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=2003666576

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25389128 kB
Buffers:        763672 kB
Cached:        6222184 kB
SwapCached:          4 kB
Active:        1967620 kB
Inactive:      5097536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25389128 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3932 kB
Writeback:           0 kB
AnonPages:       78716 kB
Mapped:          15096 kB
Slab:           435028 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node132 at 2011-04-29 09:30:40