Trace number 3499435

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) 20397.4 5100.02

General information on the benchmark

Namecrafted/manthey/sudoku-single-hard/
sudoku_81x81_unknown.cnf
MD5SUMcbd78921480e79d133eb06cb2172caa1
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 variables18217
Number of clauses284829
Sum of the clauses size622430
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2275099
Number of clauses of size 3620
Number of clauses of size 4984
Number of clauses of size 51120
Number of clauses of size over 57006

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: 31914
0.00/0.07	c parsetime: 68516us
0.00/0.07	c parsed 284829 clauses with 18217 variables
0.00/0.09	c NW started thread 0 successfully (1104148800)
0.00/0.12	c NW started thread 1 successfully (1087183168)
0.00/0.16	c NW started thread 2 successfully (1114638656)
0.00/0.21	c NW started thread 3 successfully (1125128512)
45.77/11.75	c preprocessor returned 18517 variables
45.77/11.75	c preprocessing returned UNKNOWN
45.77/11.75	c PP set 257 variables
45.77/11.75	c pp time: 11584483us (11s)
47.39/12.18	c preprocessor returned 18517 variables
47.39/12.18	c preprocessing returned UNKNOWN
47.39/12.18	c PP set 257 variables
47.39/12.18	c pp time: 12054440us (12s)
48.17/12.30	c preprocessor returned 18517 variables
48.17/12.30	c preprocessing returned UNKNOWN
48.17/12.30	c PP set 257 variables
48.17/12.30	c pp time: 12210628us (12s)
61.76/15.74	c preprocessor returned 30002 variables
61.76/15.74	c preprocessing returned UNKNOWN
61.76/15.74	c PP set 257 variables
61.76/15.74	c pp time: 15525710us (15s)
62.16/15.86	c HTE
62.95/16.09	c subsumption
64.14/16.32	c simplified formula contains 0 unit clauses
15368.04/3842.67	c HTE
15438.03/3860.17	c subsumption
15585.20/3896.98	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3499435-1307999188/watcher-3499435-1307999188 -o /tmp/evaluation-result-3499435-1307999188/solver-3499435-1307999188 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499435-1307999188.cnf 1565933248 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.10 2.64 1/168 31913
/proc/meminfo: memFree=11960616/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0

[startup+0.0789479 s]
/proc/loadavg: 2.00 2.10 2.64 1/168 31913
/proc/meminfo: memFree=11960616/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100929 s]
/proc/loadavg: 2.00 2.10 2.64 1/168 31913
/proc/meminfo: memFree=11960616/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300923 s]
/proc/loadavg: 2.00 2.10 2.64 1/168 31913
/proc/meminfo: memFree=11960616/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70084 s]
/proc/loadavg: 2.00 2.10 2.64 1/168 31913
/proc/meminfo: memFree=11960616/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 2.00 2.10 2.64 5/174 31919
/proc/meminfo: memFree=11831136/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=404072 CPUtime=5.2 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 48808 0 0 0 489 31 0 0 18 0 5 0 911518453 413769728 34234 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 101018 34234 355 389 0 96768 0
[pid=31914/tid=31916] ppid=31913 vsize=404072 CPUtime=1.32 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 9561 0 0 0 127 5 0 0 18 0 5 0 911518462 413769728 34234 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=404072 CPUtime=1.27 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 9567 0 0 0 117 10 0 0 18 0 5 0 911518465 413769728 34234 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=404072 CPUtime=1.21 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 8372 0 0 0 119 2 0 0 18 0 5 0 911518469 413769728 34234 33554432000 4194304 5787044 140734708250448 18446744073709551615 18446744073699066043 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=404072 CPUtime=1.18 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 7467 0 0 0 109 9 0 0 19 0 5 0 911518474 413769728 34234 33554432000 4194304 5787044 140734708250448 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 412772

