Trace number 3291458

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.37 1201.82

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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: 14028
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 38661us
0.00/0.04	c parsed 108436 clauses with 28147 variables
0.00/0.05	c NW started thread 0 successfully (1108347200)
0.00/0.05	c NW started thread 1 successfully (1118837056)
0.00/0.06	c NW started thread 2 successfully (1095485760)
0.00/0.08	c NW started thread 3 successfully (1129326912)
6.60/1.79	c preprocessor returned 28147 variables
6.60/1.79	c preprocessing returned UNKNOWN
6.60/1.79	c PP set 439 variables
6.60/1.79	c pp time: 1735165us (1s)
7.00/1.80	c preprocessor returned 28147 variables
7.00/1.80	c preprocessing returned UNKNOWN
7.00/1.80	c PP set 439 variables
7.00/1.80	c pp time: 1730522us (1s)
7.00/1.81	c preprocessor returned 28147 variables
7.00/1.81	c preprocessing returned UNKNOWN
7.00/1.81	c PP set 439 variables
7.00/1.81	c pp time: 1742688us (1s)
8.22/2.13	c preprocessor returned 30147 variables
8.22/2.13	c preprocessing returned UNKNOWN
8.22/2.13	c PP set 439 variables
8.22/2.13	c pp time: 2047994us (2s)
8.99/2.38	c HTE
9.39/2.49	c subsumption
10.19/2.61	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291458-1304065487/watcher-3291458-1304065487 -o /tmp/evaluation-result-3291458-1304065487/solver-3291458-1304065487 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291458-1304065487.cnf 1988194718 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.97 8.06 8.04 6/182 14027
/proc/meminfo: memFree=25782236/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0

[startup+0.0628171 s]
/proc/loadavg: 7.97 8.06 8.04 6/182 14027
/proc/meminfo: memFree=25782236/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100656 s]
/proc/loadavg: 7.97 8.06 8.04 6/182 14027
/proc/meminfo: memFree=25782236/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300515 s]
/proc/loadavg: 7.97 8.06 8.04 6/182 14027
/proc/meminfo: memFree=25782236/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700439 s]
/proc/loadavg: 7.97 8.06 8.04 6/182 14027
/proc/meminfo: memFree=25782236/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 7.97 8.06 8.04 9/188 14033
/proc/meminfo: memFree=25707788/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=309364 CPUtime=5.8 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 27792 0 0 0 574 6 0 0 25 0 5 0 518148409 316788736 21661 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 77341 21661 352 389 0 73091 0
[pid=14028/tid=14030] ppid=14027 vsize=309364 CPUtime=1.44 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 5777 0 0 0 143 1 0 0 25 0 5 0 518148414 316788736 21661 33554432000 4194304 5787044 140733711989136 18446744073709551615 18446744073699065955 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=309364 CPUtime=1.43 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 5693 0 0 0 142 1 0 0 19 0 5 0 518148415 316788736 21661 33554432000 4194304 5787044 140733711989136 18446744073709551615 4335604 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=309364 CPUtime=1.42 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 4482 0 0 0 141 1 0 0 25 0 5 0 518148416 316788736 21661 33554432000 4194304 5787044 140733711989136 18446744073709551615 18446744073699065955 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=309364 CPUtime=1.41 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 5527 0 0 0 140 1 0 0 25 0 5 0 518148417 316788736 21661 33554432000 4194304 5787044 140733711989136 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 318064

[startup+3.10098 s]
/proc/loadavg: 7.97 8.06 8.04 9/188 14033
/proc/meminfo: memFree=25674928/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=316160 CPUtime=12.19 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 38708 0 0 0 1137 82 0 0 25 0 5 0 518148409 323747840 28146 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 79040 28146 419 389 0 74790 0
[pid=14028/tid=14030] ppid=14027 vsize=316160 CPUtime=3.04 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 7810 0 0 0 284 20 0 0 18 0 5 0 518148414 323747840 28146 33554432000 4194304 5787044 140733711989136 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=316160 CPUtime=3.03 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 7977 0 0 0 279 24 0 0 18 0 5 0 518148415 323747840 28146 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=316160 CPUtime=3.02 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 6122 0 0 0 280 22 0 0 18 0 5 0 518148416 323747840 28146 33554432000 4194304 5787044 140733711989136 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=316160 CPUtime=2.99 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 10486 0 0 0 286 13 0 0 18 0 5 0 518148417 323747840 28146 33554432000 4194304 5787044 140733711989136 18446744073709551615 4732392 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 324860

