Trace number 3288744

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.38 1201.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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: 21744
0.00/0.00	c setup for 4cores
0.00/0.08	c parsetime: 74733us
0.00/0.08	c parsed 245006 clauses with 76943 variables
0.00/0.09	c NW started thread 0 successfully (1117608256)
0.00/0.11	c NW started thread 1 successfully (1093241152)
0.00/0.13	c NW started thread 2 successfully (1105008960)
0.00/0.15	c NW started thread 3 successfully (1128098112)
11.48/3.01	c preprocessor returned 76943 variables
11.48/3.01	c preprocessing returned UNKNOWN
11.48/3.01	c PP set 3054 variables
11.48/3.01	c pp time: 2897262us (2s)
11.48/3.03	c preprocessor returned 76943 variables
11.48/3.03	c preprocessing returned UNKNOWN
11.48/3.03	c PP set 3054 variables
11.48/3.03	c pp time: 2902889us (2s)
11.48/3.05	c preprocessor returned 76943 variables
11.48/3.05	c preprocessing returned UNKNOWN
11.48/3.05	c PP set 3054 variables
11.48/3.05	c pp time: 2895644us (2s)
11.48/3.06	c preprocessor returned 76943 variables
11.48/3.06	c preprocessing returned UNKNOWN
11.48/3.06	c PP set 3054 variables
11.48/3.06	c pp time: 2889040us (2s)
12.28/3.28	c HTE
12.68/3.35	c subsumption
13.08/3.44	c simplified formula contains 0 unit clauses
13.48/3.56	c HTE
13.87/3.63	c subsumption
14.29/3.73	c simplified formula contains 0 unit clauses
74.59/18.86	c HTE
76.98/19.47	c subsumption
78.98/19.97	c simplified formula contains 0 unit clauses
167.25/42.07	c added unsatisfied clause
167.25/42.07	c failed to add network clauses
1134.69/284.30	c added unsatisfied clause
1134.69/284.30	c failed to add network clauses
1265.29/316.93	c added unsatisfied clause
1265.29/316.93	c failed to add network clauses
1749.41/438.11	c added unsatisfied clause
1749.41/438.11	c failed to add network clauses
3301.25/826.63	c added unsatisfied clause
3301.25/826.63	c failed to add network clauses
4065.40/1017.91	c added unsatisfied clause
4065.40/1017.91	c failed to add network clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288744-1304051378/watcher-3288744-1304051378 -o /tmp/evaluation-result-3288744-1304051378/solver-3288744-1304051378 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288744-1304051378.cnf 906275746 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: 7.85 8.03 7.92 5/182 21743
/proc/meminfo: memFree=12952004/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0

[startup+0.0396629 s]
/proc/loadavg: 7.85 8.03 7.92 5/182 21743
/proc/meminfo: memFree=12952004/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100644 s]
/proc/loadavg: 7.85 8.03 7.92 5/182 21743
/proc/meminfo: memFree=12952004/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.336774 s]
/proc/loadavg: 7.85 8.03 7.92 5/182 21743
/proc/meminfo: memFree=12952004/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.964736 s]
/proc/loadavg: 7.85 8.03 7.92 5/182 21743
/proc/meminfo: memFree=12952004/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 7.85 8.03 7.92 9/188 21749
/proc/meminfo: memFree=12754060/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=457280 CPUtime=5.52 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 67959 0 0 0 530 22 0 0 18 0 5 0 516738791 468254720 49720 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 114320 49720 352 389 0 110070 0
[pid=21744/tid=21746] ppid=21743 vsize=457280 CPUtime=1.36 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 14329 0 0 0 132 4 0 0 18 0 5 0 516738801 468254720 49722 33554432000 4194304 5787044 140734774653664 18446744073709551615 270612801635 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=457280 CPUtime=1.34 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 13646 0 0 0 129 5 0 0 18 0 5 0 516738802 468254720 49723 33554432000 4194304 5787044 140734774653664 18446744073709551615 270612771873 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=457280 CPUtime=1.32 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 15281 0 0 0 126 6 0 0 18 0 5 0 516738804 468254720 49724 33554432000 4194304 5787044 140734774653664 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=457280 CPUtime=1.31 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 12529 0 0 0 127 4 0 0 18 0 5 0 516738807 468254720 49725 33554432000 4194304 5787044 140734774653664 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 465980

