Trace number 3250370

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.27 1202.32

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
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 variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 11065
0.00/0.32	c parsetime: 318504us
0.00/0.32	c parsed 708206 clauses with 34307 variables
0.00/0.41	c NW started thread 0 successfully (1094457664)
0.00/0.56	c NW started thread 1 successfully (1106921792)
0.00/0.72	c NW started thread 2 successfully (1117411648)
0.00/0.88	c NW started thread 3 successfully (1127901504)
70.42/18.14	c preprocessor returned 34607 variables
70.42/18.14	c preprocessing returned UNKNOWN
70.42/18.14	c PP set 0 variables
70.42/18.14	c pp time: 17721590us (17s)
72.02/18.51	c preprocessor returned 34607 variables
72.02/18.51	c preprocessing returned UNKNOWN
72.02/18.51	c PP set 0 variables
72.02/18.51	c pp time: 17938013us (17s)
73.61/18.97	c preprocessor returned 36307 variables
73.61/18.97	c preprocessing returned UNKNOWN
73.61/18.97	c PP set 0 variables
73.61/18.97	c pp time: 18078950us (18s)
74.01/19.08	c preprocessor returned 34607 variables
74.01/19.08	c preprocessing returned UNKNOWN
74.01/19.08	c PP set 0 variables
74.01/19.08	c pp time: 18348506us (18s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250370-1304058639/watcher-3250370-1304058639 -o /tmp/evaluation-result-3250370-1304058639/solver-3250370-1304058639 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250370-1304058639.cnf 253733761 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: 7.68 7.94 7.98 6/182 11064
/proc/meminfo: memFree=15199388/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0

[startup+0.105535 s]
/proc/loadavg: 7.68 7.94 7.98 6/182 11064
/proc/meminfo: memFree=15199388/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200518 s]
/proc/loadavg: 7.68 7.94 7.98 6/182 11064
/proc/meminfo: memFree=15199388/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300499 s]
/proc/loadavg: 7.68 7.94 7.98 6/182 11064
/proc/meminfo: memFree=15199388/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.702607 s]
/proc/loadavg: 7.68 7.94 7.98 6/182 11064
/proc/meminfo: memFree=15199388/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50124 s]
/proc/loadavg: 7.68 7.94 7.98 9/188 11070
/proc/meminfo: memFree=14844948/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=509332 CPUtime=4.1 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 96473 0 0 0 381 29 0 0 18 0 5 0 517464448 521555968 92448 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 127333 92448 349 389 0 123083 0
[pid=11065/tid=11067] ppid=11064 vsize=509332 CPUtime=1.01 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 9871 0 0 0 97 4 0 0 19 0 5 0 517464490 521555968 92448 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=509332 CPUtime=0.85 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 11712 0 0 0 79 6 0 0 18 0 5 0 517464504 521555968 92448 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=509332 CPUtime=0.76 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 8701 0 0 0 73 3 0 0 18 0 5 0 517464520 521555968 92448 33554432000 4194304 5787044 140736094588592 18446744073709551615 4332683 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=509332 CPUtime=0.61 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 8138 0 0 0 59 2 0 0 20 0 5 0 517464536 521555968 92448 33554432000 4194304 5787044 140736094588592 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 518032

[startup+3.10094 s]
/proc/loadavg: 7.70 7.94 7.98 9/188 11070
/proc/meminfo: memFree=14822504/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=517916 CPUtime=10.5 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 98991 0 0 0 1020 30 0 0 18 0 5 0 517464448 530345984 93889 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 129479 93889 349 389 0 125229 0
[pid=11065/tid=11067] ppid=11064 vsize=517916 CPUtime=2.61 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 9871 0 0 0 256 5 0 0 22 0 5 0 517464490 530345984 93889 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=517916 CPUtime=2.45 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 11712 0 0 0 239 6 0 0 21 0 5 0 517464504 530345984 93889 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=517916 CPUtime=2.36 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 9426 0 0 0 233 3 0 0 21 0 5 0 517464520 530345984 93889 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=517916 CPUtime=2.2 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 9931 0 0 0 218 2 0 0 25 0 5 0 517464536 530345984 93889 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 526616

