Trace number 3290171

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.41 1202.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 22581
0.00/0.00	c parsetime: 2480us
0.00/0.00	c parsed 7572 clauses with 1404 variables
0.00/0.00	c NW started thread 0 successfully (1100110144)
0.00/0.00	c NW started thread 1 successfully (1113233728)
0.00/0.00	c NW started thread 2 successfully (1123723584)
0.00/0.01	c NW started thread 3 successfully (1086810432)
0.00/0.52	c preprocessor returned 10010 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 140 variables
0.00/0.52	c pp time: 506128us (0s)
0.00/0.52	c preprocessor returned 10010 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 140 variables
0.00/0.52	c pp time: 505700us (0s)
0.00/0.52	c preprocessor returned 10010 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 140 variables
0.00/0.52	c pp time: 506006us (0s)
9.94/2.54	c added unsatisfied clause
9.94/2.54	c failed to add network clauses
17.53/4.45	c preprocessor returned 30016 variables
17.53/4.45	c preprocessing returned UNKNOWN
17.53/4.45	c PP set 140 variables
17.53/4.45	c pp time: 4447809us (4s)

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: 977)

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-3290171-1307637089/watcher-3290171-1307637089 -o /tmp/evaluation-result-3290171-1307637089/solver-3290171-1307637089 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3290171-1307637089.cnf 1254711716 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: 8.18 8.06 7.90 5/182 22580
/proc/meminfo: memFree=31955340/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0

[startup+0.100064 s]
/proc/loadavg: 8.18 8.06 7.90 5/182 22580
/proc/meminfo: memFree=31955340/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.333686 s]
/proc/loadavg: 8.18 8.06 7.90 5/182 22580
/proc/meminfo: memFree=31955340/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.433668 s]
/proc/loadavg: 8.18 8.06 7.90 5/182 22580
/proc/meminfo: memFree=31955340/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700621 s]
/proc/loadavg: 8.18 8.06 7.90 5/182 22580
/proc/meminfo: memFree=31955340/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 8.18 8.06 7.90 9/188 22586
/proc/meminfo: memFree=31926676/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=274064 CPUtime=5.94 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 9310 0 0 0 592 2 0 0 18 0 5 0 953939496 280641536 7461 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 68516 7461 405 389 0 64266 0
[pid=22581/tid=22583] ppid=22580 vsize=274064 CPUtime=1.48 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 1929 0 0 0 148 0 0 0 19 0 5 0 953939497 280641536 7461 33554432000 4194304 5787044 140734723395696 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=274064 CPUtime=1.48 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 1707 0 0 0 147 1 0 0 23 0 5 0 953939497 280641536 7461 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=274064 CPUtime=1.48 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 1894 0 0 0 148 0 0 0 20 0 5 0 953939497 280641536 7461 33554432000 4194304 5787044 140734723395696 18446744073709551615 4254432 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=274064 CPUtime=1.48 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 2148 0 0 0 148 0 0 0 23 0 5 0 953939497 280641536 7461 33554432000 4194304 5787044 140734723395696 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 282764

[startup+3.10118 s]
/proc/loadavg: 8.16 8.06 7.90 9/188 22586
/proc/meminfo: memFree=31923204/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=274064 CPUtime=12.34 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 10047 0 0 0 1231 3 0 0 18 0 5 0 953939496 280641536 8198 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 68516 8198 405 389 0 64266 0
[pid=22581/tid=22583] ppid=22580 vsize=274064 CPUtime=3.08 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 2183 0 0 0 307 1 0 0 22 0 5 0 953939497 280641536 8198 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=274064 CPUtime=3.07 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 1969 0 0 0 306 1 0 0 25 0 5 0 953939497 280641536 8198 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591102 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=274064 CPUtime=3.07 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 2115 0 0 0 307 0 0 0 25 0 5 0 953939497 280641536 8198 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=274064 CPUtime=3.08 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 2148 0 0 0 308 0 0 0 25 0 5 0 953939497 280641536 8198 33554432000 4194304 5787044 140734723395696 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282764

[startup+6.3006 s]
/proc/loadavg: 8.16 8.06 7.90 9/188 22586
/proc/meminfo: memFree=31907296/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=282520 CPUtime=25.12 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 14111 0 0 0 2507 5 0 0 18 0 5 0 953939496 289300480 11558 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 70630 11558 419 389 0 66380 0
[pid=22581/tid=22583] ppid=22580 vsize=282520 CPUtime=6.28 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 2584 0 0 0 627 1 0 0 25 0 5 0 953939497 289300480 11558 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=282520 CPUtime=6.24 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 2420 0 0 0 623 1 0 0 25 0 5 0 953939497 289300480 11558 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=282520 CPUtime=6.27 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 2584 0 0 0 626 1 0 0 25 0 5 0 953939497 289300480 11558 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=282520 CPUtime=6.28 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 4891 0 0 0 628 0 0 0 25 0 5 0 953939497 289300480 11558 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291220

