Trace number 3258731

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 Auto? (TO) 4800.03 1201.82

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 1328
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 67440us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.09	c NW started thread 0 successfully (1115941184)
0.00/0.11	c NW started thread 1 successfully (1092380992)
0.00/0.14	c NW started thread 2 successfully (1126431040)
0.00/0.18	c NW started thread 3 successfully (1105291584)
51.91/13.14	c preprocessor returned 10011 variables
51.91/13.14	c preprocessing returned UNKNOWN
51.91/13.14	c PP set 0 variables
51.91/13.14	c pp time: 13052008us (13s)
51.91/13.18	c preprocessor returned 10011 variables
51.91/13.18	c preprocessing returned UNKNOWN
51.91/13.18	c PP set 0 variables
51.91/13.18	c pp time: 13063727us (13s)
52.72/13.32	c preprocessor returned 10011 variables
52.72/13.32	c preprocessing returned UNKNOWN
52.72/13.32	c PP set 0 variables
52.72/13.32	c pp time: 13174362us (13s)
67.49/17.08	c preprocessor returned 30008 variables
67.49/17.08	c preprocessing returned UNKNOWN
67.49/17.08	c PP set 0 variables
67.49/17.08	c pp time: 16906541us (16s)

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-3258731-1304045250/watcher-3258731-1304045250 -o /tmp/evaluation-result-3258731-1304045250/solver-3258731-1304045250 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258731-1304045250.cnf 844000333 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: 8.12 8.16 8.14 5/186 1327
/proc/meminfo: memFree=22006940/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0

[startup+0.0395079 s]
/proc/loadavg: 8.12 8.16 8.14 5/186 1327
/proc/meminfo: memFree=22006940/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100486 s]
/proc/loadavg: 8.12 8.16 8.14 5/186 1327
/proc/meminfo: memFree=22006940/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302597 s]
/proc/loadavg: 8.12 8.16 8.14 5/186 1327
/proc/meminfo: memFree=22006940/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.28323 s]
/proc/loadavg: 8.12 8.16 8.14 5/186 1327
/proc/meminfo: memFree=22006940/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 8.12 8.16 8.14 5/186 1327
/proc/meminfo: memFree=22006940/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1009 s]
/proc/loadavg: 8.19 8.18 8.15 10/192 1333
/proc/meminfo: memFree=21904664/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=336932 CPUtime=11.97 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 52072 0 0 0 1184 13 0 0 18 0 5 0 516122917 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 84233 25136 350 389 0 79983 0
[pid=1328/tid=1330] ppid=1327 vsize=336932 CPUtime=2.99 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 9595 0 0 0 296 3 0 0 23 0 5 0 516122926 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=336932 CPUtime=2.97 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 9754 0 0 0 294 3 0 0 23 0 5 0 516122929 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=336932 CPUtime=2.9 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 9431 0 0 0 289 1 0 0 19 0 5 0 516122932 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=336932 CPUtime=2.91 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 8551 0 0 0 289 2 0 0 23 0 5 0 516122935 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 345632

[startup+6.3073 s]
/proc/loadavg: 8.18 8.18 8.15 9/192 1333
/proc/meminfo: memFree=21902256/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=336932 CPUtime=24.78 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 52072 0 0 0 2465 13 0 0 18 0 5 0 516122917 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 84233 25136 350 389 0 79983 0
[pid=1328/tid=1330] ppid=1327 vsize=336932 CPUtime=6.2 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 9595 0 0 0 617 3 0 0 25 0 5 0 516122926 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=336932 CPUtime=6.18 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 9754 0 0 0 615 3 0 0 25 0 5 0 516122929 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=336932 CPUtime=6.09 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 9431 0 0 0 608 1 0 0 25 0 5 0 516122932 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=336932 CPUtime=6.11 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 8551 0 0 0 609 2 0 0 25 0 5 0 516122935 345018368 25136 33554432000 4194304 5787044 140733353262192 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 345632

[startup+12.7011 s]
/proc/loadavg: 8.24 8.19 8.15 9/192 1333
/proc/meminfo: memFree=21876728/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=357340 CPUtime=50.31 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 60976 0 0 0 5018 13 0 0 18 0 5 0 516122917 365916160 33518 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 89335 33518 355 389 0 85085 0
[pid=1328/tid=1330] ppid=1327 vsize=357340 CPUtime=12.59 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 11508 0 0 0 1256 3 0 0 25 0 5 0 516122926 365916160 33518 33554432000 4194304 5787044 140733353262192 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=357340 CPUtime=12.57 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 12509 0 0 0 1254 3 0 0 25 0 5 0 516122929 365916160 33518 33554432000 4194304 5787044 140733353262192 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=357340 CPUtime=12.45 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 10420 0 0 0 1244 1 0 0 25 0 5 0 516122932 365916160 33518 33554432000 4194304 5787044 140733353262192 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=357340 CPUtime=12.5 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 11798 0 0 0 1248 2 0 0 25 0 5 0 516122935 365916160 33518 33554432000 4194304 5787044 140733353262192 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 366040

