Trace number 3289296

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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: 21841
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 38695us
0.00/0.04	c parsed 134663 clauses with 40286 variables
0.00/0.05	c NW started thread 0 successfully (1113200960)
0.00/0.06	c NW started thread 1 successfully (1123690816)
0.00/0.07	c NW started thread 2 successfully (1102158144)
0.00/0.08	c NW started thread 3 successfully (1134180672)
0.00/1.21	c preprocessor returned 40286 variables
0.00/1.21	c preprocessing returned UNKNOWN
0.00/1.21	c PP set 1424 variables
0.00/1.21	c pp time: 1085276us (1s)
0.00/1.21	c preprocessor returned 40286 variables
0.00/1.21	c preprocessing returned UNKNOWN
0.00/1.21	c PP set 1424 variables
0.00/1.21	c pp time: 1083303us (1s)
0.00/1.21	c preprocessor returned 40286 variables
0.00/1.21	c preprocessing returned UNKNOWN
0.00/1.21	c PP set 1424 variables
0.00/1.21	c pp time: 1079443us (1s)
6.57/1.79	c preprocessor returned 42286 variables
6.57/1.79	c preprocessing returned UNKNOWN
6.57/1.79	c PP set 1422 variables
6.57/1.79	c pp time: 1694693us (1s)
7.34/1.91	c HTE
7.34/1.97	c subsumption
7.74/2.02	c simplified formula contains 0 unit clauses
44.10/11.14	c added unsatisfied clause
44.10/11.14	c failed to add network clauses
616.07/154.32	c added unsatisfied clause
616.07/154.32	c failed to add network clauses
4531.87/1134.67	c HTE

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-3289296-1304052583/watcher-3289296-1304052583 -o /tmp/evaluation-result-3289296-1304052583/solver-3289296-1304052583 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289296-1304052583.cnf 1913415931 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.08 8.00 6/182 21840
/proc/meminfo: memFree=13119272/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0

[startup+0.054962 s]
/proc/loadavg: 8.06 8.08 8.00 6/182 21840
/proc/meminfo: memFree=13119272/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103022 s]
/proc/loadavg: 8.06 8.08 8.00 6/182 21840
/proc/meminfo: memFree=13119272/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.324235 s]
/proc/loadavg: 8.06 8.08 8.00 6/182 21840
/proc/meminfo: memFree=13119272/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06809 s]
/proc/loadavg: 8.06 8.08 8.00 6/182 21840
/proc/meminfo: memFree=13119272/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 8.06 8.08 8.00 6/182 21840
/proc/meminfo: memFree=13119272/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10037 s]
/proc/loadavg: 8.06 8.07 8.00 9/188 21846
/proc/meminfo: memFree=12957520/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=411388 CPUtime=12.14 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 55626 0 0 0 1199 15 0 0 18 0 5 0 516859213 421261312 40053 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 102847 40053 419 389 0 98597 0
[pid=21841/tid=21843] ppid=21840 vsize=411388 CPUtime=3.03 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 10971 0 0 0 300 3 0 0 23 0 5 0 516859218 421261312 40053 33554432000 4194304 5787044 140734688010080 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=411388 CPUtime=3 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 12007 0 0 0 297 3 0 0 23 0 5 0 516859219 421261312 40053 33554432000 4194304 5787044 140734688010080 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=411388 CPUtime=3.01 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 10657 0 0 0 297 4 0 0 24 0 5 0 516859220 421261312 40053 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=411388 CPUtime=2.99 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 14461 0 0 0 297 2 0 0 22 0 5 0 516859221 421261312 40053 33554432000 4194304 5787044 140734688010080 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 420088

