Trace number 3290999

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.13 1203.22

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
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 variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

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: 5105
1.19/1.26	c parsetime: 1264129us
1.19/1.26	c parsed 2133873 clauses with 15364 variables
1.49/1.57	c NW started thread 0 successfully (1094035776)
2.40/2.00	c NW started thread 1 successfully (1104525632)
3.57/2.45	c NW started thread 2 successfully (1115015488)
5.10/2.85	c NW started thread 3 successfully (1125505344)
548.49/138.82	c preprocessor returned 15664 variables
548.49/138.82	c preprocessing returned UNKNOWN
548.49/138.82	c PP set 500 variables
548.49/138.82	c pp time: 137243281us (137s)
550.09/139.28	c preprocessor returned 15664 variables
550.09/139.28	c preprocessing returned UNKNOWN
550.09/139.28	c PP set 500 variables
550.09/139.28	c pp time: 137281133us (137s)
556.88/141.00	c preprocessor returned 15664 variables
556.88/141.00	c preprocessing returned UNKNOWN
556.88/141.00	c PP set 500 variables
556.88/141.00	c pp time: 138539826us (138s)
1074.50/270.54	c preprocessor returned 30004 variables
1074.50/270.54	c preprocessing returned UNKNOWN
1074.50/270.54	c PP set 500 variables
1074.50/270.54	c pp time: 267692793us (267s)
1106.03/278.47	c HTE
1116.42/281.08	c subsumption
1116.42/281.08	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290999-1304063296/watcher-3290999-1304063296 -o /tmp/evaluation-result-3290999-1304063296/solver-3290999-1304063296 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3290999-1304063296.cnf 1024487952 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 3.85 4.02 4.39 1/171 5104
/proc/meminfo: memFree=31665144/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0

[startup+0.070206 s]
/proc/loadavg: 3.85 4.02 4.39 1/171 5104
/proc/meminfo: memFree=31665144/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100199 s]
/proc/loadavg: 3.85 4.02 4.39 1/171 5104
/proc/meminfo: memFree=31665144/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300174 s]
/proc/loadavg: 3.85 4.02 4.39 1/171 5104
/proc/meminfo: memFree=31665144/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701095 s]
/proc/loadavg: 3.85 4.02 4.39 1/171 5104
/proc/meminfo: memFree=31665144/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50092 s]
/proc/loadavg: 3.85 4.02 4.39 2/173 5106
/proc/meminfo: memFree=31548328/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=287264 CPUtime=1.49 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) R 5104 5104 4129 0 -1 4202496 69931 0 0 0 138 11 0 0 25 0 1 0 498745470 294158336 65925 33554432000 4194304 5787044 140735220371456 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5105/statm: 71816 65926 308 389 0 67566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 295964

[startup+3.10057 s]
/proc/loadavg: 3.85 4.02 4.39 4/175 5108
/proc/meminfo: memFree=31055180/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=1295108 CPUtime=6.29 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 280621 0 0 0 580 49 0 0 18 0 5 0 498745470 1326190592 274376 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 323777 274376 349 389 0 319527 0
[pid=5105/tid=5107] ppid=5104 vsize=1295108 CPUtime=1.51 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 24101 0 0 0 144 7 0 0 19 0 5 0 498745627 1326190592 274376 33554432000 4194304 5787044 140735220371456 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=1295108 CPUtime=1.06 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 23832 0 0 0 98 8 0 0 18 0 5 0 498745670 1326190592 274376 33554432000 4194304 5787044 140735220371456 18446744073709551615 4332402 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1303808

[startup+6.30094 s]
/proc/loadavg: 3.86 4.02 4.39 5/177 5110
/proc/meminfo: memFree=30554700/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=1336536 CPUtime=19.08 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 290357 0 0 0 1857 51 0 0 18 0 5 0 498745470 1368612864 282028 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 334134 282028 351 389 0 329884 0
[pid=5105/tid=5107] ppid=5104 vsize=1336536 CPUtime=4.71 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 31029 0 0 0 463 8 0 0 25 0 5 0 498745627 1368612864 282028 33554432000 4194304 5787044 140735220371456 18446744073709551615 4340068 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=1336536 CPUtime=4.26 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 23832 0 0 0 418 8 0 0 25 0 5 0 498745670 1368612864 282028 33554432000 4194304 5787044 140735220371456 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=1336536 CPUtime=3.8 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 23921 0 0 0 377 3 0 0 25 0 5 0 498745715 1368612864 282028 33554432000 4194304 5787044 140735220371456 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=1336536 CPUtime=3.44 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 23944 0 0 0 342 2 0 0 25 0 5 0 498745755 1368612864 282028 33554432000 4194304 5787044 140735220371456 18446744073709551615 4332853 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 1345236

