Trace number 3249621

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
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 variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
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: 20944
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 12272us
0.00/0.01	c parsed 48480 clauses with 960 variables
0.00/0.01	c NW started thread 0 successfully (1105811776)
0.00/0.02	c NW started thread 1 successfully (1086556480)
0.00/0.02	c NW started thread 2 successfully (1116301632)
0.00/0.03	c NW started thread 3 successfully (1126791488)
10.70/2.78	c preprocessor returned 10008 variables
10.70/2.78	c preprocessing returned UNKNOWN
10.70/2.78	c PP set 0 variables
10.70/2.78	c pp time: 2758350us (2s)
10.70/2.79	c preprocessor returned 10008 variables
10.70/2.79	c preprocessing returned UNKNOWN
10.70/2.79	c PP set 0 variables
10.70/2.79	c pp time: 2767590us (2s)
11.11/2.81	c preprocessor returned 10008 variables
11.11/2.81	c preprocessing returned UNKNOWN
11.11/2.81	c PP set 0 variables
11.11/2.81	c pp time: 2783074us (2s)
74.20/18.66	c preprocessor returned 30006 variables
74.20/18.66	c preprocessing returned UNKNOWN
74.20/18.66	c PP set 0 variables
74.20/18.66	c pp time: 18631616us (18s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.08 7.87 6/182 20943
/proc/meminfo: memFree=18453776/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0

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

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

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

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

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

[startup+3.10098 s]
/proc/loadavg: 8.08 8.08 7.87 9/188 20949
/proc/meminfo: memFree=18369104/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=293748 CPUtime=12.29 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 20595 0 0 0 1223 6 0 0 20 0 5 0 595929121 300797952 15425 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 73437 15425 404 389 0 69187 0
[pid=20944/tid=20946] ppid=20943 vsize=293748 CPUtime=3.07 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 3714 0 0 0 305 2 0 0 23 0 5 0 595929123 300797952 15425 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=293748 CPUtime=3.06 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 4116 0 0 0 305 1 0 0 23 0 5 0 595929124 300797952 15426 33554432000 4194304 5787044 140737385440576 18446744073709551615 256415052833 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=293748 CPUtime=3.04 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 5413 0 0 0 303 1 0 0 23 0 5 0 595929124 300797952 15426 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=293748 CPUtime=3.05 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 4560 0 0 0 305 0 0 0 22 0 5 0 595929125 300797952 15426 33554432000 4194304 5787044 140737385440576 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 302448

[startup+6.30038 s]
/proc/loadavg: 8.08 8.08 7.87 9/188 20950
/proc/meminfo: memFree=18306912/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=304104 CPUtime=25.07 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 26178 0 0 0 2497 10 0 0 20 0 5 0 595929121 311402496 21008 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 76026 21008 404 389 0 71776 0
[pid=20944/tid=20946] ppid=20943 vsize=304104 CPUtime=6.26 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 5270 0 0 0 624 2 0 0 25 0 5 0 595929123 311402496 21008 33554432000 4194304 5787044 140737385440576 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=304104 CPUtime=6.26 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 6769 0 0 0 623 3 0 0 25 0 5 0 595929124 311402496 21008 33554432000 4194304 5787044 140737385440576 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=304104 CPUtime=6.23 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 6743 0 0 0 621 2 0 0 25 0 5 0 595929124 311402496 21008 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=304104 CPUtime=6.25 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 4604 0 0 0 625 0 0 0 25 0 5 0 595929125 311402496 21008 33554432000 4194304 5787044 140737385440576 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 312804

[startup+12.7012 s]
/proc/loadavg: 8.08 8.08 7.87 9/188 20950
/proc/meminfo: memFree=18247472/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=317112 CPUtime=50.65 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 35259 0 0 0 5050 15 0 0 20 0 5 0 595929121 324722688 30087 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 79278 30087 404 389 0 75028 0
[pid=20944/tid=20946] ppid=20943 vsize=317112 CPUtime=12.66 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 8465 0 0 0 1263 3 0 0 25 0 5 0 595929123 324722688 30087 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=317112 CPUtime=12.66 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 9787 0 0 0 1261 5 0 0 25 0 5 0 595929124 324722688 30087 33554432000 4194304 5787044 140737385440576 18446744073709551615 4692880 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=317112 CPUtime=12.6 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 9611 0 0 0 1256 4 0 0 25 0 5 0 595929124 324722688 30087 33554432000 4194304 5787044 140737385440576 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=317112 CPUtime=12.66 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 4604 0 0 0 1266 0 0 0 25 0 5 0 595929125 324722688 30087 33554432000 4194304 5787044 140737385440576 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 325812

[startup+25.5008 s]
/proc/loadavg: 8.06 8.08 7.87 9/188 20950
/proc/meminfo: memFree=18130520/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=344940 CPUtime=101.74 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 57726 0 0 0 10147 27 0 0 20 0 5 0 595929121 353218560 50449 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 86235 50449 417 389 0 81985 0
[pid=20944/tid=20946] ppid=20943 vsize=344940 CPUtime=25.45 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 15464 0 0 0 2540 5 0 0 25 0 5 0 595929123 353218560 50449 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=344940 CPUtime=25.45 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 14297 0 0 0 2536 9 0 0 25 0 5 0 595929124 353218560 50449 33554432000 4194304 5787044 140737385440576 18446744073709551615 4229602 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=344940 CPUtime=25.32 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 14121 0 0 0 2525 7 0 0 25 0 5 0 595929124 353218560 50449 33554432000 4194304 5787044 140737385440576 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=344940 CPUtime=25.45 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 11052 0 0 0 2541 4 0 0 25 0 5 0 595929125 353218560 50449 33554432000 4194304 5787044 140737385440576 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 353640

[startup+51.1009 s]
/proc/loadavg: 8.12 8.09 7.88 9/188 20951
/proc/meminfo: memFree=17898812/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=520364 CPUtime=203.98 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 95152 0 0 0 20346 52 0 0 20 0 5 0 595929121 532852736 87759 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 130091 87759 417 389 0 125841 0
[pid=20944/tid=20946] ppid=20943 vsize=520364 CPUtime=51.05 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 26488 0 0 0 5095 10 0 0 25 0 5 0 595929123 532852736 87759 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=520364 CPUtime=51.04 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 23587 0 0 0 5089 15 0 0 25 0 5 0 595929124 532852736 87759 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=520364 CPUtime=50.78 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 22665 0 0 0 5063 15 0 0 25 0 5 0 595929124 532852736 87759 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=520364 CPUtime=51.04 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 19620 0 0 0 5094 10 0 0 25 0 5 0 595929125 532852736 87759 33554432000 4194304 5787044 140737385440576 18446744073709551615 4229221 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 529064

[startup+102.301 s]
/proc/loadavg: 8.05 8.07 7.88 9/188 20952
/proc/meminfo: memFree=17643228/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=633892 CPUtime=408.44 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 134040 0 0 0 40753 91 0 0 20 0 5 0 595929121 649105408 126403 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 158473 126403 417 389 0 154223 0
[pid=20944/tid=20946] ppid=20943 vsize=633892 CPUtime=102.24 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 37195 0 0 0 10208 16 0 0 25 0 5 0 595929123 649105408 126403 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=633892 CPUtime=102.23 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 31807 0 0 0 10200 23 0 0 25 0 5 0 595929124 649105408 126403 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=633892 CPUtime=101.68 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 31593 0 0 0 10145 23 0 0 25 0 5 0 595929124 649105408 126403 33554432000 4194304 5787044 140737385440576 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=633892 CPUtime=102.24 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 30653 0 0 0 10197 27 0 0 25 0 5 0 595929125 649105408 126403 33554432000 4194304 5787044 140737385440576 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 642592

[startup+162.301 s]
/proc/loadavg: 8.06 8.07 7.90 9/188 20954
/proc/meminfo: memFree=17371132/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=883424 CPUtime=648.09 cores=1,3,5,7

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

/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 155859 0 0 0 88012 200 0 0 25 0 5 0 595929124 2297581568 513081 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2243732 CPUtime=881.49 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 129658 0 0 0 87975 174 0 0 25 0 5 0 595929124 2297581568 513081 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2243732 CPUtime=882.19 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 77085 0 0 0 88135 84 0 0 25 0 5 0 595929125 2297581568 513081 33554432000 4194304 5787044 140737385440576 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.84
Current children cumulated vsize (KiB) 2252432

[startup+942.307 s]
/proc/loadavg: 8.06 8.06 7.97 9/188 20975
/proc/meminfo: memFree=15204036/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=2243732 CPUtime=3763.53 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 545211 0 0 0 375751 602 0 0 20 0 5 0 595929121 2297581568 532098 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 560933 532098 417 389 0 556683 0
[pid=20944/tid=20946] ppid=20943 vsize=2243732 CPUtime=937.65 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 160804 0 0 0 93661 104 0 0 25 0 5 0 595929123 2297581568 532098 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=2243732 CPUtime=942.12 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 155865 0 0 0 94011 201 0 0 25 0 5 0 595929124 2297581568 532098 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2243732 CPUtime=941.5 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 143300 0 0 0 93949 201 0 0 25 0 5 0 595929124 2297581568 532098 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2243732 CPUtime=942.2 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 82450 0 0 0 94126 94 0 0 25 0 5 0 595929125 2297581568 532099 33554432000 4194304 5787044 140737385440576 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.53
Current children cumulated vsize (KiB) 2252432

[startup+1002.3 s]
/proc/loadavg: 8.10 8.07 7.98 9/188 20976
/proc/meminfo: memFree=15160228/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=2374804 CPUtime=4003.16 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 556644 0 0 0 399693 623 0 0 20 0 5 0 595929121 2431799296 543050 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 593701 543050 417 389 0 589451 0
[pid=20944/tid=20946] ppid=20943 vsize=2374804 CPUtime=997.31 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 160817 0 0 0 99626 105 0 0 25 0 5 0 595929123 2431799296 543050 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=2374804 CPUtime=1002.1 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 155877 0 0 0 100009 201 0 0 25 0 5 0 595929124 2431799296 543050 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2374804 CPUtime=1001.49 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 149813 0 0 0 99937 212 0 0 25 0 5 0 595929124 2431799296 543050 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2374804 CPUtime=1002.19 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 87345 0 0 0 100115 104 0 0 25 0 5 0 595929125 2431799296 543050 33554432000 4194304 5787044 140737385440576 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 2383504

[startup+1062.3 s]
/proc/loadavg: 8.19 8.10 8.00 9/188 20978
/proc/meminfo: memFree=15122384/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=2374804 CPUtime=4242.83 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 561486 0 0 0 423649 634 0 0 20 0 5 0 595929121 2431799296 547892 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 593701 547892 417 389 0 589451 0
[pid=20944/tid=20946] ppid=20943 vsize=2374804 CPUtime=1056.98 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 160829 0 0 0 105593 105 0 0 25 0 5 0 595929123 2431799296 547892 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=2374804 CPUtime=1062.09 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 155893 0 0 0 106008 201 0 0 25 0 5 0 595929124 2431799296 547892 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2374804 CPUtime=1061.49 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 149819 0 0 0 105937 212 0 0 25 0 5 0 595929124 2431799296 547892 33554432000 4194304 5787044 140737385440576 18446744073709551615 256415051691 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2374804 CPUtime=1062.19 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 92153 0 0 0 106106 113 0 0 25 0 5 0 595929125 2431799296 547892 33554432000 4194304 5787044 140737385440576 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.83
Current children cumulated vsize (KiB) 2383504

[startup+1122.3 s]
/proc/loadavg: 8.18 8.11 8.01 9/188 20979
/proc/meminfo: memFree=15079436/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=2374804 CPUtime=4482.51 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 562103 0 0 0 447616 635 0 0 20 0 5 0 595929121 2431799296 548412 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 593701 548412 417 389 0 589451 0
[pid=20944/tid=20946] ppid=20943 vsize=2374804 CPUtime=1116.66 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 160848 0 0 0 111561 105 0 0 25 0 5 0 595929123 2431799296 548412 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=2374804 CPUtime=1122.1 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 155956 0 0 0 112008 202 0 0 25 0 5 0 595929124 2431799296 548412 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2374804 CPUtime=1121.5 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 149833 0 0 0 111937 213 0 0 25 0 5 0 595929124 2431799296 548412 33554432000 4194304 5787044 140737385440576 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2374804 CPUtime=1122.2 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 92674 0 0 0 112106 114 0 0 25 0 5 0 595929125 2431799296 548412 33554432000 4194304 5787044 140737385440576 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.51
Current children cumulated vsize (KiB) 2383504

[startup+1182.3 s]
/proc/loadavg: 8.18 8.12 8.01 9/188 20981
/proc/meminfo: memFree=14948080/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=2457440 CPUtime=4722.18 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 579054 0 0 0 471557 661 0 0 20 0 5 0 595929121 2516418560 565363 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 614360 565363 417 389 0 610110 0
[pid=20944/tid=20946] ppid=20943 vsize=2457440 CPUtime=1176.32 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 165225 0 0 0 117524 108 0 0 25 0 5 0 595929123 2516418560 565363 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=2457440 CPUtime=1182.09 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 167490 0 0 0 117986 223 0 0 25 0 5 0 595929124 2516418560 565363 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2457440 CPUtime=1181.49 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 150871 0 0 0 117936 213 0 0 25 0 5 0 595929124 2516418560 565363 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2457440 CPUtime=1182.2 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 92676 0 0 0 118106 114 0 0 25 0 5 0 595929125 2516418560 565363 33554432000 4194304 5787044 140737385440576 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.18
Current children cumulated vsize (KiB) 2466140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.20 8.13 8.02 5/181 20982
/proc/meminfo: memFree=16168908/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=2477656 CPUtime=4800.11 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 589073 0 0 0 479337 674 0 0 20 0 5 0 595929121 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 619414 575382 417 389 0 615164 0
[pid=20944/tid=20946] ppid=20943 vsize=2477656 CPUtime=1195.72 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 170251 0 0 0 119460 112 0 0 25 0 5 0 595929123 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 4218884 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=2477656 CPUtime=1201.6 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 172474 0 0 0 119928 232 0 0 25 0 5 0 595929124 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2477656 CPUtime=1201 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 150879 0 0 0 119887 213 0 0 25 0 5 0 595929124 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2477656 CPUtime=1201.71 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 92677 0 0 0 120057 114 0 0 25 0 5 0 595929125 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2486356

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

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

[startup+1201.8 s]
/proc/loadavg: 8.20 8.13 8.02 5/181 20982
/proc/meminfo: memFree=16168908/32950928 swapFree=67111524/67111528
[pid=20943] ppid=20941 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20943/stat : 20943 (prissAuto.sh) S 20941 20943 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595929121 8908800 251 33554432000 4194304 4922060 140736623115136 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20943/statm: 2175 251 211 178 0 68 0
[pid=20944] ppid=20943 vsize=2477656 CPUtime=4800.11 cores=1,3,5,7
/proc/20944/stat : 20944 (priss) S 20943 20943 20564 0 -1 4202496 589073 0 0 0 479337 674 0 0 20 0 5 0 595929121 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20944/statm: 619414 575382 417 389 0 615164 0
[pid=20944/tid=20946] ppid=20943 vsize=2477656 CPUtime=1195.72 cores=1,3,5,7
/proc/20944/task/20946/stat : 20946 (priss) R 20943 20943 20564 0 -1 4202560 170251 0 0 0 119460 112 0 0 25 0 5 0 595929123 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 4218884 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20944/tid=20947] ppid=20943 vsize=2477656 CPUtime=1201.6 cores=1,3,5,7
/proc/20944/task/20947/stat : 20947 (priss) R 20943 20943 20564 0 -1 4202560 172474 0 0 0 119928 232 0 0 25 0 5 0 595929124 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20944/tid=20948] ppid=20943 vsize=2477656 CPUtime=1201 cores=1,3,5,7
/proc/20944/task/20948/stat : 20948 (priss) R 20943 20943 20564 0 -1 4202560 150879 0 0 0 119887 213 0 0 25 0 5 0 595929124 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20944/tid=20949] ppid=20943 vsize=2477656 CPUtime=1201.71 cores=1,3,5,7
/proc/20944/task/20949/stat : 20949 (priss) R 20943 20943 20564 0 -1 4202560 92677 0 0 0 120057 114 0 0 25 0 5 0 595929125 2537119744 575382 33554432000 4194304 5787044 140737385440576 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2486356

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20943 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.11
#
# 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.11
CPU user time (s): 4793.37
CPU system time (s): 6.74
CPU usage (%): 399.402
Max. virtual memory (cumulated for all children) (KiB): 2486356

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= 4
involuntary context switches= 2

runsolver used 1.66275 second user time and 4.90425 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
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:      18454048 kB
Buffers:       2319232 kB
Cached:       11537876 kB
SwapCached:          4 kB
Active:        6832376 kB
Inactive:      7111656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18454048 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5800 kB
Writeback:           0 kB
AnonPages:       86228 kB
Mapped:          15044 kB
Slab:           490556 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   270336 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