Trace number 3499637

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

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2174.06
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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: 21328
0.00/0.45	c parsetime: 451413us
0.00/0.45	c parsed 1711065 clauses with 36304 variables
0.00/0.55	c NW started thread 0 successfully (1105209664)
0.00/0.65	c NW started thread 1 successfully (1084705088)
0.00/0.75	c NW started thread 2 successfully (1115699520)
0.00/0.87	c NW started thread 3 successfully (1126189376)
72.35/21.70	c preprocessor returned 36604 variables
72.35/21.70	c preprocessing returned UNKNOWN
72.35/21.70	c PP set 3790 variables
72.35/21.70	c pp time: 21142494us (21s)
72.74/21.83	c preprocessor returned 36604 variables
72.74/21.83	c preprocessing returned UNKNOWN
72.74/21.83	c PP set 3790 variables
72.74/21.83	c pp time: 21174328us (21s)
73.91/22.10	c preprocessor returned 38304 variables
73.91/22.10	c preprocessing returned UNKNOWN
73.91/22.10	c PP set 3394 variables
73.91/22.10	c pp time: 21219588us (21s)
74.32/22.28	c preprocessor returned 36604 variables
74.32/22.28	c preprocessing returned UNKNOWN
74.32/22.28	c PP set 3790 variables
74.32/22.28	c pp time: 21518998us (21s)
79.50/23.52	c HTE
89.78/26.19	c subsumption
89.78/26.19	c simplified formula contains 0 unit clauses
93.61/27.13	c HTE
103.61/29.61	c subsumption
103.61/29.61	c simplified formula contains 0 unit clauses
120.43/33.94	c received clause contains eliminated literal 32118
180.03/48.80	c HTE
188.78/51.08	c subsumption
188.78/51.08	c simplified formula contains 0 unit clauses
421.17/109.16	c HTE
431.70/111.85	c subsumption
431.70/111.85	c simplified formula contains 0 unit clauses
3273.75/822.31	c HTE
3363.38/844.74	c subsumption
3363.38/844.74	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 /var/tmp/evaluation-result-3499637-1308008592/watcher-3499637-1308008592 -o /var/tmp/evaluation-result-3499637-1308008592/solver-3499637-1308008592 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499637-1308008592.cnf 965190311 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: 3.76 3.95 3.98 1/170 21327
/proc/meminfo: memFree=13939328/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0

[startup+0.0879899 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 21327
/proc/meminfo: memFree=13939328/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10099 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 21327
/proc/meminfo: memFree=13939328/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300965 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 21327
/proc/meminfo: memFree=13939328/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700877 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 21327
/proc/meminfo: memFree=13939328/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 3.76 3.95 3.98 5/176 21333
/proc/meminfo: memFree=13525716/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=702068 CPUtime=2.77 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 137744 0 0 0 194 83 0 0 18 0 5 0 912457279 718917632 135739 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 175517 135741 345 389 0 171267 0
[pid=21328/tid=21330] ppid=21327 vsize=702068 CPUtime=0.75 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 15065 0 0 0 60 15 0 0 18 0 5 0 912457334 718917632 135742 33554432000 4194304 5787044 140734534899120 18446744073709551615 228122374853 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=702068 CPUtime=0.46 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 15234 0 0 0 20 26 0 0 17 0 5 0 912457344 718917632 135743 33554432000 4194304 5787044 140734534899120 18446744073709551615 47129516213738 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=702068 CPUtime=0.41 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 15194 0 0 0 22 19 0 0 18 0 5 0 912457355 718917632 135745 33554432000 4194304 5787044 140734534899120 18446744073709551615 4302288 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=702068 CPUtime=0.28 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 13742 0 0 0 14 14 0 0 17 0 5 0 912457367 718917632 135747 33554432000 4194304 5787044 140734534899120 18446744073709551615 47129516213712 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 710768

[startup+3.10044 s]
/proc/loadavg: 3.76 3.95 3.98 5/176 21333
/proc/meminfo: memFree=13270276/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=1029748 CPUtime=6.08 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 216338 0 0 0 377 231 0 0 18 0 5 0 912457279 1054461952 214333 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 257437 214333 345 389 0 253187 0
[pid=21328/tid=21330] ppid=21327 vsize=1029748 CPUtime=1.78 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 32933 0 0 0 129 49 0 0 18 0 5 0 912457334 1054461952 214333 33554432000 4194304 5787044 140734534899120 18446744073709551615 228122375201 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=1029748 CPUtime=1.09 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) D 21327 21327 20415 0 -1 4202560 33957 0 0 0 49 60 0 0 18 0 5 0 912457344 1054461952 214334 33554432000 4194304 5787044 140734534899120 18446744073709551615 228122757303 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=1029748 CPUtime=1.39 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 35299 0 0 0 82 57 0 0 18 0 5 0 912457355 1054461952 214337 33554432000 4194304 5787044 140734534899120 18446744073709551615 4302169 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=1029748 CPUtime=0.97 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 35636 0 0 0 38 59 0 0 18 0 5 0 912457367 1054461952 214337 33554432000 4194304 5787044 140734534899120 18446744073709551615 4302169 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 1038448