[startup+6.30034 s]
/proc/loadavg: 7.70 7.94 7.98 9/188 11070
/proc/meminfo: memFree=14821760/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=517916 CPUtime=23.28 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 98992 0 0 0 2298 30 0 0 18 0 5 0 517464448 530345984 93890 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 129479 93890 350 389 0 125229 0
[pid=11065/tid=11067] ppid=11064 vsize=517916 CPUtime=5.81 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 9872 0 0 0 576 5 0 0 25 0 5 0 517464490 530345984 93890 33554432000 4194304 5787044 140736094588592 18446744073709551615 4339895 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=517916 CPUtime=5.63 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 11712 0 0 0 557 6 0 0 25 0 5 0 517464504 530345984 93890 33554432000 4194304 5787044 140736094588592 18446744073709551615 4335747 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=517916 CPUtime=5.56 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 9426 0 0 0 553 3 0 0 25 0 5 0 517464520 530345984 93890 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=517916 CPUtime=5.4 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 9931 0 0 0 538 2 0 0 25 0 5 0 517464536 530345984 93890 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336020 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.28
Current children cumulated vsize (KiB) 526616

[startup+12.7011 s]
/proc/loadavg: 7.75 7.94 7.98 9/188 11071
/proc/meminfo: memFree=14820924/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=517916 CPUtime=48.85 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 98994 0 0 0 4855 30 0 0 18 0 5 0 517464448 530345984 93892 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 129479 93892 352 389 0 125229 0
[pid=11065/tid=11067] ppid=11064 vsize=517916 CPUtime=12.21 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 9874 0 0 0 1216 5 0 0 25 0 5 0 517464490 530345984 93892 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=517916 CPUtime=11.99 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 11712 0 0 0 1193 6 0 0 25 0 5 0 517464504 530345984 93892 33554432000 4194304 5787044 140736094588592 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=517916 CPUtime=11.96 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 9426 0 0 0 1193 3 0 0 25 0 5 0 517464520 530345984 93892 33554432000 4194304 5787044 140736094588592 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=517916 CPUtime=11.81 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 9931 0 0 0 1179 2 0 0 25 0 5 0 517464536 530345984 93892 33554432000 4194304 5787044 140736094588592 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.85
Current children cumulated vsize (KiB) 526616

[startup+25.5008 s]
/proc/loadavg: 7.79 7.94 7.98 9/188 11071
/proc/meminfo: memFree=14717540/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=686828 CPUtime=99.95 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 133229 0 0 0 9955 40 0 0 18 0 5 0 517464448 703311872 119986 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 171707 119986 417 389 0 167457 0
[pid=11065/tid=11067] ppid=11064 vsize=686828 CPUtime=25 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 18431 0 0 0 2493 7 0 0 20 0 5 0 517464490 703311872 119986 33554432000 4194304 5787044 140736094588592 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=686828 CPUtime=24.72 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 20994 0 0 0 2463 9 0 0 25 0 5 0 517464504 703311872 119986 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=686828 CPUtime=24.75 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 17077 0 0 0 2470 5 0 0 19 0 5 0 517464520 703311872 119986 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=686828 CPUtime=24.61 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 18676 0 0 0 2456 5 0 0 25 0 5 0 517464536 703311872 119986 33554432000 4194304 5787044 140736094588592 18446744073709551615 4218732 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (KiB) 695528

