Trace number 3261943

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.19 1202.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-24_567.cnf
MD5SUMcb7c9df8144e5ba66f8009983efe791f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.0229
Satisfiable
(Un)Satisfiability was proved
Number of variables284
Number of clauses42826
Sum of the clauses size191271
Maximum clause length24
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2377
Number of clauses of size 339422
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53027

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: 31527
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 13808us
0.00/0.01	c parsed 42826 clauses with 284 variables
0.00/0.02	c NW started thread 0 successfully (1102924096)
0.00/0.02	c NW started thread 1 successfully (1113413952)
0.00/0.03	c NW started thread 2 successfully (1123903808)
0.00/0.15	c NW started thread 3 successfully (1091238208)
17.10/4.30	c preprocessor returned 10019 variables
17.10/4.30	c preprocessing returned UNKNOWN
17.10/4.30	c PP set 0 variables
17.10/4.30	c pp time: 4281070us (4s)
17.10/4.31	c preprocessor returned 10019 variables
17.10/4.31	c preprocessing returned UNKNOWN
17.10/4.31	c PP set 0 variables
17.10/4.31	c pp time: 4286576us (4s)
17.10/4.37	c preprocessor returned 10019 variables
17.10/4.37	c preprocessing returned UNKNOWN
17.10/4.37	c PP set 0 variables
17.10/4.37	c pp time: 4341505us (4s)
496.41/124.38	c preprocessor returned 30080 variables
496.41/124.38	c preprocessing returned UNKNOWN
496.41/124.38	c PP set 0 variables
496.41/124.38	c pp time: 124351265us (124s)

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-3261943-1304060022/watcher-3261943-1304060022 -o /tmp/evaluation-result-3261943-1304060022/solver-3261943-1304060022 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3261943-1304060022.cnf 1535986186 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.09 8.04 7.62 6/182 31526
/proc/meminfo: memFree=27218728/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0

[startup+0.031406 s]
/proc/loadavg: 8.09 8.04 7.62 6/182 31526
/proc/meminfo: memFree=27218728/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.138352 s]
/proc/loadavg: 8.09 8.04 7.62 6/182 31526
/proc/meminfo: memFree=27218728/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.338316 s]
/proc/loadavg: 8.09 8.04 7.62 6/182 31526
/proc/meminfo: memFree=27218728/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700251 s]
/proc/loadavg: 8.09 8.04 7.62 6/182 31526
/proc/meminfo: memFree=27218728/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50111 s]
/proc/loadavg: 8.09 8.04 7.62 9/188 31532
/proc/meminfo: memFree=27201196/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=204364 CPUtime=5.9 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 4695 0 0 0 590 0 0 0 20 0 5 0 517599903 209268736 4481 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 51091 4481 350 389 0 46841 0
[pid=31527/tid=31529] ppid=31526 vsize=204364 CPUtime=1.47 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 462 0 0 0 147 0 0 0 20 0 5 0 517599905 209268736 4481 33554432000 4194304 5787044 140734263246992 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=204364 CPUtime=1.47 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 419 0 0 0 147 0 0 0 20 0 5 0 517599905 209268736 4481 33554432000 4194304 5787044 140734263246992 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=204364 CPUtime=1.46 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 419 0 0 0 146 0 0 0 25 0 5 0 517599906 209268736 4481 33554432000 4194304 5787044 140734263246992 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=204364 CPUtime=1.46 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 406 0 0 0 146 0 0 0 25 0 5 0 517599907 209268736 4481 33554432000 4194304 5787044 140734263246992 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 213064

