Trace number 3282764

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
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: 14893
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 25969us
0.00/0.03	c parsed 96161 clauses with 31951 variables
0.00/0.03	c NW started thread 0 successfully (1101715776)
0.00/0.04	c NW started thread 1 successfully (1112205632)
0.00/0.05	c NW started thread 2 successfully (1122695488)
0.00/0.09	c NW started thread 3 successfully (1086802240)
0.00/1.03	c preprocessor returned 31951 variables
0.00/1.03	c preprocessing returned UNKNOWN
0.00/1.03	c PP set 1426 variables
0.00/1.03	c pp time: 963373us (0s)
0.00/1.03	c preprocessor returned 31951 variables
0.00/1.03	c preprocessing returned UNKNOWN
0.00/1.03	c PP set 1426 variables
0.00/1.03	c pp time: 964347us (0s)
0.00/1.05	c preprocessor returned 31951 variables
0.00/1.05	c preprocessing returned UNKNOWN
0.00/1.05	c PP set 1426 variables
0.00/1.05	c pp time: 1005272us (1s)
6.42/1.73	c preprocessor returned 33951 variables
6.42/1.73	c preprocessing returned UNKNOWN
6.42/1.73	c PP set 1426 variables
6.42/1.73	c pp time: 1622247us (1s)
6.83/1.84	c HTE
7.20/1.90	c subsumption
7.20/1.94	c simplified formula contains 0 unit clauses

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-3282764-1304041648/watcher-3282764-1304041648 -o /tmp/evaluation-result-3282764-1304041648/solver-3282764-1304041648 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3282764-1304041648.cnf 821459583 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: 3.85 4.00 4.20 1/171 14892
/proc/meminfo: memFree=24763008/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0

[startup+0.050582 s]
/proc/loadavg: 3.85 4.00 4.20 1/171 14892
/proc/meminfo: memFree=24763008/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100894 s]
/proc/loadavg: 3.85 4.00 4.20 1/171 14892
/proc/meminfo: memFree=24763008/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.312316 s]
/proc/loadavg: 3.85 4.00 4.20 1/171 14892
/proc/meminfo: memFree=24763008/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07864 s]
/proc/loadavg: 3.85 4.00 4.20 1/171 14892
/proc/meminfo: memFree=24763008/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.53658 s]
/proc/loadavg: 3.85 4.00 4.20 1/171 14892
/proc/meminfo: memFree=24763008/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10131 s]
/proc/loadavg: 3.94 4.01 4.20 5/177 14898
/proc/meminfo: memFree=24643176/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=320196 CPUtime=12 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 44014 0 0 0 1183 17 0 0 18 0 5 0 496581054 327880704 30169 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 80049 30169 418 389 0 75799 0
[pid=14893/tid=14895] ppid=14892 vsize=320196 CPUtime=2.99 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 10088 0 0 0 294 5 0 0 22 0 5 0 496581058 327880704 30169 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=320196 CPUtime=3.02 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 8270 0 0 0 300 2 0 0 23 0 5 0 496581059 327880704 30169 33554432000 4194304 5787044 140733863891584 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=320196 CPUtime=2.94 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 6989 0 0 0 292 2 0 0 23 0 5 0 496581059 327880704 30169 33554432000 4194304 5787044 140733863891584 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=320196 CPUtime=2.95 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 13535 0 0 0 289 6 0 0 23 0 5 0 496581064 327880704 30169 33554432000 4194304 5787044 140733863891584 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 328896

[startup+6.30071 s]
/proc/loadavg: 3.94 4.01 4.20 5/177 14898
/proc/meminfo: memFree=24642804/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=320196 CPUtime=24.78 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 44021 0 0 0 2461 17 0 0 18 0 5 0 496581054 327880704 30176 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 80049 30176 419 389 0 75799 0
[pid=14893/tid=14895] ppid=14892 vsize=320196 CPUtime=6.19 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 10094 0 0 0 614 5 0 0 25 0 5 0 496581058 327880704 30176 33554432000 4194304 5787044 140733863891584 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=320196 CPUtime=6.22 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 8270 0 0 0 620 2 0 0 25 0 5 0 496581059 327880704 30176 33554432000 4194304 5787044 140733863891584 18446744073709551615 4255000 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=320196 CPUtime=6.13 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 6989 0 0 0 611 2 0 0 25 0 5 0 496581059 327880704 30176 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=320196 CPUtime=6.15 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 13536 0 0 0 609 6 0 0 25 0 5 0 496581064 327880704 30176 33554432000 4194304 5787044 140733863891584 18446744073709551615 5524571 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 328896