[startup+51.101 s]
/proc/loadavg: 7.86 7.94 7.98 9/188 11072
/proc/meminfo: memFree=14599940/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=790336 CPUtime=202.18 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 162481 0 0 0 20158 60 0 0 18 0 5 0 517464448 809304064 149237 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 197584 149237 417 389 0 193334 0
[pid=11065/tid=11067] ppid=11064 vsize=790336 CPUtime=50.59 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 25331 0 0 0 5047 12 0 0 25 0 5 0 517464490 809304064 149237 33554432000 4194304 5787044 140736094588592 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=790336 CPUtime=50.18 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 28294 0 0 0 5003 15 0 0 25 0 5 0 517464504 809304064 149237 33554432000 4194304 5787044 140736094588592 18446744073709551615 4254556 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=790336 CPUtime=50.34 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 23861 0 0 0 5025 9 0 0 25 0 5 0 517464520 809304064 149237 33554432000 4194304 5787044 140736094588592 18446744073709551615 5592004 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=790336 CPUtime=50.19 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 26944 0 0 0 5009 10 0 0 25 0 5 0 517464536 809304064 149237 33554432000 4194304 5787044 140736094588592 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.18
Current children cumulated vsize (KiB) 799036

[startup+102.3 s]
/proc/loadavg: 7.94 7.95 7.98 9/188 11073
/proc/meminfo: memFree=14478356/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=957476 CPUtime=406.66 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 192302 0 0 0 40581 85 0 0 18 0 5 0 517464448 980455424 178988 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 239369 178988 417 389 0 235119 0
[pid=11065/tid=11067] ppid=11064 vsize=957476 CPUtime=101.69 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 32259 0 0 0 10151 18 0 0 25 0 5 0 517464490 980455424 178988 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=957476 CPUtime=101.18 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 38450 0 0 0 10097 21 0 0 25 0 5 0 517464504 980455424 178988 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=957476 CPUtime=101.52 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 31060 0 0 0 10136 16 0 0 25 0 5 0 517464520 980455424 178988 33554432000 4194304 5787044 140736094588592 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=957476 CPUtime=101.38 cores=0,2,4,6

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

/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 102835 0 0 0 82014 95 0 0 25 0 5 0 517464504 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 4238789 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=1805244 CPUtime=821.04 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 78015 0 0 0 82044 60 0 0 25 0 5 0 517464520 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=1805244 CPUtime=821.29 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 95452 0 0 0 82041 88 0 0 25 0 5 0 517464536 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3282.31
Current children cumulated vsize (KiB) 1813944

[startup+882.307 s]
/proc/loadavg: 7.90 7.97 7.98 9/188 11127
/proc/meminfo: memFree=13813900/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=1805244 CPUtime=3522.01 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 423371 0 0 0 351861 340 0 0 18 0 5 0 517464448 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 451311 408935 417 389 0 447061 0
[pid=11065/tid=11067] ppid=11064 vsize=1805244 CPUtime=878.01 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 89018 0 0 0 87720 81 0 0 25 0 5 0 517464490 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=1805244 CPUtime=881.1 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 102835 0 0 0 88014 96 0 0 25 0 5 0 517464504 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=1805244 CPUtime=880.72 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 78015 0 0 0 88012 60 0 0 25 0 5 0 517464520 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=1805244 CPUtime=881.3 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 95452 0 0 0 88041 89 0 0 25 0 5 0 517464536 1848569856 408935 33554432000 4194304 5787044 140736094588592 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.01
Current children cumulated vsize (KiB) 1813944

[startup+942.301 s]
/proc/loadavg: 8.00 7.99 7.98 9/188 11128
/proc/meminfo: memFree=13788924/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=1805244 CPUtime=3761.67 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 423372 0 0 0 375826 341 0 0 18 0 5 0 517464448 1848569856 408936 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 451311 408936 417 389 0 447061 0
[pid=11065/tid=11067] ppid=11064 vsize=1805244 CPUtime=937.99 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 89019 0 0 0 93718 81 0 0 25 0 5 0 517464490 1848569856 408936 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=1805244 CPUtime=941.1 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 102835 0 0 0 94014 96 0 0 25 0 5 0 517464504 1848569856 408936 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=1805244 CPUtime=940.39 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 78015 0 0 0 93979 60 0 0 25 0 5 0 517464520 1848569856 408936 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=1805244 CPUtime=941.3 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 95452 0 0 0 94041 89 0 0 25 0 5 0 517464536 1848569856 408936 33554432000 4194304 5787044 140736094588592 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3761.67
Current children cumulated vsize (KiB) 1813944

