Trace number 3290492

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.09 1202.02

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F20.cnf
MD5SUM3e5703cd522988fbb05dcac3c4dbbe9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.9038
Satisfiable
(Un)Satisfiability was proved
Number of variables10420
Number of clauses395383
Sum of the clauses size2821910
Maximum clause length66
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 227506
Number of clauses of size 320815
Number of clauses of size 412840
Number of clauses of size 536380
Number of clauses of size over 5297820

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: 31866
0.00/0.00	c setup for 4cores
0.00/0.20	c parsetime: 203956us
0.00/0.20	c parsed 395383 clauses with 10420 variables
0.00/0.26	c NW started thread 0 successfully (1100249408)
0.00/0.35	c NW started thread 1 successfully (1110739264)
0.00/0.45	c NW started thread 2 successfully (1121229120)
0.00/1.18	c NW started thread 3 successfully (1131718976)
607.33/152.38	c preprocessor returned 10720 variables
607.33/152.38	c preprocessing returned UNKNOWN
607.33/152.38	c PP set 484 variables
607.33/152.38	c pp time: 152026242us (152s)
615.71/154.41	c preprocessor returned 10720 variables
615.71/154.41	c preprocessing returned UNKNOWN
615.71/154.41	c PP set 484 variables
615.71/154.41	c pp time: 154154245us (154s)
617.68/154.99	c preprocessor returned 10720 variables
617.68/154.99	c preprocessing returned UNKNOWN
617.68/154.99	c PP set 484 variables
617.68/154.99	c pp time: 154538622us (154s)
662.42/166.12	c preprocessor returned 30011 variables
662.42/166.12	c preprocessing returned UNKNOWN
662.42/166.12	c PP set 484 variables
662.42/166.12	c pp time: 165563854us (165s)
664.03/166.55	c HTE
664.03/166.59	c added unsatisfied clause
664.03/166.59	c failed to add network clauses
665.20/166.86	c subsumption
680.38/170.67	c simplified formula contains 0 unit clauses
709.14/177.89	c added unsatisfied clause
709.14/177.89	c failed to add network clauses
727.11/182.30	c added unsatisfied clause
727.11/182.30	c failed to add network clauses
1251.52/313.69	c added unsatisfied clause
1251.52/313.69	c failed to add network clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290492-1304062482/watcher-3290492-1304062482 -o /tmp/evaluation-result-3290492-1304062482/solver-3290492-1304062482 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3290492-1304062482.cnf 753876880 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.70 8.01 7.99 5/182 31865
/proc/meminfo: memFree=27717736/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0

[startup+0.100882 s]
/proc/loadavg: 7.70 8.01 7.99 5/182 31865
/proc/meminfo: memFree=27717736/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200867 s]
/proc/loadavg: 7.70 8.01 7.99 5/182 31865
/proc/meminfo: memFree=27717736/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300844 s]
/proc/loadavg: 7.70 8.01 7.99 5/182 31865
/proc/meminfo: memFree=27717736/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06457 s]
/proc/loadavg: 7.70 8.01 7.99 5/182 31865
/proc/meminfo: memFree=27717736/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 7.72 8.01 7.99 9/188 31871
/proc/meminfo: memFree=27506872/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=341904 CPUtime=4.93 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 58574 0 0 0 484 9 0 0 18 0 5 0 517845950 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 85476 52542 350 389 0 81226 0
[pid=31866/tid=31868] ppid=31865 vsize=341904 CPUtime=1.24 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 6323 0 0 0 123 1 0 0 19 0 5 0 517845976 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=341904 CPUtime=1.14 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 6325 0 0 0 114 0 0 0 19 0 5 0 517845985 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=341904 CPUtime=1.03 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 6506 0 0 0 103 0 0 0 19 0 5 0 517845995 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=341904 CPUtime=0.94 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 6237 0 0 0 94 0 0 0 21 0 5 0 517846006 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 350604

[startup+3.10131 s]
/proc/loadavg: 7.72 8.01 7.99 9/188 31871
/proc/meminfo: memFree=27506872/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=341904 CPUtime=11.3 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 58574 0 0 0 1121 9 0 0 18 0 5 0 517845950 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 85476 52542 350 389 0 81226 0
[pid=31866/tid=31868] ppid=31865 vsize=341904 CPUtime=2.83 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 6323 0 0 0 282 1 0 0 23 0 5 0 517845976 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=341904 CPUtime=2.73 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 6325 0 0 0 273 0 0 0 23 0 5 0 517845985 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=341904 CPUtime=2.62 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 6506 0 0 0 262 0 0 0 22 0 5 0 517845995 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=341904 CPUtime=2.53 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 6237 0 0 0 253 0 0 0 25 0 5 0 517846006 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 350604

