Trace number 3286721

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.24 1201.82

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

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: 10158
0.00/0.04	c parsetime: 36886us
0.00/0.04	c parsed 142227 clauses with 25631 variables
0.00/0.05	c NW started thread 0 successfully (1107810624)
0.00/0.06	c NW started thread 1 successfully (1118300480)
0.00/0.07	c NW started thread 2 successfully (1128790336)
0.00/0.08	c NW started thread 3 successfully (1139280192)
0.00/1.15	c preprocessor returned 25631 variables
0.00/1.15	c preprocessing returned UNKNOWN
0.00/1.15	c PP set 966 variables
0.00/1.15	c pp time: 1097553us (1s)
0.00/1.15	c preprocessor returned 25631 variables
0.00/1.15	c preprocessing returned UNKNOWN
0.00/1.15	c PP set 966 variables
0.00/1.15	c pp time: 1087895us (1s)
0.00/1.18	c preprocessor returned 25631 variables
0.00/1.18	c preprocessing returned UNKNOWN
0.00/1.18	c PP set 966 variables
0.00/1.18	c pp time: 1090973us (1s)
17.72/4.54	c preprocessor returned 30001 variables
17.72/4.54	c preprocessing returned UNKNOWN
17.72/4.54	c PP set 966 variables
17.72/4.54	c pp time: 4453223us (4s)
18.52/4.70	c HTE
18.92/4.83	c subsumption
18.92/4.89	c simplified formula contains 0 unit clauses
52.47/13.24	c HTE
53.27/13.41	c subsumption
55.69/14.06	c simplified formula contains 0 unit clauses
97.61/24.53	c HTE
99.22/24.94	c subsumption
115.57/29.09	c simplified formula contains 0 unit clauses
115.97/29.10	c received clause contains eliminated literal -21
392.78/98.42	c HTE
445.50/111.61	c subsumption
585.31/146.65	c simplified formula contains 0 unit clauses
586.50/146.97	c HTE
596.88/149.53	c subsumption
621.24/155.67	c simplified formula contains 0 unit clauses
1892.30/473.89	c HTE
1908.65/477.96	c subsumption
2662.39/666.62	c simplified formula contains 0 unit clauses
2664.79/667.25	c HTE
2783.82/697.08	c subsumption
2798.18/700.66	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.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286721-1304051083/watcher-3286721-1304051083 -o /tmp/evaluation-result-3286721-1304051083/solver-3286721-1304051083 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3286721-1304051083.cnf 2133257729 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.43 7.90 7.96 5/182 10157
/proc/meminfo: memFree=15034844/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0

[startup+0.010665 s]
/proc/loadavg: 7.43 7.90 7.96 5/182 10157
/proc/meminfo: memFree=15034844/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10068 s]
/proc/loadavg: 7.43 7.90 7.96 5/182 10157
/proc/meminfo: memFree=15034844/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07143 s]
/proc/loadavg: 7.43 7.90 7.96 5/182 10157
/proc/meminfo: memFree=15034844/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.17142 s]
/proc/loadavg: 7.43 7.90 7.96 5/182 10157
/proc/meminfo: memFree=15034844/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.57134 s]
/proc/loadavg: 7.43 7.90 7.96 5/182 10157
/proc/meminfo: memFree=15034844/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10106 s]
/proc/loadavg: 7.55 7.92 7.96 9/188 10163
/proc/meminfo: memFree=14920532/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=322356 CPUtime=12.13 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 49968 0 0 0 1202 11 0 0 18 0 5 0 516708728 330092544 28620 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 80589 28620 405 389 0 76339 0
[pid=10158/tid=10160] ppid=10157 vsize=322356 CPUtime=3.01 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 11715 0 0 0 298 3 0 0 25 0 5 0 516708733 330092544 28620 33554432000 4194304 5787044 140735067727296 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=322356 CPUtime=3.02 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 11816 0 0 0 300 2 0 0 25 0 5 0 516708734 330092544 28620 33554432000 4194304 5787044 140735067727296 18446744073709551615 4220279 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=322356 CPUtime=3 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 10233 0 0 0 298 2 0 0 25 0 5 0 516708736 330092544 28620 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=322356 CPUtime=2.99 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 8621 0 0 0 297 2 0 0 25 0 5 0 516708737 330092544 28620 33554432000 4194304 5787044 140735067727296 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 331056