[startup+3.10037 s]
/proc/loadavg: 2.00 2.10 2.64 5/174 31919
/proc/meminfo: memFree=11822388/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=407488 CPUtime=11.44 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 49420 0 0 0 1112 32 0 0 18 0 5 0 911518453 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 101872 34846 355 389 0 97622 0
[pid=31914/tid=31916] ppid=31913 vsize=407488 CPUtime=2.76 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 9561 0 0 0 271 5 0 0 20 0 5 0 911518462 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 274664502233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=407488 CPUtime=2.86 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 9567 0 0 0 276 10 0 0 20 0 5 0 911518465 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=407488 CPUtime=2.82 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 8812 0 0 0 279 3 0 0 20 0 5 0 911518469 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 274664502243 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=407488 CPUtime=2.78 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 7639 0 0 0 269 9 0 0 23 0 5 0 911518474 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 416188

[startup+6.30086 s]
/proc/loadavg: 2.16 2.13 2.64 5/174 31919
/proc/meminfo: memFree=11822900/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=407488 CPUtime=24.24 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 49420 0 0 0 2392 32 0 0 18 0 5 0 911518453 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 101872 34846 355 389 0 97622 0
[pid=31914/tid=31916] ppid=31913 vsize=407488 CPUtime=5.96 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 9561 0 0 0 591 5 0 0 25 0 5 0 911518462 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=407488 CPUtime=6.06 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 9567 0 0 0 596 10 0 0 25 0 5 0 911518465 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=407488 CPUtime=6.02 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 8812 0 0 0 599 3 0 0 25 0 5 0 911518469 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=407488 CPUtime=5.98 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 7639 0 0 0 589 9 0 0 25 0 5 0 911518474 417267712 34846 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 416188

[startup+12.7007 s]
/proc/loadavg: 2.30 2.16 2.65 5/174 31919
/proc/meminfo: memFree=11794164/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=427968 CPUtime=49.76 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 64375 0 0 0 4940 36 0 0 18 0 5 0 911518453 438239232 49801 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 106992 49801 405 389 0 102742 0
[pid=31914/tid=31916] ppid=31913 vsize=427968 CPUtime=12.36 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 14700 0 0 0 1230 6 0 0 18 0 5 0 911518462 438239232 49801 33554432000 4194304 5787044 140734708250448 18446744073709551615 5588261 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=427968 CPUtime=12.4 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 14487 0 0 0 1227 13 0 0 25 0 5 0 911518465 438239232 49801 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=427968 CPUtime=12.42 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 13708 0 0 0 1238 4 0 0 18 0 5 0 911518469 438239232 49801 33554432000 4194304 5787044 140734708250448 18446744073709551615 5590400 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=427968 CPUtime=12.38 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 7639 0 0 0 1229 9 0 0 25 0 5 0 911518474 438239232 49801 33554432000 4194304 5787044 140734708250448 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 436668

[startup+25.5005 s]
/proc/loadavg: 2.68 2.25 2.67 5/174 31919
/proc/meminfo: memFree=11742508/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=429816 CPUtime=100.9 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 70611 0 0 0 10036 54 0 0 18 0 5 0 911518453 440131584 56037 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 107454 56037 419 389 0 103204 0
[pid=31914/tid=31916] ppid=31913 vsize=429816 CPUtime=25.15 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 16392 0 0 0 2505 10 0 0 18 0 5 0 911518462 440131584 56037 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=429816 CPUtime=25.18 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 14487 0 0 0 2504 14 0 0 18 0 5 0 911518465 440131584 56037 33554432000 4194304 5787044 140734708250448 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=429816 CPUtime=25.21 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 13708 0 0 0 2515 6 0 0 18 0 5 0 911518469 440131584 56037 33554432000 4194304 5787044 140734708250448 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=429816 CPUtime=25.15 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 12183 0 0 0 2497 18 0 0 18 0 5 0 911518474 440131584 56037 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676634293 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 438516