[startup+6.30073 s]
/proc/loadavg: 7.72 8.01 7.99 9/188 31871
/proc/meminfo: memFree=27504456/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=341904 CPUtime=24.08 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 58574 0 0 0 2399 9 0 0 18 0 5 0 517845950 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 85476 52542 350 389 0 81226 0
[pid=31866/tid=31868] ppid=31865 vsize=341904 CPUtime=6.03 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 6323 0 0 0 602 1 0 0 25 0 5 0 517845976 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=341904 CPUtime=5.93 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 6325 0 0 0 593 0 0 0 25 0 5 0 517845985 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=341904 CPUtime=5.81 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 6506 0 0 0 580 1 0 0 25 0 5 0 517845995 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=341904 CPUtime=5.73 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 6237 0 0 0 573 0 0 0 25 0 5 0 517846006 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 350604

[startup+12.7006 s]
/proc/loadavg: 7.76 8.01 7.99 9/188 31871
/proc/meminfo: memFree=27496036/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=341904 CPUtime=49.65 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 58574 0 0 0 4955 10 0 0 18 0 5 0 517845950 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 85476 52542 350 389 0 81226 0
[pid=31866/tid=31868] ppid=31865 vsize=341904 CPUtime=12.43 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 6323 0 0 0 1242 1 0 0 25 0 5 0 517845976 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=341904 CPUtime=12.33 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 6325 0 0 0 1233 0 0 0 25 0 5 0 517845985 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=341904 CPUtime=12.17 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 6506 0 0 0 1216 1 0 0 25 0 5 0 517845995 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=341904 CPUtime=12.13 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 6237 0 0 0 1213 0 0 0 25 0 5 0 517846006 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 350604

[startup+25.5012 s]
/proc/loadavg: 7.80 8.01 7.99 9/188 31871
/proc/meminfo: memFree=27491572/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=341904 CPUtime=100.78 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 58574 0 0 0 10068 10 0 0 18 0 5 0 517845950 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 85476 52542 350 389 0 81226 0
[pid=31866/tid=31868] ppid=31865 vsize=341904 CPUtime=25.23 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 6323 0 0 0 2522 1 0 0 25 0 5 0 517845976 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=341904 CPUtime=25.13 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 6325 0 0 0 2513 0 0 0 25 0 5 0 517845985 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=341904 CPUtime=24.9 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 6506 0 0 0 2489 1 0 0 25 0 5 0 517845995 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=341904 CPUtime=24.94 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 6237 0 0 0 2493 1 0 0 25 0 5 0 517846006 350109696 52542 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 350604

[startup+51.1066 s]
/proc/loadavg: 7.95 8.02 8.00 9/188 31872
/proc/meminfo: memFree=27477584/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=348080 CPUtime=203.07 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 60275 0 0 0 20295 12 0 0 18 0 5 0 517845950 356433920 52695 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 87020 52695 351 389 0 82770 0
[pid=31866/tid=31868] ppid=31865 vsize=348080 CPUtime=50.83 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 6776 0 0 0 5082 1 0 0 25 0 5 0 517845976 356433920 52695 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=348080 CPUtime=50.74 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 6718 0 0 0 5073 1 0 0 25 0 5 0 517845985 356433920 52695 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=348080 CPUtime=50.36 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 6905 0 0 0 5035 1 0 0 25 0 5 0 517845995 356433920 52695 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=348080 CPUtime=50.54 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 6693 0 0 0 5053 1 0 0 25 0 5 0 517846006 356433920 52695 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.07
Current children cumulated vsize (KiB) 356780

[startup+102.3 s]
/proc/loadavg: 8.06 8.03 8.00 9/188 31873
/proc/meminfo: memFree=27462660/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=413616 CPUtime=407.57 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 61127 0 0 0 40744 13 0 0 18 0 5 0 517845950 423542784 53547 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 103404 53547 352 389 0 99154 0
[pid=31866/tid=31868] ppid=31865 vsize=413616 CPUtime=102.03 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 7092 0 0 0 10202 1 0 0 25 0 5 0 517845976 423542784 53547 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=413616 CPUtime=101.93 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 6723 0 0 0 10192 1 0 0 25 0 5 0 517845985 423542784 53547 33554432000 4194304 5787044 140737291712368 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=413616 CPUtime=101.29 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 7240 0 0 0 10127 2 0 0 25 0 5 0 517845995 423542784 53547 33554432000 4194304 5787044 140737291712368 18446744073709551615 218905428594 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=413616 CPUtime=101.73 cores=1,3,5,7

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

