Trace number 3280695

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

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark229.736
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

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: 22378
0.00/0.41	c parsetime: 407181us
0.00/0.41	c parsed 1529045 clauses with 509512 variables
0.00/0.50	c NW started thread 0 successfully (1106856256)
0.00/0.59	c NW started thread 1 successfully (1117346112)
0.00/0.69	c NW started thread 2 successfully (1127835968)
0.00/0.78	c NW started thread 3 successfully (1138325824)
163.97/41.78	c preprocessor returned 509512 variables
163.97/41.78	c preprocessing returned UNKNOWN
163.97/41.78	c PP set 1385 variables
163.97/41.78	c pp time: 41167040us (41s)
165.14/42.01	c preprocessor returned 509512 variables
165.14/42.01	c preprocessing returned UNKNOWN
165.14/42.01	c PP set 1385 variables
165.14/42.01	c pp time: 41105519us (41s)
165.14/42.01	c preprocessor returned 509512 variables
165.14/42.01	c preprocessing returned UNKNOWN
165.14/42.01	c PP set 1385 variables
165.14/42.01	c pp time: 41307929us (41s)
165.94/42.27	c preprocessor returned 509512 variables
165.94/42.27	c preprocessing returned UNKNOWN
165.94/42.27	c PP set 1385 variables
165.94/42.27	c pp time: 41462778us (41s)
174.72/44.40	c HTE
179.12/45.59	c subsumption
182.31/46.37	c simplified formula contains 0 unit clauses
587.77/147.81	c HTE
592.56/149.07	c subsumption
598.16/150.48	c simplified formula contains 0 unit clauses
1010.40/253.62	c HTE
1021.58/256.47	c subsumption
1031.97/259.04	c simplified formula contains 0 unit clauses
2915.85/730.65	c HTE
2921.44/732.02	c subsumption
2933.02/734.92	c simplified formula contains 0 unit clauses
3971.63/994.94	c HTE
3977.23/996.35	c subsumption
3989.21/999.36	c simplified formula contains 0 unit clauses
4659.13/1167.01	c added unsatisfied clause
4659.13/1167.01	c failed to add network 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-3280695-1304038822/watcher-3280695-1304038822 -o /tmp/evaluation-result-3280695-1304038822/solver-3280695-1304038822 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3280695-1304038822.cnf 1909348242 4800 15500 4 

running on 4 cores: 1,3,5,7

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.80 8.02 7.99 6/182 22377
/proc/meminfo: memFree=14719080/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0

[startup+0.040578 s]
/proc/loadavg: 7.80 8.02 7.99 6/182 22377
/proc/meminfo: memFree=14719080/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100566 s]
/proc/loadavg: 7.80 8.02 7.99 6/182 22377
/proc/meminfo: memFree=14719080/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300521 s]
/proc/loadavg: 7.80 8.02 7.99 6/182 22377
/proc/meminfo: memFree=14719080/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700415 s]
/proc/loadavg: 7.80 8.02 7.99 6/182 22377
/proc/meminfo: memFree=14719080/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 7.80 8.02 7.99 9/188 22383
/proc/meminfo: memFree=13913352/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=1658216 CPUtime=4 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 324096 0 0 0 334 66 0 0 19 0 5 0 496298128 1698013184 316119 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 414554 316123 345 389 0 410304 0
[pid=22378/tid=22380] ppid=22377 vsize=1658216 CPUtime=0.93 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 73709 0 0 0 76 17 0 0 18 0 5 0 496298178 1698013184 316135 33554432000 4194304 5787044 140737170237632 18446744073709551615 4310206 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=1658216 CPUtime=0.84 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 65550 0 0 0 69 15 0 0 18 0 5 0 496298187 1698013184 316144 33554432000 4194304 5787044 140737170237632 18446744073709551615 233509958341 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=1658216 CPUtime=0.74 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 62151 0 0 0 62 12 0 0 18 0 5 0 496298197 1698013184 316154 33554432000 4194304 5787044 140737170237632 18446744073709551615 233509958341 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=1658216 CPUtime=0.67 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 55406 0 0 0 55 12 0 0 18 0 5 0 496298206 1698013184 316162 33554432000 4194304 5787044 140737170237632 18446744073709551615 4302264 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1666916

