Trace number 3292931

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 1.0? (TO) 4800.05 1201.72

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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: 20232
0.00/0.01	c parsetime: 6705us
0.00/0.01	c parsed 25061 clauses with 8400 variables
0.00/0.01	c NW started thread 0 successfully (1088907584)
0.00/0.01	c NW started thread 1 successfully (1115572544)
0.00/0.01	c NW started thread 2 successfully (1099397440)
0.00/0.01	c NW started thread 3 successfully (1126062400)
0.00/0.92	c preprocessor returned 10002 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 547842us (0s)
0.00/0.92	c preprocessor returned 10002 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 546828us (0s)
0.00/0.92	c preprocessor returned 10002 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 547671us (0s)
13.12/3.37	c preprocessor returned 30004 variables
13.12/3.37	c preprocessing returned UNKNOWN
13.12/3.37	c PP set 0 variables
13.12/3.37	c pp time: 3353396us (3s)
48.66/12.23	c added unsatisfied clause
48.66/12.23	c failed to add network clauses
1581.32/395.92	c added unsatisfied clause
1581.32/395.92	c failed to add network clauses
1642.83/411.35	c added unsatisfied clause
1642.83/411.35	c failed to add network clauses
1679.18/420.41	c added unsatisfied clause
1679.18/420.41	c failed to add network clauses
1703.17/426.50	c added unsatisfied clause
1703.17/426.50	c failed to add network clauses
1756.30/439.73	c added unsatisfied clause
1756.30/439.73	c failed to add network clauses
1933.63/484.19	c added unsatisfied clause
1933.63/484.19	c failed to add network clauses
2732.92/684.27	c added unsatisfied clause
2732.92/684.27	c failed to add network clauses
2885.14/722.33	c added unsatisfied clause
2885.14/722.33	c failed to add network clauses
3677.95/920.82	c added unsatisfied clause
3677.95/920.82	c failed to add network clauses
4018.71/1006.20	c added unsatisfied clause
4018.71/1006.20	c failed to add network clauses
4127.74/1033.47	c added unsatisfied clause
4127.74/1033.47	c failed to add network clauses
4763.27/1192.56	c added unsatisfied clause
4763.27/1192.56	c failed to add network 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-3292931-1304082456/watcher-3292931-1304082456 -o /tmp/evaluation-result-3292931-1304082456/solver-3292931-1304082456 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3292931-1304082456.cnf 687736169 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.16 8.02 7.97 8/182 20231
/proc/meminfo: memFree=30792416/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0

[startup+0.1171 s]
/proc/loadavg: 8.16 8.02 7.97 8/182 20231
/proc/meminfo: memFree=30792416/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.527625 s]
/proc/loadavg: 8.16 8.02 7.97 8/182 20231
/proc/meminfo: memFree=30792416/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06194 s]
/proc/loadavg: 8.16 8.02 7.97 8/182 20231
/proc/meminfo: memFree=30792416/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16192 s]
/proc/loadavg: 8.16 8.02 7.97 8/182 20231
/proc/meminfo: memFree=30792416/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 8.16 8.02 7.97 8/182 20231
/proc/meminfo: memFree=30792416/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10056 s]
/proc/loadavg: 8.14 8.02 7.97 9/188 20237
/proc/meminfo: memFree=30750764/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=280956 CPUtime=12.32 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 14638 0 0 0 1229 3 0 0 18 0 5 0 598476152 287698944 10511 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 70239 10511 406 389 0 65989 0
[pid=20232/tid=20234] ppid=20231 vsize=280956 CPUtime=3.07 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 3581 0 0 0 306 1 0 0 25 0 5 0 598476154 287698944 10511 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=280956 CPUtime=3.07 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 2522 0 0 0 307 0 0 0 25 0 5 0 598476154 287698944 10511 33554432000 4194304 5787044 140733495194080 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=280956 CPUtime=3.07 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 2487 0 0 0 306 1 0 0 25 0 5 0 598476154 287698944 10511 33554432000 4194304 5787044 140733495194080 18446744073709551615 4220531 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=280956 CPUtime=3.07 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 4430 0 0 0 307 0 0 0 24 0 5 0 598476154 287698944 10511 33554432000 4194304 5787044 140733495194080 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 289656

