Trace number 3262515

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.62714
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

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: 19902
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 9006us
0.00/0.01	c parsed 28738 clauses with 231 variables
0.00/0.01	c NW started thread 0 successfully (1115203904)
0.00/0.01	c NW started thread 1 successfully (1125693760)
0.00/0.02	c NW started thread 2 successfully (1098246464)
0.00/0.73	c NW started thread 3 successfully (1136183616)
9.52/2.44	c preprocessor returned 10021 variables
9.52/2.44	c preprocessing returned UNKNOWN
9.52/2.44	c PP set 0 variables
9.52/2.44	c pp time: 2424158us (2s)
9.52/2.44	c preprocessor returned 10021 variables
9.52/2.44	c preprocessing returned UNKNOWN
9.52/2.44	c PP set 0 variables
9.52/2.44	c pp time: 2429645us (2s)
9.52/2.47	c preprocessor returned 10021 variables
9.52/2.47	c preprocessing returned UNKNOWN
9.52/2.47	c PP set 0 variables
9.52/2.47	c pp time: 2451159us (2s)
420.92/105.41	c preprocessor returned 30027 variables
420.92/105.41	c preprocessing returned UNKNOWN
420.92/105.41	c PP set 0 variables
420.92/105.41	c pp time: 105380866us (105s)

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.23 8.20 7.68 1/176 19901
/proc/meminfo: memFree=25405116/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0

[startup+0.132515 s]
/proc/loadavg: 8.23 8.20 7.68 1/176 19901
/proc/meminfo: memFree=25405116/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.232469 s]
/proc/loadavg: 8.23 8.20 7.68 1/176 19901
/proc/meminfo: memFree=25405116/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.332452 s]
/proc/loadavg: 8.23 8.20 7.68 1/176 19901
/proc/meminfo: memFree=25405116/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700386 s]
/proc/loadavg: 8.23 8.20 7.68 1/176 19901
/proc/meminfo: memFree=25405116/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 8.29 8.21 7.68 9/192 19922
/proc/meminfo: memFree=25358304/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=203072 CPUtime=5.92 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 4773 0 0 0 591 1 0 0 18 0 5 0 517701824 207945728 4711 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 50768 4711 352 389 0 46518 0
[pid=19902/tid=19904] ppid=19901 vsize=203072 CPUtime=1.47 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 491 0 0 0 147 0 0 0 18 0 5 0 517701825 207945728 4711 33554432000 4194304 5787044 140736099331296 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=203072 CPUtime=1.48 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 538 0 0 0 148 0 0 0 20 0 5 0 517701825 207945728 4711 33554432000 4194304 5787044 140736099331296 18446744073709551615 232335997471 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=203072 CPUtime=1.47 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 474 0 0 0 147 0 0 0 20 0 5 0 517701826 207945728 4711 33554432000 4194304 5787044 140736099331296 18446744073709551615 232335997471 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=203072 CPUtime=1.46 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 450 0 0 0 146 0 0 0 23 0 5 0 517701827 207945728 4711 33554432000 4194304 5787044 140736099331296 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 211772

[startup+3.10096 s]
/proc/loadavg: 8.29 8.21 7.68 9/192 19922
/proc/meminfo: memFree=25332524/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=220164 CPUtime=12.31 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 11806 0 0 0 1229 2 0 0 18 0 5 0 517701824 225447936 10480 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 55041 10480 404 389 0 50791 0
[pid=19902/tid=19904] ppid=19901 vsize=220164 CPUtime=3.07 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 2420 0 0 0 306 1 0 0 19 0 5 0 517701825 225447936 10480 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=220164 CPUtime=3.07 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 2086 0 0 0 307 0 0 0 25 0 5 0 517701825 225447936 10480 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=220164 CPUtime=3.07 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 1984 0 0 0 307 0 0 0 25 0 5 0 517701826 225447936 10480 33554432000 4194304 5787044 140736099331296 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=220164 CPUtime=3.05 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 2496 0 0 0 305 0 0 0 25 0 5 0 517701827 225447936 10480 33554432000 4194304 5787044 140736099331296 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 228864