[startup+3.10082 s]
/proc/loadavg: 8.09 8.04 7.62 9/188 31532
/proc/meminfo: memFree=27200692/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=207424 CPUtime=12.29 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 6099 0 0 0 1228 1 0 0 20 0 5 0 517599903 212402176 5885 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 51856 5885 352 389 0 47606 0
[pid=31527/tid=31529] ppid=31526 vsize=207424 CPUtime=3.07 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 807 0 0 0 307 0 0 0 19 0 5 0 517599905 212402176 5885 33554432000 4194304 5787044 140734263246992 18446744073709551615 4335674 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=207424 CPUtime=3.06 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 758 0 0 0 306 0 0 0 25 0 5 0 517599905 212402176 5885 33554432000 4194304 5787044 140734263246992 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=207424 CPUtime=3.05 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 759 0 0 0 305 0 0 0 25 0 5 0 517599906 212402176 5885 33554432000 4194304 5787044 140734263246992 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=207424 CPUtime=3.06 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 786 0 0 0 306 0 0 0 25 0 5 0 517599907 212402176 5885 33554432000 4194304 5787044 140734263246992 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 216124

[startup+6.30124 s]
/proc/loadavg: 8.09 8.04 7.62 9/188 31532
/proc/meminfo: memFree=27167636/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=226436 CPUtime=25.07 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 14519 0 0 0 2504 3 0 0 20 0 5 0 517599903 231870464 12937 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 56609 12937 404 389 0 52359 0
[pid=31527/tid=31529] ppid=31526 vsize=226436 CPUtime=6.26 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 2369 0 0 0 626 0 0 0 25 0 5 0 517599905 231870464 12937 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=226436 CPUtime=6.26 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 2971 0 0 0 626 0 0 0 25 0 5 0 517599905 231870464 12937 33554432000 4194304 5787044 140734263246992 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=226436 CPUtime=6.22 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 2476 0 0 0 622 0 0 0 25 0 5 0 517599906 231870464 12937 33554432000 4194304 5787044 140734263246992 18446744073709551615 5586623 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=226436 CPUtime=6.25 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 3714 0 0 0 625 0 0 0 25 0 5 0 517599907 231870464 12937 33554432000 4194304 5787044 140734263246992 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 235136

[startup+12.7011 s]
/proc/loadavg: 8.08 8.04 7.62 9/188 31532
/proc/meminfo: memFree=27159348/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=228168 CPUtime=50.63 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 15720 0 0 0 5059 4 0 0 20 0 5 0 517599903 233644032 14138 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 57042 14138 404 389 0 52792 0
[pid=31527/tid=31529] ppid=31526 vsize=228168 CPUtime=12.66 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 2759 0 0 0 1266 0 0 0 25 0 5 0 517599905 233644032 14138 33554432000 4194304 5787044 140734263246992 18446744073709551615 5592111 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=228168 CPUtime=12.66 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 3320 0 0 0 1265 1 0 0 25 0 5 0 517599905 233644032 14138 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=228168 CPUtime=12.59 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 2925 0 0 0 1258 1 0 0 25 0 5 0 517599906 233644032 14138 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=228168 CPUtime=12.65 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 3727 0 0 0 1265 0 0 0 25 0 5 0 517599907 233644032 14138 33554432000 4194304 5787044 140734263246992 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 236868

[startup+25.5008 s]
/proc/loadavg: 8.06 8.04 7.63 9/188 31533
/proc/meminfo: memFree=27142348/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=235684 CPUtime=101.75 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 19178 0 0 0 10169 6 0 0 20 0 5 0 517599903 241340416 17596 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 58921 17596 404 389 0 54671 0
[pid=31527/tid=31529] ppid=31526 vsize=235684 CPUtime=25.45 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 4539 0 0 0 2544 1 0 0 18 0 5 0 517599905 241340416 17596 33554432000 4194304 5787044 140734263246992 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=235684 CPUtime=25.46 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 4068 0 0 0 2545 1 0 0 25 0 5 0 517599905 241340416 17596 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=235684 CPUtime=25.32 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 3855 0 0 0 2530 2 0 0 25 0 5 0 517599906 241340416 17596 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=235684 CPUtime=25.45 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 3727 0 0 0 2545 0 0 0 25 0 5 0 517599907 241340416 17596 33554432000 4194304 5787044 140734263246992 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 244384