[startup+1002.3 s]
/proc/loadavg: 8.04 8.00 7.99 9/188 11130
/proc/meminfo: memFree=13774480/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=1805244 CPUtime=4001.34 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 423374 0 0 0 399792 342 0 0 18 0 5 0 517464448 1848569856 408938 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 451311 408938 417 389 0 447061 0
[pid=11065/tid=11067] ppid=11064 vsize=1805244 CPUtime=997.99 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 89020 0 0 0 99718 81 0 0 25 0 5 0 517464490 1848569856 408938 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=1805244 CPUtime=1001.09 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 102835 0 0 0 100013 96 0 0 25 0 5 0 517464504 1848569856 408938 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=1805244 CPUtime=1000.07 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 78016 0 0 0 99946 61 0 0 25 0 5 0 517464520 1848569856 408938 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=1805244 CPUtime=1001.3 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 95452 0 0 0 100041 89 0 0 25 0 5 0 517464536 1848569856 408938 33554432000 4194304 5787044 140736094588592 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4001.34
Current children cumulated vsize (KiB) 1813944

[startup+1062.3 s]
/proc/loadavg: 8.05 8.01 7.99 9/188 11132
/proc/meminfo: memFree=13741316/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=1809344 CPUtime=4241 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 424599 0 0 0 423758 342 0 0 18 0 5 0 517464448 1852768256 410163 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 452336 410163 417 389 0 448086 0
[pid=11065/tid=11067] ppid=11064 vsize=1809344 CPUtime=1057.99 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 89199 0 0 0 105717 82 0 0 25 0 5 0 517464490 1852768256 410163 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=1809344 CPUtime=1061.1 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 103861 0 0 0 106013 97 0 0 25 0 5 0 517464504 1852768256 410163 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=1809344 CPUtime=1059.74 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 78035 0 0 0 105913 61 0 0 25 0 5 0 517464520 1852768256 410163 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=1809344 CPUtime=1061.3 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 95453 0 0 0 106041 89 0 0 25 0 5 0 517464536 1852768256 410163 33554432000 4194304 5787044 140736094588592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241
Current children cumulated vsize (KiB) 1818044

[startup+1122.3 s]
/proc/loadavg: 8.13 8.04 8.01 9/188 11133
/proc/meminfo: memFree=13689796/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=1829844 CPUtime=4480.68 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 435421 0 0 0 447713 355 0 0 18 0 5 0 517464448 1873760256 420985 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 457461 420985 417 389 0 453211 0
[pid=11065/tid=11067] ppid=11064 vsize=1829844 CPUtime=1117.98 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 97351 0 0 0 111705 93 0 0 25 0 5 0 517464490 1873760256 420985 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=1829844 CPUtime=1121.1 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 104414 0 0 0 112013 97 0 0 25 0 5 0 517464504 1873760256 420985 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=1829844 CPUtime=1119.41 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 79613 0 0 0 111880 61 0 0 25 0 5 0 517464520 1873760256 420985 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=1829844 CPUtime=1121.3 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 95992 0 0 0 112041 89 0 0 25 0 5 0 517464536 1873760256 420985 33554432000 4194304 5787044 140736094588592 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4480.68
Current children cumulated vsize (KiB) 1838544

