Trace number 3293160

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

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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: 31609
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 67680us
0.00/0.07	c parsed 271393 clauses with 10056 variables
0.00/0.09	c NW started thread 0 successfully (1106188608)
0.00/0.11	c NW started thread 1 successfully (1085765952)
0.00/0.13	c NW started thread 2 successfully (1116678464)
0.00/0.16	c NW started thread 3 successfully (1127168320)
28.76/7.37	c preprocessor returned 10356 variables
28.76/7.37	c preprocessing returned UNKNOWN
28.76/7.37	c PP set 8 variables
28.76/7.37	c pp time: 7285833us (7s)
29.17/7.43	c preprocessor returned 10356 variables
29.17/7.43	c preprocessing returned UNKNOWN
29.17/7.43	c PP set 8 variables
29.17/7.43	c pp time: 7320558us (7s)
29.17/7.45	c preprocessor returned 10356 variables
29.17/7.45	c preprocessing returned UNKNOWN
29.17/7.45	c PP set 8 variables
29.17/7.45	c pp time: 7314837us (7s)
64.33/16.22	c preprocessor returned 30010 variables
64.33/16.22	c preprocessing returned UNKNOWN
64.33/16.22	c PP set 8 variables
64.33/16.22	c pp time: 16058638us (16s)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293160-1304074926/watcher-3293160-1304074926 -o /tmp/evaluation-result-3293160-1304074926/solver-3293160-1304074926 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3293160-1304074926.cnf 740890074 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.78 8.00 7.99 5/182 31608
/proc/meminfo: memFree=26407460/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0

[startup+0.105778 s]
/proc/loadavg: 7.78 8.00 7.99 5/182 31608
/proc/meminfo: memFree=26407460/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200727 s]
/proc/loadavg: 7.78 8.00 7.99 5/182 31608
/proc/meminfo: memFree=26407460/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301156 s]
/proc/loadavg: 7.78 8.00 7.99 5/182 31608
/proc/meminfo: memFree=26407460/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.34652 s]
/proc/loadavg: 7.78 8.00 7.99 5/182 31608
/proc/meminfo: memFree=26407460/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 7.78 8.00 7.99 5/182 31608
/proc/meminfo: memFree=26407460/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1072 s]
/proc/loadavg: 7.78 8.00 7.99 9/188 31614
/proc/meminfo: memFree=26292608/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=339788 CPUtime=12 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 55574 0 0 0 1184 16 0 0 18 0 5 0 499908067 347942912 27510 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 84947 27510 350 389 0 80697 0
[pid=31609/tid=31611] ppid=31608 vsize=339788 CPUtime=2.96 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 11448 0 0 0 292 4 0 0 19 0 5 0 499908076 347942912 27510 33554432000 4194304 5787044 140736961770368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=339788 CPUtime=2.97 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 10493 0 0 0 294 3 0 0 19 0 5 0 499908078 347942912 27510 33554432000 4194304 5787044 140736961770368 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=339788 CPUtime=2.95 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 11552 0 0 0 291 4 0 0 19 0 5 0 499908080 347942912 27510 33554432000 4194304 5787044 140736961770368 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=339788 CPUtime=2.92 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 8513 0 0 0 291 1 0 0 19 0 5 0 499908083 347942912 27510 33554432000 4194304 5787044 140736961770368 18446744073709551615 18446744073699065887 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 348488

[startup+6.3006 s]
/proc/loadavg: 7.79 8.00 7.99 9/188 31614
/proc/meminfo: memFree=26280332/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=342428 CPUtime=24.78 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 58180 0 0 0 2461 17 0 0 18 0 5 0 499908067 350646272 30116 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 85607 30116 352 389 0 81357 0
[pid=31609/tid=31611] ppid=31608 vsize=342428 CPUtime=6.14 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 12102 0 0 0 610 4 0 0 25 0 5 0 499908076 350646272 30116 33554432000 4194304 5787044 140736961770368 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=342428 CPUtime=6.17 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 11144 0 0 0 614 3 0 0 25 0 5 0 499908078 350646272 30116 33554432000 4194304 5787044 140736961770368 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=342428 CPUtime=6.15 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 12203 0 0 0 611 4 0 0 25 0 5 0 499908080 350646272 30116 33554432000 4194304 5787044 140736961770368 18446744073709551615 228095108864 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=342428 CPUtime=6.12 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 9163 0 0 0 611 1 0 0 25 0 5 0 499908083 350646272 30116 33554432000 4194304 5787044 140736961770368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 351128

