Trace number 3262559

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

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: 31637
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 2260us
0.00/0.00	c parsed 7308 clauses with 160 variables
0.00/0.00	c NW started thread 0 successfully (1086343488)
0.00/0.00	c NW started thread 1 successfully (1096833344)
0.00/0.00	c NW started thread 2 successfully (1107323200)
0.00/0.01	c NW started thread 3 successfully (1117813056)
13.54/3.40	c preprocessor returned 10039 variables
13.54/3.40	c preprocessing returned UNKNOWN
13.54/3.40	c PP set 0 variables
13.54/3.40	c pp time: 3399036us (3s)
13.54/3.41	c preprocessor returned 10039 variables
13.54/3.41	c preprocessing returned UNKNOWN
13.54/3.41	c PP set 0 variables
13.54/3.41	c pp time: 3401899us (3s)
13.54/3.42	c preprocessor returned 10039 variables
13.54/3.42	c preprocessing returned UNKNOWN
13.54/3.42	c PP set 0 variables
13.54/3.42	c pp time: 3412264us (3s)
160.14/40.14	c preprocessor returned 30147 variables
160.14/40.14	c preprocessing returned UNKNOWN
160.14/40.14	c PP set 0 variables
160.14/40.14	c pp time: 40129838us (40s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.05 7.91 5/182 31636
/proc/meminfo: memFree=27475944/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0

[startup+0.129467 s]
/proc/loadavg: 8.10 8.05 7.91 5/182 31636
/proc/meminfo: memFree=27475944/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.934891 s]
/proc/loadavg: 8.10 8.05 7.91 5/182 31636
/proc/meminfo: memFree=27475944/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03487 s]
/proc/loadavg: 8.10 8.05 7.91 5/182 31636
/proc/meminfo: memFree=27475944/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13485 s]
/proc/loadavg: 8.10 8.05 7.91 5/182 31636
/proc/meminfo: memFree=27475944/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50079 s]
/proc/loadavg: 8.10 8.05 7.91 5/182 31636
/proc/meminfo: memFree=27475944/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1005 s]
/proc/loadavg: 8.09 8.05 7.91 9/188 31642
/proc/meminfo: memFree=27454080/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=272848 CPUtime=12.35 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 6219 0 0 0 1234 1 0 0 19 0 5 0 517720318 279396352 5586 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 68212 5586 355 389 0 63962 0
[pid=31637/tid=31639] ppid=31636 vsize=272848 CPUtime=3.08 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 857 0 0 0 308 0 0 0 25 0 5 0 517720319 279396352 5586 33554432000 4194304 5787044 140736914424064 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=272848 CPUtime=3.07 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 859 0 0 0 307 0 0 0 25 0 5 0 517720319 279396352 5586 33554432000 4194304 5787044 140736914424064 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=272848 CPUtime=3.08 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 872 0 0 0 308 0 0 0 24 0 5 0 517720319 279396352 5586 33554432000 4194304 5787044 140736914424064 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=272848 CPUtime=3.08 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 2063 0 0 0 308 0 0 0 25 0 5 0 517720319 279396352 5586 33554432000 4194304 5787044 140736914424064 18446744073709551615 218905424862 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 281548

[startup+6.30692 s]
/proc/loadavg: 8.09 8.05 7.91 9/188 31642
/proc/meminfo: memFree=27444756/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=276036 CPUtime=25.15 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 9464 0 0 0 2513 2 0 0 19 0 5 0 517720318 282660864 8026 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 69009 8026 404 389 0 64759 0
[pid=31637/tid=31639] ppid=31636 vsize=276036 CPUtime=6.29 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 1973 0 0 0 629 0 0 0 25 0 5 0 517720319 282660864 8026 33554432000 4194304 5787044 140736914424064 18446744073709551615 4238696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=276036 CPUtime=6.26 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 1626 0 0 0 626 0 0 0 25 0 5 0 517720319 282660864 8026 33554432000 4194304 5787044 140736914424064 18446744073709551615 5576457 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=276036 CPUtime=6.28 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 2234 0 0 0 628 0 0 0 20 0 5 0 517720319 282660864 8026 33554432000 4194304 5787044 140736914424064 18446744073709551615 4229221 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=276036 CPUtime=6.28 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 2063 0 0 0 628 0 0 0 25 0 5 0 517720319 282660864 8026 33554432000 4194304 5787044 140736914424064 18446744073709551615 218905424882 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 284736