[startup+3.10099 s]
/proc/loadavg: 7.80 8.02 7.99 8/188 22383
/proc/meminfo: memFree=13442028/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=1353124 CPUtime=9.98 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 394038 0 0 0 913 85 0 0 19 0 5 0 496298128 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 338281 255390 349 389 0 334031 0
[pid=22378/tid=22380] ppid=22377 vsize=1353124 CPUtime=2.4 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 81272 0 0 0 222 18 0 0 18 0 5 0 496298178 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=1353124 CPUtime=2.28 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 81757 0 0 0 208 20 0 0 17 0 5 0 496298187 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=1353124 CPUtime=2.23 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 82859 0 0 0 207 16 0 0 18 0 5 0 496298197 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=1353124 CPUtime=2.26 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 80851 0 0 0 206 20 0 0 20 0 5 0 496298206 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330553 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (KiB) 1361824

[startup+6.30041 s]
/proc/loadavg: 7.82 8.02 7.99 9/188 22383
/proc/meminfo: memFree=13694244/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=1353124 CPUtime=22.76 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 394038 0 0 0 2191 85 0 0 19 0 5 0 496298128 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 338281 255390 349 389 0 334031 0
[pid=22378/tid=22380] ppid=22377 vsize=1353124 CPUtime=5.6 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 81272 0 0 0 542 18 0 0 25 0 5 0 496298178 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=1353124 CPUtime=5.48 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 81757 0 0 0 528 20 0 0 25 0 5 0 496298187 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=1353124 CPUtime=5.41 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 82859 0 0 0 525 16 0 0 25 0 5 0 496298197 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=1353124 CPUtime=5.46 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 80851 0 0 0 526 20 0 0 25 0 5 0 496298206 1385598976 255390 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.76
Current children cumulated vsize (KiB) 1361824

[startup+12.7013 s]
/proc/loadavg: 7.83 8.02 7.99 9/188 22383
/proc/meminfo: memFree=13693400/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=1353124 CPUtime=48.33 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 394053 0 0 0 4748 85 0 0 19 0 5 0 496298128 1385598976 255405 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 338281 255405 349 389 0 334031 0
[pid=22378/tid=22380] ppid=22377 vsize=1353124 CPUtime=12 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 81279 0 0 0 1182 18 0 0 25 0 5 0 496298178 1385598976 255405 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=1353124 CPUtime=11.88 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 81765 0 0 0 1168 20 0 0 25 0 5 0 496298187 1385598976 255405 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=1353124 CPUtime=11.78 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 82859 0 0 0 1162 16 0 0 25 0 5 0 496298197 1385598976 255405 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330563 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=1353124 CPUtime=11.86 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 80851 0 0 0 1166 20 0 0 25 0 5 0 496298206 1385598976 255405 33554432000 4194304 5787044 140737170237632 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.33
Current children cumulated vsize (KiB) 1361824

[startup+25.501 s]
/proc/loadavg: 7.87 8.02 7.99 9/188 22383
/proc/meminfo: memFree=13537120/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=1509276 CPUtime=99.3 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 458329 0 0 0 9791 139 0 0 19 0 5 0 496298128 1545498624 297365 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 377319 297365 351 389 0 373069 0
[pid=22378/tid=22380] ppid=22377 vsize=1509276 CPUtime=24.76 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 94415 0 0 0 2444 32 0 0 19 0 5 0 496298178 1545498624 297365 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522123445 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=1509276 CPUtime=24.64 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 101320 0 0 0 2431 33 0 0 23 0 5 0 496298187 1545498624 297365 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522123445 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=1509276 CPUtime=24.47 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 98745 0 0 0 2417 30 0 0 18 0 5 0 496298197 1545498624 297365 33554432000 4194304 5787044 140737170237632 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=1509276 CPUtime=24.62 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 96550 0 0 0 2428 34 0 0 18 0 5 0 496298206 1545498624 297365 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522123445 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.3
Current children cumulated vsize (KiB) 1517976