[startup+6.30646 s]
/proc/loadavg: 7.59 7.92 7.96 9/188 10163
/proc/meminfo: memFree=14902624/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=323020 CPUtime=24.93 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 55239 0 0 0 2481 12 0 0 18 0 5 0 516708728 330772480 32232 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 80755 32232 419 389 0 76505 0
[pid=10158/tid=10160] ppid=10157 vsize=323020 CPUtime=6.2 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 11864 0 0 0 617 3 0 0 25 0 5 0 516708733 330772480 32232 33554432000 4194304 5787044 140735067727296 18446744073709551615 5576450 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=323020 CPUtime=6.22 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 12090 0 0 0 620 2 0 0 25 0 5 0 516708734 330772480 32232 33554432000 4194304 5787044 140735067727296 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=323020 CPUtime=6.2 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 10323 0 0 0 618 2 0 0 25 0 5 0 516708736 330772480 32232 33554432000 4194304 5787044 140735067727296 18446744073709551615 244446606021 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=323020 CPUtime=6.2 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 13379 0 0 0 617 3 0 0 25 0 5 0 516708737 330772480 32232 33554432000 4194304 5787044 140735067727296 18446744073709551615 4229611 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 331720

[startup+12.7003 s]
/proc/loadavg: 7.62 7.92 7.96 9/188 10163
/proc/meminfo: memFree=14891472/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=327480 CPUtime=50.48 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 57313 0 0 0 5034 14 0 0 18 0 5 0 516708728 335339520 34306 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 81870 34306 419 389 0 77620 0
[pid=10158/tid=10160] ppid=10157 vsize=327480 CPUtime=12.56 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 12229 0 0 0 1252 4 0 0 25 0 5 0 516708733 335339520 34306 33554432000 4194304 5787044 140735067727296 18446744073709551615 5590313 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=327480 CPUtime=12.61 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 12561 0 0 0 1259 2 0 0 25 0 5 0 516708734 335339520 34306 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=327480 CPUtime=12.6 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 10633 0 0 0 1258 2 0 0 25 0 5 0 516708736 335339520 34306 33554432000 4194304 5787044 140735067727296 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=327480 CPUtime=12.59 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 14307 0 0 0 1255 4 0 0 25 0 5 0 516708737 335339520 34306 33554432000 4194304 5787044 140735067727296 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 336180

[startup+25.5009 s]
/proc/loadavg: 7.68 7.93 7.96 9/188 10163
/proc/meminfo: memFree=14845336/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=342188 CPUtime=101.59 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 69669 0 0 0 10140 19 0 0 18 0 5 0 516708728 350400512 42873 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 85547 42873 419 389 0 81297 0
[pid=10158/tid=10160] ppid=10157 vsize=342188 CPUtime=25.28 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 13113 0 0 0 2524 4 0 0 25 0 5 0 516708733 350400512 42873 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=342188 CPUtime=25.42 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 14281 0 0 0 2538 4 0 0 25 0 5 0 516708734 350400512 42873 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=342188 CPUtime=25.39 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 11531 0 0 0 2536 3 0 0 25 0 5 0 516708736 350400512 42873 33554432000 4194304 5787044 140735067727296 18446744073709551615 4219883 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=342188 CPUtime=25.4 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 23161 0 0 0 2534 6 0 0 25 0 5 0 516708737 350400512 42873 33554432000 4194304 5787044 140735067727296 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 350888