[startup+12.7008 s]
/proc/loadavg: 8.08 8.05 7.91 9/188 31642
/proc/meminfo: memFree=27434852/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=282588 CPUtime=50.69 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 12192 0 0 0 5066 3 0 0 19 0 5 0 517720318 289370112 10754 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 70647 10754 404 389 0 66397 0
[pid=31637/tid=31639] ppid=31636 vsize=282588 CPUtime=12.68 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 2541 0 0 0 1268 0 0 0 25 0 5 0 517720319 289370112 10754 33554432000 4194304 5787044 140736914424064 18446744073709551615 5585242 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=282588 CPUtime=12.62 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 2192 0 0 0 1262 0 0 0 25 0 5 0 517720319 289370112 10754 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=282588 CPUtime=12.68 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 3828 0 0 0 1267 1 0 0 25 0 5 0 517720319 289370112 10754 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=282588 CPUtime=12.68 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 2063 0 0 0 1268 0 0 0 25 0 5 0 517720319 289370112 10754 33554432000 4194304 5787044 140736914424064 18446744073709551615 4359012 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 291288

[startup+25.5004 s]
/proc/loadavg: 8.21 8.08 7.92 9/188 31643
/proc/meminfo: memFree=27420340/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=289764 CPUtime=101.81 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 15464 0 0 0 10177 4 0 0 19 0 5 0 517720318 296718336 14025 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 72441 14025 404 389 0 68191 0
[pid=31637/tid=31639] ppid=31636 vsize=289764 CPUtime=25.48 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 3276 0 0 0 2547 1 0 0 25 0 5 0 517720319 296718336 14025 33554432000 4194304 5787044 140736914424064 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=289764 CPUtime=25.34 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 2916 0 0 0 2534 0 0 0 25 0 5 0 517720319 296718336 14025 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=289764 CPUtime=25.48 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 5641 0 0 0 2547 1 0 0 25 0 5 0 517720319 296718336 14025 33554432000 4194304 5787044 140736914424064 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=289764 CPUtime=25.47 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 2063 0 0 0 2547 0 0 0 25 0 5 0 517720319 296718336 14025 33554432000 4194304 5787044 140736914424064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 298464

[startup+51.1008 s]
/proc/loadavg: 7.89 8.01 7.90 9/188 31676
/proc/meminfo: memFree=27680224/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=298164 CPUtime=204.08 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 22454 0 0 0 20398 10 0 0 19 0 5 0 517720318 305319936 19989 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 74541 19989 417 389 0 70291 0
[pid=31637/tid=31639] ppid=31636 vsize=298164 CPUtime=51.08 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 5262 0 0 0 5106 2 0 0 25 0 5 0 517720319 305319936 19989 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=298164 CPUtime=50.81 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 3804 0 0 0 5080 1 0 0 25 0 5 0 517720319 305319936 19989 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=298164 CPUtime=51.08 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 6696 0 0 0 5105 3 0 0 25 0 5 0 517720319 305319936 19989 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=298164 CPUtime=51.07 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 5124 0 0 0 5106 1 0 0 25 0 5 0 517720319 305319936 19989 33554432000 4194304 5787044 140736914424064 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 306864

[startup+102.301 s]
/proc/loadavg: 8.04 8.04 7.91 9/188 31678
/proc/meminfo: memFree=27620772/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=307684 CPUtime=408.57 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 27733 0 0 0 40843 14 0 0 19 0 5 0 517720318 315068416 25213 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 76921 25213 417 389 0 72671 0
[pid=31637/tid=31639] ppid=31636 vsize=307684 CPUtime=102.28 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 5946 0 0 0 10225 3 0 0 25 0 5 0 517720319 315068416 25213 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=307684 CPUtime=101.71 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 4921 0 0 0 10169 2 0 0 25 0 5 0 517720319 315068416 25213 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=307684 CPUtime=102.27 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 7512 0 0 0 10223 4 0 0 25 0 5 0 517720319 315068416 25213 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=307684 CPUtime=102.27 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 7786 0 0 0 10224 3 0 0 25 0 5 0 517720319 315068416 25213 33554432000 4194304 5787044 140736914424064 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 316384

[startup+162.301 s]
/proc/loadavg: 8.10 8.06 7.92 9/188 31679
/proc/meminfo: memFree=27550668/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=317012 CPUtime=648.22 cores=0,2,4,6

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

/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 19808 0 0 0 81761 15 0 0 25 0 5 0 517720319 388227072 66186 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=379128 CPUtime=822.26 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 15032 0 0 0 82213 13 0 0 25 0 5 0 517720319 388227072 66186 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=379128 CPUtime=822.15 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 20462 0 0 0 82201 14 0 0 25 0 5 0 517720319 388227072 66186 33554432000 4194304 5787044 140736914424064 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.43
Current children cumulated vsize (KiB) 387828