[startup+6.3004 s]
/proc/loadavg: 8.27 8.21 7.69 9/192 19922
/proc/meminfo: memFree=25318704/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=220956 CPUtime=25.09 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 12487 0 0 0 2506 3 0 0 18 0 5 0 517701824 226258944 11161 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 55239 11161 404 389 0 50989 0
[pid=19902/tid=19904] ppid=19901 vsize=220956 CPUtime=6.27 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 2619 0 0 0 626 1 0 0 25 0 5 0 517701825 226258944 11161 33554432000 4194304 5787044 140736099331296 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=220956 CPUtime=6.27 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 2298 0 0 0 627 0 0 0 25 0 5 0 517701825 226258944 11161 33554432000 4194304 5787044 140736099331296 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=220956 CPUtime=6.27 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 2243 0 0 0 627 0 0 0 25 0 5 0 517701826 226258944 11161 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=220956 CPUtime=6.23 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 2507 0 0 0 623 0 0 0 25 0 5 0 517701827 226258944 11161 33554432000 4194304 5787044 140736099331296 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 229656

[startup+12.7003 s]
/proc/loadavg: 8.24 8.20 7.69 9/192 19923
/proc/meminfo: memFree=25301508/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=226776 CPUtime=50.65 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 14848 0 0 0 5061 4 0 0 18 0 5 0 517701824 232218624 13522 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 56694 13522 404 389 0 52444 0
[pid=19902/tid=19904] ppid=19901 vsize=226776 CPUtime=12.67 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 3041 0 0 0 1266 1 0 0 25 0 5 0 517701825 232218624 13522 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=226776 CPUtime=12.68 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 3794 0 0 0 1267 1 0 0 25 0 5 0 517701825 232218624 13522 33554432000 4194304 5787044 140736099331296 18446744073709551615 4229299 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=226776 CPUtime=12.66 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 2685 0 0 0 1266 0 0 0 25 0 5 0 517701826 232218624 13522 33554432000 4194304 5787044 140736099331296 18446744073709551615 5586841 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=226776 CPUtime=12.59 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 2508 0 0 0 1259 0 0 0 25 0 5 0 517701827 232218624 13522 33554432000 4194304 5787044 140736099331296 18446744073709551615 232335586285 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 235476

[startup+25.501 s]
/proc/loadavg: 8.21 8.20 7.69 9/192 19923
/proc/meminfo: memFree=25279320/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=229316 CPUtime=101.78 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 16633 0 0 0 10173 5 0 0 18 0 5 0 517701824 234819584 15307 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 57329 15307 404 389 0 53079 0
[pid=19902/tid=19904] ppid=19901 vsize=229316 CPUtime=25.46 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 3608 0 0 0 2545 1 0 0 25 0 5 0 517701825 234819584 15307 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=229316 CPUtime=25.48 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 4290 0 0 0 2547 1 0 0 25 0 5 0 517701825 234819584 15307 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=229316 CPUtime=25.46 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 3407 0 0 0 2545 1 0 0 25 0 5 0 517701826 234819584 15307 33554432000 4194304 5787044 140736099331296 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=229316 CPUtime=25.32 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 2508 0 0 0 2532 0 0 0 25 0 5 0 517701827 234819584 15307 33554432000 4194304 5787044 140736099331296 18446744073709551615 232335586265 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 238016

[startup+51.1004 s]
/proc/loadavg: 8.18 8.19 7.70 10/192 19924
/proc/meminfo: memFree=25242704/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=238136 CPUtime=204.02 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 20905 0 0 0 20393 9 0 0 18 0 5 0 517701824 243851264 19576 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 59534 19576 404 389 0 55284 0
[pid=19902/tid=19904] ppid=19901 vsize=238136 CPUtime=51.06 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 4612 0 0 0 5104 2 0 0 25 0 5 0 517701825 243851264 19576 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=238136 CPUtime=51.07 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 5149 0 0 0 5105 2 0 0 25 0 5 0 517701825 243851264 19576 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=238136 CPUtime=51.06 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 5816 0 0 0 5103 3 0 0 25 0 5 0 517701826 243851264 19576 33554432000 4194304 5787044 140736099331296 18446744073709551615 5586724 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=238136 CPUtime=50.78 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 2508 0 0 0 5078 0 0 0 25 0 5 0 517701827 243851264 19576 33554432000 4194304 5787044 140736099331296 18446744073709551615 232335586280 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 246836

[startup+102.3 s]
/proc/loadavg: 8.15 8.18 7.72 9/192 19925
/proc/meminfo: memFree=25182416/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=253520 CPUtime=408.54 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 28304 0 0 0 40840 14 0 0 18 0 5 0 517701824 259604480 26888 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 63380 26888 404 389 0 59130 0
[pid=19902/tid=19904] ppid=19901 vsize=253520 CPUtime=102.26 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 8407 0 0 0 10222 4 0 0 25 0 5 0 517701825 259604480 26888 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=253520 CPUtime=102.27 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 6820 0 0 0 10224 3 0 0 25 0 5 0 517701825 259604480 26888 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=253520 CPUtime=102.27 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 7749 0 0 0 10221 6 0 0 25 0 5 0 517701826 259604480 26888 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=253520 CPUtime=101.71 cores=0,2,4,6

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