/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 48533 0 0 0 88098 69 0 0 25 0 5 0 517845985 1023782912 204519 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=999788 CPUtime=880.82 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 51219 0 0 0 88013 69 0 0 25 0 5 0 517845995 1023782912 204519 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=999788 CPUtime=881.27 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 46690 0 0 0 88076 51 0 0 25 0 5 0 517846006 1023782912 204519 33554432000 4194304 5787044 140737291712368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.08
Current children cumulated vsize (KiB) 1008488

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 31896
/proc/meminfo: memFree=26676388/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=1008372 CPUtime=3762.75 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 222317 0 0 0 376021 254 0 0 18 0 5 0 517845950 1032572928 210755 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 252093 210755 419 389 0 247843 0
[pid=31866/tid=31868] ppid=31865 vsize=1008372 CPUtime=938.41 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 37568 0 0 0 93794 47 0 0 25 0 5 0 517845976 1032572928 210755 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=1008372 CPUtime=941.67 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 53008 0 0 0 94089 78 0 0 25 0 5 0 517845985 1032572928 210755 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=1008372 CPUtime=940.83 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 51868 0 0 0 94012 71 0 0 25 0 5 0 517845995 1032572928 210755 33554432000 4194304 5787044 140737291712368 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=1008372 CPUtime=941.27 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 46690 0 0 0 94076 51 0 0 25 0 5 0 517846006 1032572928 210755 33554432000 4194304 5787044 140737291712368 18446744073709551615 4254941 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.75
Current children cumulated vsize (KiB) 1017072

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/188 31897
/proc/meminfo: memFree=26605304/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=1161248 CPUtime=4002.42 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 239868 0 0 0 399957 285 0 0 18 0 5 0 517845950 1189117952 228306 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 290312 228306 419 389 0 286062 0
[pid=31866/tid=31868] ppid=31865 vsize=1161248 CPUtime=998.14 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 43119 0 0 0 99754 60 0 0 25 0 5 0 517845976 1189117952 228306 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=1161248 CPUtime=1001.61 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 56263 0 0 0 100079 82 0 0 25 0 5 0 517845985 1189117952 228306 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=1161248 CPUtime=1000.82 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 56938 0 0 0 100004 78 0 0 25 0 5 0 517845995 1189117952 228306 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=1161248 CPUtime=1001.27 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 50365 0 0 0 100070 57 0 0 25 0 5 0 517846006 1189117952 228306 33554432000 4194304 5787044 140737291712368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 1169948

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/188 31899
/proc/meminfo: memFree=26523432/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=1186668 CPUtime=4242.05 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 259648 0 0 0 423886 319 0 0 18 0 5 0 517845950 1215148032 247861 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 296667 247861 419 389 0 292417 0
[pid=31866/tid=31868] ppid=31865 vsize=1186668 CPUtime=1058.12 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 48815 0 0 0 105743 69 0 0 25 0 5 0 517845976 1215148032 247861 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=1186668 CPUtime=1061.28 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 60669 0 0 0 106036 92 0 0 25 0 5 0 517845985 1215148032 247861 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=1186668 CPUtime=1060.82 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 61703 0 0 0 105996 86 0 0 25 0 5 0 517845995 1215148032 247861 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=1186668 CPUtime=1061.26 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 55278 0 0 0 106062 64 0 0 25 0 5 0 517846006 1215148032 247861 33554432000 4194304 5787044 140737291712368 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.05
Current children cumulated vsize (KiB) 1195368

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/188 31901
/proc/meminfo: memFree=26515716/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=1193444 CPUtime=4481.71 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 260865 0 0 0 447851 320 0 0 18 0 5 0 517845950 1222086656 249078 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 298361 249078 419 389 0 294111 0
[pid=31866/tid=31868] ppid=31865 vsize=1193444 CPUtime=1118.11 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 48816 0 0 0 111742 69 0 0 25 0 5 0 517845976 1222086656 249078 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=1193444 CPUtime=1120.93 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 61121 0 0 0 112001 92 0 0 25 0 5 0 517845985 1222086656 249078 33554432000 4194304 5787044 140737291712368 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=1193444 CPUtime=1120.81 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 61858 0 0 0 111995 86 0 0 25 0 5 0 517845995 1222086656 249078 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=1193444 CPUtime=1121.27 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 55887 0 0 0 112062 65 0 0 25 0 5 0 517846006 1222086656 249078 33554432000 4194304 5787044 140737291712368 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.71
Current children cumulated vsize (KiB) 1202144