[startup+12.7006 s]
/proc/loadavg: 3.95 4.01 4.20 5/177 14898
/proc/meminfo: memFree=24642252/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=320196 CPUtime=50.37 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 44078 0 0 0 5019 18 0 0 18 0 5 0 496581054 327880704 30233 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 80049 30233 419 389 0 75799 0
[pid=14893/tid=14895] ppid=14892 vsize=320196 CPUtime=12.6 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 10138 0 0 0 1254 6 0 0 25 0 5 0 496581058 327880704 30233 33554432000 4194304 5787044 140733863891584 18446744073709551615 4228007 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=320196 CPUtime=12.62 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 8283 0 0 0 1260 2 0 0 25 0 5 0 496581059 327880704 30233 33554432000 4194304 5787044 140733863891584 18446744073709551615 5586772 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=320196 CPUtime=12.5 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 6989 0 0 0 1248 2 0 0 25 0 5 0 496581059 327880704 30233 33554432000 4194304 5787044 140733863891584 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=320196 CPUtime=12.56 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 13536 0 0 0 1250 6 0 0 25 0 5 0 496581064 327880704 30233 33554432000 4194304 5787044 140733863891584 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 328896

[startup+25.5013 s]
/proc/loadavg: 3.96 4.01 4.20 5/177 14898
/proc/meminfo: memFree=24640644/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=320196 CPUtime=101.48 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 44713 0 0 0 10129 19 0 0 18 0 5 0 496581054 327880704 30868 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 80049 30868 419 389 0 75799 0
[pid=14893/tid=14895] ppid=14892 vsize=320196 CPUtime=25.39 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 10142 0 0 0 2533 6 0 0 25 0 5 0 496581058 327880704 30868 33554432000 4194304 5787044 140733863891584 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=320196 CPUtime=25.42 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 8399 0 0 0 2540 2 0 0 25 0 5 0 496581059 327880704 30868 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=320196 CPUtime=25.22 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 7465 0 0 0 2519 3 0 0 25 0 5 0 496581059 327880704 30868 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=320196 CPUtime=25.35 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 13575 0 0 0 2529 6 0 0 25 0 5 0 496581064 327880704 30868 33554432000 4194304 5787044 140733863891584 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 328896

[startup+51.1007 s]
/proc/loadavg: 4.04 4.03 4.20 5/177 14899
/proc/meminfo: memFree=24634400/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=324296 CPUtime=203.75 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 46226 0 0 0 20354 21 0 0 18 0 5 0 496581054 332079104 32381 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 81074 32381 419 389 0 76824 0
[pid=14893/tid=14895] ppid=14892 vsize=324296 CPUtime=50.99 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 10255 0 0 0 5093 6 0 0 25 0 5 0 496581058 332079104 32381 33554432000 4194304 5787044 140733863891584 18446744073709551615 5590467 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=324296 CPUtime=51.02 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 8419 0 0 0 5100 2 0 0 25 0 5 0 496581059 332079104 32381 33554432000 4194304 5787044 140733863891584 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=324296 CPUtime=50.7 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 8817 0 0 0 5065 5 0 0 25 0 5 0 496581059 332079104 32381 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=324296 CPUtime=50.95 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 13603 0 0 0 5089 6 0 0 25 0 5 0 496581064 332079104 32381 33554432000 4194304 5787044 140733863891584 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 332996

[startup+102.301 s]
/proc/loadavg: 4.09 4.04 4.19 5/177 14900
/proc/meminfo: memFree=24626168/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=326276 CPUtime=408.27 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 48219 0 0 0 40801 26 0 0 18 0 5 0 496581054 334106624 34374 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 81569 34374 419 389 0 77319 0
[pid=14893/tid=14895] ppid=14892 vsize=326276 CPUtime=102.19 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 10304 0 0 0 10213 6 0 0 25 0 5 0 496581058 334106624 34374 33554432000 4194304 5787044 140733863891584 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=326276 CPUtime=102.22 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 8527 0 0 0 10220 2 0 0 25 0 5 0 496581059 334106624 34374 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=326276 CPUtime=101.62 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 10593 0 0 0 10152 10 0 0 25 0 5 0 496581059 334106624 34374 33554432000 4194304 5787044 140733863891584 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=326276 CPUtime=102.15 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 13663 0 0 0 10209 6 0 0 25 0 5 0 496581064 334106624 34374 33554432000 4194304 5787044 140733863891584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 334976

[startup+162.301 s]
/proc/loadavg: 4.03 4.03 4.17 5/177 14902
/proc/meminfo: memFree=24615608/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=326720 CPUtime=647.96 cores=0,2,4,6

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

/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 14074 0 0 0 88219 5 0 0 25 0 5 0 496581059 362192896 60905 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=353704 CPUtime=877.35 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 27266 0 0 0 87640 95 0 0 25 0 5 0 496581059 362192896 60905 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=353704 CPUtime=882.16 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 15843 0 0 0 88202 14 0 0 25 0 5 0 496581064 362192896 60905 33554432000 4194304 5787044 140733863891584 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.06
Current children cumulated vsize (KiB) 362404