[startup+51.1004 s]
/proc/loadavg: 7.99 8.03 8.00 9/188 22393
/proc/meminfo: memFree=13022896/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2029252 CPUtime=201.49 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 667961 0 0 0 19950 199 0 0 19 0 5 0 496298128 2077954048 419882 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 507313 419882 418 389 0 503063 0
[pid=22378/tid=22380] ppid=22377 vsize=2029252 CPUtime=50.34 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 140457 0 0 0 4990 44 0 0 25 0 5 0 496298178 2077954048 419882 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2029252 CPUtime=50.22 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 150081 0 0 0 4974 48 0 0 25 0 5 0 496298187 2077954048 419882 33554432000 4194304 5787044 140737170237632 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2029252 CPUtime=49.92 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 147960 0 0 0 4948 44 0 0 25 0 5 0 496298197 2077954048 419882 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2029252 CPUtime=50.19 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 162164 0 0 0 4967 52 0 0 25 0 5 0 496298206 2077954048 419882 33554432000 4194304 5787044 140737170237632 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.49
Current children cumulated vsize (KiB) 2037952

[startup+102.307 s]
/proc/loadavg: 7.99 8.02 8.00 9/188 22394
/proc/meminfo: memFree=12975860/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2030420 CPUtime=406.04 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 674324 0 0 0 40404 200 0 0 19 0 5 0 496298128 2079150080 426245 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 507605 426245 418 389 0 503355 0
[pid=22378/tid=22380] ppid=22377 vsize=2030420 CPUtime=101.55 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 141235 0 0 0 10111 44 0 0 25 0 5 0 496298178 2079150080 426245 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2030420 CPUtime=101.43 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 154629 0 0 0 10094 49 0 0 25 0 5 0 496298187 2079150080 426245 33554432000 4194304 5787044 140737170237632 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2030420 CPUtime=100.84 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 148336 0 0 0 10040 44 0 0 25 0 5 0 496298197 2079150080 426245 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2030420 CPUtime=101.4 cores=1,3,5,7

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

/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160161 0 0 0 88091 52 0 0 25 0 5 0 496298187 2256826368 453801 33554432000 4194304 5787044 140737170237632 18446744073709551615 4220476 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2203932 CPUtime=876.6 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 152319 0 0 0 87614 46 0 0 25 0 5 0 496298197 2256826368 453801 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2203932 CPUtime=881.42 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 234536 0 0 0 88077 65 0 0 25 0 5 0 496298206 2256826368 453801 33554432000 4194304 5787044 140737170237632 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.83
Current children cumulated vsize (KiB) 2212632

[startup+942.301 s]
/proc/loadavg: 8.13 8.12 8.04 9/188 22482
/proc/meminfo: memFree=12760720/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2269468 CPUtime=3761.52 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 765722 0 0 0 375923 229 0 0 19 0 5 0 496298128 2323935232 455651 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 567367 455651 418 389 0 563117 0
[pid=22378/tid=22380] ppid=22377 vsize=2269468 CPUtime=941.56 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 149558 0 0 0 94104 52 0 0 25 0 5 0 496298178 2323935232 455651 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2269468 CPUtime=941.44 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160162 0 0 0 94091 53 0 0 25 0 5 0 496298187 2323935232 455651 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2269468 CPUtime=936.28 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 153058 0 0 0 93581 47 0 0 25 0 5 0 496298197 2323935232 455651 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2269468 CPUtime=941.42 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 235645 0 0 0 94075 67 0 0 25 0 5 0 496298206 2323935232 455651 33554432000 4194304 5787044 140737170237632 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3761.52
Current children cumulated vsize (KiB) 2278168