[startup+6.30697 s]
/proc/loadavg: 8.14 8.02 7.97 9/188 20237
/proc/meminfo: memFree=30740604/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=283600 CPUtime=25.13 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 18209 0 0 0 2509 4 0 0 18 0 5 0 598476152 290406400 12910 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 70900 12910 420 389 0 66650 0
[pid=20232/tid=20234] ppid=20231 vsize=283600 CPUtime=6.25 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 3918 0 0 0 624 1 0 0 25 0 5 0 598476154 290406400 12910 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=283600 CPUtime=6.27 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 2858 0 0 0 627 0 0 0 25 0 5 0 598476154 290406400 12910 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=283600 CPUtime=6.28 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 3134 0 0 0 627 1 0 0 25 0 5 0 598476154 290406400 12910 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=283600 CPUtime=6.28 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 6681 0 0 0 627 1 0 0 25 0 5 0 598476154 290406400 12910 33554432000 4194304 5787044 140733495194080 18446744073709551615 4220728 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 292300

[startup+12.7008 s]
/proc/loadavg: 8.12 8.01 7.97 9/188 20237
/proc/meminfo: memFree=30725472/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=291556 CPUtime=50.67 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 22076 0 0 0 5060 7 0 0 18 0 5 0 598476152 298553344 16777 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 72889 16778 420 389 0 68639 0
[pid=20232/tid=20234] ppid=20231 vsize=291556 CPUtime=12.61 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 4369 0 0 0 1260 1 0 0 25 0 5 0 598476154 298553344 16778 33554432000 4194304 5787044 140733495194080 18446744073709551615 5590248 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=291556 CPUtime=12.67 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 3494 0 0 0 1266 1 0 0 25 0 5 0 598476154 298553344 16778 33554432000 4194304 5787044 140733495194080 18446744073709551615 5576473 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=291556 CPUtime=12.67 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 5128 0 0 0 1266 1 0 0 25 0 5 0 598476154 298553344 16778 33554432000 4194304 5787044 140733495194080 18446744073709551615 260020056773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=291556 CPUtime=12.67 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 7468 0 0 0 1265 2 0 0 25 0 5 0 598476154 298553344 16778 33554432000 4194304 5787044 140733495194080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 300256

[startup+25.5004 s]
/proc/loadavg: 8.18 8.03 7.97 9/188 20237
/proc/meminfo: memFree=30704016/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=296256 CPUtime=101.79 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 26004 0 0 0 10167 12 0 0 18 0 5 0 598476152 303366144 20705 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 74064 20705 420 389 0 69814 0
[pid=20232/tid=20234] ppid=20231 vsize=296256 CPUtime=25.34 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 5364 0 0 0 2531 3 0 0 25 0 5 0 598476154 303366144 20705 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=296256 CPUtime=25.47 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 4282 0 0 0 2545 2 0 0 25 0 5 0 598476154 303366144 20705 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591192 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=296256 CPUtime=25.47 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 6277 0 0 0 2546 1 0 0 25 0 5 0 598476154 303366144 20705 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=296256 CPUtime=25.47 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 8463 0 0 0 2543 4 0 0 25 0 5 0 598476154 303366144 20705 33554432000 4194304 5787044 140733495194080 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 304956

[startup+51.1007 s]
/proc/loadavg: 8.19 8.04 7.98 9/188 20238
/proc/meminfo: memFree=30661404/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=310912 CPUtime=204.04 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 35339 0 0 0 20382 22 0 0 18 0 5 0 598476152 318373888 30039 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 77728 30039 420 389 0 73478 0
[pid=20232/tid=20234] ppid=20231 vsize=310912 CPUtime=50.79 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 8409 0 0 0 5074 5 0 0 25 0 5 0 598476154 318373888 30039 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=310912 CPUtime=51.06 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 6040 0 0 0 5101 5 0 0 25 0 5 0 598476154 318373888 30039 33554432000 4194304 5787044 140733495194080 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=310912 CPUtime=51.07 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 8866 0 0 0 5104 3 0 0 25 0 5 0 598476154 318373888 30039 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=310912 CPUtime=51.07 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 10406 0 0 0 5101 6 0 0 25 0 5 0 598476154 318373888 30039 33554432000 4194304 5787044 140733495194080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 319612

[startup+102.3 s]
/proc/loadavg: 8.19 8.06 7.99 9/188 20240
/proc/meminfo: memFree=30618328/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=334268 CPUtime=408.54 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 46020 0 0 0 40823 31 0 0 18 0 5 0 598476152 342290432 40717 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 83567 40717 420 389 0 79317 0
[pid=20232/tid=20234] ppid=20231 vsize=334268 CPUtime=101.69 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 9624 0 0 0 10163 6 0 0 25 0 5 0 598476154 342290432 40717 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=334268 CPUtime=102.26 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 7541 0 0 0 10219 7 0 0 25 0 5 0 598476154 342290432 40717 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=334268 CPUtime=102.27 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 13727 0 0 0 10220 7 0 0 25 0 5 0 598476154 342290432 40717 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=334268 CPUtime=102.27 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 13510 0 0 0 10218 9 0 0 25 0 5 0 598476154 342290432 40717 33554432000 4194304 5787044 140733495194080 18446744073709551615 5528432 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 342968