[startup+942.301 s]
/proc/loadavg: 4.20 4.09 4.09 5/177 17160
/proc/meminfo: memFree=24418556/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=357812 CPUtime=3763.72 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 77168 0 0 0 376226 146 0 0 18 0 5 0 496581054 366399488 63194 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 89453 63194 419 389 0 85203 0
[pid=14893/tid=14895] ppid=14892 vsize=357812 CPUtime=942.21 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 12748 0 0 0 94206 15 0 0 25 0 5 0 496581058 366399488 63194 33554432000 4194304 5787044 140733863891584 18446744073709551615 4254508 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=357812 CPUtime=942.24 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 14398 0 0 0 94218 6 0 0 25 0 5 0 496581059 366399488 63194 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=357812 CPUtime=937.03 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 28888 0 0 0 93604 99 0 0 25 0 5 0 496581059 366399488 63194 33554432000 4194304 5787044 140733863891584 18446744073709551615 5590311 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=357812 CPUtime=942.16 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 16002 0 0 0 94191 25 0 0 25 0 5 0 496581064 366399488 63194 33554432000 4194304 5787044 140733863891584 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.72
Current children cumulated vsize (KiB) 366512

[startup+1002.3 s]
/proc/loadavg: 4.07 4.07 4.08 5/177 17161
/proc/meminfo: memFree=24409984/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=359796 CPUtime=4003.4 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 79405 0 0 0 400184 156 0 0 18 0 5 0 496581054 368431104 65410 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 89949 65410 419 389 0 85699 0
[pid=14893/tid=14895] ppid=14892 vsize=359796 CPUtime=1002.21 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 12941 0 0 0 100206 15 0 0 25 0 5 0 496581058 368431104 65410 33554432000 4194304 5787044 140733863891584 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=359796 CPUtime=1002.24 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 14943 0 0 0 100218 6 0 0 25 0 5 0 496581059 368431104 65410 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=359796 CPUtime=996.7 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 30387 0 0 0 99562 108 0 0 25 0 5 0 496581059 368431104 65410 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=359796 CPUtime=1002.16 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 16002 0 0 0 100191 25 0 0 25 0 5 0 496581064 368431104 65410 33554432000 4194304 5787044 140733863891584 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.4
Current children cumulated vsize (KiB) 368496

[startup+1062.3 s]
/proc/loadavg: 4.02 4.05 4.08 5/177 17163
/proc/meminfo: memFree=24405004/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=361040 CPUtime=4243.1 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 80686 0 0 0 424147 163 0 0 18 0 5 0 496581054 369704960 66691 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 90260 66691 419 389 0 86010 0
[pid=14893/tid=14895] ppid=14892 vsize=361040 CPUtime=1062.21 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 13242 0 0 0 106204 17 0 0 25 0 5 0 496581058 369704960 66691 33554432000 4194304 5787044 140733863891584 18446744073709551615 5590832 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=361040 CPUtime=1062.25 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 15290 0 0 0 106218 7 0 0 25 0 5 0 496581059 369704960 66691 33554432000 4194304 5787044 140733863891584 18446744073709551615 4220354 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=361040 CPUtime=1056.38 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 30835 0 0 0 105527 111 0 0 25 0 5 0 496581059 369704960 66691 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=361040 CPUtime=1062.16 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 16187 0 0 0 106190 26 0 0 25 0 5 0 496581064 369704960 66691 33554432000 4194304 5787044 140733863891584 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.1
Current children cumulated vsize (KiB) 369740

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 4.08 5/177 17165
/proc/meminfo: memFree=24398532/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=426576 CPUtime=4482.76 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 82390 0 0 0 448105 171 0 0 18 0 5 0 496581054 436813824 68395 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 106644 68395 419 389 0 102394 0
[pid=14893/tid=14895] ppid=14892 vsize=426576 CPUtime=1122.2 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 13315 0 0 0 112203 17 0 0 25 0 5 0 496581058 436813824 68395 33554432000 4194304 5787044 140733863891584 18446744073709551615 4218760 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=426576 CPUtime=1122.25 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 15382 0 0 0 112218 7 0 0 25 0 5 0 496581059 436813824 68395 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=426576 CPUtime=1116.05 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 31889 0 0 0 111490 115 0 0 25 0 5 0 496581059 436813824 68395 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=426576 CPUtime=1122.16 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 16672 0 0 0 112187 29 0 0 25 0 5 0 496581064 436813824 68395 33554432000 4194304 5787044 140733863891584 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.76
Current children cumulated vsize (KiB) 435276