[startup+51.1011 s]
/proc/loadavg: 8.12 8.05 7.64 9/188 31566
/proc/meminfo: memFree=27666960/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=245320 CPUtime=204 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 23534 0 0 0 20389 11 0 0 20 0 5 0 517599903 251207680 21949 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 61330 21949 405 389 0 57080 0
[pid=31527/tid=31529] ppid=31526 vsize=245320 CPUtime=51.05 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 5451 0 0 0 5103 2 0 0 25 0 5 0 517599905 251207680 21949 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=245320 CPUtime=51.05 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 6294 0 0 0 5102 3 0 0 25 0 5 0 517599905 251207680 21949 33554432000 4194304 5787044 140734263246992 18446744073709551615 4238658 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=245320 CPUtime=50.78 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 5073 0 0 0 5075 3 0 0 25 0 5 0 517599906 251207680 21949 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=245320 CPUtime=51.05 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 3727 0 0 0 5105 0 0 0 25 0 5 0 517599907 251207680 21949 33554432000 4194304 5787044 140734263246992 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 254020

[startup+102.307 s]
/proc/loadavg: 8.05 8.04 7.66 9/188 31568
/proc/meminfo: memFree=27611492/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=256232 CPUtime=408.53 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 30310 0 0 0 40837 16 0 0 20 0 5 0 517599903 262381568 28617 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 64058 28617 405 389 0 59808 0
[pid=31527/tid=31529] ppid=31526 vsize=256232 CPUtime=102.25 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 7231 0 0 0 10222 3 0 0 25 0 5 0 517599905 262381568 28617 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=256232 CPUtime=102.25 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 7991 0 0 0 10220 5 0 0 25 0 5 0 517599905 262381568 28617 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=256232 CPUtime=101.7 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 8372 0 0 0 10165 5 0 0 25 0 5 0 517599906 262381568 28617 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=256232 CPUtime=102.26 cores=0,2,4,6

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

/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 19388 0 0 0 82167 24 0 0 25 0 5 0 517599905 544538624 75496 33554432000 4194304 5787044 140734263246992 18446744073709551615 4255015 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=531776 CPUtime=817.6 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 19699 0 0 0 81741 19 0 0 25 0 5 0 517599906 544538624 75496 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=531776 CPUtime=822.2 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 16961 0 0 0 82207 13 0 0 25 0 5 0 517599907 544538624 75496 33554432000 4194304 5787044 140734263246992 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.5
Current children cumulated vsize (KiB) 540476

[startup+882.3 s]
/proc/loadavg: 8.02 8.05 7.86 9/188 31601
/proc/meminfo: memFree=27197660/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=544076 CPUtime=3523.16 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 84898 0 0 0 352237 79 0 0 20 0 5 0 517599903 557133824 80278 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 136019 80278 419 389 0 131769 0
[pid=31527/tid=31529] ppid=31526 vsize=544076 CPUtime=881.74 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 21743 0 0 0 88156 18 0 0 25 0 5 0 517599905 557133824 80278 33554432000 4194304 5787044 140734263246992 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=544076 CPUtime=881.9 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 20219 0 0 0 88165 25 0 0 25 0 5 0 517599905 557133824 80278 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=544076 CPUtime=877.26 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 21961 0 0 0 87705 21 0 0 25 0 5 0 517599906 557133824 80278 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=544076 CPUtime=882.2 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 17986 0 0 0 88207 13 0 0 25 0 5 0 517599907 557133824 80278 33554432000 4194304 5787044 140734263246992 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.16
Current children cumulated vsize (KiB) 552776