[startup+882.301 s]
/proc/loadavg: 8.13 8.13 8.01 9/188 31699
/proc/meminfo: memFree=27248576/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=382636 CPUtime=3524.09 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 70927 0 0 0 352350 59 0 0 19 0 5 0 517720318 391819264 67467 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 95659 67467 418 389 0 91409 0
[pid=31637/tid=31639] ppid=31636 vsize=382636 CPUtime=882.22 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 12785 0 0 0 88208 14 0 0 25 0 5 0 517720319 391819264 67467 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=382636 CPUtime=877.43 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 20686 0 0 0 87727 16 0 0 25 0 5 0 517720319 391819264 67467 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=382636 CPUtime=882.26 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 15425 0 0 0 88213 13 0 0 25 0 5 0 517720319 391819264 67467 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=382636 CPUtime=882.14 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 20463 0 0 0 88200 14 0 0 25 0 5 0 517720319 391819264 67467 33554432000 4194304 5787044 140736914424064 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 391336

[startup+942.301 s]
/proc/loadavg: 8.10 8.12 8.01 9/188 31700
/proc/meminfo: memFree=27244080/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=384364 CPUtime=3763.78 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 71724 0 0 0 376318 60 0 0 19 0 5 0 517720318 393588736 68059 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 96091 68059 418 389 0 91841 0
[pid=31637/tid=31639] ppid=31636 vsize=384364 CPUtime=942.22 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 12789 0 0 0 94208 14 0 0 25 0 5 0 517720319 393588736 68059 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=384364 CPUtime=937.11 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 21078 0 0 0 93695 16 0 0 25 0 5 0 517720319 393588736 68059 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=384364 CPUtime=942.27 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 15814 0 0 0 94213 14 0 0 25 0 5 0 517720319 393588736 68059 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=384364 CPUtime=942.15 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 20475 0 0 0 94200 15 0 0 25 0 5 0 517720319 393588736 68059 33554432000 4194304 5787044 140736914424064 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.78
Current children cumulated vsize (KiB) 393064

[startup+1002.3 s]
/proc/loadavg: 8.13 8.12 8.02 9/188 31702
/proc/meminfo: memFree=27229156/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=385068 CPUtime=4003.43 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 72020 0 0 0 400282 61 0 0 19 0 5 0 517720318 394309632 68355 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 96267 68355 418 389 0 92017 0
[pid=31637/tid=31639] ppid=31636 vsize=385068 CPUtime=1002.21 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 12930 0 0 0 100207 14 0 0 25 0 5 0 517720319 394309632 68355 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=385068 CPUtime=996.78 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 21118 0 0 0 99662 16 0 0 25 0 5 0 517720319 394309632 68355 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=385068 CPUtime=1002.27 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 15814 0 0 0 100213 14 0 0 25 0 5 0 517720319 394309632 68355 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=385068 CPUtime=1002.14 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 20590 0 0 0 100199 15 0 0 25 0 5 0 517720319 394309632 68355 33554432000 4194304 5787044 140736914424064 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 393768

[startup+1062.31 s]
/proc/loadavg: 8.13 8.13 8.02 9/188 31703
/proc/meminfo: memFree=27196760/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=398520 CPUtime=4243.13 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 75260 0 0 0 424250 63 0 0 19 0 5 0 517720318 408084480 71595 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 99630 71595 418 389 0 95380 0
[pid=31637/tid=31639] ppid=31636 vsize=398520 CPUtime=1062.21 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 15097 0 0 0 106206 15 0 0 25 0 5 0 517720319 408084480 71595 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=398520 CPUtime=1056.45 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 21978 0 0 0 105629 16 0 0 25 0 5 0 517720319 408084480 71595 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=398520 CPUtime=1062.27 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 15814 0 0 0 106213 14 0 0 25 0 5 0 517720319 408084480 71595 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=398520 CPUtime=1062.14 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 20803 0 0 0 106199 15 0 0 25 0 5 0 517720319 408084480 71595 33554432000 4194304 5787044 140736914424064 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 407220

[startup+1122.3 s]
/proc/loadavg: 8.12 8.13 8.03 9/188 31705
/proc/meminfo: memFree=27162504/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=406720 CPUtime=4482.77 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 77965 0 0 0 448213 64 0 0 19 0 5 0 517720318 416481280 74300 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 101680 74300 418 389 0 97430 0
[pid=31637/tid=31639] ppid=31636 vsize=406720 CPUtime=1122.22 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 15812 0 0 0 112205 17 0 0 25 0 5 0 517720319 416481280 74300 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=406720 CPUtime=1116.13 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 22322 0 0 0 111596 17 0 0 25 0 5 0 517720319 416481280 74300 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=406720 CPUtime=1122.27 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 16839 0 0 0 112213 14 0 0 25 0 5 0 517720319 416481280 74300 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=406720 CPUtime=1122.13 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 21424 0 0 0 112198 15 0 0 25 0 5 0 517720319 416481280 74300 33554432000 4194304 5787044 140736914424064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.77
Current children cumulated vsize (KiB) 415420