[startup+12.7007 s]
/proc/loadavg: 3.95 4.03 4.39 5/177 5111
/proc/meminfo: memFree=30509504/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=1407648 CPUtime=44.65 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 306642 0 0 0 4412 53 0 0 18 0 5 0 498745470 1441431552 288169 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 351912 288169 351 389 0 347662 0
[pid=5105/tid=5107] ppid=5104 vsize=1407648 CPUtime=11.11 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 31029 0 0 0 1103 8 0 0 25 0 5 0 498745627 1441431552 288169 33554432000 4194304 5787044 140735220371456 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=1407648 CPUtime=10.67 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 27998 0 0 0 1058 9 0 0 25 0 5 0 498745670 1441431552 288169 33554432000 4194304 5787044 140735220371456 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=1407648 CPUtime=10.18 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 31855 0 0 0 1013 5 0 0 25 0 5 0 498745715 1441431552 288169 33554432000 4194304 5787044 140735220371456 18446744073709551615 4339978 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=1407648 CPUtime=9.84 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 28129 0 0 0 982 2 0 0 25 0 5 0 498745755 1441431552 288169 33554432000 4194304 5787044 140735220371456 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.65
Current children cumulated vsize (KiB) 1416348

[startup+25.5011 s]
/proc/loadavg: 3.96 4.03 4.38 5/177 5111
/proc/meminfo: memFree=30507608/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=1407648 CPUtime=95.79 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 308316 0 0 0 9526 53 0 0 18 0 5 0 498745470 1441431552 289843 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 351912 289843 355 389 0 347662 0
[pid=5105/tid=5107] ppid=5104 vsize=1407648 CPUtime=23.91 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 31037 0 0 0 2383 8 0 0 25 0 5 0 498745627 1441431552 289843 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=1407648 CPUtime=23.46 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 28877 0 0 0 2337 9 0 0 25 0 5 0 498745670 1441431552 289843 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=1407648 CPUtime=22.92 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 32146 0 0 0 2287 5 0 0 25 0 5 0 498745715 1441431552 289843 33554432000 4194304 5787044 140735220371456 18446744073709551615 4279072 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=1407648 CPUtime=22.64 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 28625 0 0 0 2262 2 0 0 25 0 5 0 498745755 1441431552 289843 33554432000 4194304 5787044 140735220371456 18446744073709551615 4276411 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 95.79
Current children cumulated vsize (KiB) 1416348

[startup+51.101 s]
/proc/loadavg: 3.97 4.03 4.37 5/177 5112
/proc/meminfo: memFree=30497228/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=1407648 CPUtime=198.09 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 310186 0 0 0 19755 54 0 0 18 0 5 0 498745470 1441431552 291713 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 351912 291713 355 389 0 347662 0
[pid=5105/tid=5107] ppid=5104 vsize=1407648 CPUtime=49.51 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 31037 0 0 0 4943 8 0 0 25 0 5 0 498745627 1441431552 291713 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=1407648 CPUtime=49.06 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 29274 0 0 0 4897 9 0 0 25 0 5 0 498745670 1441431552 291713 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=1407648 CPUtime=48.41 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 32966 0 0 0 4836 5 0 0 25 0 5 0 498745715 1441431552 291713 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=1407648 CPUtime=48.25 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 29278 0 0 0 4822 3 0 0 25 0 5 0 498745755 1441431552 291713 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.09
Current children cumulated vsize (KiB) 1416348

[startup+102.306 s]
/proc/loadavg: 3.99 4.02 4.35 5/177 5113
/proc/meminfo: memFree=30489636/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=1410520 CPUtime=402.68 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 312459 0 0 0 40213 55 0 0 18 0 5 0 498745470 1444372480 293986 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 352630 293986 355 389 0 348380 0
[pid=5105/tid=5107] ppid=5104 vsize=1410520 CPUtime=100.72 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 31236 0 0 0 10064 8 0 0 25 0 5 0 498745627 1444372480 293986 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=1410520 CPUtime=100.28 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 30149 0 0 0 10018 10 0 0 25 0 5 0 498745670 1444372480 293986 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=1410520 CPUtime=99.38 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 33850 0 0 0 9933 5 0 0 25 0 5 0 498745715 1444372480 293986 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=1410520 CPUtime=99.45 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 29593 0 0 0 9942 3 0 0 25 0 5 0 498745755 1444372480 293986 33554432000 4194304 5787044 140735220371456 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 402.68
Current children cumulated vsize (KiB) 1419220

[startup+162.301 s]
/proc/loadavg: 4.03 4.03 4.33 5/177 5115
/proc/meminfo: memFree=30320592/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=1662808 CPUtime=642.34 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 359863 0 0 0 64159 75 0 0 18 0 5 0 498745470 1702715392 336368 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0

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