[startup+6.30037 s]
/proc/loadavg: 8.05 8.08 8.05 9/188 14034
/proc/meminfo: memFree=25668668/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=316348 CPUtime=24.96 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 38868 0 0 0 2327 169 0 0 25 0 5 0 518148409 323940352 28306 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 79087 28306 419 389 0 74837 0
[pid=14028/tid=14030] ppid=14027 vsize=316348 CPUtime=6.23 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 7810 0 0 0 585 38 0 0 25 0 5 0 518148414 323940352 28306 33554432000 4194304 5787044 140733711989136 18446744073709551615 208079632908 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=316348 CPUtime=6.22 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 8024 0 0 0 573 49 0 0 25 0 5 0 518148415 323940352 28306 33554432000 4194304 5787044 140733711989136 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=316348 CPUtime=6.21 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 6174 0 0 0 578 43 0 0 20 0 5 0 518148416 323940352 28306 33554432000 4194304 5787044 140733711989136 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=316348 CPUtime=6.17 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 10547 0 0 0 582 35 0 0 25 0 5 0 518148417 323940352 28306 33554432000 4194304 5787044 140733711989136 18446744073709551615 4254641 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 325048

[startup+12.7011 s]
/proc/loadavg: 8.05 8.08 8.05 9/188 14034
/proc/meminfo: memFree=25667240/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=316568 CPUtime=50.53 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 39018 0 0 0 4808 245 0 0 25 0 5 0 518148409 324165632 28456 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 79142 28456 419 389 0 74892 0
[pid=14028/tid=14030] ppid=14027 vsize=316568 CPUtime=12.64 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 7810 0 0 0 1207 57 0 0 25 0 5 0 518148414 324165632 28456 33554432000 4194304 5787044 140733711989136 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=316568 CPUtime=12.63 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 8068 0 0 0 1194 69 0 0 25 0 5 0 518148415 324165632 28456 33554432000 4194304 5787044 140733711989136 18446744073709551615 4732372 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=316568 CPUtime=12.62 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 6220 0 0 0 1199 63 0 0 25 0 5 0 518148416 324165632 28456 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=316568 CPUtime=12.54 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 10607 0 0 0 1200 54 0 0 25 0 5 0 518148417 324165632 28456 33554432000 4194304 5787044 140733711989136 18446744073709551615 5530712 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 325268

[startup+25.5007 s]
/proc/loadavg: 8.03 8.07 8.04 9/188 14034
/proc/meminfo: memFree=25664008/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=317096 CPUtime=101.66 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 39390 0 0 0 9830 336 0 0 25 0 5 0 518148409 324706304 28828 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 79274 28828 419 389 0 75024 0
[pid=14028/tid=14030] ppid=14027 vsize=317096 CPUtime=25.44 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 7812 0 0 0 2468 76 0 0 25 0 5 0 518148414 324706304 28828 33554432000 4194304 5787044 140733711989136 18446744073709551615 4242451 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=317096 CPUtime=25.42 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 8203 0 0 0 2448 94 0 0 25 0 5 0 518148415 324706304 28828 33554432000 4194304 5787044 140733711989136 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=317096 CPUtime=25.42 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 6437 0 0 0 2455 87 0 0 25 0 5 0 518148416 324706304 28828 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=317096 CPUtime=25.27 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 10625 0 0 0 2450 77 0 0 25 0 5 0 518148417 324706304 28828 33554432000 4194304 5787044 140733711989136 18446744073709551615 5526852 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 325796

