Trace number 3249577

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
Number of clauses of size 50
Number of clauses of size over 50

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: 20912
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 18815us
0.00/0.02	c parsed 73440 clauses with 1152 variables
0.00/0.02	c NW started thread 0 successfully (1090255168)
0.00/0.03	c NW started thread 1 successfully (1107433792)
0.00/0.04	c NW started thread 2 successfully (1117923648)
0.00/0.10	c NW started thread 3 successfully (1128413504)
19.03/4.85	c preprocessor returned 10005 variables
19.03/4.85	c preprocessing returned UNKNOWN
19.03/4.85	c PP set 0 variables
19.03/4.85	c pp time: 4827425us (4s)
19.03/4.86	c preprocessor returned 10005 variables
19.03/4.86	c preprocessing returned UNKNOWN
19.03/4.86	c PP set 0 variables
19.03/4.86	c pp time: 4822793us (4s)
19.03/4.87	c preprocessor returned 10005 variables
19.03/4.87	c preprocessing returned UNKNOWN
19.03/4.87	c PP set 0 variables
19.03/4.87	c pp time: 4839780us (4s)
102.91/25.83	c preprocessor returned 30010 variables
102.91/25.83	c preprocessing returned UNKNOWN
102.91/25.83	c PP set 0 variables
102.91/25.83	c pp time: 25779869us (25s)

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-3249577-1304056984/watcher-3249577-1304056984 -o /tmp/evaluation-result-3249577-1304056984/solver-3249577-1304056984 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249577-1304056984.cnf 1601283309 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.08 7.87 5/182 20911
/proc/meminfo: memFree=18457628/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0

[startup+0.102861 s]
/proc/loadavg: 8.09 8.08 7.87 5/182 20911
/proc/meminfo: memFree=18457628/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.224737 s]
/proc/loadavg: 8.09 8.08 7.87 5/182 20911
/proc/meminfo: memFree=18457628/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.399701 s]
/proc/loadavg: 8.09 8.08 7.87 5/182 20911
/proc/meminfo: memFree=18457628/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.74255 s]
/proc/loadavg: 8.09 8.08 7.87 5/182 20911
/proc/meminfo: memFree=18457628/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50249 s]
/proc/loadavg: 8.09 8.08 7.87 5/182 20911
/proc/meminfo: memFree=18457628/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1012 s]
/proc/loadavg: 8.09 8.08 7.87 9/188 20949
/proc/meminfo: memFree=18377040/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=281736 CPUtime=12.24 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 12191 0 0 0 1220 4 0 0 18 0 5 0 595929096 288497664 11675 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 70434 11675 352 389 0 66184 0
[pid=20912/tid=20914] ppid=20911 vsize=281736 CPUtime=3.05 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 1569 0 0 0 304 1 0 0 22 0 5 0 595929099 288497664 11675 33554432000 4194304 5787044 140734195858512 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=281736 CPUtime=3.05 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 1538 0 0 0 305 0 0 0 22 0 5 0 595929099 288497664 11675 33554432000 4194304 5787044 140734195858512 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=281736 CPUtime=3.04 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 2505 0 0 0 304 0 0 0 22 0 5 0 595929100 288497664 11675 33554432000 4194304 5787044 140734195858512 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=281736 CPUtime=3.02 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 2580 0 0 0 302 0 0 0 22 0 5 0 595929101 288497664 11675 33554432000 4194304 5787044 140734195858512 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 290436

[startup+6.30659 s]
/proc/loadavg: 8.08 8.08 7.87 9/188 20950
/proc/meminfo: memFree=18307904/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=298684 CPUtime=25.04 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 26138 0 0 0 2497 7 0 0 18 0 5 0 595929096 305852416 21494 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 74671 21494 404 389 0 70421 0
[pid=20912/tid=20914] ppid=20911 vsize=298684 CPUtime=6.26 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 6362 0 0 0 624 2 0 0 25 0 5 0 595929099 305852416 21494 33554432000 4194304 5787044 140734195858512 18446744073709551615 256415496735 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=298684 CPUtime=6.25 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 5228 0 0 0 624 1 0 0 25 0 5 0 595929099 305852416 21494 33554432000 4194304 5787044 140734195858512 18446744073709551615 256415496735 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=298684 CPUtime=6.25 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 5891 0 0 0 624 1 0 0 21 0 5 0 595929100 305852416 21494 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=298684 CPUtime=6.21 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 4658 0 0 0 620 1 0 0 25 0 5 0 595929101 305852416 21494 33554432000 4194304 5787044 140734195858512 18446744073709551615 256415085529 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 307384