[startup+942.301 s]
/proc/loadavg: 8.01 8.04 7.86 9/188 31602
/proc/meminfo: memFree=27160556/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=554036 CPUtime=3762.84 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 90334 0 0 0 376198 86 0 0 20 0 5 0 517599903 567332864 85714 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 138509 85714 419 389 0 134259 0
[pid=31527/tid=31529] ppid=31526 vsize=554036 CPUtime=941.73 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 22281 0 0 0 94155 18 0 0 25 0 5 0 517599905 567332864 85714 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=554036 CPUtime=941.89 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 21607 0 0 0 94162 27 0 0 25 0 5 0 517599905 567332864 85714 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=554036 CPUtime=936.94 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 24435 0 0 0 93669 25 0 0 25 0 5 0 517599906 567332864 85714 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=554036 CPUtime=942.2 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 19022 0 0 0 94207 13 0 0 25 0 5 0 517599907 567332864 85714 33554432000 4194304 5787044 140734263246992 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.84
Current children cumulated vsize (KiB) 562736

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 7.87 9/188 31604
/proc/meminfo: memFree=27127284/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=567856 CPUtime=4002.48 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 96083 0 0 0 400156 92 0 0 20 0 5 0 517599903 581484544 91463 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 141964 91463 419 389 0 137714 0
[pid=31527/tid=31529] ppid=31526 vsize=567856 CPUtime=1001.74 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 24546 0 0 0 100154 20 0 0 25 0 5 0 517599905 581484544 91463 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=567856 CPUtime=1001.88 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 22967 0 0 0 100159 29 0 0 25 0 5 0 517599905 581484544 91463 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=567856 CPUtime=996.61 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 26162 0 0 0 99634 27 0 0 25 0 5 0 517599906 581484544 91463 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=567856 CPUtime=1002.2 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 19419 0 0 0 100206 14 0 0 25 0 5 0 517599907 581484544 91463 33554432000 4194304 5787044 140734263246992 18446744073709551615 5527239 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 576556

[startup+1062.3 s]
/proc/loadavg: 8.03 8.03 7.88 9/188 31605
/proc/meminfo: memFree=27114596/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=569856 CPUtime=4242.15 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 96879 0 0 0 424122 93 0 0 20 0 5 0 517599903 583532544 92259 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 142464 92259 419 389 0 138214 0
[pid=31527/tid=31529] ppid=31526 vsize=569856 CPUtime=1061.73 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 24880 0 0 0 106153 20 0 0 25 0 5 0 517599905 583532544 92259 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=569856 CPUtime=1061.87 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 22967 0 0 0 106158 29 0 0 25 0 5 0 517599905 583532544 92259 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=569856 CPUtime=1056.29 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 26531 0 0 0 105601 28 0 0 25 0 5 0 517599906 583532544 92259 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=569856 CPUtime=1062.2 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 19512 0 0 0 106206 14 0 0 25 0 5 0 517599907 583532544 92259 33554432000 4194304 5787044 140734263246992 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.15
Current children cumulated vsize (KiB) 578556

[startup+1122.3 s]
/proc/loadavg: 8.04 8.04 7.89 9/188 31607
/proc/meminfo: memFree=27108228/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=570112 CPUtime=4481.83 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 97154 0 0 0 448089 94 0 0 20 0 5 0 517599903 583794688 92534 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 142528 92534 419 389 0 138278 0
[pid=31527/tid=31529] ppid=31526 vsize=570112 CPUtime=1121.74 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 24905 0 0 0 112153 21 0 0 25 0 5 0 517599905 583794688 92534 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=570112 CPUtime=1121.87 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 22968 0 0 0 112158 29 0 0 25 0 5 0 517599905 583794688 92534 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=570112 CPUtime=1115.96 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 26698 0 0 0 111568 28 0 0 25 0 5 0 517599906 583794688 92534 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=570112 CPUtime=1122.19 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 19594 0 0 0 112205 14 0 0 25 0 5 0 517599907 583794688 92534 33554432000 4194304 5787044 140734263246992 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.83
Current children cumulated vsize (KiB) 578812