[startup+1182.31 s]
/proc/loadavg: 4.13 4.07 4.08 5/177 17166
/proc/meminfo: memFree=24385116/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=433052 CPUtime=4722.46 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 85728 0 0 0 472067 179 0 0 18 0 5 0 496581054 443445248 71733 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 108263 71733 419 389 0 104013 0
[pid=14893/tid=14895] ppid=14892 vsize=433052 CPUtime=1182.21 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 14721 0 0 0 118201 20 0 0 25 0 5 0 496581058 443445248 71733 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=433052 CPUtime=1182.26 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 15927 0 0 0 118218 8 0 0 25 0 5 0 496581059 443445248 71733 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=433052 CPUtime=1175.73 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 32488 0 0 0 117455 118 0 0 25 0 5 0 496581059 443445248 71733 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=433052 CPUtime=1182.18 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 17460 0 0 0 118186 32 0 0 25 0 5 0 496581064 443445248 71733 33554432000 4194304 5787044 140733863891584 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 441752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.09 4.07 4.08 5/177 17167
/proc/meminfo: memFree=24380408/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=437344 CPUtime=4800.35 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 86877 0 0 0 479853 182 0 0 18 0 5 0 496581054 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 109336 72882 419 389 0 105086 0
[pid=14893/tid=14895] ppid=14892 vsize=437344 CPUtime=1201.71 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 14816 0 0 0 120150 21 0 0 25 0 5 0 496581058 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 4215360 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=437344 CPUtime=1201.76 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 15955 0 0 0 120168 8 0 0 25 0 5 0 496581059 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=437344 CPUtime=1195.12 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 33266 0 0 0 119394 118 0 0 25 0 5 0 496581059 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=437344 CPUtime=1201.67 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 17708 0 0 0 120134 33 0 0 25 0 5 0 496581064 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 446044

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: 4.09 4.07 4.08 5/177 17167
/proc/meminfo: memFree=24380408/32951124 swapFree=67111524/67111528
[pid=14892] ppid=14890 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (prissAuto.sh) S 14890 14892 13269 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496581054 8908800 251 33554432000 4194304 4922060 140736003156736 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14892/statm: 2175 251 211 178 0 68 0
[pid=14893] ppid=14892 vsize=437344 CPUtime=4800.35 cores=0,2,4,6
/proc/14893/stat : 14893 (priss) S 14892 14892 13269 0 -1 4202496 86877 0 0 0 479853 182 0 0 18 0 5 0 496581054 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14893/statm: 109336 72882 419 389 0 105086 0
[pid=14893/tid=14895] ppid=14892 vsize=437344 CPUtime=1201.71 cores=0,2,4,6
/proc/14893/task/14895/stat : 14895 (priss) R 14892 14892 13269 0 -1 4202560 14816 0 0 0 120150 21 0 0 25 0 5 0 496581058 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 4215360 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14893/tid=14896] ppid=14892 vsize=437344 CPUtime=1201.76 cores=0,2,4,6
/proc/14893/task/14896/stat : 14896 (priss) R 14892 14892 13269 0 -1 4202560 15955 0 0 0 120168 8 0 0 25 0 5 0 496581059 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14893/tid=14897] ppid=14892 vsize=437344 CPUtime=1195.12 cores=0,2,4,6
/proc/14893/task/14897/stat : 14897 (priss) R 14892 14892 13269 0 -1 4202560 33266 0 0 0 119394 118 0 0 25 0 5 0 496581059 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14893/tid=14898] ppid=14892 vsize=437344 CPUtime=1201.67 cores=0,2,4,6
/proc/14893/task/14898/stat : 14898 (priss) R 14892 14892 13269 0 -1 4202560 17708 0 0 0 120134 33 0 0 25 0 5 0 496581064 447840256 72882 33554432000 4194304 5787044 140733863891584 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 446044

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14892 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.35
#
# 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.35
CPU user time (s): 4798.53
CPU system time (s): 1.82
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 446044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330
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 2.17167 second user time and 4.39333 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 03:47:28
IDJOB=3282764
IDBENCH=70849
IDSOLVER=1602
FILE ID=node146/3282764-1304041648
RUNJOBID= node146-1304037954-14576
PBS_JOBID= 13170306
Free space on /tmp= 72996 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282764-1304041648/watcher-3282764-1304041648 -o /tmp/evaluation-result-3282764-1304041648/solver-3282764-1304041648 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3282764-1304041648.cnf 821459583 4800 15500 4

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=821459583

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24763156 kB
Buffers:       1637232 kB
Cached:        5971116 kB
SwapCached:          4 kB
Active:        1275740 kB
Inactive:      6396076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24763156 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2640 kB
Writeback:           0 kB
AnonPages:       62712 kB
Mapped:          14456 kB
Slab:           452696 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183080 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= 72992 MiB
End job on node146 at 2011-04-29 04:07:32