[startup+51.1011 s]
/proc/loadavg: 7.79 7.93 7.96 9/188 10164
/proc/meminfo: memFree=14812884/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=353184 CPUtime=203.85 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 78218 0 0 0 20360 25 0 0 18 0 5 0 516708728 361660416 51422 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 88296 51422 419 389 0 84046 0
[pid=10158/tid=10160] ppid=10157 vsize=353184 CPUtime=50.74 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 14865 0 0 0 5068 6 0 0 25 0 5 0 516708733 361660416 51422 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=353184 CPUtime=51.01 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 17589 0 0 0 5096 5 0 0 25 0 5 0 516708734 361660416 51422 33554432000 4194304 5787044 140735067727296 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=353184 CPUtime=50.99 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 13168 0 0 0 5094 5 0 0 25 0 5 0 516708736 361660416 51422 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=353184 CPUtime=50.99 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 25013 0 0 0 5093 6 0 0 25 0 5 0 516708737 361660416 51422 33554432000 4194304 5787044 140735067727296 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 361884

[startup+102.301 s]
/proc/loadavg: 7.91 7.94 7.96 9/188 10166
/proc/meminfo: memFree=14712052/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=381868 CPUtime=408.35 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 101063 0 0 0 40796 39 0 0 18 0 5 0 516708728 391032832 72827 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 95467 72827 419 389 0 91217 0
[pid=10158/tid=10160] ppid=10157 vsize=381868 CPUtime=101.65 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 19937 0 0 0 10153 12 0 0 25 0 5 0 516708733 391032832 72827 33554432000 4194304 5787044 140735067727296 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=381868 CPUtime=102.21 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 19376 0 0 0 10214 7 0 0 25 0 5 0 516708734 391032832 72827 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=381868 CPUtime=102.18 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 16933 0 0 0 10211 7 0 0 25 0 5 0 516708736 391032832 72827 33554432000 4194304 5787044 140735067727296 18446744073709551615 5585304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=381868 CPUtime=102.19 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 37234 0 0 0 10208 11 0 0 25 0 5 0 516708737 391032832 72827 33554432000 4194304 5787044 140735067727296 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 390568

[startup+162.3 s]
/proc/loadavg: 8.00 7.96 7.97 9/188 10167
/proc/meminfo: memFree=14612972/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=582576 CPUtime=648.01 cores=0,2,4,6

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

/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 31700 0 0 0 82200 21 0 0 25 0 5 0 516708734 825036800 159845 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=805700 CPUtime=820.31 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 36080 0 0 0 81998 33 0 0 25 0 5 0 516708736 825036800 159845 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=805700 CPUtime=822.18 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 78519 0 0 0 82181 37 0 0 25 0 5 0 516708737 825036800 159845 33554432000 4194304 5787044 140735067727296 18446744073709551615 4229462 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.32
Current children cumulated vsize (KiB) 814400

[startup+882.301 s]
/proc/loadavg: 8.10 8.06 8.01 9/188 10218
/proc/meminfo: memFree=14254300/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=875336 CPUtime=3523.99 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 198731 0 0 0 352263 136 0 0 18 0 5 0 516708728 896344064 166610 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 218834 166610 419 389 0 214584 0
[pid=10158/tid=10160] ppid=10157 vsize=875336 CPUtime=879.5 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 38252 0 0 0 87916 34 0 0 25 0 5 0 516708733 896344064 166610 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=875336 CPUtime=882.22 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 32681 0 0 0 88200 22 0 0 25 0 5 0 516708734 896344064 166610 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=875336 CPUtime=879.97 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 39516 0 0 0 87959 38 0 0 25 0 5 0 516708736 896344064 166610 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=875336 CPUtime=882.17 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 80699 0 0 0 88178 39 0 0 25 0 5 0 516708737 896344064 166610 33554432000 4194304 5787044 140735067727296 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.99
Current children cumulated vsize (KiB) 884036