[startup+1182.3 s]
/proc/loadavg: 8.13 8.05 8.01 9/188 11135
/proc/meminfo: memFree=13581976/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=1995260 CPUtime=4720.35 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 462543 0 0 0 471646 389 0 0 18 0 5 0 517464448 2043146240 448107 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 498815 448107 417 389 0 494565 0
[pid=11065/tid=11067] ppid=11064 vsize=1995260 CPUtime=1177.97 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 104970 0 0 0 117695 102 0 0 25 0 5 0 517464490 2043146240 448107 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=1995260 CPUtime=1181.1 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 108432 0 0 0 118007 103 0 0 25 0 5 0 517464504 2043146240 448107 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=1995260 CPUtime=1179.1 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 85136 0 0 0 117840 70 0 0 25 0 5 0 517464520 2043146240 448107 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=1995260 CPUtime=1181.3 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 105954 0 0 0 118030 100 0 0 25 0 5 0 517464536 2043146240 448107 33554432000 4194304 5787044 140736094588592 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4720.35
Current children cumulated vsize (KiB) 2003960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.3 s]
/proc/loadavg: 8.16 8.06 8.01 9/188 11135
/proc/meminfo: memFree=13532964/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11064/stat : 11064 (priss.sh) S 11062 11064 9766 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 517464448 8908800 251 33554432000 4194304 4922060 140735019138352 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11064/statm: 2175 251 211 178 0 68 0
[pid=11065] ppid=11064 vsize=2005044 CPUtime=4800.27 cores=0,2,4,6
/proc/11065/stat : 11065 (priss) S 11064 11064 9766 0 -1 4202496 472411 0 0 0 479626 401 0 0 18 0 5 0 517464448 2053165056 457975 33554432000 4194304 5787044 140736094588592 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11065/statm: 501261 457975 417 389 0 497011 0
[pid=11065/tid=11067] ppid=11064 vsize=2005044 CPUtime=1197.98 cores=0,2,4,6
/proc/11065/task/11067/stat : 11067 (priss) R 11064 11064 9766 0 -1 4202560 107402 0 0 0 119695 103 0 0 25 0 5 0 517464490 2053165056 457975 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11065/tid=11068] ppid=11064 vsize=2005044 CPUtime=1201.11 cores=0,2,4,6
/proc/11065/task/11068/stat : 11068 (priss) R 11064 11064 9766 0 -1 4202560 111077 0 0 0 120004 107 0 0 25 0 5 0 517464504 2053165056 457975 33554432000 4194304 5787044 140736094588592 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11065/tid=11069] ppid=11064 vsize=2005044 CPUtime=1198.99 cores=0,2,4,6
/proc/11065/task/11069/stat : 11069 (priss) R 11064 11064 9766 0 -1 4202560 87342 0 0 0 119826 73 0 0 25 0 5 0 517464520 2053165056 457975 33554432000 4194304 5787044 140736094588592 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11065/tid=11070] ppid=11064 vsize=2005044 CPUtime=1201.31 cores=0,2,4,6
/proc/11065/task/11070/stat : 11070 (priss) R 11064 11064 9766 0 -1 4202560 108539 0 0 0 120027 104 0 0 25 0 5 0 517464536 2053165056 457975 33554432000 4194304 5787044 140736094588592 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 2013744

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.32
CPU time (s): 4800.27
CPU user time (s): 4796.26
CPU system time (s): 4.01
CPU usage (%): 399.249
Max. virtual memory (cumulated for all children) (KiB): 2013744

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

runsolver used 1.81072 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 08:30:40
IDJOB=3250370
IDBENCH=83251
IDSOLVER=1603
FILE ID=node105/3250370-1304058639
RUNJOBID= node105-1304047118-9784
PBS_JOBID= 13170404
Free space on /tmp= 71916 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250370-1304058639/watcher-3250370-1304058639 -o /tmp/evaluation-result-3250370-1304058639/solver-3250370-1304058639 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250370-1304058639.cnf 253733761 4800 15500 4

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=253733761

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15199660 kB
Buffers:       2301028 kB
Cached:       14456648 kB
SwapCached:          0 kB
Active:        9322480 kB
Inactive:      7858376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15199660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24176 kB
Writeback:           0 kB
AnonPages:      422496 kB
Mapped:          15676 kB
Slab:           507836 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   624460 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= 71912 MiB
End job on node105 at 2011-04-29 08:50:44