[startup+12.7004 s]
/proc/loadavg: 8.14 8.06 7.91 9/188 22586
/proc/meminfo: memFree=31886740/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=285484 CPUtime=50.68 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 17154 0 0 0 5060 8 0 0 18 0 5 0 953939496 292335616 14601 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 71371 14601 419 389 0 67121 0
[pid=22581/tid=22583] ppid=22580 vsize=285484 CPUtime=12.68 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 3419 0 0 0 1266 2 0 0 25 0 5 0 953939497 292335616 14601 33554432000 4194304 5787044 140734723395696 18446744073709551615 5590453 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=285484 CPUtime=12.61 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 3099 0 0 0 1259 2 0 0 25 0 5 0 953939497 292335616 14601 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=285484 CPUtime=12.67 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 3373 0 0 0 1266 1 0 0 25 0 5 0 953939497 292335616 14601 33554432000 4194304 5787044 140734723395696 18446744073709551615 260020057121 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=285484 CPUtime=12.68 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 5631 0 0 0 1267 1 0 0 25 0 5 0 953939497 292335616 14601 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 294184

[startup+25.5071 s]
/proc/loadavg: 8.20 8.07 7.91 9/188 22587
/proc/meminfo: memFree=31862424/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=295568 CPUtime=101.83 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 21820 0 0 0 10172 11 0 0 18 0 5 0 953939496 302661632 19266 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 73892 19266 419 389 0 69642 0
[pid=22581/tid=22583] ppid=22580 vsize=295568 CPUtime=25.48 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 4128 0 0 0 2546 2 0 0 25 0 5 0 953939497 302661632 19266 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=295568 CPUtime=25.34 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 3845 0 0 0 2531 3 0 0 25 0 5 0 953939497 302661632 19266 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=295568 CPUtime=25.48 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 4086 0 0 0 2546 2 0 0 25 0 5 0 953939497 302661632 19266 33554432000 4194304 5787044 140734723395696 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=295568 CPUtime=25.48 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 8129 0 0 0 2547 1 0 0 25 0 5 0 953939497 302661632 19266 33554432000 4194304 5787044 140734723395696 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 304268

[startup+51.1004 s]
/proc/loadavg: 8.13 8.06 7.91 9/188 22587
/proc/meminfo: memFree=31826268/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=304540 CPUtime=204.05 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 29882 0 0 0 20385 20 0 0 18 0 5 0 953939496 311848960 27324 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 76135 27324 419 389 0 71885 0
[pid=22581/tid=22583] ppid=22580 vsize=304540 CPUtime=51.08 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 6043 0 0 0 5103 5 0 0 25 0 5 0 953939497 311848960 27324 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=304540 CPUtime=50.8 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 6922 0 0 0 5073 7 0 0 25 0 5 0 953939497 311848960 27324 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=304540 CPUtime=51.06 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 5995 0 0 0 5102 4 0 0 25 0 5 0 953939497 311848960 27324 33554432000 4194304 5787044 140734723395696 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=304540 CPUtime=51.08 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 9290 0 0 0 5106 2 0 0 25 0 5 0 953939497 311848960 27324 33554432000 4194304 5787044 140734723395696 18446744073709551615 4254384 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 313240

[startup+102.301 s]
/proc/loadavg: 8.15 8.08 7.92 9/188 22589
/proc/meminfo: memFree=31784444/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=318856 CPUtime=408.56 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 39108 0 0 0 40825 31 0 0 18 0 5 0 953939496 326508544 36452 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 79714 36452 419 389 0 75464 0
[pid=22581/tid=22583] ppid=22580 vsize=318856 CPUtime=102.28 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 7762 0 0 0 10221 7 0 0 25 0 5 0 953939497 326508544 36452 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=318856 CPUtime=101.72 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 9520 0 0 0 10161 11 0 0 25 0 5 0 953939497 326508544 36452 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=318856 CPUtime=102.26 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 8303 0 0 0 10219 7 0 0 25 0 5 0 953939497 326508544 36452 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=318856 CPUtime=102.28 cores=0,2,4,6

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

/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 25314 0 0 0 81963 32 0 0 25 0 5 0 953939497 614977536 96519 33554432000 4194304 5787044 140734723395696 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=600564 CPUtime=821.37 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 21007 0 0 0 82115 22 0 0 25 0 5 0 953939497 614977536 96519 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=600564 CPUtime=820.11 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 28576 0 0 0 81997 14 0 0 25 0 5 0 953939497 614977536 96519 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.73
Current children cumulated vsize (KiB) 609264