[startup+6.3008 s]
/proc/loadavg: 8.06 8.07 8.00 9/188 21846
/proc/meminfo: memFree=12949044/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=415488 CPUtime=24.92 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 57413 0 0 0 2477 15 0 0 18 0 5 0 516859213 425459712 41840 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 103872 41840 419 389 0 99622 0
[pid=21841/tid=21843] ppid=21840 vsize=415488 CPUtime=6.23 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 12280 0 0 0 620 3 0 0 25 0 5 0 516859218 425459712 41840 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=415488 CPUtime=6.18 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 12275 0 0 0 615 3 0 0 25 0 5 0 516859219 425459712 41840 33554432000 4194304 5787044 140734688010080 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=415488 CPUtime=6.2 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 10866 0 0 0 616 4 0 0 25 0 5 0 516859220 425459712 41840 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=415488 CPUtime=6.19 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 14462 0 0 0 616 3 0 0 25 0 5 0 516859221 425459712 41840 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624936629 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 424188

[startup+12.7067 s]
/proc/loadavg: 8.05 8.07 8.00 9/188 21846
/proc/meminfo: memFree=12943108/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=415488 CPUtime=50.51 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 58503 0 0 0 5034 17 0 0 18 0 5 0 516859213 425459712 42930 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 103872 42930 419 389 0 99622 0
[pid=21841/tid=21843] ppid=21840 vsize=415488 CPUtime=12.63 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 12576 0 0 0 1260 3 0 0 25 0 5 0 516859218 425459712 42930 33554432000 4194304 5787044 140734688010080 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=415488 CPUtime=12.55 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 12419 0 0 0 1251 4 0 0 25 0 5 0 516859219 425459712 42930 33554432000 4194304 5787044 140734688010080 18446744073709551615 5588076 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=415488 CPUtime=12.61 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 11237 0 0 0 1256 5 0 0 25 0 5 0 516859220 425459712 42930 33554432000 4194304 5787044 140734688010080 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=415488 CPUtime=12.6 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 14741 0 0 0 1257 3 0 0 25 0 5 0 516859221 425459712 42930 33554432000 4194304 5787044 140734688010080 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 424188

[startup+25.5004 s]
/proc/loadavg: 8.04 8.07 8.00 9/188 21847
/proc/meminfo: memFree=12930824/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=419588 CPUtime=101.61 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 61740 0 0 0 10141 20 0 0 18 0 5 0 516859213 429658112 46167 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 104897 46167 419 389 0 100647 0
[pid=21841/tid=21843] ppid=21840 vsize=419588 CPUtime=25.42 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 13503 0 0 0 2538 4 0 0 25 0 5 0 516859218 429658112 46167 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=419588 CPUtime=25.28 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 12670 0 0 0 2524 4 0 0 25 0 5 0 516859219 429658112 46167 33554432000 4194304 5787044 140734688010080 18446744073709551615 5592076 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=419588 CPUtime=25.4 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 11730 0 0 0 2535 5 0 0 25 0 5 0 516859220 429658112 46167 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=419588 CPUtime=25.39 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 16307 0 0 0 2535 4 0 0 25 0 5 0 516859221 429658112 46167 33554432000 4194304 5787044 140734688010080 18446744073709551615 5528576 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 428288

[startup+51.1009 s]
/proc/loadavg: 8.02 8.06 8.00 9/188 21847
/proc/meminfo: memFree=12890692/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=422392 CPUtime=203.88 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 67216 0 0 0 20361 27 0 0 18 0 5 0 516859213 432529408 51641 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 105598 51641 419 389 0 101348 0
[pid=21841/tid=21843] ppid=21840 vsize=422392 CPUtime=51.03 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 15107 0 0 0 5097 6 0 0 25 0 5 0 516859218 432529408 51641 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=422392 CPUtime=50.74 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 13328 0 0 0 5068 6 0 0 25 0 5 0 516859219 432529408 51641 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=422392 CPUtime=51 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 12399 0 0 0 5094 6 0 0 25 0 5 0 516859220 432529408 51641 33554432000 4194304 5787044 140734688010080 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=422392 CPUtime=50.99 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 18852 0 0 0 5093 6 0 0 25 0 5 0 516859221 432529408 51641 33554432000 4194304 5787044 140734688010080 18446744073709551615 5526784 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 431092