[startup+12.7004 s]
/proc/loadavg: 8.08 8.08 7.87 9/188 20950
/proc/meminfo: memFree=18262104/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=309240 CPUtime=50.59 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 31813 0 0 0 5047 12 0 0 18 0 5 0 595929096 316661760 27169 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 77310 27169 404 389 0 73060 0
[pid=20912/tid=20914] ppid=20911 vsize=309240 CPUtime=12.65 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 8943 0 0 0 1262 3 0 0 25 0 5 0 595929099 316661760 27169 33554432000 4194304 5787044 140734195858512 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=309240 CPUtime=12.64 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 6789 0 0 0 1262 2 0 0 25 0 5 0 595929099 316661760 27169 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=309240 CPUtime=12.64 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 7421 0 0 0 1261 3 0 0 25 0 5 0 595929100 316661760 27169 33554432000 4194304 5787044 140734195858512 18446744073709551615 4220696 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=309240 CPUtime=12.57 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 4661 0 0 0 1256 1 0 0 25 0 5 0 595929101 316661760 27169 33554432000 4194304 5787044 140734195858512 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 317940

[startup+25.501 s]
/proc/loadavg: 8.06 8.08 7.87 9/188 20950
/proc/meminfo: memFree=18131016/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=324268 CPUtime=101.7 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 41321 0 0 0 10153 17 0 0 18 0 5 0 595929096 332050432 36652 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 81067 36652 404 389 0 76817 0
[pid=20912/tid=20914] ppid=20911 vsize=324268 CPUtime=25.44 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 12807 0 0 0 2539 5 0 0 25 0 5 0 595929099 332050432 36652 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=324268 CPUtime=25.44 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 9518 0 0 0 2541 3 0 0 25 0 5 0 595929099 332050432 36652 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591984 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=324268 CPUtime=25.43 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 10336 0 0 0 2538 5 0 0 25 0 5 0 595929100 332050432 36652 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=324268 CPUtime=25.3 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 4661 0 0 0 2529 1 0 0 25 0 5 0 595929101 332050432 36653 33554432000 4194304 5787044 140734195858512 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 332968

[startup+51.1011 s]
/proc/loadavg: 8.12 8.09 7.88 9/188 20951
/proc/meminfo: memFree=17901168/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=355536 CPUtime=203.92 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 67264 0 0 0 20358 34 0 0 18 0 5 0 595929096 364068864 59747 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 88884 59747 417 389 0 84634 0
[pid=20912/tid=20914] ppid=20911 vsize=355536 CPUtime=51.03 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 18140 0 0 0 5093 10 0 0 25 0 5 0 595929099 364068864 59747 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=355536 CPUtime=51.03 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 14098 0 0 0 5098 5 0 0 25 0 5 0 595929099 364068864 59747 33554432000 4194304 5787044 140734195858512 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=355536 CPUtime=51.02 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 15647 0 0 0 5092 10 0 0 25 0 5 0 595929100 364068864 59747 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=355536 CPUtime=50.75 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 15380 0 0 0 5069 6 0 0 25 0 5 0 595929101 364068864 59747 33554432000 4194304 5787044 140734195858512 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 364236

[startup+102.3 s]
/proc/loadavg: 8.05 8.07 7.88 9/188 20952
/proc/meminfo: memFree=17643600/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=580332 CPUtime=408.39 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 90920 0 0 0 40783 56 0 0 18 0 5 0 595929096 594259968 83107 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 145083 83107 417 389 0 140833 0
[pid=20912/tid=20914] ppid=20911 vsize=580332 CPUtime=102.22 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 22420 0 0 0 10207 15 0 0 25 0 5 0 595929099 594259968 83107 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427203832 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=580332 CPUtime=102.22 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 18996 0 0 0 10214 8 0 0 25 0 5 0 595929099 594259968 83107 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591653 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=580332 CPUtime=102.2 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 23451 0 0 0 10204 16 0 0 25 0 5 0 595929100 594259968 83107 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=580332 CPUtime=101.66 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 22054 0 0 0 10152 14 0 0 25 0 5 0 595929101 594259968 83107 33554432000 4194304 5787044 140734195858512 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.39
Current children cumulated vsize (KiB) 589032

[startup+162.301 s]
/proc/loadavg: 8.06 8.07 7.90 9/188 20954
/proc/meminfo: memFree=17375596/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=610608 CPUtime=648.04 cores=0,2,4,6

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

/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 73372 0 0 0 82173 44 0 0 25 0 5 0 595929099 1354887168 280434 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1323132 CPUtime=822.1 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 74553 0 0 0 82126 84 0 0 25 0 5 0 595929100 1354887168 280434 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1323132 CPUtime=819.65 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 60643 0 0 0 81902 63 0 0 25 0 5 0 595929101 1354887168 280434 33554432000 4194304 5787044 140734195858512 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.24
Current children cumulated vsize (KiB) 1331832