[startup+882.301 s]
/proc/loadavg: 8.09 8.10 8.01 9/188 22613
/proc/meminfo: memFree=31382968/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=606688 CPUtime=3523.42 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 102091 0 0 0 352243 99 0 0 18 0 5 0 953939496 621248512 98609 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 151672 98609 419 389 0 147422 0
[pid=22581/tid=22583] ppid=22580 vsize=606688 CPUtime=882.25 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 23473 0 0 0 88198 27 0 0 25 0 5 0 953939497 621248512 98609 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=606688 CPUtime=879.96 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 25314 0 0 0 87964 32 0 0 25 0 5 0 953939497 621248512 98609 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=606688 CPUtime=881.38 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 21608 0 0 0 88114 24 0 0 25 0 5 0 953939497 621248512 98609 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=606688 CPUtime=879.79 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 30064 0 0 0 87965 14 0 0 25 0 5 0 953939497 621248512 98609 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.42
Current children cumulated vsize (KiB) 615388

[startup+942.301 s]
/proc/loadavg: 8.10 8.10 8.01 9/188 22614
/proc/meminfo: memFree=31363044/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=606688 CPUtime=3763.07 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 103914 0 0 0 376204 103 0 0 18 0 5 0 953939496 621248512 100432 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 151672 100432 419 389 0 147422 0
[pid=22581/tid=22583] ppid=22580 vsize=606688 CPUtime=942.24 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 23474 0 0 0 94197 27 0 0 25 0 5 0 953939497 621248512 100432 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=606688 CPUtime=939.95 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 25315 0 0 0 93963 32 0 0 25 0 5 0 953939497 621248512 100432 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=606688 CPUtime=941.37 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 23429 0 0 0 94110 27 0 0 25 0 5 0 953939497 621248512 100432 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=606688 CPUtime=939.46 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 30064 0 0 0 93932 14 0 0 25 0 5 0 953939497 621248512 100432 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.07
Current children cumulated vsize (KiB) 615388

[startup+1002.31 s]
/proc/loadavg: 8.12 8.11 8.01 9/188 22616
/proc/meminfo: memFree=31342128/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=606688 CPUtime=4002.77 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 105603 0 0 0 400171 106 0 0 18 0 5 0 953939496 621248512 102121 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 151672 102121 419 389 0 147422 0
[pid=22581/tid=22583] ppid=22580 vsize=606688 CPUtime=1002.23 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 23484 0 0 0 100196 27 0 0 25 0 5 0 953939497 621248512 102121 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=606688 CPUtime=999.97 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 25320 0 0 0 99964 33 0 0 25 0 5 0 953939497 621248512 102121 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=606688 CPUtime=1001.38 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 25102 0 0 0 100108 30 0 0 25 0 5 0 953939497 621248512 102121 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=606688 CPUtime=999.14 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 30065 0 0 0 99900 14 0 0 25 0 5 0 953939497 621248512 102121 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.77
Current children cumulated vsize (KiB) 615388

[startup+1062.3 s]
/proc/loadavg: 7.78 8.01 7.98 10/188 22661
/proc/meminfo: memFree=30297936/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=610788 CPUtime=4242.39 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 108488 0 0 0 424126 113 0 0 18 0 5 0 953939496 625446912 104801 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 152697 104801 419 389 0 148447 0
[pid=22581/tid=22583] ppid=22580 vsize=610788 CPUtime=1062.2 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 24574 0 0 0 106191 29 0 0 25 0 5 0 953939497 625446912 104801 33554432000 4194304 5787044 140734723395696 18446744073709551615 5590449 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=610788 CPUtime=1059.96 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 25337 0 0 0 105963 33 0 0 25 0 5 0 953939497 625446912 104801 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=610788 CPUtime=1061.37 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 26880 0 0 0 106104 33 0 0 25 0 5 0 953939497 625446912 104801 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=610788 CPUtime=1058.81 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 30065 0 0 0 105865 16 0 0 25 0 5 0 953939497 625446912 104801 33554432000 4194304 5787044 140734723395696 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 619488