[startup+12.7004 s]
/proc/loadavg: 7.81 8.00 7.99 10/188 31614
/proc/meminfo: memFree=26240664/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=351352 CPUtime=50.32 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 82445 0 0 0 5009 23 0 0 18 0 5 0 499908067 359784448 39468 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 87838 39468 404 389 0 83588 0
[pid=31609/tid=31611] ppid=31608 vsize=351352 CPUtime=12.5 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 20572 0 0 0 1244 6 0 0 18 0 5 0 499908076 359784448 39468 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=351352 CPUtime=12.56 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 18395 0 0 0 1251 5 0 0 25 0 5 0 499908078 359784448 39468 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=351352 CPUtime=12.54 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 18987 0 0 0 1248 6 0 0 25 0 5 0 499908080 359784448 39468 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=351352 CPUtime=12.52 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 10923 0 0 0 1251 1 0 0 25 0 5 0 499908083 359784448 39468 33554432000 4194304 5787044 140736961770368 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 360052

[startup+25.501 s]
/proc/loadavg: 7.85 8.00 7.99 9/188 31615
/proc/meminfo: memFree=26211020/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=361160 CPUtime=101.46 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 93123 0 0 0 10117 29 0 0 18 0 5 0 499908067 369827840 44009 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 90290 44009 417 389 0 86040 0
[pid=31609/tid=31611] ppid=31608 vsize=361160 CPUtime=25.23 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 21088 0 0 0 2516 7 0 0 25 0 5 0 499908076 369827840 44009 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=361160 CPUtime=25.37 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 19121 0 0 0 2531 6 0 0 25 0 5 0 499908078 369827840 44009 33554432000 4194304 5787044 140736961770368 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=361160 CPUtime=25.35 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 20836 0 0 0 2527 8 0 0 25 0 5 0 499908080 369827840 44009 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=361160 CPUtime=25.32 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 18510 0 0 0 2528 4 0 0 25 0 5 0 499908083 369827840 44009 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 369860

[startup+51.1003 s]
/proc/loadavg: 7.90 8.00 7.99 9/188 31615
/proc/meminfo: memFree=26179844/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=371444 CPUtime=203.71 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 99349 0 0 0 20336 35 0 0 18 0 5 0 499908067 380358656 50233 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 92861 50233 417 389 0 88611 0
[pid=31609/tid=31611] ppid=31608 vsize=371444 CPUtime=50.68 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 22396 0 0 0 5060 8 0 0 25 0 5 0 499908076 380358656 50233 33554432000 4194304 5787044 140736961770368 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=371444 CPUtime=50.96 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 20492 0 0 0 5088 8 0 0 25 0 5 0 499908078 380358656 50233 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=371444 CPUtime=50.95 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 22781 0 0 0 5086 9 0 0 25 0 5 0 499908080 380358656 50233 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=371444 CPUtime=50.92 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 20112 0 0 0 5086 6 0 0 25 0 5 0 499908083 380358656 50233 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 380144

[startup+102.301 s]
/proc/loadavg: 7.95 8.00 7.99 9/188 31617
/proc/meminfo: memFree=26136180/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=383924 CPUtime=408.21 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 108483 0 0 0 40774 47 0 0 18 0 5 0 499908067 393138176 59340 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 95981 59340 417 389 0 91731 0
[pid=31609/tid=31611] ppid=31608 vsize=383924 CPUtime=101.6 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 24259 0 0 0 10148 12 0 0 25 0 5 0 499908076 393138176 59340 33554432000 4194304 5787044 140736961770368 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=383924 CPUtime=102.16 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 22078 0 0 0 10206 10 0 0 25 0 5 0 499908078 393138176 59340 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=383924 CPUtime=102.14 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 25647 0 0 0 10201 13 0 0 25 0 5 0 499908080 393138176 59340 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=383924 CPUtime=102.12 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 22931 0 0 0 10204 8 0 0 25 0 5 0 499908083 393138176 59340 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.21
Current children cumulated vsize (KiB) 392624

[startup+162.301 s]
/proc/loadavg: 8.03 8.01 8.00 9/188 31618
/proc/meminfo: memFree=26063748/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=394264 CPUtime=647.88 cores=1,3,5,7

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

/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 38930 0 0 0 87782 35 0 0 25 0 5 0 499908078 699158528 125174 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=682772 CPUtime=882.12 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 44279 0 0 0 88166 46 0 0 25 0 5 0 499908080 699158528 125174 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=682772 CPUtime=882.12 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 37614 0 0 0 88191 21 0 0 25 0 5 0 499908083 699158528 125174 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.95
Current children cumulated vsize (KiB) 691472