[startup+1182.3 s]
/proc/loadavg: 8.12 8.13 8.03 9/188 31707
/proc/meminfo: memFree=27132212/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=411460 CPUtime=4722.44 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 81459 0 0 0 472177 67 0 0 19 0 5 0 517720318 421335040 77794 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 102865 77794 418 389 0 98615 0
[pid=31637/tid=31639] ppid=31636 vsize=411460 CPUtime=1182.21 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 16633 0 0 0 118204 17 0 0 25 0 5 0 517720319 421335040 77794 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=411460 CPUtime=1175.8 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 23069 0 0 0 117563 17 0 0 25 0 5 0 517720319 421335040 77794 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=411460 CPUtime=1182.27 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 18548 0 0 0 118212 15 0 0 25 0 5 0 517720319 421335040 77794 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=411460 CPUtime=1182.12 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 21641 0 0 0 118197 15 0 0 25 0 5 0 517720319 421335040 77794 33554432000 4194304 5787044 140736914424064 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 420160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.21 8.16 8.04 9/188 31707
/proc/meminfo: memFree=27124628/32951124 swapFree=67111356/67111528
[pid=31636] ppid=31634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31636/stat : 31636 (prissAuto.sh) S 31634 31636 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517720318 8908800 251 33554432000 4194304 4922060 140737194176192 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31636/statm: 2175 251 211 178 0 68 0
[pid=31637] ppid=31636 vsize=415560 CPUtime=4800.35 cores=0,2,4,6
/proc/31637/stat : 31637 (priss) S 31636 31636 30345 0 -1 4202496 83285 0 0 0 479967 68 0 0 19 0 5 0 517720318 425533440 79620 33554432000 4194304 5787044 140736914424064 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 103890 79620 418 389 0 99640 0
[pid=31637/tid=31639] ppid=31636 vsize=415560 CPUtime=1201.72 cores=0,2,4,6
/proc/31637/task/31639/stat : 31639 (priss) R 31636 31636 30345 0 -1 4202560 17901 0 0 0 120154 18 0 0 25 0 5 0 517720319 425533440 79620 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31637/tid=31640] ppid=31636 vsize=415560 CPUtime=1195.19 cores=0,2,4,6
/proc/31637/task/31640/stat : 31640 (priss) R 31636 31636 30345 0 -1 4202560 23320 0 0 0 119502 17 0 0 25 0 5 0 517720319 425533440 79620 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31637/tid=31641] ppid=31636 vsize=415560 CPUtime=1201.78 cores=0,2,4,6
/proc/31637/task/31641/stat : 31641 (priss) R 31636 31636 30345 0 -1 4202560 18819 0 0 0 120162 16 0 0 25 0 5 0 517720319 425533440 79620 33554432000 4194304 5787044 140736914424064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31637/tid=31642] ppid=31636 vsize=415560 CPUtime=1201.62 cores=0,2,4,6
/proc/31637/task/31642/stat : 31642 (priss) R 31636 31636 30345 0 -1 4202560 21677 0 0 0 120147 15 0 0 25 0 5 0 517720319 425533440 79620 33554432000 4194304 5787044 140736914424064 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 424260

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31636 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.35
#
# 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.35
CPU user time (s): 4799.67
CPU system time (s): 0.68
CPU usage (%): 399.423
Max. virtual memory (cumulated for all children) (KiB): 424260

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.83372 second user time and 4.72928 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 09:13:46
IDJOB=3262559
IDBENCH=83323
IDSOLVER=1602
FILE ID=node137/3262559-1304061226
RUNJOBID= node137-1304058816-31308
PBS_JOBID= 13170416
Free space on /tmp= 71620 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262559-1304061226/watcher-3262559-1304061226 -o /tmp/evaluation-result-3262559-1304061226/solver-3262559-1304061226 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262559-1304061226.cnf 859880604 4800 15500 4

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=859880604

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:      27475984 kB
Buffers:        899672 kB
Cached:        3715180 kB
SwapCached:         56 kB
Active:         599228 kB
Inactive:      4410388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27475984 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:      394808 kB
Mapped:          15612 kB
Slab:           401200 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   600148 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= 71616 MiB
End job on node137 at 2011-04-29 09:33:50