Trace number 3258336

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 23531
0.00/0.07	c parsetime: 67583us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.09	c NW started thread 0 successfully (1101343040)
0.00/0.11	c NW started thread 1 successfully (1111832896)
0.00/0.14	c NW started thread 2 successfully (1122322752)
0.00/0.17	c NW started thread 3 successfully (1132812608)
51.51/13.08	c preprocessor returned 10011 variables
51.51/13.08	c preprocessing returned UNKNOWN
51.51/13.08	c PP set 0 variables
51.51/13.08	c pp time: 12990390us (12s)
51.91/13.18	c preprocessor returned 10011 variables
51.91/13.18	c preprocessing returned UNKNOWN
51.91/13.18	c PP set 0 variables
51.91/13.18	c pp time: 13030059us (13s)
52.31/13.26	c preprocessor returned 10011 variables
52.31/13.26	c preprocessing returned UNKNOWN
52.31/13.26	c PP set 0 variables
52.31/13.26	c pp time: 13143006us (13s)
67.49/17.08	c preprocessor returned 30008 variables
67.49/17.08	c preprocessing returned UNKNOWN
67.49/17.08	c PP set 0 variables
67.49/17.08	c pp time: 16907708us (16s)

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-3258336-1304045305/watcher-3258336-1304045305 -o /tmp/evaluation-result-3258336-1304045305/solver-3258336-1304045305 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258336-1304045305.cnf 15639120 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.83 8.03 8.04 5/182 23530
/proc/meminfo: memFree=14688804/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0

[startup+0.0802421 s]
/proc/loadavg: 7.83 8.03 8.04 5/182 23530
/proc/meminfo: memFree=14688804/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100236 s]
/proc/loadavg: 7.83 8.03 8.04 5/182 23530
/proc/meminfo: memFree=14688804/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302411 s]
/proc/loadavg: 7.83 8.03 8.04 5/182 23530
/proc/meminfo: memFree=14688804/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16701 s]
/proc/loadavg: 7.83 8.03 8.04 5/182 23530
/proc/meminfo: memFree=14688804/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 7.83 8.03 8.04 5/182 23530
/proc/meminfo: memFree=14688804/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10067 s]
/proc/loadavg: 7.83 8.03 8.04 9/188 23536
/proc/meminfo: memFree=14575800/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=383844 CPUtime=11.96 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 50313 0 0 0 1182 14 0 0 18 0 5 0 496946362 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 95961 28070 350 389 0 91711 0
[pid=23531/tid=23533] ppid=23530 vsize=383844 CPUtime=2.99 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 9544 0 0 0 296 3 0 0 23 0 5 0 496946371 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=383844 CPUtime=2.95 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 9874 0 0 0 292 3 0 0 19 0 5 0 496946374 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 18446744073699065894 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=383844 CPUtime=2.91 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 8206 0 0 0 289 2 0 0 24 0 5 0 496946377 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=383844 CPUtime=2.91 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 7948 0 0 0 289 2 0 0 23 0 5 0 496946379 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 392544

[startup+6.3011 s]
/proc/loadavg: 7.85 8.03 8.04 9/188 23536
/proc/meminfo: memFree=14575868/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=383844 CPUtime=24.74 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 50313 0 0 0 2460 14 0 0 18 0 5 0 496946362 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 95961 28070 350 389 0 91711 0
[pid=23531/tid=23533] ppid=23530 vsize=383844 CPUtime=6.2 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 9544 0 0 0 617 3 0 0 25 0 5 0 496946371 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=383844 CPUtime=6.14 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 9874 0 0 0 611 3 0 0 25 0 5 0 496946374 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=383844 CPUtime=6.11 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 8206 0 0 0 609 2 0 0 25 0 5 0 496946377 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=383844 CPUtime=6.11 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 7948 0 0 0 609 2 0 0 25 0 5 0 496946379 393056256 28070 33554432000 4194304 5787044 140735827952752 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 392544

[startup+12.701 s]
/proc/loadavg: 7.86 8.03 8.04 9/188 23536
/proc/meminfo: memFree=14542160/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=399944 CPUtime=50.33 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 60116 0 0 0 5017 16 0 0 18 0 5 0 496946362 409542656 36724 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 99986 36724 355 389 0 95736 0
[pid=23531/tid=23533] ppid=23530 vsize=399944 CPUtime=12.6 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 12191 0 0 0 1256 4 0 0 25 0 5 0 496946371 409542656 36724 33554432000 4194304 5787044 140735827952752 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=399944 CPUtime=12.5 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 13289 0 0 0 1247 3 0 0 25 0 5 0 496946374 409542656 36724 33554432000 4194304 5787044 140735827952752 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=399944 CPUtime=12.52 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 9623 0 0 0 1249 3 0 0 25 0 5 0 496946377 409542656 36724 33554432000 4194304 5787044 140735827952752 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=399944 CPUtime=12.51 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 10272 0 0 0 1249 2 0 0 25 0 5 0 496946379 409542656 36724 33554432000 4194304 5787044 140735827952752 18446744073709551615 233509991360 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 408644