/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 75887 0 0 0 81917 104 0 0 25 0 5 0 498745670 2177089536 445258 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2126064 CPUtime=818.73 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 74283 0 0 0 81786 87 0 0 25 0 5 0 498745715 2177089536 445258 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2126064 CPUtime=818.4 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 57160 0 0 0 81790 50 0 0 25 0 5 0 498745755 2177089536 445258 33554432000 4194304 5787044 140735220371456 18446744073709551615 5527503 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3278.58
Current children cumulated vsize (KiB) 2134764

[startup+882.301 s]
/proc/loadavg: 4.03 4.05 4.17 5/177 5143
/proc/meminfo: memFree=29827276/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=2132340 CPUtime=3518.24 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 485960 0 0 0 351384 440 0 0 18 0 5 0 498745470 2183516160 458965 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 533085 458965 419 389 0 528835 0
[pid=5105/tid=5107] ppid=5104 vsize=2132340 CPUtime=878.05 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 81350 0 0 0 87667 138 0 0 25 0 5 0 498745627 2183516160 458965 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=2132340 CPUtime=880.2 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 77585 0 0 0 87914 106 0 0 25 0 5 0 498745670 2183516160 458965 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2132340 CPUtime=878.73 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 77372 0 0 0 87774 99 0 0 25 0 5 0 498745715 2183516160 458965 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2132340 CPUtime=878.39 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 62022 0 0 0 87771 68 0 0 25 0 5 0 498745755 2183516160 458965 33554432000 4194304 5787044 140735220371456 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3518.24
Current children cumulated vsize (KiB) 2141040