[startup+6.30087 s]
/proc/loadavg: 3.78 3.95 3.98 3/176 21334
/proc/meminfo: memFree=12860524/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=982088 CPUtime=15.52 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 276535 0 0 0 1198 354 0 0 18 0 5 0 912457279 1005658112 202429 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 245522 202430 349 389 0 241272 0
[pid=21328/tid=21330] ppid=21327 vsize=982088 CPUtime=4.61 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 45480 0 0 0 392 69 0 0 21 0 5 0 912457334 1005658112 202431 33554432000 4194304 5787044 140734534899120 18446744073709551615 4342806 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=982088 CPUtime=2.82 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 47859 0 0 0 185 97 0 0 16 0 5 0 912457344 1005658112 202433 33554432000 4194304 5787044 140734534899120 18446744073709551615 228122363009 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=982088 CPUtime=3.76 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 50310 0 0 0 294 82 0 0 16 0 5 0 912457355 1005658112 202435 33554432000 4194304 5787044 140734534899120 18446744073709551615 228122363468 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=982088 CPUtime=3.46 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 54373 0 0 0 247 99 0 0 20 0 5 0 912457367 1005658112 202437 33554432000 4194304 5787044 140734534899120 18446744073709551615 4330666 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 990788

[startup+12.7007 s]
/proc/loadavg: 3.80 3.95 3.98 5/176 21334
/proc/meminfo: memFree=13283628/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=889888 CPUtime=40.85 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 327641 0 0 0 3711 374 0 0 18 0 5 0 912457279 911245312 163895 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 222472 163895 352 389 0 218222 0
[pid=21328/tid=21330] ppid=21327 vsize=889888 CPUtime=11 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 56200 0 0 0 1029 71 0 0 18 0 5 0 912457334 911245312 163895 33554432000 4194304 5787044 140734534899120 18446744073709551615 4279072 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=889888 CPUtime=9.2 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 64387 0 0 0 815 105 0 0 23 0 5 0 912457344 911245312 163895 33554432000 4194304 5787044 140734534899120 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=889888 CPUtime=10.13 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 63375 0 0 0 925 88 0 0 18 0 5 0 912457355 911245312 163895 33554432000 4194304 5787044 140734534899120 18446744073709551615 4279072 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=889888 CPUtime=9.63 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 65164 0 0 0 862 101 0 0 19 0 5 0 912457367 911245312 163895 33554432000 4194304 5787044 140734534899120 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40.85
Current children cumulated vsize (KiB) 898588

[startup+25.5004 s]
/proc/loadavg: 3.84 3.95 3.98 5/176 21334
/proc/meminfo: memFree=13082320/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=1126176 CPUtime=87.48 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 494153 0 0 0 8134 614 0 0 18 0 5 0 912457279 1153204224 218302 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 281544 218302 418 389 0 277294 0
[pid=21328/tid=21330] ppid=21327 vsize=1126176 CPUtime=22.64 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 96541 0 0 0 2141 123 0 0 18 0 5 0 912457334 1153204224 218302 33554432000 4194304 5787044 140734534899120 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=1126176 CPUtime=21.1 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 106778 0 0 0 1937 173 0 0 18 0 5 0 912457344 1153204224 218302 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=1126176 CPUtime=22.2 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 95440 0 0 0 2086 134 0 0 18 0 5 0 912457355 1153204224 218302 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=1126176 CPUtime=20.67 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 116879 0 0 0 1891 176 0 0 21 0 5 0 912457367 1153204224 218302 33554432000 4194304 5787044 140734534899120 18446744073709551615 47129516213399 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 87.48
Current children cumulated vsize (KiB) 1134876