[startup+1182.3 s]
/proc/loadavg: 7.81 8.00 8.00 9/188 31935
/proc/meminfo: memFree=26750596/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=1195556 CPUtime=4721.38 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 261380 0 0 0 471816 322 0 0 18 0 5 0 517845950 1224249344 249593 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 298889 249593 419 389 0 294639 0
[pid=31866/tid=31868] ppid=31865 vsize=1195556 CPUtime=1178.11 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 48816 0 0 0 117742 69 0 0 25 0 5 0 517845976 1224249344 249593 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=1195556 CPUtime=1180.61 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 61122 0 0 0 117968 93 0 0 25 0 5 0 517845985 1224249344 249593 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=1195556 CPUtime=1180.81 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 62228 0 0 0 117994 87 0 0 25 0 5 0 517845995 1224249344 249593 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=1195556 CPUtime=1181.26 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 56031 0 0 0 118061 65 0 0 25 0 5 0 517846006 1224249344 249593 33554432000 4194304 5787044 140737291712368 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.38
Current children cumulated vsize (KiB) 1204256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 7.87 8.00 8.00 9/188 31936
/proc/meminfo: memFree=26710116/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=1195556 CPUtime=4800.09 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 261466 0 0 0 479687 322 0 0 18 0 5 0 517845950 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 298889 249679 419 389 0 294639 0
[pid=31866/tid=31868] ppid=31865 vsize=1195556 CPUtime=1197.82 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 48816 0 0 0 119713 69 0 0 25 0 5 0 517845976 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=1195556 CPUtime=1200.2 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 61124 0 0 0 119927 93 0 0 25 0 5 0 517845985 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=1195556 CPUtime=1200.52 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 62228 0 0 0 119965 87 0 0 25 0 5 0 517845995 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 4220314 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=1195556 CPUtime=1200.97 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 56115 0 0 0 120032 65 0 0 25 0 5 0 517846006 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1204256

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

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

[startup+1202 s]
/proc/loadavg: 7.87 8.00 8.00 9/188 31936
/proc/meminfo: memFree=26710116/32951124 swapFree=67111356/67111528
[pid=31865] ppid=31863 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31865/stat : 31865 (prissAuto.sh) S 31863 31865 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517845950 8908800 252 33554432000 4194304 4922060 140736216428384 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31865/statm: 2175 252 211 178 0 68 0
[pid=31866] ppid=31865 vsize=1195556 CPUtime=4800.09 cores=1,3,5,7
/proc/31866/stat : 31866 (priss) S 31865 31865 30345 0 -1 4202496 261466 0 0 0 479687 322 0 0 18 0 5 0 517845950 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31866/statm: 298889 249679 419 389 0 294639 0
[pid=31866/tid=31868] ppid=31865 vsize=1195556 CPUtime=1197.82 cores=1,3,5,7
/proc/31866/task/31868/stat : 31868 (priss) R 31865 31865 30345 0 -1 4202560 48816 0 0 0 119713 69 0 0 25 0 5 0 517845976 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31866/tid=31869] ppid=31865 vsize=1195556 CPUtime=1200.2 cores=1,3,5,7
/proc/31866/task/31869/stat : 31869 (priss) R 31865 31865 30345 0 -1 4202560 61124 0 0 0 119927 93 0 0 25 0 5 0 517845985 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31866/tid=31870] ppid=31865 vsize=1195556 CPUtime=1200.52 cores=1,3,5,7
/proc/31866/task/31870/stat : 31870 (priss) R 31865 31865 30345 0 -1 4202560 62228 0 0 0 119965 87 0 0 25 0 5 0 517845995 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 4220314 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31866/tid=31871] ppid=31865 vsize=1195556 CPUtime=1200.97 cores=1,3,5,7
/proc/31866/task/31871/stat : 31871 (priss) R 31865 31865 30345 0 -1 4202560 56115 0 0 0 120032 65 0 0 25 0 5 0 517846006 1224249344 249679 33554432000 4194304 5787044 140737291712368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1204256

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.09
CPU user time (s): 4796.87
CPU system time (s): 3.22
CPU usage (%): 399.336
Max. virtual memory (cumulated for all children) (KiB): 1204256

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= 4
involuntary context switches= 2

runsolver used 1.60476 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 09:34:42
IDJOB=3290492
IDBENCH=83436
IDSOLVER=1602
FILE ID=node137/3290492-1304062482
RUNJOBID= node137-1304058816-31309
PBS_JOBID= 13170416
Free space on /tmp= 71604 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F20.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290492-1304062482/watcher-3290492-1304062482 -o /tmp/evaluation-result-3290492-1304062482/solver-3290492-1304062482 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3290492-1304062482.cnf 753876880 4800 15500 4

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

MD5SUM BENCH= 3e5703cd522988fbb05dcac3c4dbbe9d
RANDOM SEED=753876880

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27717884 kB
Buffers:        900244 kB
Cached:        3730936 kB
SwapCached:         56 kB
Active:         356088 kB
Inactive:      4411504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27717884 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           16572 kB
Writeback:           0 kB
AnonPages:      136788 kB
Mapped:          15752 kB
Slab:           401700 kB
PageTables:       4460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326000 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= 71600 MiB
End job on node137 at 2011-04-29 09:54:46