[startup+25.5007 s]
/proc/loadavg: 7.89 8.02 8.04 9/188 23536
/proc/meminfo: memFree=14510044/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=399944 CPUtime=101.45 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 93009 0 0 0 10118 27 0 0 18 0 5 0 496946362 409542656 44868 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 99986 44868 417 389 0 95736 0
[pid=23531/tid=23533] ppid=23530 vsize=399944 CPUtime=25.39 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 21774 0 0 0 2532 7 0 0 25 0 5 0 496946371 409542656 44868 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=399944 CPUtime=25.24 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 21932 0 0 0 2517 7 0 0 25 0 5 0 496946374 409542656 44868 33554432000 4194304 5787044 140735827952752 18446744073709551615 5592856 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=399944 CPUtime=25.31 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 16917 0 0 0 2527 4 0 0 25 0 5 0 496946377 409542656 44868 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=399944 CPUtime=25.31 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 17645 0 0 0 2527 4 0 0 25 0 5 0 496946379 409542656 44868 33554432000 4194304 5787044 140735827952752 18446744073709551615 5527517 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 408644

[startup+51.1011 s]
/proc/loadavg: 7.99 8.04 8.04 9/188 23537
/proc/meminfo: memFree=14465780/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=404044 CPUtime=203.7 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 102816 0 0 0 20337 33 0 0 18 0 5 0 496946362 413741056 54675 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 101011 54675 417 389 0 96761 0
[pid=23531/tid=23533] ppid=23530 vsize=404044 CPUtime=50.99 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 24249 0 0 0 5091 8 0 0 25 0 5 0 496946371 413741056 54675 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591049 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=404044 CPUtime=50.69 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 24155 0 0 0 5061 8 0 0 25 0 5 0 496946374 413741056 54675 33554432000 4194304 5787044 140735827952752 18446744073709551615 4238911 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=404044 CPUtime=50.92 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 20800 0 0 0 5085 7 0 0 25 0 5 0 496946377 413741056 54675 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=404044 CPUtime=50.9 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 18871 0 0 0 5085 5 0 0 25 0 5 0 496946379 413741056 54675 33554432000 4194304 5787044 140735827952752 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 412744

[startup+102.301 s]
/proc/loadavg: 7.99 8.03 8.03 9/188 23538
/proc/meminfo: memFree=14353888/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=412244 CPUtime=408.2 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 120360 0 0 0 40767 53 0 0 18 0 5 0 496946362 422137856 72146 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 103061 72146 417 389 0 98811 0
[pid=23531/tid=23533] ppid=23530 vsize=412244 CPUtime=102.19 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 28712 0 0 0 10205 14 0 0 25 0 5 0 496946371 422137856 72146 33554432000 4194304 5787044 140735827952752 18446744073709551615 5585346 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=412244 CPUtime=101.8 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 29852 0 0 0 10165 15 0 0 25 0 5 0 496946374 422137856 72146 33554432000 4194304 5787044 140735827952752 18446744073709551615 5576454 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=412244 CPUtime=101.91 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 25823 0 0 0 10178 13 0 0 25 0 5 0 496946377 422137856 72146 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=412244 CPUtime=102.1 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 21232 0 0 0 10203 7 0 0 25 0 5 0 496946379 422137856 72146 33554432000 4194304 5787044 140735827952752 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 420944

[startup+162.301 s]
/proc/loadavg: 8.03 8.03 8.03 9/188 23540
/proc/meminfo: memFree=14251060/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=617052 CPUtime=647.87 cores=1,3,5,7

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

/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 71762 0 0 0 88000 86 0 0 25 0 5 0 496946374 1235906560 223812 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1206940 CPUtime=878.89 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 68313 0 0 0 87802 87 0 0 25 0 5 0 496946377 1235906560 223812 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1206940 CPUtime=882.07 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 45740 0 0 0 88154 53 0 0 25 0 5 0 496946379 1235906560 223812 33554432000 4194304 5787044 140735827952752 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.8
Current children cumulated vsize (KiB) 1215640