[startup+51.1008 s]
/proc/loadavg: 3.89 3.96 3.98 5/176 21335
/proc/meminfo: memFree=13021016/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=1206652 CPUtime=189.17 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 508605 0 0 0 18297 620 0 0 18 0 5 0 912457279 1235611648 230055 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 301663 230055 419 389 0 297413 0
[pid=21328/tid=21330] ppid=21327 vsize=1206652 CPUtime=48.13 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 96555 0 0 0 4689 124 0 0 25 0 5 0 912457334 1235611648 230055 33554432000 4194304 5787044 140734534899120 18446744073709551615 5601974 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=1206652 CPUtime=46.56 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 106835 0 0 0 4482 174 0 0 25 0 5 0 912457344 1235611648 230055 33554432000 4194304 5787044 140734534899120 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=1206652 CPUtime=47.62 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 95572 0 0 0 4628 134 0 0 18 0 5 0 912457355 1235611648 230055 33554432000 4194304 5787044 140734534899120 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=1206652 CPUtime=46 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 131128 0 0 0 4419 181 0 0 23 0 5 0 912457367 1235611648 230055 33554432000 4194304 5787044 140734534899120 18446744073709551615 5526129 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 189.17
Current children cumulated vsize (KiB) 1215352

[startup+102.307 s]
/proc/loadavg: 3.95 3.96 3.98 5/176 21336
/proc/meminfo: memFree=13020524/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=1206652 CPUtime=393.99 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 508608 0 0 0 38779 620 0 0 18 0 5 0 912457279 1235611648 230058 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 301663 230058 419 389 0 297413 0
[pid=21328/tid=21330] ppid=21327 vsize=1206652 CPUtime=99.34 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 96556 0 0 0 9810 124 0 0 25 0 5 0 912457334 1235611648 230058 33554432000 4194304 5787044 140734534899120 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=1206652 CPUtime=97.77 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 106835 0 0 0 9603 174 0 0 25 0 5 0 912457344 1235611648 230058 33554432000 4194304 5787044 140734534899120 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=1206652 CPUtime=98.82 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 95574 0 0 0 9748 134 0 0 25 0 5 0 912457355 1235611648 230058 33554432000 4194304 5787044 140734534899120 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=1206652 CPUtime=97.2 cores=0-7

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