[startup+162.301 s]
/proc/loadavg: 8.20 8.08 8.00 9/188 20241
/proc/meminfo: memFree=30569288/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=352612 CPUtime=648.22 cores=0,2,4,6

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

/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 29877 0 0 0 87902 30 0 0 25 0 5 0 598476154 698212352 129387 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=681848 CPUtime=882.22 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 42956 0 0 0 88182 40 0 0 25 0 5 0 598476154 698212352 129387 33554432000 4194304 5787044 140733495194080 18446744073709551615 260020056773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=681848 CPUtime=882.28 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 31434 0 0 0 88195 33 0 0 25 0 5 0 598476154 698212352 129387 33554432000 4194304 5787044 140733495194080 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 690548

[startup+942.301 s]
/proc/loadavg: 7.97 8.01 7.99 9/188 20294
/proc/meminfo: memFree=27978620/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=687844 CPUtime=3763.86 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 137226 0 0 0 376247 139 0 0 18 0 5 0 598476152 704352256 131032 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 171961 131032 420 389 0 167711 0
[pid=20232/tid=20234] ppid=20231 vsize=687844 CPUtime=940.31 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 29723 0 0 0 93997 34 0 0 25 0 5 0 598476154 704352256 131032 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=687844 CPUtime=938.99 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 30000 0 0 0 93869 30 0 0 25 0 5 0 598476154 704352256 131032 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=687844 CPUtime=942.23 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 44451 0 0 0 94183 40 0 0 25 0 5 0 598476154 704352256 131032 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=687844 CPUtime=942.28 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 31434 0 0 0 94195 33 0 0 25 0 5 0 598476154 704352256 131032 33554432000 4194304 5787044 140733495194080 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.86
Current children cumulated vsize (KiB) 696544