[startup+942.301 s]
/proc/loadavg: 4.01 4.04 4.16 5/177 5144
/proc/meminfo: memFree=29801204/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=2209140 CPUtime=3757.91 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 492671 0 0 0 375334 457 0 0 18 0 5 0 498745470 2262159360 465482 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 552285 465482 419 389 0 548035 0
[pid=5105/tid=5107] ppid=5104 vsize=2209140 CPUtime=938.04 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 84464 0 0 0 93663 141 0 0 25 0 5 0 498745627 2262159360 465482 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=2209140 CPUtime=939.87 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 77713 0 0 0 93881 106 0 0 25 0 5 0 498745670 2262159360 465482 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2209140 CPUtime=938.74 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 80098 0 0 0 93764 110 0 0 25 0 5 0 498745715 2262159360 465482 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2209140 CPUtime=938.39 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 62765 0 0 0 93769 70 0 0 25 0 5 0 498745755 2262159360 465482 33554432000 4194304 5787044 140735220371456 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3757.91
Current children cumulated vsize (KiB) 2217840

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 4.14 5/177 5146
/proc/meminfo: memFree=29784820/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=2223476 CPUtime=3997.59 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 496697 0 0 0 399298 461 0 0 18 0 5 0 498745470 2276839424 469508 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 555869 469508 419 389 0 551619 0
[pid=5105/tid=5107] ppid=5104 vsize=2223476 CPUtime=998.05 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 85130 0 0 0 99663 142 0 0 25 0 5 0 498745627 2276839424 469508 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=2223476 CPUtime=999.55 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 77916 0 0 0 99848 107 0 0 25 0 5 0 498745670 2276839424 469508 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2223476 CPUtime=998.74 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 80122 0 0 0 99764 110 0 0 25 0 5 0 498745715 2276839424 469508 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2223476 CPUtime=998.4 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 65898 0 0 0 99767 73 0 0 25 0 5 0 498745755 2276839424 469508 33554432000 4194304 5787044 140735220371456 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.59
Current children cumulated vsize (KiB) 2232176

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.13 5/177 5148
/proc/meminfo: memFree=29752796/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=2236788 CPUtime=4237.26 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 504804 0 0 0 423246 480 0 0 18 0 5 0 498745470 2290470912 477518 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 559197 477518 419 389 0 554947 0
[pid=5105/tid=5107] ppid=5104 vsize=2236788 CPUtime=1058.05 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 88540 0 0 0 105648 157 0 0 25 0 5 0 498745627 2290470912 477518 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=2236788 CPUtime=1059.22 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 79146 0 0 0 105815 107 0 0 25 0 5 0 498745670 2290470912 477518 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2236788 CPUtime=1058.74 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 83065 0 0 0 105761 113 0 0 25 0 5 0 498745715 2290470912 477518 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2236788 CPUtime=1058.39 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 66422 0 0 0 105765 74 0 0 25 0 5 0 498745755 2290470912 477518 33554432000 4194304 5787044 140735220371456 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.26
Current children cumulated vsize (KiB) 2245488

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.12 5/177 5149
/proc/meminfo: memFree=29746448/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=2238924 CPUtime=4476.93 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 506376 0 0 0 447208 485 0 0 18 0 5 0 498745470 2292658176 479090 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 559731 479090 419 389 0 555481 0
[pid=5105/tid=5107] ppid=5104 vsize=2238924 CPUtime=1118.05 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 88581 0 0 0 111648 157 0 0 25 0 5 0 498745627 2292658176 479090 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=2238924 CPUtime=1118.88 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 79631 0 0 0 111781 107 0 0 25 0 5 0 498745670 2292658176 479090 33554432000 4194304 5787044 140735220371456 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2238924 CPUtime=1118.74 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 84111 0 0 0 111756 118 0 0 25 0 5 0 498745715 2292658176 479090 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2238924 CPUtime=1118.39 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 66422 0 0 0 111765 74 0 0 25 0 5 0 498745755 2292658176 479090 33554432000 4194304 5787044 140735220371456 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.93
Current children cumulated vsize (KiB) 2247624

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.11 5/177 5151
/proc/meminfo: memFree=29745804/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=2238924 CPUtime=4716.62 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 506538 0 0 0 471176 486 0 0 18 0 5 0 498745470 2292658176 479252 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 559731 479252 419 389 0 555481 0
[pid=5105/tid=5107] ppid=5104 vsize=2238924 CPUtime=1178.06 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 88695 0 0 0 117649 157 0 0 25 0 5 0 498745627 2292658176 479252 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=2238924 CPUtime=1178.56 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 79634 0 0 0 117749 107 0 0 25 0 5 0 498745670 2292658176 479252 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2238924 CPUtime=1178.74 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 84146 0 0 0 117756 118 0 0 25 0 5 0 498745715 2292658176 479252 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2238924 CPUtime=1178.39 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 66432 0 0 0 117765 74 0 0 25 0 5 0 498745755 2292658176 479252 33554432000 4194304 5787044 140735220371456 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4716.62
Current children cumulated vsize (KiB) 2247624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 4.06 4.03 4.11 5/177 5151
/proc/meminfo: memFree=29745424/32951124 swapFree=67111356/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5104/stat : 5104 (priss.sh) S 5102 5104 4129 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 498745470 8908800 251 33554432000 4194304 4922060 140735285107392 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5104/statm: 2175 251 211 178 0 68 0
[pid=5105] ppid=5104 vsize=2238924 CPUtime=4800.13 cores=1,3,5,7
/proc/5105/stat : 5105 (priss) S 5104 5104 4129 0 -1 4202496 506619 0 0 0 479527 486 0 0 18 0 5 0 498745470 2292658176 479333 33554432000 4194304 5787044 140735220371456 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5105/statm: 559731 479333 419 389 0 555481 0
[pid=5105/tid=5107] ppid=5104 vsize=2238924 CPUtime=1198.96 cores=1,3,5,7
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4129 0 -1 4202560 88736 0 0 0 119739 157 0 0 25 0 5 0 498745627 2292658176 479333 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=2238924 CPUtime=1199.35 cores=1,3,5,7
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4129 0 -1 4202560 79635 0 0 0 119828 107 0 0 25 0 5 0 498745670 2292658176 479333 33554432000 4194304 5787044 140735220371456 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=2238924 CPUtime=1199.65 cores=1,3,5,7
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4129 0 -1 4202560 84178 0 0 0 119847 118 0 0 25 0 5 0 498745715 2292658176 479333 33554432000 4194304 5787044 140735220371456 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=2238924 CPUtime=1199.3 cores=1,3,5,7
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4129 0 -1 4202560 66439 0 0 0 119856 74 0 0 25 0 5 0 498745755 2292658176 479333 33554432000 4194304 5787044 140735220371456 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2247624

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 5104 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.22
CPU time (s): 4800.13
CPU user time (s): 4795.27
CPU system time (s): 4.86
CPU usage (%): 398.941
Max. virtual memory (cumulated for all children) (KiB): 2247624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.74173 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 09:48:19
IDJOB=3290999
IDBENCH=83463
IDSOLVER=1603
FILE ID=node143/3290999-1304063296
RUNJOBID= node143-1304059664-4759
PBS_JOBID= 13170423
Free space on /tmp= 72828 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290999-1304063296/watcher-3290999-1304063296 -o /tmp/evaluation-result-3290999-1304063296/solver-3290999-1304063296 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3290999-1304063296.cnf 1024487952 4800 15500 4

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1024487952

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      31665424 kB
Buffers:        193152 kB
Cached:         750780 kB
SwapCached:        168 kB
Active:         348192 kB
Inactive:       659464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31665424 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          102504 kB
Writeback:           0 kB
AnonPages:       63460 kB
Mapped:          14748 kB
Slab:           213604 kB
PageTables:       4480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184076 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= 72824 MiB
End job on node143 at 2011-04-29 10:08:24