[startup+882.3 s]
/proc/loadavg: 8.05 8.06 7.97 9/188 20973
/proc/meminfo: memFree=15281444/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=1323132 CPUtime=3523.9 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 298605 0 0 0 352103 287 0 0 18 0 5 0 595929096 1354887168 284596 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 330783 284596 417 389 0 326533 0
[pid=20912/tid=20914] ppid=20911 vsize=1323132 CPUtime=880.25 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 83574 0 0 0 87935 90 0 0 25 0 5 0 595929099 1354887168 284596 33554432000 4194304 5787044 140734195858512 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=1323132 CPUtime=882.16 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 73372 0 0 0 88171 45 0 0 25 0 5 0 595929099 1354887168 284596 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1323132 CPUtime=882.09 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 74563 0 0 0 88125 84 0 0 25 0 5 0 595929100 1354887168 284596 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1323132 CPUtime=879.31 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 63097 0 0 0 87865 66 0 0 25 0 5 0 595929101 1354887168 284596 33554432000 4194304 5787044 140734195858512 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.9
Current children cumulated vsize (KiB) 1331832

[startup+942.301 s]
/proc/loadavg: 8.06 8.06 7.97 9/188 20975
/proc/meminfo: memFree=15204160/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=1323132 CPUtime=3763.6 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 298617 0 0 0 376072 288 0 0 18 0 5 0 595929096 1354887168 284608 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 330783 284608 417 389 0 326533 0
[pid=20912/tid=20914] ppid=20911 vsize=1323132 CPUtime=940.26 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 83575 0 0 0 93936 90 0 0 25 0 5 0 595929099 1354887168 284608 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=1323132 CPUtime=942.17 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 73373 0 0 0 94172 45 0 0 25 0 5 0 595929099 1354887168 284608 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1323132 CPUtime=942.1 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 74573 0 0 0 94126 84 0 0 25 0 5 0 595929100 1354887168 284608 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1323132 CPUtime=939 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 63097 0 0 0 93833 67 0 0 25 0 5 0 595929101 1354887168 284608 33554432000 4194304 5787044 140734195858512 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.6
Current children cumulated vsize (KiB) 1331832

[startup+1002.3 s]
/proc/loadavg: 8.10 8.07 7.98 9/188 20976
/proc/meminfo: memFree=15160352/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=1323132 CPUtime=4003.25 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 298653 0 0 0 400036 289 0 0 18 0 5 0 595929096 1354887168 284644 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 330783 284644 417 389 0 326533 0
[pid=20912/tid=20914] ppid=20911 vsize=1323132 CPUtime=1000.25 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 83587 0 0 0 99934 91 0 0 25 0 5 0 595929099 1354887168 284644 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=1323132 CPUtime=1002.16 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 73376 0 0 0 100171 45 0 0 25 0 5 0 595929099 1354887168 284644 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1323132 CPUtime=1002.09 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 74594 0 0 0 100125 84 0 0 25 0 5 0 595929100 1354887168 284644 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1323132 CPUtime=998.67 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 63097 0 0 0 99800 67 0 0 25 0 5 0 595929101 1354887168 284644 33554432000 4194304 5787044 140734195858512 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.25
Current children cumulated vsize (KiB) 1331832

[startup+1062.31 s]
/proc/loadavg: 8.19 8.10 8.00 9/188 20978
/proc/meminfo: memFree=15122384/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=1388668 CPUtime=4242.93 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 303266 0 0 0 423998 295 0 0 18 0 5 0 595929096 1421996032 289257 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 347167 289257 417 389 0 342917 0
[pid=20912/tid=20914] ppid=20911 vsize=1388668 CPUtime=1060.25 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 84632 0 0 0 105933 92 0 0 25 0 5 0 595929099 1421996032 289257 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=1388668 CPUtime=1061.88 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 73385 0 0 0 106143 45 0 0 25 0 5 0 595929099 1421996032 289257 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1388668 CPUtime=1062.1 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 78148 0 0 0 106121 89 0 0 25 0 5 0 595929100 1421996032 289257 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1388668 CPUtime=1058.62 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 63102 0 0 0 105795 67 0 0 25 0 5 0 595929101 1421996032 289257 33554432000 4194304 5787044 140734195858512 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.93
Current children cumulated vsize (KiB) 1397368

[startup+1122.3 s]
/proc/loadavg: 8.18 8.11 8.01 9/188 20979
/proc/meminfo: memFree=15079436/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=1388668 CPUtime=4482.57 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 313559 0 0 0 447950 307 0 0 18 0 5 0 595929096 1421996032 299550 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 347167 299550 417 389 0 342917 0
[pid=20912/tid=20914] ppid=20911 vsize=1388668 CPUtime=1120.24 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 85707 0 0 0 111932 92 0 0 25 0 5 0 595929099 1421996032 299550 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=1388668 CPUtime=1121.54 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 73448 0 0 0 112109 45 0 0 25 0 5 0 595929099 1421996032 299550 33554432000 4194304 5787044 140734195858512 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1388668 CPUtime=1122.09 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 87287 0 0 0 112108 101 0 0 25 0 5 0 595929100 1421996032 299550 33554432000 4194304 5787044 140734195858512 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1388668 CPUtime=1118.62 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 63118 0 0 0 111795 67 0 0 25 0 5 0 595929101 1421996032 299550 33554432000 4194304 5787044 140734195858512 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.57
Current children cumulated vsize (KiB) 1397368