[startup+1002.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 20296
/proc/meminfo: memFree=27977744/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=687844 CPUtime=4003.51 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 137652 0 0 0 400212 139 0 0 18 0 5 0 598476152 704352256 131458 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 171961 131458 420 389 0 167711 0
[pid=20232/tid=20234] ppid=20231 vsize=687844 CPUtime=1000.3 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 29966 0 0 0 99996 34 0 0 25 0 5 0 598476154 704352256 131458 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=687844 CPUtime=998.66 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 30127 0 0 0 99836 30 0 0 25 0 5 0 598476154 704352256 131458 33554432000 4194304 5787044 140733495194080 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=687844 CPUtime=1002.22 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 44451 0 0 0 100182 40 0 0 25 0 5 0 598476154 704352256 131458 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=687844 CPUtime=1002.28 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 31490 0 0 0 100195 33 0 0 25 0 5 0 598476154 704352256 131458 33554432000 4194304 5787044 140733495194080 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.51
Current children cumulated vsize (KiB) 696544

[startup+1062.31 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 20297
/proc/meminfo: memFree=27976448/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=687844 CPUtime=4243.21 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 138038 0 0 0 424181 140 0 0 18 0 5 0 598476152 704352256 131844 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 171961 131844 420 389 0 167711 0
[pid=20232/tid=20234] ppid=20231 vsize=687844 CPUtime=1060.32 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 30137 0 0 0 105997 35 0 0 25 0 5 0 598476154 704352256 131844 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=687844 CPUtime=1058.33 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 30318 0 0 0 105803 30 0 0 25 0 5 0 598476154 704352256 131844 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=687844 CPUtime=1062.23 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 44451 0 0 0 106183 40 0 0 25 0 5 0 598476154 704352256 131844 33554432000 4194304 5787044 140733495194080 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=687844 CPUtime=1062.29 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 31514 0 0 0 106196 33 0 0 25 0 5 0 598476154 704352256 131844 33554432000 4194304 5787044 140733495194080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.21
Current children cumulated vsize (KiB) 696544

[startup+1122.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/188 20299
/proc/meminfo: memFree=27961700/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=691944 CPUtime=4482.85 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 142001 0 0 0 448142 143 0 0 18 0 5 0 598476152 708550656 135807 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 172986 135807 420 389 0 168736 0
[pid=20232/tid=20234] ppid=20231 vsize=691944 CPUtime=1120.31 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 30916 0 0 0 111995 36 0 0 25 0 5 0 598476154 708550656 135807 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=691944 CPUtime=1117.99 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 31147 0 0 0 111768 31 0 0 25 0 5 0 598476154 708550656 135807 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=691944 CPUtime=1122.23 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 44452 0 0 0 112183 40 0 0 25 0 5 0 598476154 708550656 135807 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=691944 CPUtime=1122.28 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 33868 0 0 0 112193 35 0 0 25 0 5 0 598476154 708550656 135807 33554432000 4194304 5787044 140733495194080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 700644

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 20300
/proc/meminfo: memFree=27926104/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=696044 CPUtime=4722.52 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 150622 0 0 0 472098 154 0 0 18 0 5 0 598476152 712749056 144428 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 174011 144428 420 389 0 169761 0
[pid=20232/tid=20234] ppid=20231 vsize=696044 CPUtime=1180.31 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 33560 0 0 0 117991 40 0 0 25 0 5 0 598476154 712749056 144428 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=696044 CPUtime=1177.65 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 34674 0 0 0 117731 34 0 0 25 0 5 0 598476154 712749056 144428 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=696044 CPUtime=1182.23 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 44454 0 0 0 118183 40 0 0 25 0 5 0 598476154 712749056 144428 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=696044 CPUtime=1182.29 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 36316 0 0 0 118190 39 0 0 25 0 5 0 598476154 712749056 144428 33554432000 4194304 5787044 140733495194080 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 704744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.23 8.09 8.02 9/188 20301
/proc/meminfo: memFree=27917152/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=696044 CPUtime=4800.05 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 152794 0 0 0 479847 158 0 0 18 0 5 0 598476152 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 174011 146600 420 389 0 169761 0
[pid=20232/tid=20234] ppid=20231 vsize=696044 CPUtime=1199.72 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 34286 0 0 0 119931 41 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=696044 CPUtime=1196.95 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 35203 0 0 0 119660 35 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=696044 CPUtime=1201.64 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 44455 0 0 0 120124 40 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=696044 CPUtime=1201.69 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 37232 0 0 0 120129 40 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 704744

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

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

[startup+1201.7 s]
/proc/loadavg: 8.23 8.09 8.02 9/188 20301
/proc/meminfo: memFree=27917152/32951124 swapFree=67111464/67111528
[pid=20231] ppid=20229 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20231/stat : 20231 (priss.sh) S 20229 20231 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598476152 8908800 252 33554432000 4194304 4922060 140735352449152 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20231/statm: 2175 252 211 178 0 68 0
[pid=20232] ppid=20231 vsize=696044 CPUtime=4800.05 cores=0,2,4,6
/proc/20232/stat : 20232 (priss) S 20231 20231 19459 0 -1 4202496 152794 0 0 0 479847 158 0 0 18 0 5 0 598476152 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20232/statm: 174011 146600 420 389 0 169761 0
[pid=20232/tid=20234] ppid=20231 vsize=696044 CPUtime=1199.72 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (priss) R 20231 20231 19459 0 -1 4202560 34286 0 0 0 119931 41 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20232/tid=20235] ppid=20231 vsize=696044 CPUtime=1196.95 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (priss) R 20231 20231 19459 0 -1 4202560 35203 0 0 0 119660 35 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20232/tid=20236] ppid=20231 vsize=696044 CPUtime=1201.64 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (priss) R 20231 20231 19459 0 -1 4202560 44455 0 0 0 120124 40 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20232/tid=20237] ppid=20231 vsize=696044 CPUtime=1201.69 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (priss) R 20231 20231 19459 0 -1 4202560 37232 0 0 0 120129 40 0 0 25 0 5 0 598476154 712749056 146600 33554432000 4194304 5787044 140733495194080 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 704744

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.05
CPU user time (s): 4798.47
CPU system time (s): 1.58
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 704744

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.75873 second user time and 4.80327 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 15:07:36
IDJOB=3292931
IDBENCH=87988
IDSOLVER=1603
FILE ID=node110/3292931-1304082456
RUNJOBID= node110-1304082043-20090
PBS_JOBID= 13170503
Free space on /tmp= 72836 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292931-1304082456/watcher-3292931-1304082456 -o /tmp/evaluation-result-3292931-1304082456/solver-3292931-1304082456 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3292931-1304082456.cnf 687736169 4800 15500 4

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=687736169

node110.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.83
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.83
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.76
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.83
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30792564 kB
Buffers:        889332 kB
Cached:         586268 kB
SwapCached:         64 kB
Active:         303604 kB
Inactive:      1448684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30792564 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            1704 kB
Writeback:           0 kB
AnonPages:      276256 kB
Mapped:          15188 kB
Slab:           342172 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   472496 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= 72736 MiB
End job on node110 at 2011-04-29 15:27:39