[startup+1182.3 s]
/proc/loadavg: 8.16 8.06 7.91 9/188 31608
/proc/meminfo: memFree=27098636/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=571240 CPUtime=4721.48 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 99536 0 0 0 472051 97 0 0 20 0 5 0 517599903 584949760 94711 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 142810 94711 419 389 0 138560 0
[pid=31527/tid=31529] ppid=31526 vsize=571240 CPUtime=1181.74 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 25510 0 0 0 118152 22 0 0 25 0 5 0 517599905 584949760 94711 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=571240 CPUtime=1181.86 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 23489 0 0 0 118156 30 0 0 25 0 5 0 517599905 584949760 94711 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=571240 CPUtime=1175.64 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 27599 0 0 0 117535 29 0 0 25 0 5 0 517599906 584949760 94711 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=571240 CPUtime=1182.18 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 19949 0 0 0 118204 14 0 0 25 0 5 0 517599907 584949760 94711 33554432000 4194304 5787044 140734263246992 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.48
Current children cumulated vsize (KiB) 579940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.10 8.05 7.91 9/188 31609
/proc/meminfo: memFree=27094140/32951124 swapFree=67111356/67111528
[pid=31526] ppid=31524 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31526/stat : 31526 (prissAuto.sh) S 31524 31526 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517599903 8908800 252 33554432000 4194304 4922060 140736598824160 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31526/statm: 2175 252 211 178 0 68 0
[pid=31527] ppid=31526 vsize=571240 CPUtime=4800.19 cores=0,2,4,6
/proc/31527/stat : 31527 (priss) S 31526 31526 30345 0 -1 4202496 100034 0 0 0 479921 98 0 0 20 0 5 0 517599903 584949760 95209 33554432000 4194304 5787044 140734263246992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31527/statm: 142810 95209 419 389 0 138560 0
[pid=31527/tid=31529] ppid=31526 vsize=571240 CPUtime=1201.44 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (priss) R 31526 31526 30345 0 -1 4202560 25513 0 0 0 120122 22 0 0 25 0 5 0 517599905 584949760 95209 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31527/tid=31530] ppid=31526 vsize=571240 CPUtime=1201.57 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (priss) R 31526 31526 30345 0 -1 4202560 23511 0 0 0 120127 30 0 0 25 0 5 0 517599905 584949760 95209 33554432000 4194304 5787044 140734263246992 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31527/tid=31531] ppid=31526 vsize=571240 CPUtime=1195.23 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (priss) R 31526 31526 30345 0 -1 4202560 28072 0 0 0 119494 29 0 0 25 0 5 0 517599906 584949760 95209 33554432000 4194304 5787044 140734263246992 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31527/tid=31532] ppid=31526 vsize=571240 CPUtime=1201.88 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (priss) R 31526 31526 30345 0 -1 4202560 19949 0 0 0 120174 14 0 0 25 0 5 0 517599907 584949760 95209 33554432000 4194304 5787044 140734263246992 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 579940

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.19
CPU user time (s): 4799.21
CPU system time (s): 0.98
CPU usage (%): 399.344
Max. virtual memory (cumulated for all children) (KiB): 579940

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.89871 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 08:53:42
IDJOB=3261943
IDBENCH=83266
IDSOLVER=1602
FILE ID=node137/3261943-1304060022
RUNJOBID= node137-1304058816-31308
PBS_JOBID= 13170416
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= cb7c9df8144e5ba66f8009983efe791f
RANDOM SEED=1535986186

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27219124 kB
Buffers:        899196 kB
Cached:        3715544 kB
SwapCached:         56 kB
Active:         855744 kB
Inactive:      4410408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27219124 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2344 kB
Writeback:          20 kB
AnonPages:      651560 kB
Mapped:          15608 kB
Slab:           401272 kB
PageTables:       6000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   878640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71616 MiB
End job on node137 at 2011-04-29 09:13:46