[startup+51.1008 s]
/proc/loadavg: 8.08 8.08 8.05 9/188 14035
/proc/meminfo: memFree=25629980/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=327420 CPUtime=203.91 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 46842 0 0 0 20044 347 0 0 25 0 5 0 518148409 335278080 36280 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 81855 36280 419 389 0 77605 0
[pid=14028/tid=14030] ppid=14027 vsize=327420 CPUtime=51.03 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 10285 0 0 0 5025 78 0 0 25 0 5 0 518148414 335278080 36280 33554432000 4194304 5787044 140733711989136 18446744073709551615 4220942 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=327420 CPUtime=51.02 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 9763 0 0 0 5006 96 0 0 25 0 5 0 518148415 335278080 36280 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=327420 CPUtime=51.02 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 8255 0 0 0 5011 91 0 0 25 0 5 0 518148416 335278080 36280 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092058293 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=327420 CPUtime=50.73 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 12226 0 0 0 4994 79 0 0 25 0 5 0 518148417 335278080 36280 33554432000 4194304 5787044 140733711989136 18446744073709551615 5524592 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 336120

[startup+102.307 s]
/proc/loadavg: 8.08 8.08 8.05 9/188 14036
/proc/meminfo: memFree=25574288/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=343772 CPUtime=408.45 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 59114 0 0 0 40477 368 0 0 25 0 5 0 518148409 352022528 48549 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 85943 48549 419 389 0 81693 0
[pid=14028/tid=14030] ppid=14027 vsize=343772 CPUtime=102.23 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 13547 0 0 0 10141 82 0 0 25 0 5 0 518148414 352022528 48549 33554432000 4194304 5787044 140733711989136 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=343772 CPUtime=102.22 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 12117 0 0 0 10122 100 0 0 25 0 5 0 518148415 352022528 48549 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=343772 CPUtime=102.22 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 10629 0 0 0 10126 96 0 0 25 0 5 0 518148416 352022528 48549 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=343772 CPUtime=101.66 cores=1,3,5,7

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

/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 37189 0 0 0 82092 128 0 0 25 0 5 0 518148415 916684800 173170 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=895200 CPUtime=822.19 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 40675 0 0 0 82070 149 0 0 25 0 5 0 518148416 916684800 173170 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=895200 CPUtime=817.71 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 57633 0 0 0 81627 144 0 0 25 0 5 0 518148417 916684800 173170 33554432000 4194304 5787044 140733711989136 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.41
Current children cumulated vsize (KiB) 903900

[startup+882.301 s]
/proc/loadavg: 7.99 8.07 8.07 9/188 14090
/proc/meminfo: memFree=24987796/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=895200 CPUtime=3524.08 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 184511 0 0 0 351864 544 0 0 25 0 5 0 518148409 916684800 173239 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 223800 173239 419 389 0 219550 0
[pid=14028/tid=14030] ppid=14027 vsize=895200 CPUtime=882.19 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 42633 0 0 0 88099 120 0 0 25 0 5 0 518148414 916684800 173239 33554432000 4194304 5787044 140733711989136 18446744073709551615 4220219 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=895200 CPUtime=882.2 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 37189 0 0 0 88092 128 0 0 25 0 5 0 518148415 916684800 173239 33554432000 4194304 5787044 140733711989136 18446744073709551615 5585281 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=895200 CPUtime=882.19 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 40724 0 0 0 88070 149 0 0 25 0 5 0 518148416 916684800 173239 33554432000 4194304 5787044 140733711989136 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=895200 CPUtime=877.38 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 57652 0 0 0 87594 144 0 0 25 0 5 0 518148417 916684800 173239 33554432000 4194304 5787044 140733711989136 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.08
Current children cumulated vsize (KiB) 903900