[startup+25.5007 s]
/proc/loadavg: 8.37 8.22 8.16 9/192 1333
/proc/meminfo: memFree=21811504/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=365408 CPUtime=101.45 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 97561 0 0 0 10123 22 0 0 18 0 5 0 516122917 374177792 43545 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 91352 43545 417 389 0 87102 0
[pid=1328/tid=1330] ppid=1327 vsize=365408 CPUtime=25.39 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 21649 0 0 0 2533 6 0 0 25 0 5 0 516122926 374177792 43545 33554432000 4194304 5787044 140733353262192 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=365408 CPUtime=25.36 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 21313 0 0 0 2531 5 0 0 25 0 5 0 516122929 374177792 43545 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=365408 CPUtime=25.18 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 17683 0 0 0 2516 2 0 0 25 0 5 0 516122932 374177792 43545 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=365408 CPUtime=25.31 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 22175 0 0 0 2526 5 0 0 25 0 5 0 516122935 374177792 43545 33554432000 4194304 5787044 140733353262192 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 374108

[startup+51.101 s]
/proc/loadavg: 8.24 8.20 8.15 9/192 1334
/proc/meminfo: memFree=21761108/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=385564 CPUtime=203.7 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 109568 0 0 0 20339 31 0 0 18 0 5 0 516122917 394817536 55552 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 96391 55552 417 389 0 92141 0
[pid=1328/tid=1330] ppid=1327 vsize=385564 CPUtime=50.99 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 25630 0 0 0 5091 8 0 0 25 0 5 0 516122926 394817536 55552 33554432000 4194304 5787044 140733353262192 18446744073709551615 255376962593 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=385564 CPUtime=50.96 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 24020 0 0 0 5089 7 0 0 25 0 5 0 516122929 394817536 55552 33554432000 4194304 5787044 140733353262192 18446744073709551615 4229616 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=385564 CPUtime=50.63 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 21712 0 0 0 5058 5 0 0 25 0 5 0 516122932 394817536 55552 33554432000 4194304 5787044 140733353262192 18446744073709551615 4234948 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=385564 CPUtime=50.9 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 23465 0 0 0 5084 6 0 0 25 0 5 0 516122935 394817536 55552 33554432000 4194304 5787044 140733353262192 18446744073709551615 5524636 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 394264

[startup+102.301 s]
/proc/loadavg: 8.19 8.19 8.15 9/192 1335
/proc/meminfo: memFree=21679476/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=405632 CPUtime=408.2 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 125550 0 0 0 40773 47 0 0 18 0 5 0 516122917 415367168 71487 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 101408 71487 417 389 0 97158 0
[pid=1328/tid=1330] ppid=1327 vsize=405632 CPUtime=102.19 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 29821 0 0 0 10205 14 0 0 25 0 5 0 516122926 415367168 71487 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=405632 CPUtime=102.16 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 28345 0 0 0 10204 12 0 0 25 0 5 0 516122929 415367168 71487 33554432000 4194304 5787044 140733353262192 18446744073709551615 4229523 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=405632 CPUtime=101.55 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 26709 0 0 0 10146 9 0 0 25 0 5 0 516122932 415367168 71487 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=405632 CPUtime=102.1 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 25934 0 0 0 10202 8 0 0 25 0 5 0 516122935 415367168 71487 33554432000 4194304 5787044 140733353262192 18446744073709551615 5528581 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 414332

[startup+162.3 s]
/proc/loadavg: 8.22 8.20 8.16 9/192 1337
/proc/meminfo: memFree=21603188/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=564848 CPUtime=647.85 cores=1,3,5,7

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

/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 71004 0 0 0 81829 83 0 0 25 0 5 0 516122929 1113440256 220078 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1087344 CPUtime=820.55 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 68758 0 0 0 82010 45 0 0 25 0 5 0 516122932 1113440256 220078 33554432000 4194304 5787044 140733353262192 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1087344 CPUtime=822.07 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 49576 0 0 0 82155 52 0 0 25 0 5 0 516122935 1113440256 220078 33554432000 4194304 5787044 140733353262192 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.1
Current children cumulated vsize (KiB) 1096044