[startup+942.301 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 31798
/proc/meminfo: memFree=25461844/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=687172 CPUtime=3763.62 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 180680 0 0 0 376214 148 0 0 18 0 5 0 499908067 703664128 130344 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 171793 130344 419 389 0 167543 0
[pid=31609/tid=31611] ppid=31608 vsize=687172 CPUtime=941.35 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 42308 0 0 0 94097 38 0 0 25 0 5 0 499908076 703664128 130344 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=687172 CPUtime=937.85 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 40484 0 0 0 93747 38 0 0 25 0 5 0 499908078 703664128 130344 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=687172 CPUtime=942.12 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 46702 0 0 0 94164 48 0 0 25 0 5 0 499908080 703664128 130344 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=687172 CPUtime=942.12 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 37618 0 0 0 94191 21 0 0 25 0 5 0 499908083 703664128 130344 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.62
Current children cumulated vsize (KiB) 695872

[startup+1002.3 s]
/proc/loadavg: 8.07 8.09 8.03 9/188 31800
/proc/meminfo: memFree=25380616/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=689612 CPUtime=4003.29 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 184031 0 0 0 400175 154 0 0 18 0 5 0 499908067 706162688 133695 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 172403 133695 419 389 0 168153 0
[pid=31609/tid=31611] ppid=31608 vsize=689612 CPUtime=1001.35 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 42592 0 0 0 100097 38 0 0 25 0 5 0 499908076 706162688 133695 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=689612 CPUtime=997.51 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 41128 0 0 0 99713 38 0 0 25 0 5 0 499908078 706162688 133695 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=689612 CPUtime=1002.12 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 48666 0 0 0 100159 53 0 0 25 0 5 0 499908080 706162688 133695 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=689612 CPUtime=1002.12 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 38077 0 0 0 100191 21 0 0 25 0 5 0 499908083 706162688 133695 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.29
Current children cumulated vsize (KiB) 698312

[startup+1062.3 s]
/proc/loadavg: 8.06 8.09 8.03 9/188 31801
/proc/meminfo: memFree=25373532/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=689612 CPUtime=4242.99 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 184542 0 0 0 424144 155 0 0 18 0 5 0 499908067 706162688 134004 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 172403 134004 419 389 0 168153 0
[pid=31609/tid=31611] ppid=31608 vsize=689612 CPUtime=1061.35 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 43041 0 0 0 106097 38 0 0 25 0 5 0 499908076 706162688 134004 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=689612 CPUtime=1057.19 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 41133 0 0 0 105681 38 0 0 25 0 5 0 499908078 706162688 134004 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=689612 CPUtime=1062.13 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 48670 0 0 0 106159 54 0 0 25 0 5 0 499908080 706162688 134004 33554432000 4194304 5787044 140736961770368 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=689612 CPUtime=1062.12 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 38130 0 0 0 106191 21 0 0 25 0 5 0 499908083 706162688 134004 33554432000 4194304 5787044 140736961770368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.99
Current children cumulated vsize (KiB) 698312

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 8.03 9/188 31803
/proc/meminfo: memFree=25372524/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=689612 CPUtime=4482.65 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 184781 0 0 0 448109 156 0 0 18 0 5 0 499908067 706162688 134243 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 172403 134243 419 389 0 168153 0
[pid=31609/tid=31611] ppid=31608 vsize=689612 CPUtime=1121.35 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 43043 0 0 0 112096 39 0 0 25 0 5 0 499908076 706162688 134243 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=689612 CPUtime=1116.86 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 41134 0 0 0 111648 38 0 0 25 0 5 0 499908078 706162688 134243 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=689612 CPUtime=1122.13 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 48673 0 0 0 112159 54 0 0 25 0 5 0 499908080 706162688 134243 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=689612 CPUtime=1122.12 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 38363 0 0 0 112190 22 0 0 25 0 5 0 499908083 706162688 134243 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.65
Current children cumulated vsize (KiB) 698312

[startup+1182.31 s]
/proc/loadavg: 8.05 8.08 8.03 9/188 31804
/proc/meminfo: memFree=25369032/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=693712 CPUtime=4722.34 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 185652 0 0 0 472078 156 0 0 18 0 5 0 499908067 710361088 135114 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 173428 135114 419 389 0 169178 0
[pid=31609/tid=31611] ppid=31608 vsize=693712 CPUtime=1181.36 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 43047 0 0 0 118097 39 0 0 25 0 5 0 499908076 710361088 135114 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=693712 CPUtime=1176.54 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 41142 0 0 0 117616 38 0 0 25 0 5 0 499908078 710361088 135114 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=693712 CPUtime=1182.13 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 48680 0 0 0 118159 54 0 0 25 0 5 0 499908080 710361088 135114 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=693712 CPUtime=1182.13 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 39215 0 0 0 118191 22 0 0 25 0 5 0 499908083 710361088 135114 33554432000 4194304 5787044 140736961770368 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 702412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.04 8.07 8.03 10/188 31805
/proc/meminfo: memFree=25364816/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=693712 CPUtime=4800.23 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 185753 0 0 0 479867 156 0 0 18 0 5 0 499908067 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 173428 135215 419 389 0 169178 0
[pid=31609/tid=31611] ppid=31608 vsize=693712 CPUtime=1200.86 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 43050 0 0 0 120047 39 0 0 25 0 5 0 499908076 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=693712 CPUtime=1195.93 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 41156 0 0 0 119555 38 0 0 25 0 5 0 499908078 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=693712 CPUtime=1201.63 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 48684 0 0 0 120109 54 0 0 25 0 5 0 499908080 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=693712 CPUtime=1201.63 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 39295 0 0 0 120141 22 0 0 25 0 5 0 499908083 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 702412

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.8 s]
/proc/loadavg: 8.04 8.07 8.03 10/188 31805
/proc/meminfo: memFree=25364816/32951124 swapFree=67111524/67111528
[pid=31608] ppid=31606 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (prissAuto.sh) S 31606 31608 30205 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499908067 8908800 251 33554432000 4194304 4922060 140735682940320 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31608/statm: 2175 251 211 178 0 68 0
[pid=31609] ppid=31608 vsize=693712 CPUtime=4800.23 cores=1,3,5,7
/proc/31609/stat : 31609 (priss) S 31608 31608 30205 0 -1 4202496 185753 0 0 0 479867 156 0 0 18 0 5 0 499908067 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31609/statm: 173428 135215 419 389 0 169178 0
[pid=31609/tid=31611] ppid=31608 vsize=693712 CPUtime=1200.86 cores=1,3,5,7
/proc/31609/task/31611/stat : 31611 (priss) R 31608 31608 30205 0 -1 4202560 43050 0 0 0 120047 39 0 0 25 0 5 0 499908076 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31609/tid=31612] ppid=31608 vsize=693712 CPUtime=1195.93 cores=1,3,5,7
/proc/31609/task/31612/stat : 31612 (priss) R 31608 31608 30205 0 -1 4202560 41156 0 0 0 119555 38 0 0 25 0 5 0 499908078 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31609/tid=31613] ppid=31608 vsize=693712 CPUtime=1201.63 cores=1,3,5,7
/proc/31609/task/31613/stat : 31613 (priss) R 31608 31608 30205 0 -1 4202560 48684 0 0 0 120109 54 0 0 25 0 5 0 499908080 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31609/tid=31614] ppid=31608 vsize=693712 CPUtime=1201.63 cores=1,3,5,7
/proc/31609/task/31614/stat : 31614 (priss) R 31608 31608 30205 0 -1 4202560 39295 0 0 0 120141 22 0 0 25 0 5 0 499908083 710361088 135215 33554432000 4194304 5787044 140736961770368 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 702412

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31608 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.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.23
CPU user time (s): 4798.67
CPU system time (s): 1.56
CPU usage (%): 399.414
Max. virtual memory (cumulated for all children) (KiB): 702412

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= 330
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.65675 second user time and 4.90325 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 13:02:06
IDJOB=3293160
IDBENCH=88062
IDSOLVER=1602
FILE ID=node142/3293160-1304074926
RUNJOBID= node142-1304064275-30224
PBS_JOBID= 13170458
Free space on /tmp= 71308 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293160-1304074926/watcher-3293160-1304074926 -o /tmp/evaluation-result-3293160-1304074926/solver-3293160-1304074926 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3293160-1304074926.cnf 740890074 4800 15500 4

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=740890074

node142.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	: 5131.95
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.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.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.67
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.81
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.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.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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26407608 kB
Buffers:       1663248 kB
Cached:        4135876 kB
SwapCached:          4 kB
Active:         885300 kB
Inactive:      5119644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26407608 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5084 kB
Writeback:           0 kB
AnonPages:      205548 kB
Mapped:          15612 kB
Slab:           475436 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   389608 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= 71304 MiB
End job on node142 at 2011-04-29 13:22:10