[startup+51.1011 s]
/proc/loadavg: 3.13 2.39 2.70 5/174 31921
/proc/meminfo: memFree=11728412/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=433916 CPUtime=203.27 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 74252 0 0 0 20257 70 0 0 18 0 5 0 911518453 444329984 59677 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 108479 59677 419 389 0 104229 0
[pid=31914/tid=31916] ppid=31913 vsize=433916 CPUtime=50.75 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 19823 0 0 0 5055 20 0 0 18 0 5 0 911518462 444329984 59677 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=433916 CPUtime=50.77 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 14487 0 0 0 5060 17 0 0 18 0 5 0 911518465 444329984 59677 33554432000 4194304 5787044 140734708250448 18446744073709551615 5590426 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=433916 CPUtime=50.79 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 13918 0 0 0 5071 8 0 0 20 0 5 0 911518469 444329984 59677 33554432000 4194304 5787044 140734708250448 18446744073709551615 5588010 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=433916 CPUtime=50.74 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 12183 0 0 0 5054 20 0 0 18 0 5 0 911518474 444329984 59677 33554432000 4194304 5787044 140734708250448 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 442616

[startup+102.306 s]
/proc/loadavg: 3.62 2.63 2.77 5/174 31921
/proc/meminfo: memFree=11668136/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=442116 CPUtime=408 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 89242 0 0 0 40682 118 0 0 18 0 5 0 911518453 452726784 74574 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 110529 74574 419 389 0 106279 0
[pid=31914/tid=31916] ppid=31913 vsize=442116 CPUtime=101.93 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 24143 0 0 0 10159 34 0 0 18 0 5 0 911518462 452726784 74574 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=442116 CPUtime=101.97 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 19329 0 0 0 10169 28 0 0 18 0 5 0 911518465 452726784 74574 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=442116 CPUtime=101.98 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 17382 0 0 0 10175 23 0 0 20 0 5 0 911518469 452726784 74574 33554432000 4194304 5787044 140734708250448 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=442116 CPUtime=101.91 cores=0-7

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

/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140025 0 0 0 471758 415 0 0 25 0 5 0 911518465 2562965504 555497 33554432000 4194304 5787044 140734708250448 18446744073709551615 5585277 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=4721.27 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129396 0 0 0 471718 409 0 0 25 0 5 0 911518469 2562965504 555497 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=4721.75 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147797 0 0 0 471815 360 0 0 25 0 5 0 911518474 2562965504 555497 33554432000 4194304 5787044 140734708250448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18886.6
Current children cumulated vsize (KiB) 2511596

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 32059
/proc/meminfo: memFree=9738480/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=2502896 CPUtime=19126.6 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 581817 0 0 0 1911038 1617 0 0 18 0 5 0 911518453 2562965504 555513 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 625724 555513 419 389 0 621474 0
[pid=31914/tid=31916] ppid=31913 vsize=2502896 CPUtime=4781.61 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 150745 0 0 0 477732 429 0 0 25 0 5 0 911518462 2562965504 555513 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=2502896 CPUtime=4781.73 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140025 0 0 0 477758 415 0 0 25 0 5 0 911518465 2562965504 555513 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=4781.27 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129397 0 0 0 477718 409 0 0 25 0 5 0 911518469 2562965504 555513 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=4781.75 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147809 0 0 0 477815 360 0 0 25 0 5 0 911518474 2562965504 555513 33554432000 4194304 5787044 140734708250448 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19126.6
Current children cumulated vsize (KiB) 2511596