[startup+882.301 s]
/proc/loadavg: 8.19 8.17 8.14 9/192 1398
/proc/meminfo: memFree=21217380/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=1161208 CPUtime=3523.77 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 282514 0 0 0 352090 287 0 0 18 0 5 0 516122917 1189076992 226755 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 290302 226755 418 389 0 286052 0
[pid=1328/tid=1330] ppid=1327 vsize=1161208 CPUtime=882.16 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 71759 0 0 0 88125 91 0 0 25 0 5 0 516122926 1189076992 226755 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=1161208 CPUtime=879.12 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 71004 0 0 0 87828 84 0 0 25 0 5 0 516122929 1189076992 226755 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1161208 CPUtime=880.22 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 70664 0 0 0 87975 47 0 0 25 0 5 0 516122932 1189076992 226755 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1161208 CPUtime=882.07 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 54346 0 0 0 88145 62 0 0 25 0 5 0 516122935 1189076992 226755 33554432000 4194304 5787044 140733353262192 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.77
Current children cumulated vsize (KiB) 1169908

[startup+942.301 s]
/proc/loadavg: 8.11 8.15 8.13 10/192 1400
/proc/meminfo: memFree=21196036/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=1161208 CPUtime=3763.45 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 283412 0 0 0 376055 290 0 0 18 0 5 0 516122917 1189076992 227451 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 290302 227451 418 389 0 286052 0
[pid=1328/tid=1330] ppid=1327 vsize=1161208 CPUtime=942.17 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 71761 0 0 0 94125 92 0 0 25 0 5 0 516122926 1189076992 227451 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=1161208 CPUtime=939.13 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 71004 0 0 0 93829 84 0 0 25 0 5 0 516122929 1189076992 227451 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1161208 CPUtime=939.9 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 70664 0 0 0 93943 47 0 0 25 0 5 0 516122932 1189076992 227451 33554432000 4194304 5787044 140733353262192 18446744073709551615 4254432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1161208 CPUtime=942.07 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 55242 0 0 0 94144 63 0 0 25 0 5 0 516122935 1189076992 227451 33554432000 4194304 5787044 140733353262192 18446744073709551615 5528442 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.45
Current children cumulated vsize (KiB) 1169908

[startup+1002.3 s]
/proc/loadavg: 8.16 8.15 8.13 10/192 1401
/proc/meminfo: memFree=21156100/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=1161208 CPUtime=4003.11 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 283418 0 0 0 400021 290 0 0 18 0 5 0 516122917 1189076992 227457 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 290302 227457 418 389 0 286052 0
[pid=1328/tid=1330] ppid=1327 vsize=1161208 CPUtime=1002.16 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 71764 0 0 0 100124 92 0 0 25 0 5 0 516122926 1189076992 227457 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=1161208 CPUtime=999.12 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 71007 0 0 0 99828 84 0 0 25 0 5 0 516122929 1189076992 227457 33554432000 4194304 5787044 140733353262192 18446744073709551615 4254928 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1161208 CPUtime=999.56 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 70664 0 0 0 99909 47 0 0 25 0 5 0 516122932 1189076992 227457 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1161208 CPUtime=1002.08 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 55242 0 0 0 100144 64 0 0 25 0 5 0 516122935 1189076992 227457 33554432000 4194304 5787044 140733353262192 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.11
Current children cumulated vsize (KiB) 1169908

[startup+1062.31 s]
/proc/loadavg: 8.44 8.24 8.16 10/192 1406
/proc/meminfo: memFree=21149100/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=1165308 CPUtime=4242.82 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 284492 0 0 0 423991 291 0 0 18 0 5 0 516122917 1193275392 228531 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 291327 228531 418 389 0 287077 0
[pid=1328/tid=1330] ppid=1327 vsize=1165308 CPUtime=1062.17 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 72817 0 0 0 106125 92 0 0 25 0 5 0 516122926 1193275392 228531 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=1165308 CPUtime=1059.13 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 71028 0 0 0 105829 84 0 0 25 0 5 0 516122929 1193275392 228531 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1165308 CPUtime=1059.24 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 70664 0 0 0 105877 47 0 0 25 0 5 0 516122932 1193275392 228531 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1165308 CPUtime=1062.08 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 55242 0 0 0 106144 64 0 0 25 0 5 0 516122935 1193275392 228531 33554432000 4194304 5787044 140733353262192 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.82
Current children cumulated vsize (KiB) 1174008

[startup+1122.3 s]
/proc/loadavg: 8.28 8.23 8.16 10/192 1407
/proc/meminfo: memFree=21090840/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=1173508 CPUtime=4482.46 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 291549 0 0 0 447944 302 0 0 18 0 5 0 516122917 1201672192 235588 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 293377 235588 418 389 0 289127 0
[pid=1328/tid=1330] ppid=1327 vsize=1173508 CPUtime=1122.16 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 76810 0 0 0 112118 98 0 0 25 0 5 0 516122926 1201672192 235588 33554432000 4194304 5787044 140733353262192 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=1173508 CPUtime=1119.12 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 73043 0 0 0 111823 89 0 0 25 0 5 0 516122929 1201672192 235588 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1173508 CPUtime=1118.91 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 70688 0 0 0 111843 48 0 0 25 0 5 0 516122932 1201672192 235588 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1173508 CPUtime=1122.07 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 56267 0 0 0 112143 64 0 0 25 0 5 0 516122935 1201672192 235588 33554432000 4194304 5787044 140733353262192 18446744073709551615 4215351 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 1182208