[startup+1002.3 s]
/proc/loadavg: 8.16 8.13 8.04 9/188 22483
/proc/meminfo: memFree=12731408/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2269468 CPUtime=4001.19 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 789959 0 0 0 399884 235 0 0 19 0 5 0 496298128 2323935232 460312 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 567367 460312 418 389 0 563117 0
[pid=22378/tid=22380] ppid=22377 vsize=2269468 CPUtime=1001.57 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 152073 0 0 0 100104 53 0 0 25 0 5 0 496298178 2323935232 460312 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2269468 CPUtime=1001.44 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160640 0 0 0 100091 53 0 0 25 0 5 0 496298187 2323935232 460312 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2269468 CPUtime=995.95 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 153605 0 0 0 99548 47 0 0 25 0 5 0 496298197 2323935232 460312 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2269468 CPUtime=1001.42 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 256342 0 0 0 100070 72 0 0 25 0 5 0 496298206 2323935232 460312 33554432000 4194304 5787044 140737170237632 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4001.19
Current children cumulated vsize (KiB) 2278168

[startup+1062.3 s]
/proc/loadavg: 8.16 8.13 8.05 9/188 22485
/proc/meminfo: memFree=12706220/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2269468 CPUtime=4240.87 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 791032 0 0 0 423851 236 0 0 19 0 5 0 496298128 2323935232 461365 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 567367 461365 418 389 0 563117 0
[pid=22378/tid=22380] ppid=22377 vsize=2269468 CPUtime=1061.57 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 152966 0 0 0 106104 53 0 0 25 0 5 0 496298178 2323935232 461365 33554432000 4194304 5787044 140737170237632 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2269468 CPUtime=1061.44 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160766 0 0 0 106091 53 0 0 25 0 5 0 496298187 2323935232 461365 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2269468 CPUtime=1055.63 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 153659 0 0 0 105515 48 0 0 25 0 5 0 496298197 2323935232 461365 33554432000 4194304 5787044 140737170237632 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2269468 CPUtime=1061.42 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 256342 0 0 0 106070 72 0 0 25 0 5 0 496298206 2323935232 461365 33554432000 4194304 5787044 140737170237632 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4240.87
Current children cumulated vsize (KiB) 2278168

[startup+1122.3 s]
/proc/loadavg: 8.16 8.13 8.05 9/188 22487
/proc/meminfo: memFree=12636868/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2269468 CPUtime=4480.55 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 792605 0 0 0 447817 238 0 0 19 0 5 0 496298128 2323935232 462937 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 567367 462937 418 389 0 563117 0
[pid=22378/tid=22380] ppid=22377 vsize=2269468 CPUtime=1121.57 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 154515 0 0 0 112102 55 0 0 25 0 5 0 496298178 2323935232 462937 33554432000 4194304 5787044 140737170237632 18446744073709551615 4255015 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2269468 CPUtime=1121.44 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160790 0 0 0 112091 53 0 0 25 0 5 0 496298187 2323935232 462937 33554432000 4194304 5787044 140737170237632 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2269468 CPUtime=1115.3 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 153659 0 0 0 111482 48 0 0 25 0 5 0 496298197 2323935232 462937 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2269468 CPUtime=1121.42 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 256342 0 0 0 112070 72 0 0 25 0 5 0 496298206 2323935232 462937 33554432000 4194304 5787044 140737170237632 18446744073709551615 4228872 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4480.55
Current children cumulated vsize (KiB) 2278168

[startup+1182.3 s]
/proc/loadavg: 8.11 8.12 8.05 9/188 22488
/proc/meminfo: memFree=12631764/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2269468 CPUtime=4720.23 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 793092 0 0 0 471785 238 0 0 19 0 5 0 496298128 2323935232 463419 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 567367 463419 418 389 0 563117 0
[pid=22378/tid=22380] ppid=22377 vsize=2269468 CPUtime=1181.57 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 155000 0 0 0 118102 55 0 0 25 0 5 0 496298178 2323935232 463419 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2269468 CPUtime=1181.44 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160790 0 0 0 118091 53 0 0 25 0 5 0 496298187 2323935232 463419 33554432000 4194304 5787044 140737170237632 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2269468 CPUtime=1174.98 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 153659 0 0 0 117450 48 0 0 25 0 5 0 496298197 2323935232 463419 33554432000 4194304 5787044 140737170237632 18446744073709551615 5576660 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2269468 CPUtime=1181.43 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 256344 0 0 0 118071 72 0 0 25 0 5 0 496298206 2323935232 463419 33554432000 4194304 5787044 140737170237632 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4720.23
Current children cumulated vsize (KiB) 2278168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.08 8.11 8.05 9/188 22489
/proc/meminfo: memFree=12631640/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2269468 CPUtime=4800.16 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 793095 0 0 0 479778 238 0 0 19 0 5 0 496298128 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 567367 463422 418 389 0 563117 0
[pid=22378/tid=22380] ppid=22377 vsize=2269468 CPUtime=1201.58 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 155000 0 0 0 120103 55 0 0 25 0 5 0 496298178 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2269468 CPUtime=1201.46 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160790 0 0 0 120093 53 0 0 25 0 5 0 496298187 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2269468 CPUtime=1194.88 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 153660 0 0 0 119440 48 0 0 25 0 5 0 496298197 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2269468 CPUtime=1201.44 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 256346 0 0 0 120072 72 0 0 25 0 5 0 496298206 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2278168

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

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