/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146846 0 0 0 471484 282 0 0 25 0 5 0 912457344 2186301440 473819 33554432000 4194304 5787044 140734534899120 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2135060 CPUtime=4718.83 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177851 0 0 0 471478 405 0 0 25 0 5 0 912457355 2186301440 473819 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2135060 CPUtime=4717.3 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 232894 0 0 0 471337 393 0 0 25 0 5 0 912457367 2186301440 473819 33554432000 4194304 5787044 140734534899120 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18874.1
Current children cumulated vsize (KiB) 2143760

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 21482
/proc/meminfo: memFree=12039724/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=2135060 CPUtime=19114.1 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 774806 0 0 0 1910067 1339 0 0 18 0 5 0 912457279 2186301440 473901 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 533765 473901 419 389 0 529515 0
[pid=21328/tid=21330] ppid=21327 vsize=2135060 CPUtime=4779.42 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 138621 0 0 0 477690 252 0 0 25 0 5 0 912457334 2186301440 473901 33554432000 4194304 5787044 140734534899120 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=2135060 CPUtime=4777.66 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146849 0 0 0 477484 282 0 0 25 0 5 0 912457344 2186301440 473901 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2135060 CPUtime=4778.83 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177926 0 0 0 477478 405 0 0 25 0 5 0 912457355 2186301440 473901 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2135060 CPUtime=4777.29 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 232895 0 0 0 477336 393 0 0 25 0 5 0 912457367 2186301440 473901 33554432000 4194304 5787044 140734534899120 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19114.1
Current children cumulated vsize (KiB) 2143760

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 21484
/proc/meminfo: memFree=12039912/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=2135060 CPUtime=19354.1 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 774820 0 0 0 1934068 1339 0 0 18 0 5 0 912457279 2186301440 473915 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 533765 473915 419 389 0 529515 0
[pid=21328/tid=21330] ppid=21327 vsize=2135060 CPUtime=4839.43 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 138628 0 0 0 483691 252 0 0 25 0 5 0 912457334 2186301440 473915 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=2135060 CPUtime=4837.66 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146854 0 0 0 483484 282 0 0 25 0 5 0 912457344 2186301440 473915 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2135060 CPUtime=4838.83 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177927 0 0 0 483478 405 0 0 25 0 5 0 912457355 2186301440 473915 33554432000 4194304 5787044 140734534899120 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2135060 CPUtime=4837.29 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 232896 0 0 0 483336 393 0 0 25 0 5 0 912457367 2186301440 473915 33554432000 4194304 5787044 140734534899120 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19354.1
Current children cumulated vsize (KiB) 2143760

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 21488
/proc/meminfo: memFree=12040212/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=2135196 CPUtime=19594.1 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 774830 0 0 0 1958068 1339 0 0 18 0 5 0 912457279 2186440704 473925 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 533799 473925 419 389 0 529549 0
[pid=21328/tid=21330] ppid=21327 vsize=2135196 CPUtime=4899.43 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 138635 0 0 0 489691 252 0 0 25 0 5 0 912457334 2186440704 473925 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=2135196 CPUtime=4897.66 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146856 0 0 0 489484 282 0 0 25 0 5 0 912457344 2186440704 473925 33554432000 4194304 5787044 140734534899120 18446744073709551615 5590240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2135196 CPUtime=4898.83 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177927 0 0 0 489478 405 0 0 25 0 5 0 912457355 2186440704 473925 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2135196 CPUtime=4897.29 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 232897 0 0 0 489336 393 0 0 25 0 5 0 912457367 2186440704 473925 33554432000 4194304 5787044 140734534899120 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19594.1
Current children cumulated vsize (KiB) 2143896

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 21490
/proc/meminfo: memFree=12040092/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=2135196 CPUtime=19834.1 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 774857 0 0 0 1982069 1339 0 0 18 0 5 0 912457279 2186440704 473952 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 533799 473952 419 389 0 529549 0
[pid=21328/tid=21330] ppid=21327 vsize=2135196 CPUtime=4959.43 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 138655 0 0 0 495691 252 0 0 25 0 5 0 912457334 2186440704 473952 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=2135196 CPUtime=4957.66 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146861 0 0 0 495484 282 0 0 25 0 5 0 912457344 2186440704 473952 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2135196 CPUtime=4958.83 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177927 0 0 0 495478 405 0 0 25 0 5 0 912457355 2186440704 473952 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2135196 CPUtime=4957.3 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 232899 0 0 0 495337 393 0 0 25 0 5 0 912457367 2186440704 473952 33554432000 4194304 5787044 140734534899120 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19834.1
Current children cumulated vsize (KiB) 2143896

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 21491
/proc/meminfo: memFree=12040168/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=2135388 CPUtime=20074.1 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 774896 0 0 0 2006070 1339 0 0 18 0 5 0 912457279 2186637312 473991 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 533847 473991 419 389 0 529597 0
[pid=21328/tid=21330] ppid=21327 vsize=2135388 CPUtime=5019.43 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 138679 0 0 0 501691 252 0 0 25 0 5 0 912457334 2186637312 473991 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=2135388 CPUtime=5017.67 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146872 0 0 0 501485 282 0 0 25 0 5 0 912457344 2186637312 473991 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2135388 CPUtime=5018.83 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177927 0 0 0 501478 405 0 0 25 0 5 0 912457355 2186637312 473991 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2135388 CPUtime=5017.3 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 232903 0 0 0 501337 393 0 0 25 0 5 0 912457367 2186637312 473991 33554432000 4194304 5787044 140734534899120 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20074.1
Current children cumulated vsize (KiB) 2144088

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 21493
/proc/meminfo: memFree=12039864/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=2135532 CPUtime=20314.1 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 774957 0 0 0 2030070 1339 0 0 18 0 5 0 912457279 2186784768 474052 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 533883 474052 419 389 0 529633 0
[pid=21328/tid=21330] ppid=21327 vsize=2135532 CPUtime=5079.43 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 138714 0 0 0 507691 252 0 0 25 0 5 0 912457334 2186784768 474052 33554432000 4194304 5787044 140734534899120 18446744073709551615 5601765 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=2135532 CPUtime=5077.67 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146891 0 0 0 507485 282 0 0 25 0 5 0 912457344 2186784768 474052 33554432000 4194304 5787044 140734534899120 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2135532 CPUtime=5078.84 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177927 0 0 0 507479 405 0 0 25 0 5 0 912457355 2186784768 474052 33554432000 4194304 5787044 140734534899120 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2135532 CPUtime=5077.3 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 232910 0 0 0 507337 393 0 0 25 0 5 0 912457367 2186784768 474052 33554432000 4194304 5787044 140734534899120 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20314.1
Current children cumulated vsize (KiB) 2144232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 21493
/proc/meminfo: memFree=12037484/32951124 swapFree=67051728/67111528
[pid=21327] ppid=21325 vsize=8700 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (priss.sh) S 21325 21327 20415 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 912457279 8908800 251 33554432000 4194304 4922060 140735670456912 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21327/statm: 2175 251 211 178 0 68 0
[pid=21328] ppid=21327 vsize=2137248 CPUtime=20384.9 cores=0-7
/proc/21328/stat : 21328 (priss) S 21327 21327 20415 0 -1 4202496 775734 0 0 0 2037151 1340 0 0 18 0 5 0 912457279 2188541952 474829 33554432000 4194304 5787044 140734534899120 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21328/statm: 534312 474829 419 389 0 530062 0
[pid=21328/tid=21330] ppid=21327 vsize=2137248 CPUtime=5097.14 cores=0-7
/proc/21328/task/21330/stat : 21330 (priss) R 21327 21327 20415 0 -1 4202560 139140 0 0 0 509462 252 0 0 20 0 5 0 912457334 2188541952 474829 33554432000 4194304 5787044 140734534899120 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21328/tid=21331] ppid=21327 vsize=2137248 CPUtime=5095.37 cores=0-7
/proc/21328/task/21331/stat : 21331 (priss) R 21327 21327 20415 0 -1 4202560 146896 0 0 0 509255 282 0 0 25 0 5 0 912457344 2188541952 474829 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21328/tid=21332] ppid=21327 vsize=2137248 CPUtime=5096.54 cores=0-7
/proc/21328/task/21332/stat : 21332 (priss) R 21327 21327 20415 0 -1 4202560 177927 0 0 0 509249 405 0 0 25 0 5 0 912457355 2188541952 474829 33554432000 4194304 5787044 140734534899120 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21328/tid=21333] ppid=21327 vsize=2137248 CPUtime=5095 cores=0-7
/proc/21328/task/21333/stat : 21333 (priss) R 21327 21327 20415 0 -1 4202560 233256 0 0 0 509106 394 0 0 25 0 5 0 912457367 2188541952 474829 33554432000 4194304 5787044 140734534899120 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20384.9
Current children cumulated vsize (KiB) 2145948

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 21327 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 20384.9
#
# 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): 20384.9
CPU user time (s): 20371.5
CPU system time (s): 13.4
CPU usage (%): 399.703
Max. virtual memory (cumulated for all children) (KiB): 2145948

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= 331
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= 4
involuntary context switches= 1

runsolver used 7.29189 second user time and 17.4573 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-14 01:43:13
IDJOB=3499637
IDBENCH=85764
IDSOLVER=1994
FILE ID=node138/3499637-1308008592
RUNJOBID= node138-1307989142-20429
PBS_JOBID= 13559820
Free space on /var/tmp= 2840 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499637-1308008592/watcher-3499637-1308008592 -o /var/tmp/evaluation-result-3499637-1308008592/solver-3499637-1308008592 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499637-1308008592.cnf 965190311 40000 31000 8

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=965190311

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      13940004 kB
Buffers:        123024 kB
Cached:       18220484 kB
SwapCached:      13160 kB
Active:        2902244 kB
Inactive:     15458784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13940004 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:           25644 kB
Writeback:           0 kB
AnonPages:       15584 kB
Mapped:           8860 kB
Slab:           584492 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182252 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 /var/tmp at the end= 2840 MiB
End job on node138 at 2011-06-14 03:08:15