[startup+3.10108 s]
/proc/loadavg: 7.86 8.03 7.92 9/188 21749
/proc/meminfo: memFree=12738700/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=471560 CPUtime=11.88 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 89409 0 0 0 1164 24 0 0 18 0 5 0 516738791 482877440 64617 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 117890 64618 404 389 0 113640 0
[pid=21744/tid=21746] ppid=21743 vsize=471560 CPUtime=2.96 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 21252 0 0 0 291 5 0 0 21 0 5 0 516738801 482877440 64619 33554432000 4194304 5787044 140734774653664 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=471560 CPUtime=2.94 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 20115 0 0 0 288 6 0 0 20 0 5 0 516738802 482877440 64620 33554432000 4194304 5787044 140734774653664 18446744073709551615 270612771873 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=471560 CPUtime=2.91 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 21966 0 0 0 284 7 0 0 20 0 5 0 516738804 482877440 64621 33554432000 4194304 5787044 140734774653664 18446744073709551615 5587746 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=471560 CPUtime=2.89 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 13902 0 0 0 285 4 0 0 21 0 5 0 516738807 482877440 64623 33554432000 4194304 5787044 140734774653664 18446744073709551615 5525931 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 480260

[startup+6.30051 s]
/proc/loadavg: 7.86 8.03 7.92 9/188 21749
/proc/meminfo: memFree=12676708/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=477220 CPUtime=24.65 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 98224 0 0 0 2439 26 0 0 18 0 5 0 516738791 488673280 68790 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 119305 68790 418 389 0 115055 0
[pid=21744/tid=21746] ppid=21743 vsize=477220 CPUtime=6.16 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 21458 0 0 0 611 5 0 0 25 0 5 0 516738801 488673280 68790 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591181 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=477220 CPUtime=6.14 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 20721 0 0 0 608 6 0 0 25 0 5 0 516738802 488673280 68790 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=477220 CPUtime=6.11 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 22901 0 0 0 604 7 0 0 25 0 5 0 516738804 488673280 68790 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=477220 CPUtime=6.08 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 20967 0 0 0 602 6 0 0 25 0 5 0 516738807 488673280 68790 33554432000 4194304 5787044 140734774653664 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 485920

[startup+12.7004 s]
/proc/loadavg: 7.88 8.03 7.92 9/188 21749
/proc/meminfo: memFree=12671152/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=477220 CPUtime=50.22 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 99369 0 0 0 4995 27 0 0 18 0 5 0 516738791 488673280 69935 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 119305 69935 418 389 0 115055 0
[pid=21744/tid=21746] ppid=21743 vsize=477220 CPUtime=12.55 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 21559 0 0 0 1250 5 0 0 25 0 5 0 516738801 488673280 69935 33554432000 4194304 5787044 140734774653664 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=477220 CPUtime=12.54 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 20960 0 0 0 1248 6 0 0 25 0 5 0 516738802 488673280 69935 33554432000 4194304 5787044 140734774653664 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=477220 CPUtime=12.51 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 23295 0 0 0 1243 8 0 0 25 0 5 0 516738804 488673280 69935 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=477220 CPUtime=12.44 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 21378 0 0 0 1238 6 0 0 25 0 5 0 516738807 488673280 69935 33554432000 4194304 5787044 140734774653664 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 485920