/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 21016 0 0 0 87932 16 0 0 25 0 5 0 517701825 474251264 72681 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=463136 CPUtime=882.24 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 21315 0 0 0 88206 18 0 0 25 0 5 0 517701826 474251264 72681 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=463136 CPUtime=880.93 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 11382 0 0 0 88085 8 0 0 25 0 5 0 517701827 474251264 72681 33554432000 4194304 5787044 140736099331296 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.1
Current children cumulated vsize (KiB) 471836

[startup+942.3 s]
/proc/loadavg: 8.29 8.15 7.93 9/192 19947
/proc/meminfo: memFree=24734152/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=479884 CPUtime=3763.74 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 80549 0 0 0 376309 65 0 0 18 0 5 0 517701824 491401216 77145 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 119971 77145 417 389 0 115721 0
[pid=19902/tid=19904] ppid=19901 vsize=479884 CPUtime=941.39 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 20847 0 0 0 94121 18 0 0 25 0 5 0 517701825 491401216 77145 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=479884 CPUtime=939.15 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 21786 0 0 0 93899 16 0 0 25 0 5 0 517701825 491401216 77145 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=479884 CPUtime=942.24 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 23474 0 0 0 94204 20 0 0 25 0 5 0 517701826 491401216 77145 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=479884 CPUtime=940.92 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 11622 0 0 0 94083 9 0 0 25 0 5 0 517701827 491401216 77145 33554432000 4194304 5787044 140736099331296 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.74
Current children cumulated vsize (KiB) 488584

[startup+1002.3 s]
/proc/loadavg: 8.35 8.17 7.95 9/192 19949
/proc/meminfo: memFree=24689732/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=492748 CPUtime=4003.41 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 86773 0 0 0 400269 72 0 0 18 0 5 0 517701824 504573952 83369 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 123187 83369 417 389 0 118937 0
[pid=19902/tid=19904] ppid=19901 vsize=492748 CPUtime=1001.39 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 21927 0 0 0 100120 19 0 0 25 0 5 0 517701825 504573952 83369 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=492748 CPUtime=998.81 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 23472 0 0 0 99864 17 0 0 25 0 5 0 517701825 504573952 83369 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=492748 CPUtime=1002.24 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 24758 0 0 0 100201 23 0 0 25 0 5 0 517701826 504573952 83369 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=492748 CPUtime=1000.92 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 13796 0 0 0 100081 11 0 0 25 0 5 0 517701827 504573952 83369 33554432000 4194304 5787044 140736099331296 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 501448

[startup+1062.3 s]
/proc/loadavg: 8.45 8.23 7.98 9/192 19951
/proc/meminfo: memFree=24662316/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=495244 CPUtime=4243.09 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 90301 0 0 0 424233 76 0 0 18 0 5 0 517701824 507129856 86692 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 123811 86692 417 389 0 119561 0
[pid=19902/tid=19904] ppid=19901 vsize=495244 CPUtime=1061.39 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 22575 0 0 0 106120 19 0 0 25 0 5 0 517701825 507129856 86692 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=495244 CPUtime=1058.5 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 24557 0 0 0 105831 19 0 0 25 0 5 0 517701825 507129856 86692 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=495244 CPUtime=1062.24 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 25719 0 0 0 106200 24 0 0 25 0 5 0 517701826 507129856 86692 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=495244 CPUtime=1060.91 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 14630 0 0 0 106079 12 0 0 25 0 5 0 517701827 507129856 86692 33554432000 4194304 5787044 140736099331296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.09
Current children cumulated vsize (KiB) 503944

[startup+1122.3 s]
/proc/loadavg: 8.29 8.22 7.99 9/192 19952
/proc/meminfo: memFree=24647656/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=564880 CPUtime=4482.73 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 92886 0 0 0 448195 78 0 0 18 0 5 0 517701824 578437120 88827 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 141220 88827 417 389 0 136970 0
[pid=19902/tid=19904] ppid=19901 vsize=564880 CPUtime=1121.38 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 23259 0 0 0 112118 20 0 0 25 0 5 0 517701825 578437120 88827 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=564880 CPUtime=1118.16 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 25398 0 0 0 111796 20 0 0 25 0 5 0 517701825 578437120 88827 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=564880 CPUtime=1122.24 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 26779 0 0 0 112199 25 0 0 25 0 5 0 517701826 578437120 88827 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=564880 CPUtime=1120.9 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 14630 0 0 0 112078 12 0 0 25 0 5 0 517701827 578437120 88827 33554432000 4194304 5787044 140736099331296 18446744073709551615 5524571 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.73
Current children cumulated vsize (KiB) 573580