[startup+942.307 s]
/proc/loadavg: 8.11 8.05 8.01 9/188 23603
/proc/meminfo: memFree=13816860/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=1206940 CPUtime=3763.49 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 277185 0 0 0 376026 323 0 0 18 0 5 0 496946362 1235906560 226337 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 301735 226337 417 389 0 297485 0
[pid=23531/tid=23533] ppid=23530 vsize=1206940 CPUtime=941.78 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 73903 0 0 0 94092 86 0 0 25 0 5 0 496946371 1235906560 226337 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=1206940 CPUtime=940.87 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 71762 0 0 0 94000 87 0 0 25 0 5 0 496946374 1235906560 226337 33554432000 4194304 5787044 140735827952752 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1206940 CPUtime=938.57 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 68313 0 0 0 93769 88 0 0 25 0 5 0 496946377 1235906560 226337 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1206940 CPUtime=942.08 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 48466 0 0 0 94149 59 0 0 25 0 5 0 496946379 1235906560 226337 33554432000 4194304 5787044 140735827952752 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.49
Current children cumulated vsize (KiB) 1215640

[startup+1002.3 s]
/proc/loadavg: 8.19 8.08 8.02 9/188 23604
/proc/meminfo: memFree=13769228/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=1206940 CPUtime=4003.16 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 277191 0 0 0 399992 324 0 0 18 0 5 0 496946362 1235906560 226343 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 301735 226343 417 389 0 297485 0
[pid=23531/tid=23533] ppid=23530 vsize=1206940 CPUtime=1001.77 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 73904 0 0 0 100091 86 0 0 25 0 5 0 496946371 1235906560 226343 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=1206940 CPUtime=1000.87 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 71766 0 0 0 100000 87 0 0 25 0 5 0 496946374 1235906560 226343 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1206940 CPUtime=998.24 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 68314 0 0 0 99736 88 0 0 25 0 5 0 496946377 1235906560 226343 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1206940 CPUtime=1002.08 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 48466 0 0 0 100149 59 0 0 25 0 5 0 496946379 1235906560 226343 33554432000 4194304 5787044 140735827952752 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 1215640

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 23606
/proc/meminfo: memFree=13704724/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=1206940 CPUtime=4242.83 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 277197 0 0 0 423959 324 0 0 18 0 5 0 496946362 1235906560 226349 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 301735 226349 417 389 0 297485 0
[pid=23531/tid=23533] ppid=23530 vsize=1206940 CPUtime=1061.77 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 73908 0 0 0 106091 86 0 0 25 0 5 0 496946371 1235906560 226349 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=1206940 CPUtime=1060.87 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 71768 0 0 0 106000 87 0 0 25 0 5 0 496946374 1235906560 226349 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1206940 CPUtime=1057.91 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 68314 0 0 0 105703 88 0 0 25 0 5 0 496946377 1235906560 226349 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1206940 CPUtime=1062.08 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 48466 0 0 0 106149 59 0 0 25 0 5 0 496946379 1235906560 226349 33554432000 4194304 5787044 140735827952752 18446744073709551615 5527981 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.83
Current children cumulated vsize (KiB) 1215640

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 23608
/proc/meminfo: memFree=13692300/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=1215140 CPUtime=4482.51 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 280315 0 0 0 447924 327 0 0 18 0 5 0 496946362 1244303360 229467 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 303785 229467 417 389 0 299535 0
[pid=23531/tid=23533] ppid=23530 vsize=1215140 CPUtime=1121.78 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 74721 0 0 0 112090 88 0 0 25 0 5 0 496946371 1244303360 229467 33554432000 4194304 5787044 140735827952752 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=1215140 CPUtime=1120.87 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 73045 0 0 0 111999 88 0 0 25 0 5 0 496946374 1244303360 229467 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1215140 CPUtime=1117.59 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 69340 0 0 0 111671 88 0 0 25 0 5 0 496946377 1244303360 229467 33554432000 4194304 5787044 140735827952752 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1215140 CPUtime=1122.08 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 48468 0 0 0 112149 59 0 0 25 0 5 0 496946379 1244303360 229467 33554432000 4194304 5787044 140735827952752 18446744073709551615 5526914 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.51
Current children cumulated vsize (KiB) 1223840