[startup+1182.3 s]
/proc/loadavg: 8.18 8.12 8.01 9/188 20981
/proc/meminfo: memFree=14948824/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=1469496 CPUtime=4722.25 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 329450 0 0 0 471901 324 0 0 18 0 5 0 595929096 1504763904 315441 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 367374 315441 417 389 0 363124 0
[pid=20912/tid=20914] ppid=20911 vsize=1469496 CPUtime=1180.24 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 89507 0 0 0 117928 96 0 0 25 0 5 0 595929099 1504763904 315441 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=1469496 CPUtime=1181.21 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 77301 0 0 0 118074 47 0 0 25 0 5 0 595929099 1504763904 315441 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1469496 CPUtime=1182.1 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 95068 0 0 0 118098 112 0 0 25 0 5 0 595929100 1504763904 315441 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1469496 CPUtime=1178.61 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 63575 0 0 0 117794 67 0 0 25 0 5 0 595929101 1504763904 315441 33554432000 4194304 5787044 140734195858512 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.25
Current children cumulated vsize (KiB) 1478196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.20 8.13 8.02 9/188 20981
/proc/meminfo: memFree=14876524/32950928 swapFree=67111524/67111528
[pid=20911] ppid=20909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (prissAuto.sh) S 20909 20911 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929096 8908800 251 33554432000 4194304 4922060 140733227117472 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20911/statm: 2175 251 211 178 0 68 0
[pid=20912] ppid=20911 vsize=1477960 CPUtime=4800.16 cores=0,2,4,6
/proc/20912/stat : 20912 (priss) S 20911 20911 20564 0 -1 4202496 337241 0 0 0 479684 332 0 0 18 0 5 0 595929096 1513431040 323232 33554432000 4194304 5787044 140734195858512 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20912/statm: 369490 323232 417 389 0 365240 0
[pid=20912/tid=20914] ppid=20911 vsize=1477960 CPUtime=1199.74 cores=0,2,4,6
/proc/20912/task/20914/stat : 20914 (priss) R 20911 20911 20564 0 -1 4202560 92820 0 0 0 119875 99 0 0 25 0 5 0 595929099 1513431040 323232 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20912/tid=20915] ppid=20911 vsize=1477960 CPUtime=1200.61 cores=0,2,4,6
/proc/20912/task/20915/stat : 20915 (priss) R 20911 20911 20564 0 -1 4202560 79403 0 0 0 120013 48 0 0 25 0 5 0 595929099 1513431040 323232 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20912/tid=20916] ppid=20911 vsize=1477960 CPUtime=1201.6 cores=0,2,4,6
/proc/20912/task/20916/stat : 20916 (priss) R 20911 20911 20564 0 -1 4202560 97302 0 0 0 120045 115 0 0 25 0 5 0 595929100 1513431040 323232 33554432000 4194304 5787044 140734195858512 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20912/tid=20917] ppid=20911 vsize=1477960 CPUtime=1198.12 cores=0,2,4,6
/proc/20912/task/20917/stat : 20917 (priss) R 20911 20911 20564 0 -1 4202560 63717 0 0 0 119745 67 0 0 25 0 5 0 595929101 1513431040 323232 33554432000 4194304 5787044 140734195858512 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1486660

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 20911 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.16
#
# 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.16
CPU user time (s): 4796.84
CPU system time (s): 3.32
CPU usage (%): 399.408
Max. virtual memory (cumulated for all children) (KiB): 1486660

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

runsolver used 1.77773 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 08:03:04
IDJOB=3249577
IDBENCH=83177
IDSOLVER=1602
FILE ID=node115/3249577-1304056984
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72728 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-9x32.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249577-1304056984/watcher-3249577-1304056984 -o /tmp/evaluation-result-3249577-1304056984/solver-3249577-1304056984 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249577-1304056984.cnf 1601283309 4800 15500 4

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=1601283309

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18457776 kB
Buffers:       2319220 kB
Cached:       11537112 kB
SwapCached:          4 kB
Active:        6828372 kB
Inactive:      7111660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18457776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5024 kB
Writeback:           0 kB
AnonPages:       83124 kB
Mapped:          15432 kB
Slab:           490556 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   269732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72728 MiB
End job on node115 at 2011-04-29 08:23:08