[startup+1182.3 s]
/proc/loadavg: 8.27 8.22 8.00 9/192 19954
/proc/meminfo: memFree=24639448/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=564880 CPUtime=4722.41 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 92973 0 0 0 472161 80 0 0 18 0 5 0 517701824 578437120 88914 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 141220 88914 417 389 0 136970 0
[pid=19902/tid=19904] ppid=19901 vsize=564880 CPUtime=1181.38 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 23260 0 0 0 118118 20 0 0 25 0 5 0 517701825 578437120 88914 33554432000 4194304 5787044 140736099331296 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=564880 CPUtime=1177.83 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 25401 0 0 0 117763 20 0 0 25 0 5 0 517701825 578437120 88914 33554432000 4194304 5787044 140736099331296 18446744073709551615 5590360 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=564880 CPUtime=1182.25 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 26862 0 0 0 118199 26 0 0 25 0 5 0 517701826 578437120 88914 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=564880 CPUtime=1180.9 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 14630 0 0 0 118078 12 0 0 25 0 5 0 517701827 578437120 88914 33554432000 4194304 5787044 140736099331296 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 573580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.35 8.24 8.01 9/192 19954
/proc/meminfo: memFree=24638940/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=565400 CPUtime=4800.32 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 93067 0 0 0 479952 80 0 0 18 0 5 0 517701824 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 141350 89008 417 389 0 137100 0
[pid=19902/tid=19904] ppid=19901 vsize=565400 CPUtime=1200.89 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 23260 0 0 0 120069 20 0 0 25 0 5 0 517701825 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=565400 CPUtime=1197.23 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 25401 0 0 0 119703 20 0 0 25 0 5 0 517701825 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=565400 CPUtime=1201.75 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 26956 0 0 0 120149 26 0 0 25 0 5 0 517701826 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=565400 CPUtime=1200.4 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 14630 0 0 0 120028 12 0 0 25 0 5 0 517701827 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 574100

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

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

[startup+1201.8 s]
/proc/loadavg: 8.35 8.24 8.01 9/192 19954
/proc/meminfo: memFree=24638940/32951124 swapFree=67111524/67111528
[pid=19901] ppid=19899 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19901/stat : 19901 (prissAuto.sh) S 19899 19901 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517701824 8908800 252 33554432000 4194304 4922060 140737050927408 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19901/statm: 2175 252 211 178 0 68 0
[pid=19902] ppid=19901 vsize=565400 CPUtime=4800.32 cores=0,2,4,6
/proc/19902/stat : 19902 (priss) S 19901 19901 19041 0 -1 4202496 93067 0 0 0 479952 80 0 0 18 0 5 0 517701824 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19902/statm: 141350 89008 417 389 0 137100 0
[pid=19902/tid=19904] ppid=19901 vsize=565400 CPUtime=1200.89 cores=0,2,4,6
/proc/19902/task/19904/stat : 19904 (priss) R 19901 19901 19041 0 -1 4202560 23260 0 0 0 120069 20 0 0 25 0 5 0 517701825 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19902/tid=19905] ppid=19901 vsize=565400 CPUtime=1197.23 cores=0,2,4,6
/proc/19902/task/19905/stat : 19905 (priss) R 19901 19901 19041 0 -1 4202560 25401 0 0 0 119703 20 0 0 25 0 5 0 517701825 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19902/tid=19906] ppid=19901 vsize=565400 CPUtime=1201.75 cores=0,2,4,6
/proc/19902/task/19906/stat : 19906 (priss) R 19901 19901 19041 0 -1 4202560 26956 0 0 0 120149 26 0 0 25 0 5 0 517701826 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19902/tid=19907] ppid=19901 vsize=565400 CPUtime=1200.4 cores=0,2,4,6
/proc/19902/task/19907/stat : 19907 (priss) R 19901 19901 19041 0 -1 4202560 14630 0 0 0 120028 12 0 0 25 0 5 0 517701827 578969600 89008 33554432000 4194304 5787044 140736099331296 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 574100

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19901 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.32
#
# 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.32
CPU user time (s): 4799.52
CPU system time (s): 0.8
CPU usage (%): 399.421
Max. virtual memory (cumulated for all children) (KiB): 574100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.76873 second user time and 4.79827 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
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:      25405272 kB
Buffers:        763660 kB
Cached:        6220256 kB
SwapCached:          4 kB
Active:        1950664 kB
Inactive:      5097484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25405272 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:       63972 kB
Mapped:          14320 kB
Slab:           435028 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188536 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