[startup+25.5011 s]
/proc/loadavg: 7.90 8.03 7.92 9/188 21749
/proc/meminfo: memFree=12655660/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=542756 CPUtime=101.35 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 106011 0 0 0 10104 31 0 0 18 0 5 0 516738791 555782144 73730 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 135689 73730 418 389 0 131439 0
[pid=21744/tid=21746] ppid=21743 vsize=542756 CPUtime=25.35 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 21963 0 0 0 2530 5 0 0 25 0 5 0 516738801 555782144 73730 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=542756 CPUtime=25.33 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 22690 0 0 0 2526 7 0 0 25 0 5 0 516738802 555782144 73730 33554432000 4194304 5787044 140734774653664 18446744073709551615 5585228 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=542756 CPUtime=25.31 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 23926 0 0 0 2522 9 0 0 25 0 5 0 516738804 555782144 73730 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=542756 CPUtime=25.17 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 25255 0 0 0 2510 7 0 0 25 0 5 0 516738807 555782144 73730 33554432000 4194304 5787044 140734774653664 18446744073709551615 4213832 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 551456

[startup+51.1066 s]
/proc/loadavg: 8.00 8.04 7.93 9/188 21750
/proc/meminfo: memFree=12628652/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=546320 CPUtime=203.62 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 111466 0 0 0 20327 35 0 0 18 0 5 0 516738791 559431680 79182 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 136580 79182 418 389 0 132330 0
[pid=21744/tid=21746] ppid=21743 vsize=546320 CPUtime=50.95 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 22227 0 0 0 5090 5 0 0 25 0 5 0 516738801 559431680 79182 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=546320 CPUtime=50.94 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 24766 0 0 0 5086 8 0 0 25 0 5 0 516738802 559431680 79182 33554432000 4194304 5787044 140734774653664 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=546320 CPUtime=50.92 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 25772 0 0 0 5081 11 0 0 25 0 5 0 516738804 559431680 79182 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=546320 CPUtime=50.63 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 26524 0 0 0 5055 8 0 0 25 0 5 0 516738807 559431680 79182 33554432000 4194304 5787044 140734774653664 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 555020

[startup+102.301 s]
/proc/loadavg: 8.04 8.05 7.93 9/188 21752
/proc/meminfo: memFree=12592560/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=556832 CPUtime=408.1 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 119749 0 0 0 40768 42 0 0 18 0 5 0 516738791 570195968 87376 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 139208 87376 418 389 0 134958 0
[pid=21744/tid=21746] ppid=21743 vsize=556832 CPUtime=102.14 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 24624 0 0 0 10208 6 0 0 25 0 5 0 516738801 570195968 87376 33554432000 4194304 5787044 140734774653664 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=556832 CPUtime=102.13 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 26463 0 0 0 10203 10 0 0 25 0 5 0 516738802 570195968 87376 33554432000 4194304 5787044 140734774653664 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=556832 CPUtime=102.1 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 27980 0 0 0 10196 14 0 0 25 0 5 0 516738804 570195968 87376 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=556832 CPUtime=101.54 cores=0,2,4,6

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

/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 40394 0 0 0 82183 29 0 0 25 0 5 0 516738802 896339968 158042 33554432000 4194304 5787044 140734774653664 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=875332 CPUtime=822.09 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 48091 0 0 0 82171 38 0 0 25 0 5 0 516738804 896339968 158042 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=875332 CPUtime=817.61 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 51853 0 0 0 81728 33 0 0 25 0 5 0 516738807 896339968 158042 33554432000 4194304 5787044 140734774653664 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.05
Current children cumulated vsize (KiB) 884032

[startup+882.3 s]
/proc/loadavg: 8.05 8.08 8.00 9/188 21804
/proc/meminfo: memFree=12599516/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=877048 CPUtime=3523.72 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 192699 0 0 0 352249 123 0 0 18 0 5 0 516738791 898097152 158697 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 219262 158697 418 389 0 215012 0
[pid=21744/tid=21746] ppid=21743 vsize=877048 CPUtime=882.04 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 39325 0 0 0 88185 19 0 0 25 0 5 0 516738801 898097152 158697 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=877048 CPUtime=882.11 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 40802 0 0 0 88182 29 0 0 25 0 5 0 516738802 898097152 158697 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=877048 CPUtime=882.09 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 48531 0 0 0 88171 38 0 0 25 0 5 0 516738804 898097152 158697 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=877048 CPUtime=877.29 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 51864 0 0 0 87695 34 0 0 25 0 5 0 516738807 898097152 158697 33554432000 4194304 5787044 140734774653664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.72
Current children cumulated vsize (KiB) 885748