[startup+4842.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/174 32060
/proc/meminfo: memFree=9738340/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=2502896 CPUtime=19366.6 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 581828 0 0 0 1935039 1617 0 0 18 0 5 0 911518453 2562965504 555524 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 625724 555524 419 389 0 621474 0
[pid=31914/tid=31916] ppid=31913 vsize=2502896 CPUtime=4841.61 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 150746 0 0 0 483732 429 0 0 25 0 5 0 911518462 2562965504 555524 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=2502896 CPUtime=4841.73 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140025 0 0 0 483758 415 0 0 25 0 5 0 911518465 2562965504 555524 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=4841.27 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129397 0 0 0 483718 409 0 0 25 0 5 0 911518469 2562965504 555524 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=4841.75 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147819 0 0 0 483815 360 0 0 25 0 5 0 911518474 2562965504 555524 33554432000 4194304 5787044 140734708250448 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19366.6
Current children cumulated vsize (KiB) 2511596

[startup+4902.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/174 32061
/proc/meminfo: memFree=9738428/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=2502896 CPUtime=19606.6 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 581852 0 0 0 1959039 1617 0 0 18 0 5 0 911518453 2562965504 555548 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 625724 555548 419 389 0 621474 0
[pid=31914/tid=31916] ppid=31913 vsize=2502896 CPUtime=4901.6 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 150751 0 0 0 489731 429 0 0 25 0 5 0 911518462 2562965504 555548 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=2502896 CPUtime=4901.73 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140025 0 0 0 489758 415 0 0 25 0 5 0 911518465 2562965504 555548 33554432000 4194304 5787044 140734708250448 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=4901.27 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129397 0 0 0 489718 409 0 0 25 0 5 0 911518469 2562965504 555548 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=4901.75 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147838 0 0 0 489815 360 0 0 25 0 5 0 911518474 2562965504 555548 33554432000 4194304 5787044 140734708250448 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19606.6
Current children cumulated vsize (KiB) 2511596

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 32063
/proc/meminfo: memFree=9738424/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=2502896 CPUtime=19846.6 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 581877 0 0 0 1983039 1617 0 0 18 0 5 0 911518453 2562965504 555573 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 625724 555573 419 389 0 621474 0
[pid=31914/tid=31916] ppid=31913 vsize=2502896 CPUtime=4961.6 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 150756 0 0 0 495731 429 0 0 25 0 5 0 911518462 2562965504 555573 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=2502896 CPUtime=4961.73 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140025 0 0 0 495758 415 0 0 25 0 5 0 911518465 2562965504 555573 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=4961.27 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129400 0 0 0 495718 409 0 0 25 0 5 0 911518469 2562965504 555573 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=4961.75 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147855 0 0 0 495815 360 0 0 25 0 5 0 911518474 2562965504 555573 33554432000 4194304 5787044 140734708250448 18446744073709551615 4217502 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19846.6
Current children cumulated vsize (KiB) 2511596

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 32065
/proc/meminfo: memFree=9738152/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=2502896 CPUtime=20086.6 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 581904 0 0 0 2007039 1618 0 0 18 0 5 0 911518453 2562965504 555600 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 625724 555600 419 389 0 621474 0
[pid=31914/tid=31916] ppid=31913 vsize=2502896 CPUtime=5021.6 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 150761 0 0 0 501731 429 0 0 25 0 5 0 911518462 2562965504 555600 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=2502896 CPUtime=5021.73 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140028 0 0 0 501758 415 0 0 25 0 5 0 911518465 2562965504 555600 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=5021.27 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129401 0 0 0 501718 409 0 0 25 0 5 0 911518469 2562965504 555600 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=5021.75 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147873 0 0 0 501814 361 0 0 25 0 5 0 911518474 2562965504 555600 33554432000 4194304 5787044 140734708250448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20086.6
Current children cumulated vsize (KiB) 2511596

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 32067
/proc/meminfo: memFree=9738140/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=2502896 CPUtime=20326.6 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 581951 0 0 0 2031039 1618 0 0 18 0 5 0 911518453 2562965504 555647 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 625724 555647 419 389 0 621474 0
[pid=31914/tid=31916] ppid=31913 vsize=2502896 CPUtime=5081.6 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 150768 0 0 0 507731 429 0 0 25 0 5 0 911518462 2562965504 555647 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=2502896 CPUtime=5081.73 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140032 0 0 0 507758 415 0 0 25 0 5 0 911518465 2562965504 555647 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=5081.27 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129402 0 0 0 507718 409 0 0 25 0 5 0 911518469 2562965504 555647 33554432000 4194304 5787044 140734708250448 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=5081.76 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147908 0 0 0 507815 361 0 0 25 0 5 0 911518474 2562965504 555647 33554432000 4194304 5787044 140734708250448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20326.6
Current children cumulated vsize (KiB) 2511596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 32067
/proc/meminfo: memFree=9738116/32951132 swapFree=67054624/67111528
[pid=31913] ppid=31911 vsize=8700 CPUtime=0 cores=0-7
/proc/31913/stat : 31913 (priss.sh) S 31911 31913 31797 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 911518453 8908800 251 33554432000 4194304 4922060 140736491400656 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31913/statm: 2175 251 211 178 0 68 0
[pid=31914] ppid=31913 vsize=2502896 CPUtime=20397.4 cores=0-7
/proc/31914/stat : 31914 (priss) S 31913 31913 31797 0 -1 4202496 581971 0 0 0 2038121 1618 0 0 18 0 5 0 911518453 2562965504 555667 33554432000 4194304 5787044 140734708250448 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31914/statm: 625724 555667 419 389 0 621474 0
[pid=31914/tid=31916] ppid=31913 vsize=2502896 CPUtime=5099.31 cores=0-7
/proc/31914/task/31916/stat : 31916 (priss) R 31913 31913 31797 0 -1 4202560 150776 0 0 0 509502 429 0 0 25 0 5 0 911518462 2562965504 555667 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31914/tid=31917] ppid=31913 vsize=2502896 CPUtime=5099.44 cores=0-7
/proc/31914/task/31917/stat : 31917 (priss) R 31913 31913 31797 0 -1 4202560 140033 0 0 0 509529 415 0 0 25 0 5 0 911518465 2562965504 555667 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31914/tid=31918] ppid=31913 vsize=2502896 CPUtime=5098.98 cores=0-7
/proc/31914/task/31918/stat : 31918 (priss) R 31913 31913 31797 0 -1 4202560 129402 0 0 0 509489 409 0 0 25 0 5 0 911518469 2562965504 555667 33554432000 4194304 5787044 140734708250448 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31914/tid=31919] ppid=31913 vsize=2502896 CPUtime=5099.46 cores=0-7
/proc/31914/task/31919/stat : 31919 (priss) R 31913 31913 31797 0 -1 4202560 147919 0 0 0 509585 361 0 0 25 0 5 0 911518474 2562965504 555667 33554432000 4194304 5787044 140734708250448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20397.4
Current children cumulated vsize (KiB) 2511596

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 31913 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20397.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20397.4
CPU user time (s): 20381.2
CPU system time (s): 16.18
CPU usage (%): 399.947
Max. virtual memory (cumulated for all children) (KiB): 2511596

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

runsolver used 7.8688 second user time and 18.4352 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-13 23:06:28
IDJOB=3499435
IDBENCH=83244
IDSOLVER=1994
FILE ID=node131/3499435-1307999188
RUNJOBID= node131-1307999185-31811
PBS_JOBID= 13559844
Free space on /tmp= 56580 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/manthey/sudoku-single-hard/sudoku_81x81_unknown.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499435-1307999188/watcher-3499435-1307999188 -o /tmp/evaluation-result-3499435-1307999188/solver-3499435-1307999188 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499435-1307999188.cnf 1565933248 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= cbd78921480e79d133eb06cb2172caa1
RANDOM SEED=1565933248

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      11960540 kB
Buffers:        352024 kB
Cached:       19926180 kB
SwapCached:       9816 kB
Active:       15677200 kB
Inactive:      4620564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      11960540 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:            7552 kB
Writeback:           0 kB
AnonPages:       18300 kB
Mapped:          12184 kB
Slab:           626120 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56580 MiB
End job on node131 at 2011-06-14 00:31:30