[startup+1202.31 s]
/proc/loadavg: 8.08 8.11 8.05 9/188 22489
/proc/meminfo: memFree=12631640/32951124 swapFree=67111528/67111528
[pid=22377] ppid=22375 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22377/stat : 22377 (priss.sh) S 22375 22377 22103 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 496298128 8908800 252 33554432000 4194304 4922060 140736016696960 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22377/statm: 2175 252 211 178 0 68 0
[pid=22378] ppid=22377 vsize=2269468 CPUtime=4800.16 cores=1,3,5,7
/proc/22378/stat : 22378 (priss) S 22377 22377 22103 0 -1 4202496 793095 0 0 0 479778 238 0 0 19 0 5 0 496298128 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22378/statm: 567367 463422 418 389 0 563117 0
[pid=22378/tid=22380] ppid=22377 vsize=2269468 CPUtime=1201.58 cores=1,3,5,7
/proc/22378/task/22380/stat : 22380 (priss) R 22377 22377 22103 0 -1 4202560 155000 0 0 0 120103 55 0 0 25 0 5 0 496298178 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22378/tid=22381] ppid=22377 vsize=2269468 CPUtime=1201.46 cores=1,3,5,7
/proc/22378/task/22381/stat : 22381 (priss) R 22377 22377 22103 0 -1 4202560 160790 0 0 0 120093 53 0 0 25 0 5 0 496298187 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22378/tid=22382] ppid=22377 vsize=2269468 CPUtime=1194.88 cores=1,3,5,7
/proc/22378/task/22382/stat : 22382 (priss) R 22377 22377 22103 0 -1 4202560 153660 0 0 0 119440 48 0 0 25 0 5 0 496298197 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22378/tid=22383] ppid=22377 vsize=2269468 CPUtime=1201.44 cores=1,3,5,7
/proc/22378/task/22383/stat : 22383 (priss) R 22377 22377 22103 0 -1 4202560 256346 0 0 0 120072 72 0 0 25 0 5 0 496298206 2323935232 463422 33554432000 4194304 5787044 140737170237632 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2278168

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22377 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.32
CPU time (s): 4800.16
CPU user time (s): 4797.78
CPU system time (s): 2.38
CPU usage (%): 399.24
Max. virtual memory (cumulated for all children) (KiB): 2325936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333
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.57576 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 03:00:23
IDJOB=3280695
IDBENCH=20423
IDSOLVER=1603
FILE ID=node145/3280695-1304038822
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72180 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280695-1304038822/watcher-3280695-1304038822 -o /tmp/evaluation-result-3280695-1304038822/solver-3280695-1304038822 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3280695-1304038822.cnf 1909348242 4800 15500 4

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=1909348242

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14719360 kB
Buffers:       2098212 kB
Cached:       15236024 kB
SwapCached:          0 kB
Active:        5413944 kB
Inactive:     12247308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14719360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29180 kB
Writeback:           0 kB
AnonPages:      325832 kB
Mapped:          15624 kB
Slab:           508896 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   519424 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= 72172 MiB
End job on node145 at 2011-04-29 03:20:27