[startup+942.301 s]
/proc/loadavg: 8.12 8.09 8.00 9/188 21806
/proc/meminfo: memFree=12534776/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=877208 CPUtime=3763.4 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 192804 0 0 0 376216 124 0 0 18 0 5 0 516738791 898260992 158802 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 219302 158802 418 389 0 215052 0
[pid=21744/tid=21746] ppid=21743 vsize=877208 CPUtime=942.04 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 39325 0 0 0 94185 19 0 0 25 0 5 0 516738801 898260992 158802 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=877208 CPUtime=942.12 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 40802 0 0 0 94183 29 0 0 25 0 5 0 516738802 898260992 158802 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=877208 CPUtime=942.09 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 48574 0 0 0 94171 38 0 0 25 0 5 0 516738804 898260992 158802 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=877208 CPUtime=936.96 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 51926 0 0 0 93662 34 0 0 25 0 5 0 516738807 898260992 158802 33554432000 4194304 5787044 140734774653664 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.4
Current children cumulated vsize (KiB) 885908

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.00 9/188 21808
/proc/meminfo: memFree=12512076/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=881488 CPUtime=4003.07 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 194206 0 0 0 400183 124 0 0 18 0 5 0 516738791 902643712 160204 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 220372 160204 418 389 0 216122 0
[pid=21744/tid=21746] ppid=21743 vsize=881488 CPUtime=1002.03 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 39330 0 0 0 100184 19 0 0 25 0 5 0 516738801 902643712 160204 33554432000 4194304 5787044 140734774653664 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=881488 CPUtime=1002.12 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 40804 0 0 0 100183 29 0 0 25 0 5 0 516738802 902643712 160204 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=881488 CPUtime=1002.1 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 49224 0 0 0 100171 39 0 0 25 0 5 0 516738804 902643712 160204 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=881488 CPUtime=996.63 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 52671 0 0 0 99629 34 0 0 25 0 5 0 516738807 902643712 160204 33554432000 4194304 5787044 140734774653664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.07
Current children cumulated vsize (KiB) 890188

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 8.00 9/188 21809
/proc/meminfo: memFree=12457508/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=882920 CPUtime=4242.73 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 200148 0 0 0 424143 130 0 0 18 0 5 0 516738791 904110080 166146 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 220730 166146 418 389 0 216480 0
[pid=21744/tid=21746] ppid=21743 vsize=882920 CPUtime=1062.03 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 41376 0 0 0 106181 22 0 0 25 0 5 0 516738801 904110080 166146 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=882920 CPUtime=1062.12 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 43023 0 0 0 106182 30 0 0 25 0 5 0 516738802 904110080 166146 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=882920 CPUtime=1062.09 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 49593 0 0 0 106170 39 0 0 25 0 5 0 516738804 904110080 166146 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=882920 CPUtime=1056.3 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 53979 0 0 0 105594 36 0 0 25 0 5 0 516738807 904110080 166146 33554432000 4194304 5787044 140734774653664 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.73
Current children cumulated vsize (KiB) 891620

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 8.00 9/188 21811
/proc/meminfo: memFree=12424020/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=884504 CPUtime=4482.4 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 207511 0 0 0 448101 139 0 0 18 0 5 0 516738791 905732096 173509 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 221126 173509 418 389 0 216876 0
[pid=21744/tid=21746] ppid=21743 vsize=884504 CPUtime=1122.03 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 43444 0 0 0 112178 25 0 0 25 0 5 0 516738801 905732096 173509 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=884504 CPUtime=1122.13 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 45996 0 0 0 112179 34 0 0 25 0 5 0 516738802 905732096 173509 33554432000 4194304 5787044 140734774653664 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=884504 CPUtime=1122.09 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 49960 0 0 0 112170 39 0 0 25 0 5 0 516738804 905732096 173509 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=884504 CPUtime=1115.98 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 55934 0 0 0 111559 39 0 0 25 0 5 0 516738807 905732096 173509 33554432000 4194304 5787044 140734774653664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 893204

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 8.00 9/188 21812
/proc/meminfo: memFree=12392392/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=956648 CPUtime=4722.08 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 215228 0 0 0 472060 148 0 0 18 0 5 0 516738791 979607552 181226 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 239162 181226 418 389 0 234912 0
[pid=21744/tid=21746] ppid=21743 vsize=956648 CPUtime=1182.02 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 46029 0 0 0 118174 28 0 0 25 0 5 0 516738801 979607552 181226 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=956648 CPUtime=1182.13 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 47968 0 0 0 118177 36 0 0 25 0 5 0 516738802 979607552 181226 33554432000 4194304 5787044 140734774653664 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=956648 CPUtime=1182.1 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 51609 0 0 0 118170 40 0 0 25 0 5 0 516738804 979607552 181226 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=956648 CPUtime=1175.65 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 57445 0 0 0 117524 41 0 0 25 0 5 0 516738807 979607552 181226 33554432000 4194304 5787044 140734774653664 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.08
Current children cumulated vsize (KiB) 965348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.06 8.08 8.00 9/188 21813
/proc/meminfo: memFree=12377632/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (prissAuto.sh) S 21741 21743 19631 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516738791 8908800 252 33554432000 4194304 4922060 140734999459184 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21743/statm: 2175 252 211 178 0 68 0
[pid=21744] ppid=21743 vsize=1024668 CPUtime=4800.38 cores=0,2,4,6
/proc/21744/stat : 21744 (priss) S 21743 21743 19631 0 -1 4202496 218836 0 0 0 479888 150 0 0 18 0 5 0 516738791 1049260032 184834 33554432000 4194304 5787044 140734774653664 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21744/statm: 256167 184834 418 389 0 251917 0
[pid=21744/tid=21746] ppid=21743 vsize=1024668 CPUtime=1201.62 cores=0,2,4,6
/proc/21744/task/21746/stat : 21746 (priss) R 21743 21743 19631 0 -1 4202560 46707 0 0 0 120133 29 0 0 25 0 5 0 516738801 1049260032 184834 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21744/tid=21747] ppid=21743 vsize=1024668 CPUtime=1201.74 cores=0,2,4,6
/proc/21744/task/21747/stat : 21747 (priss) R 21743 21743 19631 0 -1 4202560 48612 0 0 0 120137 37 0 0 25 0 5 0 516738802 1049260032 184834 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21744/tid=21748] ppid=21743 vsize=1024668 CPUtime=1201.7 cores=0,2,4,6
/proc/21744/task/21748/stat : 21748 (priss) R 21743 21743 19631 0 -1 4202560 52258 0 0 0 120130 40 0 0 25 0 5 0 516738804 1049260032 184834 33554432000 4194304 5787044 140734774653664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21744/tid=21749] ppid=21743 vsize=1024668 CPUtime=1195.15 cores=0,2,4,6
/proc/21744/task/21749/stat : 21749 (priss) R 21743 21743 19631 0 -1 4202560 59082 0 0 0 119473 42 0 0 25 0 5 0 516738807 1049260032 184834 33554432000 4194304 5787044 140734774653664 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1033368

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

Real time (s): 1201.92
CPU time (s): 4800.38
CPU user time (s): 4798.88
CPU system time (s): 1.5
CPU usage (%): 399.393
Max. virtual memory (cumulated for all children) (KiB): 1033368

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

runsolver used 1.83372 second user time and 4.73228 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 06:29:39
IDJOB=3288744
IDBENCH=83103
IDSOLVER=1602
FILE ID=node108/3288744-1304051378
RUNJOBID= node108-1304037066-19649
PBS_JOBID= 13170368
Free space on /tmp= 72084 MiB

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

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=906275746

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:      12952292 kB
Buffers:       2296552 kB
Cached:       16171248 kB
SwapCached:          0 kB
Active:       11300900 kB
Inactive:      8115344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12952292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:      947412 kB
Mapped:          15708 kB
Slab:           518596 kB
PageTables:       6308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1192852 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 06:49:42