[startup+942.301 s]
/proc/loadavg: 7.99 8.05 8.06 9/188 14092
/proc/meminfo: memFree=24979460/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=895200 CPUtime=3763.77 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 184663 0 0 0 375832 545 0 0 25 0 5 0 518148409 916684800 173391 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 223800 173391 419 389 0 219550 0
[pid=14028/tid=14030] ppid=14027 vsize=895200 CPUtime=942.19 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 42643 0 0 0 94098 121 0 0 25 0 5 0 518148414 916684800 173391 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=895200 CPUtime=942.21 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 37192 0 0 0 94092 129 0 0 25 0 5 0 518148415 916684800 173391 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=895200 CPUtime=942.2 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 40863 0 0 0 94070 150 0 0 25 0 5 0 518148416 916684800 173391 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=895200 CPUtime=937.06 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 57652 0 0 0 93562 144 0 0 25 0 5 0 518148417 916684800 173391 33554432000 4194304 5787044 140733711989136 18446744073709551615 4228007 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 903900

[startup+1002.3 s]
/proc/loadavg: 8.03 8.06 8.06 9/188 14093
/proc/meminfo: memFree=24839816/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=904852 CPUtime=4003.45 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 196044 0 0 0 399783 562 0 0 25 0 5 0 518148409 926568448 184772 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 226213 184772 419 389 0 221963 0
[pid=14028/tid=14030] ppid=14027 vsize=904852 CPUtime=1002.19 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 48150 0 0 0 100091 128 0 0 25 0 5 0 518148414 926568448 184772 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=904852 CPUtime=1002.21 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 38665 0 0 0 100091 130 0 0 25 0 5 0 518148415 926568448 184772 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=904852 CPUtime=1002.2 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 41669 0 0 0 100069 151 0 0 25 0 5 0 518148416 926568448 184772 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=904852 CPUtime=996.74 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 61247 0 0 0 99523 151 0 0 25 0 5 0 518148417 926568448 184772 33554432000 4194304 5787044 140733711989136 18446744073709551615 4221021 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 913552

[startup+1062.3 s]
/proc/loadavg: 8.10 8.07 8.07 9/188 14095
/proc/meminfo: memFree=24724964/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=928436 CPUtime=4243.11 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 216163 0 0 0 423720 591 0 0 25 0 5 0 518148409 950718464 204686 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 232109 204686 419 389 0 227859 0
[pid=14028/tid=14030] ppid=14027 vsize=928436 CPUtime=1062.19 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 52987 0 0 0 106084 135 0 0 25 0 5 0 518148414 950718464 204686 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=928436 CPUtime=1062.21 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 43502 0 0 0 106083 138 0 0 25 0 5 0 518148415 950718464 204686 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=928436 CPUtime=1062.19 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 46239 0 0 0 106063 156 0 0 25 0 5 0 518148416 950718464 204686 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=928436 CPUtime=1056.42 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 67122 0 0 0 105483 159 0 0 25 0 5 0 518148417 950718464 204686 33554432000 4194304 5787044 140733711989136 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 937136

[startup+1122.3 s]
/proc/loadavg: 8.14 8.09 8.07 9/188 14096
/proc/meminfo: memFree=24649164/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=930116 CPUtime=4482.79 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 219500 0 0 0 447682 597 0 0 25 0 5 0 518148409 952438784 208023 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 232529 208023 419 389 0 228279 0
[pid=14028/tid=14030] ppid=14027 vsize=930116 CPUtime=1122.18 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 54078 0 0 0 112081 137 0 0 25 0 5 0 518148414 952438784 208023 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=930116 CPUtime=1122.22 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 45664 0 0 0 112080 142 0 0 25 0 5 0 518148415 952438784 208023 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=930116 CPUtime=1122.19 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 46239 0 0 0 112062 157 0 0 25 0 5 0 518148416 952438784 208023 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=930116 CPUtime=1116.09 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 67206 0 0 0 111450 159 0 0 25 0 5 0 518148417 952438784 208023 33554432000 4194304 5787044 140733711989136 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.79
Current children cumulated vsize (KiB) 938816