[startup+102.301 s]
/proc/loadavg: 8.01 8.05 8.00 9/188 21849
/proc/meminfo: memFree=12811456/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=435680 CPUtime=408.36 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 78995 0 0 0 40796 40 0 0 18 0 5 0 516859213 446136320 63331 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 108920 63331 419 389 0 104670 0
[pid=21841/tid=21843] ppid=21840 vsize=435680 CPUtime=102.23 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 19182 0 0 0 10211 12 0 0 25 0 5 0 516859218 446136320 63331 33554432000 4194304 5787044 140734688010080 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=435680 CPUtime=101.65 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 16443 0 0 0 10157 8 0 0 25 0 5 0 516859219 446136320 63331 33554432000 4194304 5787044 140734688010080 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=435680 CPUtime=102.19 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 14522 0 0 0 10211 8 0 0 25 0 5 0 516859220 446136320 63331 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=435680 CPUtime=102.17 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 21318 0 0 0 10208 9 0 0 25 0 5 0 516859221 446136320 63331 33554432000 4194304 5787044 140734688010080 18446744073709551615 5528704 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.36
Current children cumulated vsize (KiB) 444380

[startup+162.307 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 21850
/proc/meminfo: memFree=12718576/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=444844 CPUtime=648.04 cores=0,2,4,6

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

/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 42331 0 0 0 82088 35 0 0 25 0 5 0 516859219 805429248 143805 33554432000 4194304 5787044 140734688010080 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=786552 CPUtime=822.18 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 29319 0 0 0 82191 27 0 0 25 0 5 0 516859220 805429248 143805 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=786552 CPUtime=821.18 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 41157 0 0 0 82085 33 0 0 25 0 5 0 516859221 805429248 143805 33554432000 4194304 5787044 140734688010080 18446744073709551615 4228843 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.37
Current children cumulated vsize (KiB) 795252

[startup+882.301 s]
/proc/loadavg: 8.31 8.12 8.03 9/188 21914
/proc/meminfo: memFree=12696996/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=790652 CPUtime=3524.02 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 170733 0 0 0 352248 154 0 0 18 0 5 0 516859213 809627648 154160 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 197663 154160 419 389 0 193413 0
[pid=21841/tid=21843] ppid=21840 vsize=790652 CPUtime=879.34 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 42945 0 0 0 87887 47 0 0 25 0 5 0 516859218 809627648 154160 33554432000 4194304 5787044 140734688010080 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=790652 CPUtime=881.22 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 43442 0 0 0 88087 35 0 0 25 0 5 0 516859219 809627648 154160 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=790652 CPUtime=882.18 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 32483 0 0 0 88185 33 0 0 25 0 5 0 516859220 809627648 154160 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=790652 CPUtime=881.17 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 44333 0 0 0 88080 37 0 0 25 0 5 0 516859221 809627648 154160 33554432000 4194304 5787044 140734688010080 18446744073709551615 5527758 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.02
Current children cumulated vsize (KiB) 799352

[startup+942.301 s]
/proc/loadavg: 8.19 8.13 8.04 9/188 21916
/proc/meminfo: memFree=12639136/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=790652 CPUtime=3763.7 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 176352 0 0 0 376208 162 0 0 18 0 5 0 516859213 809627648 159574 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 197663 159574 419 389 0 193413 0
[pid=21841/tid=21843] ppid=21840 vsize=790652 CPUtime=939.01 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 44595 0 0 0 93852 49 0 0 25 0 5 0 516859218 809627648 159574 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=790652 CPUtime=941.23 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 44158 0 0 0 94087 36 0 0 25 0 5 0 516859219 809627648 159574 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=790652 CPUtime=942.17 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 34102 0 0 0 94183 34 0 0 25 0 5 0 516859220 809627648 159574 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=790652 CPUtime=941.17 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 45967 0 0 0 94077 40 0 0 25 0 5 0 516859221 809627648 159574 33554432000 4194304 5787044 140734688010080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.7
Current children cumulated vsize (KiB) 799352

[startup+1002.3 s]
/proc/loadavg: 8.22 8.15 8.05 9/188 21918
/proc/meminfo: memFree=12632568/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=856188 CPUtime=4003.37 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 177368 0 0 0 400175 162 0 0 18 0 5 0 516859213 876736512 160385 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 214047 160385 419 389 0 209797 0
[pid=21841/tid=21843] ppid=21840 vsize=856188 CPUtime=998.68 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 44960 0 0 0 99819 49 0 0 25 0 5 0 516859218 876736512 160385 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=856188 CPUtime=1001.23 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 44502 0 0 0 100087 36 0 0 25 0 5 0 516859219 876736512 160385 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=856188 CPUtime=1002.17 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 34102 0 0 0 100183 34 0 0 25 0 5 0 516859220 876736512 160385 33554432000 4194304 5787044 140734688010080 18446744073709551615 5590305 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=856188 CPUtime=1001.17 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 46274 0 0 0 100077 40 0 0 25 0 5 0 516859221 876736512 160385 33554432000 4194304 5787044 140734688010080 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.37
Current children cumulated vsize (KiB) 864888

[startup+1062.3 s]
/proc/loadavg: 8.11 8.13 8.05 9/188 21919
/proc/meminfo: memFree=12619052/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=857616 CPUtime=4243.04 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 179603 0 0 0 424139 165 0 0 18 0 5 0 516859213 878198784 162418 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 214404 162418 419 389 0 210154 0
[pid=21841/tid=21843] ppid=21840 vsize=857616 CPUtime=1058.35 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 45365 0 0 0 105786 49 0 0 25 0 5 0 516859218 878198784 162418 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=857616 CPUtime=1061.22 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 45078 0 0 0 106086 36 0 0 25 0 5 0 516859219 878198784 162418 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=857616 CPUtime=1062.18 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 34108 0 0 0 106183 35 0 0 25 0 5 0 516859220 878198784 162418 33554432000 4194304 5787044 140734688010080 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=857616 CPUtime=1061.17 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 47522 0 0 0 106075 42 0 0 25 0 5 0 516859221 878198784 162418 33554432000 4194304 5787044 140734688010080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.04
Current children cumulated vsize (KiB) 866316

[startup+1122.3 s]
/proc/loadavg: 8.15 8.14 8.05 9/188 21921
/proc/meminfo: memFree=12616448/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=857616 CPUtime=4482.72 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 179606 0 0 0 448107 165 0 0 18 0 5 0 516859213 878198784 162421 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 214404 162421 419 389 0 210154 0
[pid=21841/tid=21843] ppid=21840 vsize=857616 CPUtime=1118.03 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 45366 0 0 0 111754 49 0 0 25 0 5 0 516859218 878198784 162421 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=857616 CPUtime=1121.22 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 45078 0 0 0 112086 36 0 0 25 0 5 0 516859219 878198784 162421 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=857616 CPUtime=1122.18 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 34109 0 0 0 112183 35 0 0 25 0 5 0 516859220 878198784 162421 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=857616 CPUtime=1121.17 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 47523 0 0 0 112075 42 0 0 25 0 5 0 516859221 878198784 162421 33554432000 4194304 5787044 140734688010080 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.72
Current children cumulated vsize (KiB) 866316

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.05 9/188 21922
/proc/meminfo: memFree=12509696/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=924016 CPUtime=4722.39 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 204978 0 0 0 472069 170 0 0 18 0 5 0 516859213 946192384 186561 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 231004 186561 419 389 0 226754 0
[pid=21841/tid=21843] ppid=21840 vsize=924016 CPUtime=1177.7 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 45366 0 0 0 117721 49 0 0 25 0 5 0 516859218 946192384 186561 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=924016 CPUtime=1181.22 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 45078 0 0 0 118086 36 0 0 25 0 5 0 516859219 946192384 186561 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=924016 CPUtime=1182.18 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 34114 0 0 0 118183 35 0 0 25 0 5 0 516859220 946192384 186561 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=924016 CPUtime=1181.18 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 72890 0 0 0 118071 47 0 0 25 0 5 0 516859221 946192384 186561 33554432000 4194304 5787044 140734688010080 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 932716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.81 s]
/proc/loadavg: 8.09 8.11 8.05 9/188 21923
/proc/meminfo: memFree=12503740/32951124 swapFree=67111528/67111528
[pid=21840] ppid=21838 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21840/stat : 21840 (prissAuto.sh) S 21838 21840 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516859213 8908800 252 33554432000 4194304 4922060 140735175842192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21840/statm: 2175 252 211 178 0 68 0
[pid=21841] ppid=21840 vsize=925732 CPUtime=4800.32 cores=0,2,4,6
/proc/21841/stat : 21841 (priss) S 21840 21840 19631 0 -1 4202496 205474 0 0 0 479862 170 0 0 18 0 5 0 516859213 947949568 187057 33554432000 4194304 5787044 140734688010080 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21841/statm: 231433 187057 419 389 0 227183 0
[pid=21841/tid=21843] ppid=21840 vsize=925732 CPUtime=1197.1 cores=0,2,4,6
/proc/21841/task/21843/stat : 21843 (priss) R 21840 21840 19631 0 -1 4202560 45366 0 0 0 119661 49 0 0 25 0 5 0 516859218 947949568 187057 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21841/tid=21844] ppid=21840 vsize=925732 CPUtime=1200.74 cores=0,2,4,6
/proc/21841/task/21844/stat : 21844 (priss) R 21840 21840 19631 0 -1 4202560 45536 0 0 0 120037 37 0 0 25 0 5 0 516859219 947949568 187057 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21841/tid=21845] ppid=21840 vsize=925732 CPUtime=1201.69 cores=0,2,4,6
/proc/21841/task/21845/stat : 21845 (priss) R 21840 21840 19631 0 -1 4202560 34140 0 0 0 120134 35 0 0 25 0 5 0 516859220 947949568 187057 33554432000 4194304 5787044 140734688010080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21841/tid=21846] ppid=21840 vsize=925732 CPUtime=1200.69 cores=0,2,4,6
/proc/21841/task/21846/stat : 21846 (priss) R 21840 21840 19631 0 -1 4202560 72902 0 0 0 120022 47 0 0 25 0 5 0 516859221 947949568 187057 33554432000 4194304 5787044 140734688010080 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 934432

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 21840 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.32
#
# 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.32
CPU user time (s): 4798.62
CPU system time (s): 1.7
CPU usage (%): 399.42
Max. virtual memory (cumulated for all children) (KiB): 934432

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= 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.75873 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 06:49:43
IDJOB=3289296
IDBENCH=83119
IDSOLVER=1602
FILE ID=node108/3289296-1304052583
RUNJOBID= node108-1304037066-19649
PBS_JOBID= 13170368
Free space on /tmp= 72112 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289296-1304052583/watcher-3289296-1304052583 -o /tmp/evaluation-result-3289296-1304052583/solver-3289296-1304052583 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3289296-1304052583.cnf 1913415931 4800 15500 4

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=1913415931

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13119428 kB
Buffers:       2296584 kB
Cached:       16141092 kB
SwapCached:          0 kB
Active:       11133628 kB
Inactive:      8115648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13119428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:      810592 kB
Mapped:          15624 kB
Slab:           518284 kB
PageTables:       6336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1013136 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= 72112 MiB
End job on node108 at 2011-04-29 07:09:47