[startup+1122.3 s]
/proc/loadavg: 7.97 8.02 7.99 9/188 22663
/proc/meminfo: memFree=30288884/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=610788 CPUtime=4482.05 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 108773 0 0 0 448092 113 0 0 18 0 5 0 953939496 625446912 105086 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 152697 105086 419 389 0 148447 0
[pid=22581/tid=22583] ppid=22580 vsize=610788 CPUtime=1122.19 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 24721 0 0 0 112190 29 0 0 25 0 5 0 953939497 625446912 105086 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=610788 CPUtime=1119.96 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 25471 0 0 0 111963 33 0 0 25 0 5 0 953939497 625446912 105086 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=610788 CPUtime=1121.38 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 26880 0 0 0 112104 34 0 0 25 0 5 0 953939497 625446912 105086 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=610788 CPUtime=1118.48 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 30069 0 0 0 111832 16 0 0 25 0 5 0 953939497 625446912 105086 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.05
Current children cumulated vsize (KiB) 619488

[startup+1182.3 s]
/proc/loadavg: 8.03 8.03 7.99 9/188 22664
/proc/meminfo: memFree=30276608/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=610788 CPUtime=4721.71 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 109982 0 0 0 472056 115 0 0 18 0 5 0 953939496 625446912 106295 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 152697 106295 419 389 0 148447 0
[pid=22581/tid=22583] ppid=22580 vsize=610788 CPUtime=1182.14 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 25703 0 0 0 118184 30 0 0 25 0 5 0 953939497 625446912 106295 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=610788 CPUtime=1179.96 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 25682 0 0 0 117963 33 0 0 25 0 5 0 953939497 625446912 106295 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=610788 CPUtime=1181.39 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 26880 0 0 0 118105 34 0 0 25 0 5 0 953939497 625446912 106295 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=610788 CPUtime=1178.18 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 30085 0 0 0 117802 16 0 0 25 0 5 0 953939497 625446912 106295 33554432000 4194304 5787044 140734723395696 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.71
Current children cumulated vsize (KiB) 619488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 22665
/proc/meminfo: memFree=30266440/32951124 swapFree=67056304/67111528
[pid=22580] ppid=22578 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22580/stat : 22580 (priss.sh) S 22578 22580 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953939496 8908800 252 33554432000 4194304 4922060 140733911504544 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22580/statm: 2175 252 211 178 0 68 0
[pid=22581] ppid=22580 vsize=614888 CPUtime=4800.41 cores=0,2,4,6
/proc/22581/stat : 22581 (priss) S 22580 22580 21841 0 -1 4202496 112187 0 0 0 479924 117 0 0 18 0 5 0 953939496 629645312 108500 33554432000 4194304 5787044 140734723395696 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22581/statm: 153722 108500 419 389 0 149472 0
[pid=22581/tid=22583] ppid=22580 vsize=614888 CPUtime=1201.73 cores=0,2,4,6
/proc/22581/task/22583/stat : 22583 (priss) R 22580 22580 21841 0 -1 4202560 26303 0 0 0 120142 31 0 0 25 0 5 0 953939497 629645312 108500 33554432000 4194304 5787044 140734723395696 18446744073709551615 5592121 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=614888 CPUtime=1199.66 cores=0,2,4,6
/proc/22581/task/22584/stat : 22584 (priss) R 22580 22580 21841 0 -1 4202560 27279 0 0 0 119932 34 0 0 25 0 5 0 953939497 629645312 108500 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=614888 CPUtime=1201.09 cores=0,2,4,6
/proc/22581/task/22585/stat : 22585 (priss) R 22580 22580 21841 0 -1 4202560 26880 0 0 0 120075 34 0 0 25 0 5 0 953939497 629645312 108500 33554432000 4194304 5787044 140734723395696 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=614888 CPUtime=1197.89 cores=0,2,4,6
/proc/22581/task/22586/stat : 22586 (priss) R 22580 22580 21841 0 -1 4202560 30093 0 0 0 119773 16 0 0 25 0 5 0 953939497 629645312 108500 33554432000 4194304 5787044 140734723395696 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 623588

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 22580 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.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.41
CPU user time (s): 4799.24
CPU system time (s): 1.17
CPU usage (%): 399.363
Max. virtual memory (cumulated for all children) (KiB): 623588

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= 5
involuntary context switches= 2

runsolver used 1.80073 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 18:31:29
IDJOB=3290171
IDBENCH=83421
IDSOLVER=1603
FILE ID=node110/3290171-1307637089
RUNJOBID= node110-1307633277-21859
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290171-1307637089/watcher-3290171-1307637089 -o /tmp/evaluation-result-3290171-1307637089/solver-3290171-1307637089 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3290171-1307637089.cnf 1254711716 4800 15500 4

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=1254711716

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31955520 kB
Buffers:        219676 kB
Cached:         364368 kB
SwapCached:       8464 kB
Active:         489584 kB
Inactive:       282088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31955520 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1596 kB
Writeback:          32 kB
AnonPages:      185700 kB
Mapped:          13832 kB
Slab:           160368 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   425808 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= 74056 MiB
End job on node110 at 2011-06-09 18:51:33