[startup+1182.3 s]
/proc/loadavg: 8.05 8.07 8.07 9/188 14098
/proc/meminfo: memFree=24597796/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=1020204 CPUtime=4722.46 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 232279 0 0 0 471632 614 0 0 25 0 5 0 518148409 1044688896 220802 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 255051 220802 419 389 0 250801 0
[pid=14028/tid=14030] ppid=14027 vsize=1020204 CPUtime=1182.19 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 60098 0 0 0 118075 144 0 0 25 0 5 0 518148414 1044688896 220802 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=1020204 CPUtime=1182.21 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 50642 0 0 0 118072 149 0 0 25 0 5 0 518148415 1044688896 220802 33554432000 4194304 5787044 140733711989136 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=1020204 CPUtime=1182.19 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 46249 0 0 0 118062 157 0 0 25 0 5 0 518148416 1044688896 220802 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=1020204 CPUtime=1175.76 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 68977 0 0 0 117415 161 0 0 25 0 5 0 518148417 1044688896 220802 33554432000 4194304 5787044 140733711989136 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 1028904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.11 8.08 8.07 9/188 14098
/proc/meminfo: memFree=24577944/32950928 swapFree=67111364/67111528
[pid=14027] ppid=14025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14027/stat : 14027 (prissAuto.sh) S 14025 14027 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518148409 8908800 251 33554432000 4194304 4922060 140735795944656 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14027/statm: 2175 251 211 178 0 68 0
[pid=14028] ppid=14027 vsize=1092132 CPUtime=4800.37 cores=1,3,5,7
/proc/14028/stat : 14028 (priss) S 14027 14027 12570 0 -1 4202496 237060 0 0 0 479416 621 0 0 25 0 5 0 518148409 1118343168 225583 33554432000 4194304 5787044 140733711989136 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14028/statm: 273033 225583 419 389 0 268783 0
[pid=14028/tid=14030] ppid=14027 vsize=1092132 CPUtime=1201.69 cores=1,3,5,7
/proc/14028/task/14030/stat : 14030 (priss) R 14027 14027 12570 0 -1 4202560 61724 0 0 0 120022 147 0 0 25 0 5 0 518148414 1118343168 225583 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=1092132 CPUtime=1201.72 cores=1,3,5,7
/proc/14028/task/14031/stat : 14031 (priss) R 14027 14027 12570 0 -1 4202560 52240 0 0 0 120022 150 0 0 25 0 5 0 518148415 1118343168 225583 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=1092132 CPUtime=1201.7 cores=1,3,5,7
/proc/14028/task/14032/stat : 14032 (priss) R 14027 14027 12570 0 -1 4202560 47296 0 0 0 120010 160 0 0 25 0 5 0 518148416 1118343168 225583 33554432000 4194304 5787044 140733711989136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=1092132 CPUtime=1195.15 cores=1,3,5,7
/proc/14028/task/14033/stat : 14033 (priss) R 14027 14027 12570 0 -1 4202560 69487 0 0 0 119353 162 0 0 25 0 5 0 518148417 1118343168 225583 33554432000 4194304 5787044 140733711989136 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1100832

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 14027 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.37
#
# 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.37
CPU user time (s): 4794.16
CPU system time (s): 6.21
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 1100832

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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.70074 second user time and 4.86526 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 10:24:47
IDJOB=3291458
IDBENCH=84223
IDSOLVER=1602
FILE ID=node127/3291458-1304065487
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71816 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291458-1304065487/watcher-3291458-1304065487 -o /tmp/evaluation-result-3291458-1304065487/solver-3291458-1304065487 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3291458-1304065487.cnf 1988194718 4800 15500 4

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=1988194718

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25782516 kB
Buffers:       1388268 kB
Cached:        4704484 kB
SwapCached:          0 kB
Active:        2278520 kB
Inactive:      4414972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25782516 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3932 kB
Writeback:           0 kB
AnonPages:      600676 kB
Mapped:          15612 kB
Slab:           409880 kB
PageTables:       5904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   805952 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= 71812 MiB
End job on node127 at 2011-04-29 10:44:51