[startup+1182.3 s]
/proc/loadavg: 8.23 8.21 8.16 10/192 1409
/proc/meminfo: memFree=20988640/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=1196312 CPUtime=4722.12 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 308741 0 0 0 471878 334 0 0 18 0 5 0 516122917 1225023488 252780 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 299078 252780 418 389 0 294828 0
[pid=1328/tid=1330] ppid=1327 vsize=1196312 CPUtime=1182.15 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 82679 0 0 0 118103 112 0 0 25 0 5 0 516122926 1225023488 252780 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=1196312 CPUtime=1179.12 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 79054 0 0 0 117810 102 0 0 25 0 5 0 516122929 1225023488 252780 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1196312 CPUtime=1178.58 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 74391 0 0 0 117806 52 0 0 25 0 5 0 516122932 1225023488 252780 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1196312 CPUtime=1182.07 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 57876 0 0 0 118142 65 0 0 25 0 5 0 516122935 1225023488 252780 33554432000 4194304 5787044 140733353262192 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.12
Current children cumulated vsize (KiB) 1205012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.20 8.16 9/192 1410
/proc/meminfo: memFree=20959252/32951124 swapFree=67111524/67111528
[pid=1327] ppid=1325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1327/stat : 1327 (prissAuto.sh) S 1325 1327 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516122917 8908800 252 33554432000 4194304 4922060 140733344752592 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1327/statm: 2175 252 211 178 0 68 0
[pid=1328] ppid=1327 vsize=1203580 CPUtime=4800.03 cores=1,3,5,7
/proc/1328/stat : 1328 (priss) S 1327 1327 32466 0 -1 4202496 315056 0 0 0 479657 346 0 0 18 0 5 0 516122917 1232465920 259095 33554432000 4194304 5787044 140733353262192 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/1328/statm: 300895 259096 418 389 0 296645 0
[pid=1328/tid=1330] ppid=1327 vsize=1203580 CPUtime=1201.67 cores=1,3,5,7
/proc/1328/task/1330/stat : 1330 (priss) R 1327 1327 32466 0 -1 4202560 84465 0 0 0 120051 116 0 0 25 0 5 0 516122926 1232465920 259097 33554432000 4194304 5787044 140733353262192 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1328/tid=1331] ppid=1327 vsize=1203580 CPUtime=1198.63 cores=1,3,5,7
/proc/1328/task/1331/stat : 1331 (priss) R 1327 1327 32466 0 -1 4202560 80852 0 0 0 119757 106 0 0 25 0 5 0 516122929 1232465920 259097 33554432000 4194304 5787044 140733353262192 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1328/tid=1332] ppid=1327 vsize=1203580 CPUtime=1197.97 cores=1,3,5,7
/proc/1328/task/1332/stat : 1332 (priss) R 1327 1327 32466 0 -1 4202560 76247 0 0 0 119743 54 0 0 25 0 5 0 516122932 1232465920 259097 33554432000 4194304 5787044 140733353262192 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1328/tid=1333] ppid=1327 vsize=1203580 CPUtime=1201.57 cores=1,3,5,7
/proc/1328/task/1333/stat : 1333 (priss) R 1327 1327 32466 0 -1 4202560 58753 0 0 0 120091 66 0 0 25 0 5 0 516122935 1232465920 259097 33554432000 4194304 5787044 140733353262192 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1212280

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

Real time (s): 1201.82
CPU time (s): 4800.03
CPU user time (s): 4796.57
CPU system time (s): 3.46
CPU usage (%): 399.397
Max. virtual memory (cumulated for all children) (KiB): 1212280

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.62475 second user time and 4.94225 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 04:47:31
IDJOB=3258731
IDBENCH=71423
IDSOLVER=1602
FILE ID=node135/3258731-1304045250
RUNJOBID= node135-1304038950-32485
PBS_JOBID= 13170376
Free space on /tmp= 71116 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258731-1304045250/watcher-3258731-1304045250 -o /tmp/evaluation-result-3258731-1304045250/solver-3258731-1304045250 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3258731-1304045250.cnf 844000333 4800 15500 4

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=844000333

node135.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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22007096 kB
Buffers:       1829212 kB
Cached:        8116208 kB
SwapCached:          4 kB
Active:        2748320 kB
Inactive:      7603348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22007096 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5252 kB
Writeback:          36 kB
AnonPages:      405948 kB
Mapped:          15684 kB
Slab:           528672 kB
PageTables:       5636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   599536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71112 MiB
End job on node135 at 2011-04-29 05:07:34