[startup+942.3 s]
/proc/loadavg: 8.04 8.05 8.00 9/188 10220
/proc/meminfo: memFree=14150608/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=875336 CPUtime=3763.67 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 200323 0 0 0 376229 138 0 0 18 0 5 0 516708728 896344064 168202 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 218834 168202 419 389 0 214584 0
[pid=10158/tid=10160] ppid=10157 vsize=875336 CPUtime=939.51 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 38535 0 0 0 93917 34 0 0 25 0 5 0 516708733 896344064 168202 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=875336 CPUtime=942.22 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 32684 0 0 0 94200 22 0 0 25 0 5 0 516708734 896344064 168202 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=875336 CPUtime=939.65 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 39815 0 0 0 93926 39 0 0 25 0 5 0 516708736 896344064 168202 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=875336 CPUtime=942.19 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 81706 0 0 0 94178 41 0 0 25 0 5 0 516708737 896344064 168202 33554432000 4194304 5787044 140735067727296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.67
Current children cumulated vsize (KiB) 884036

[startup+1002.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 10222
/proc/meminfo: memFree=13951560/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=881448 CPUtime=4003.33 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 206468 0 0 0 400188 145 0 0 18 0 5 0 516708728 902602752 174347 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 220362 174347 419 389 0 216112 0
[pid=10158/tid=10160] ppid=10157 vsize=881448 CPUtime=999.51 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 38779 0 0 0 99916 35 0 0 25 0 5 0 516708733 902602752 174347 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=881448 CPUtime=1002.21 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 35358 0 0 0 100197 24 0 0 25 0 5 0 516708734 902602752 174347 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=881448 CPUtime=999.31 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 40365 0 0 0 99892 39 0 0 25 0 5 0 516708736 902602752 174347 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=881448 CPUtime=1002.18 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 84383 0 0 0 100174 44 0 0 25 0 5 0 516708737 902602752 174347 33554432000 4194304 5787044 140735067727296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.33
Current children cumulated vsize (KiB) 890148

[startup+1062.31 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 10223
/proc/meminfo: memFree=13908632/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=960244 CPUtime=4243.01 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 216378 0 0 0 424146 155 0 0 18 0 5 0 516708728 983289856 184159 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 240061 184159 419 389 0 235811 0
[pid=10158/tid=10160] ppid=10157 vsize=960244 CPUtime=1059.5 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 41337 0 0 0 105912 38 0 0 25 0 5 0 516708733 983289856 184159 33554432000 4194304 5787044 140735067727296 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=960244 CPUtime=1062.22 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 37417 0 0 0 106195 27 0 0 25 0 5 0 516708734 983289856 184159 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=960244 CPUtime=1058.99 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 42649 0 0 0 105859 40 0 0 25 0 5 0 516708736 983289856 184159 33554432000 4194304 5787044 140735067727296 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=960244 CPUtime=1062.19 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 87392 0 0 0 106172 47 0 0 25 0 5 0 516708737 983289856 184159 33554432000 4194304 5787044 140735067727296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.01
Current children cumulated vsize (KiB) 968944

[startup+1122.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/188 10225
/proc/meminfo: memFree=13904140/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=961828 CPUtime=4482.65 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 217514 0 0 0 448110 155 0 0 18 0 5 0 516708728 984911872 185198 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 240457 185198 419 389 0 236207 0
[pid=10158/tid=10160] ppid=10157 vsize=961828 CPUtime=1119.49 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 41337 0 0 0 111911 38 0 0 25 0 5 0 516708733 984911872 185198 33554432000 4194304 5787044 140735067727296 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=961828 CPUtime=1122.22 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 37850 0 0 0 112194 28 0 0 25 0 5 0 516708734 984911872 185198 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=961828 CPUtime=1118.65 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 42948 0 0 0 111825 40 0 0 25 0 5 0 516708736 984911872 185198 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=961828 CPUtime=1122.18 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 87796 0 0 0 112171 47 0 0 25 0 5 0 516708737 984911872 185198 33554432000 4194304 5787044 140735067727296 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.65
Current children cumulated vsize (KiB) 970528

[startup+1182.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/188 10226
/proc/meminfo: memFree=13893572/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=961828 CPUtime=4722.32 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 218063 0 0 0 472076 156 0 0 18 0 5 0 516708728 984911872 185542 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 240457 185542 419 389 0 236207 0
[pid=10158/tid=10160] ppid=10157 vsize=961828 CPUtime=1179.49 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 41355 0 0 0 117911 38 0 0 25 0 5 0 516708733 984911872 185542 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=961828 CPUtime=1182.22 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 37976 0 0 0 118194 28 0 0 25 0 5 0 516708734 984911872 185542 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=961828 CPUtime=1178.32 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 43353 0 0 0 117791 41 0 0 25 0 5 0 516708736 984911872 185542 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=961828 CPUtime=1182.18 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 87796 0 0 0 118171 47 0 0 25 0 5 0 516708737 984911872 185542 33554432000 4194304 5787044 140735067727296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 970528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.05 8.04 8.00 9/188 10227
/proc/meminfo: memFree=13892928/32951124 swapFree=67111528/67111528
[pid=10157] ppid=10155 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10157/stat : 10157 (priss.sh) S 10155 10157 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516708728 8908800 252 33554432000 4194304 4922060 140737481369408 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10157/statm: 2175 252 211 178 0 68 0
[pid=10158] ppid=10157 vsize=961828 CPUtime=4800.24 cores=0,2,4,6
/proc/10158/stat : 10158 (priss) S 10157 10157 9766 0 -1 4202496 218159 0 0 0 479868 156 0 0 18 0 5 0 516708728 984911872 185638 33554432000 4194304 5787044 140735067727296 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10158/statm: 240457 185638 419 389 0 236207 0
[pid=10158/tid=10160] ppid=10157 vsize=961828 CPUtime=1198.99 cores=0,2,4,6
/proc/10158/task/10160/stat : 10160 (priss) R 10157 10157 9766 0 -1 4202560 41357 0 0 0 119861 38 0 0 25 0 5 0 516708733 984911872 185638 33554432000 4194304 5787044 140735067727296 18446744073709551615 5592076 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10158/tid=10161] ppid=10157 vsize=961828 CPUtime=1201.73 cores=0,2,4,6
/proc/10158/task/10161/stat : 10161 (priss) R 10157 10157 9766 0 -1 4202560 38070 0 0 0 120145 28 0 0 25 0 5 0 516708734 984911872 185638 33554432000 4194304 5787044 140735067727296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10158/tid=10162] ppid=10157 vsize=961828 CPUtime=1197.72 cores=0,2,4,6
/proc/10158/task/10162/stat : 10162 (priss) R 10157 10157 9766 0 -1 4202560 43353 0 0 0 119731 41 0 0 25 0 5 0 516708736 984911872 185638 33554432000 4194304 5787044 140735067727296 18446744073709551615 5590663 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10158/tid=10163] ppid=10157 vsize=961828 CPUtime=1201.69 cores=0,2,4,6
/proc/10158/task/10163/stat : 10163 (priss) R 10157 10157 9766 0 -1 4202560 87796 0 0 0 120122 47 0 0 25 0 5 0 516708737 984911872 185638 33554432000 4194304 5787044 140735067727296 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 970528

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

Real time (s): 1201.82
CPU time (s): 4800.24
CPU user time (s): 4798.68
CPU system time (s): 1.56
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 970528

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

runsolver used 1.79773 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 06:24:43
IDJOB=3286721
IDBENCH=82433
IDSOLVER=1603
FILE ID=node105/3286721-1304051083
RUNJOBID= node105-1304047118-9784
PBS_JOBID= 13170404
Free space on /tmp= 71932 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286721-1304051083/watcher-3286721-1304051083 -o /tmp/evaluation-result-3286721-1304051083/solver-3286721-1304051083 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3286721-1304051083.cnf 2133257729 4800 15500 4

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=2133257729

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15035116 kB
Buffers:       2300640 kB
Cached:       14440112 kB
SwapCached:          0 kB
Active:        9475272 kB
Inactive:      7869668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15035116 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3880 kB
Writeback:           0 kB
AnonPages:      603600 kB
Mapped:          15620 kB
Slab:           507140 kB
PageTables:       5544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   813436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71928 MiB
End job on node105 at 2011-04-29 06:44:47