[startup+1182.3 s]
/proc/loadavg: 8.05 8.06 8.01 9/188 23609
/proc/meminfo: memFree=13562440/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=1223340 CPUtime=4722.17 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 293801 0 0 0 471867 350 0 0 18 0 5 0 496946362 1252700160 242953 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 305835 242953 417 389 0 301585 0
[pid=23531/tid=23533] ppid=23530 vsize=1223340 CPUtime=1181.78 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 81374 0 0 0 118078 100 0 0 25 0 5 0 496946371 1252700160 242953 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=1223340 CPUtime=1180.86 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 78778 0 0 0 117988 98 0 0 25 0 5 0 496946374 1252700160 242953 33554432000 4194304 5787044 140735827952752 18446744073709551615 4229327 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1223340 CPUtime=1177.25 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 70418 0 0 0 117637 88 0 0 25 0 5 0 496946377 1252700160 242953 33554432000 4194304 5787044 140735827952752 18446744073709551615 4229504 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1223340 CPUtime=1182.07 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 48490 0 0 0 118148 59 0 0 25 0 5 0 496946379 1252700160 242953 33554432000 4194304 5787044 140735827952752 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.17
Current children cumulated vsize (KiB) 1232040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 23610
/proc/meminfo: memFree=13524108/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=1231540 CPUtime=4800.09 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 299922 0 0 0 479651 358 0 0 18 0 5 0 496946362 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 307885 249074 417 389 0 303635 0
[pid=23531/tid=23533] ppid=23530 vsize=1231540 CPUtime=1201.29 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 83186 0 0 0 120026 103 0 0 25 0 5 0 496946371 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=1231540 CPUtime=1200.37 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 80625 0 0 0 119936 101 0 0 25 0 5 0 496946374 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1231540 CPUtime=1196.65 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 71323 0 0 0 119574 91 0 0 25 0 5 0 496946377 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1231540 CPUtime=1201.58 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 50047 0 0 0 120099 59 0 0 25 0 5 0 496946379 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1240240

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

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

[startup+1201.8 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 23610
/proc/meminfo: memFree=13524108/32951124 swapFree=67111528/67111528
[pid=23530] ppid=23528 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (priss.sh) S 23528 23530 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 496946362 8908800 251 33554432000 4194304 4922060 140737123663872 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23530/statm: 2175 251 211 178 0 68 0
[pid=23531] ppid=23530 vsize=1231540 CPUtime=4800.09 cores=1,3,5,7
/proc/23531/stat : 23531 (priss) S 23530 23530 22103 0 -1 4202496 299922 0 0 0 479651 358 0 0 18 0 5 0 496946362 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23531/statm: 307885 249074 417 389 0 303635 0
[pid=23531/tid=23533] ppid=23530 vsize=1231540 CPUtime=1201.29 cores=1,3,5,7
/proc/23531/task/23533/stat : 23533 (priss) R 23530 23530 22103 0 -1 4202560 83186 0 0 0 120026 103 0 0 25 0 5 0 496946371 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23531/tid=23534] ppid=23530 vsize=1231540 CPUtime=1200.37 cores=1,3,5,7
/proc/23531/task/23534/stat : 23534 (priss) R 23530 23530 22103 0 -1 4202560 80625 0 0 0 119936 101 0 0 25 0 5 0 496946374 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23531/tid=23535] ppid=23530 vsize=1231540 CPUtime=1196.65 cores=1,3,5,7
/proc/23531/task/23535/stat : 23535 (priss) R 23530 23530 22103 0 -1 4202560 71323 0 0 0 119574 91 0 0 25 0 5 0 496946377 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23531/tid=23536] ppid=23530 vsize=1231540 CPUtime=1201.58 cores=1,3,5,7
/proc/23531/task/23536/stat : 23536 (priss) R 23530 23530 22103 0 -1 4202560 50047 0 0 0 120099 59 0 0 25 0 5 0 496946379 1261096960 249074 33554432000 4194304 5787044 140735827952752 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1240240

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23530 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.09
#
# 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.09
CPU user time (s): 4796.51
CPU system time (s): 3.58
CPU usage (%): 399.4
Max. virtual memory (cumulated for all children) (KiB): 1240240

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

The end

Launcher Data

Begin job on node145 at 2011-04-29 04:48:25
IDJOB=3258336
IDBENCH=71345
IDSOLVER=1603
FILE ID=node145/3258336-1304045305
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72200 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes2.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258336-1304045305/watcher-3258336-1304045305 -o /tmp/evaluation-result-3258336-1304045305/solver-3258336-1304045305 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258336-1304045305.cnf 15639120 4800 15500 4

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=15639120

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14689208 kB
Buffers:       2098684 kB
Cached:       15218156 kB
SwapCached:          0 kB
Active:        5459780 kB
Inactive:     12231024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14689208 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5500 kB
Writeback:           0 kB
AnonPages:      373560 kB
Mapped:          15624 kB
Slab:           508620 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   565276 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= 72196 MiB
End job on node145 at 2011-04-29 05:08:29