Trace number 3263571

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
MD5SUMe826117d87949a5b285e72732bfa395b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses69964
Sum of the clauses size140740
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269935
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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: 20198
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 16710us
0.00/0.02	c parsed 69964 clauses with 870 variables
0.00/0.02	c NW started thread 0 successfully (1098275136)
0.00/0.03	c NW started thread 1 successfully (1114773824)
0.00/0.04	c NW started thread 2 successfully (1125263680)
0.00/0.04	c NW started thread 3 successfully (1135753536)
11.37/2.99	c preprocessor returned 10009 variables
11.37/2.99	c preprocessing returned UNKNOWN
11.37/2.99	c PP set 0 variables
11.37/2.99	c pp time: 2888545us (2s)
11.37/2.99	c preprocessor returned 10009 variables
11.37/2.99	c preprocessing returned UNKNOWN
11.37/2.99	c PP set 0 variables
11.37/2.99	c pp time: 2896094us (2s)
11.37/2.99	c preprocessor returned 10009 variables
11.37/2.99	c preprocessing returned UNKNOWN
11.37/2.99	c PP set 0 variables
11.37/2.99	c pp time: 2906629us (2s)
49.69/12.54	c preprocessor returned 30010 variables
49.69/12.54	c preprocessing returned UNKNOWN
49.69/12.54	c PP set 0 variables
49.69/12.54	c pp time: 12499264us (12s)

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-3263571-1304064648/watcher-3263571-1304064648 -o /tmp/evaluation-result-3263571-1304064648/solver-3263571-1304064648 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263571-1304064648.cnf 1580764723 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.00 8.14 8.14 2/179 20197
/proc/meminfo: memFree=25400468/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0

[startup+0.104756 s]
/proc/loadavg: 8.00 8.14 8.14 2/179 20197
/proc/meminfo: memFree=25400468/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.548941 s]
/proc/loadavg: 8.00 8.14 8.14 2/179 20197
/proc/meminfo: memFree=25400468/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05353 s]
/proc/loadavg: 8.00 8.14 8.14 2/179 20197
/proc/meminfo: memFree=25400468/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.15352 s]
/proc/loadavg: 8.00 8.14 8.14 2/179 20197
/proc/meminfo: memFree=25400468/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 8.00 8.14 8.14 2/179 20197
/proc/meminfo: memFree=25400468/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10117 s]
/proc/loadavg: 8.08 8.15 8.14 9/192 20229
/proc/meminfo: memFree=25295416/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=288592 CPUtime=12.14 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 24662 0 0 0 1203 11 0 0 18 0 5 0 518063009 295518208 11963 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 72148 11963 404 389 0 67898 0
[pid=20198/tid=20210] ppid=20196 vsize=288592 CPUtime=3.01 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 5276 0 0 0 299 2 0 0 18 0 5 0 518063011 295518208 11963 33554432000 4194304 5787044 140733867465616 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=288592 CPUtime=3.02 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 5777 0 0 0 299 3 0 0 18 0 5 0 518063012 295518208 11963 33554432000 4194304 5787044 140733867465616 18446744073709551615 4220304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=288592 CPUtime=3.03 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 5258 0 0 0 302 1 0 0 25 0 5 0 518063013 295518208 11964 33554432000 4194304 5787044 140733867465616 18446744073709551615 4206056 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=288592 CPUtime=3.01 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 4364 0 0 0 298 3 0 0 25 0 5 0 518063014 295518208 11964 33554432000 4194304 5787044 140733867465616 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 297292

[startup+6.3066 s]
/proc/loadavg: 8.08 8.15 8.14 9/192 20229
/proc/meminfo: memFree=25293440/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=294724 CPUtime=24.93 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 27250 0 0 0 2482 11 0 0 18 0 5 0 518063009 301797376 14551 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 73681 14551 404 389 0 69431 0
[pid=20198/tid=20210] ppid=20196 vsize=294724 CPUtime=6.21 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 5822 0 0 0 619 2 0 0 25 0 5 0 518063011 301797376 14551 33554432000 4194304 5787044 140733867465616 18446744073709551615 5590426 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=294724 CPUtime=6.22 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 6272 0 0 0 619 3 0 0 25 0 5 0 518063012 301797376 14551 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=294724 CPUtime=6.21 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 6801 0 0 0 620 1 0 0 25 0 5 0 518063013 301797376 14551 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=294724 CPUtime=6.21 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 4368 0 0 0 618 3 0 0 25 0 5 0 518063014 301797376 14551 33554432000 4194304 5787044 140733867465616 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 303424

[startup+12.7005 s]
/proc/loadavg: 8.07 8.15 8.14 9/192 20229
/proc/meminfo: memFree=25274920/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=298268 CPUtime=50.48 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 33150 0 0 0 5035 13 0 0 18 0 5 0 518063009 305426432 17968 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 74567 17968 417 389 0 70317 0
[pid=20198/tid=20210] ppid=20196 vsize=298268 CPUtime=12.61 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 6610 0 0 0 1259 2 0 0 25 0 5 0 518063011 305426432 17968 33554432000 4194304 5787044 140733867465616 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=298268 CPUtime=12.61 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 7089 0 0 0 1258 3 0 0 25 0 5 0 518063012 305426432 17968 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=298268 CPUtime=12.58 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 7639 0 0 0 1256 2 0 0 25 0 5 0 518063013 305426432 17968 33554432000 4194304 5787044 140733867465616 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=298268 CPUtime=12.61 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 7825 0 0 0 1257 4 0 0 25 0 5 0 518063014 305426432 17968 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 306968

[startup+25.5012 s]
/proc/loadavg: 8.20 8.17 8.15 9/192 20229
/proc/meminfo: memFree=25221232/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=307828 CPUtime=101.6 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 39373 0 0 0 10143 17 0 0 18 0 5 0 518063009 315215872 24190 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 76957 24190 417 389 0 72707 0
[pid=20198/tid=20210] ppid=20196 vsize=307828 CPUtime=25.41 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 8811 0 0 0 2538 3 0 0 25 0 5 0 518063011 315215872 24190 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=307828 CPUtime=25.41 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 8162 0 0 0 2537 4 0 0 25 0 5 0 518063012 315215872 24190 33554432000 4194304 5787044 140733867465616 18446744073709551615 4254384 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=307828 CPUtime=25.3 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 8950 0 0 0 2528 2 0 0 25 0 5 0 518063013 315215872 24190 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=307828 CPUtime=25.41 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 9463 0 0 0 2535 6 0 0 25 0 5 0 518063014 315215872 24190 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527998 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 316528

[startup+51.1007 s]
/proc/loadavg: 8.13 8.16 8.14 9/192 20230
/proc/meminfo: memFree=25137220/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=325460 CPUtime=203.85 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 49779 0 0 0 20360 25 0 0 18 0 5 0 518063009 333271040 34549 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 81365 34549 417 389 0 77115 0
[pid=20198/tid=20210] ppid=20196 vsize=325460 CPUtime=50.9 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 10838 0 0 0 5084 6 0 0 25 0 5 0 518063011 333271040 34549 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=325460 CPUtime=51 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 11288 0 0 0 5094 6 0 0 25 0 5 0 518063012 333271040 34549 33554432000 4194304 5787044 140733867465616 18446744073709551615 5586863 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=325460 CPUtime=50.87 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 12398 0 0 0 5083 4 0 0 25 0 5 0 518063013 333271040 34549 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=325460 CPUtime=51 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 11268 0 0 0 5093 7 0 0 25 0 5 0 518063014 333271040 34549 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 334160

[startup+102.301 s]
/proc/loadavg: 8.10 8.15 8.14 9/192 20231
/proc/meminfo: memFree=25035396/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=342692 CPUtime=408.35 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 61087 0 0 0 40801 34 0 0 18 0 5 0 518063009 350916608 45737 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 85673 45737 417 389 0 81423 0
[pid=20198/tid=20210] ppid=20196 vsize=342692 CPUtime=101.81 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 13004 0 0 0 10173 8 0 0 25 0 5 0 518063011 350916608 45737 33554432000 4194304 5787044 140733867465616 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=342692 CPUtime=102.2 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 14647 0 0 0 10211 9 0 0 25 0 5 0 518063012 350916608 45737 33554432000 4194304 5787044 140733867465616 18446744073709551615 5586729 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=342692 CPUtime=102.07 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 15551 0 0 0 10201 6 0 0 25 0 5 0 518063013 350916608 45737 33554432000 4194304 5787044 140733867465616 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=342692 CPUtime=102.2 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 13898 0 0 0 10210 10 0 0 25 0 5 0 518063014 350916608 45737 33554432000 4194304 5787044 140733867465616 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 351392

[startup+162.301 s]
/proc/loadavg: 8.13 8.15 8.14 9/192 20233
/proc/meminfo: memFree=24948944/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=358588 CPUtime=648.01 cores=0,2,4,6

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

/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 33532 0 0 0 82180 33 0 0 25 0 5 0 518063012 688508928 123038 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=672372 CPUtime=822.06 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 39536 0 0 0 82184 22 0 0 25 0 5 0 518063013 688508928 123038 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=672372 CPUtime=822.2 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 30683 0 0 0 82188 32 0 0 25 0 5 0 518063014 688508928 123038 33554432000 4194304 5787044 140733867465616 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.35
Current children cumulated vsize (KiB) 681072

[startup+882.3 s]
/proc/loadavg: 8.13 8.16 8.16 9/192 20252
/proc/meminfo: memFree=24352116/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=684672 CPUtime=3524.02 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 148077 0 0 0 352269 133 0 0 18 0 5 0 518063009 701104128 131394 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 171168 131394 417 389 0 166918 0
[pid=20198/tid=20210] ppid=20196 vsize=684672 CPUtime=877.56 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 36406 0 0 0 87718 38 0 0 25 0 5 0 518063011 701104128 131394 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=684672 CPUtime=882.12 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 35125 0 0 0 88176 36 0 0 25 0 5 0 518063012 701104128 131394 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=684672 CPUtime=882.06 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 39537 0 0 0 88184 22 0 0 25 0 5 0 518063013 701104128 131394 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=684672 CPUtime=882.19 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 33022 0 0 0 88184 35 0 0 25 0 5 0 518063014 701104128 131394 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.02
Current children cumulated vsize (KiB) 693372

[startup+942.301 s]
/proc/loadavg: 8.09 8.14 8.16 9/192 20254
/proc/meminfo: memFree=24295180/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=688772 CPUtime=3763.71 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 155718 0 0 0 376228 143 0 0 18 0 5 0 518063009 705302528 139035 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 172193 139035 417 389 0 167943 0
[pid=20198/tid=20210] ppid=20196 vsize=688772 CPUtime=937.24 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 38530 0 0 0 93683 41 0 0 25 0 5 0 518063011 705302528 139035 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=688772 CPUtime=942.12 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 38600 0 0 0 94172 40 0 0 25 0 5 0 518063012 705302528 139035 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=688772 CPUtime=942.06 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 39538 0 0 0 94184 22 0 0 25 0 5 0 518063013 705302528 139035 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=688772 CPUtime=942.21 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 35063 0 0 0 94183 38 0 0 25 0 5 0 518063014 705302528 139035 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.71
Current children cumulated vsize (KiB) 697472

[startup+1002.3 s]
/proc/loadavg: 8.12 8.14 8.16 9/192 20255
/proc/meminfo: memFree=24259076/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=692872 CPUtime=4003.35 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 162919 0 0 0 400186 149 0 0 18 0 5 0 518063009 709500928 145786 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 173218 145786 417 389 0 168968 0
[pid=20198/tid=20210] ppid=20196 vsize=692872 CPUtime=996.91 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 40084 0 0 0 99649 42 0 0 25 0 5 0 518063011 709500928 145786 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=692872 CPUtime=1002.12 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 41002 0 0 0 100169 43 0 0 25 0 5 0 518063012 709500928 145786 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=692872 CPUtime=1002.06 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 39546 0 0 0 100184 22 0 0 25 0 5 0 518063013 709500928 145786 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=692872 CPUtime=1002.2 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 38300 0 0 0 100179 41 0 0 25 0 5 0 518063014 709500928 145786 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.35
Current children cumulated vsize (KiB) 701572

[startup+1062.31 s]
/proc/loadavg: 8.12 8.14 8.15 9/192 20257
/proc/meminfo: memFree=24252968/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=692872 CPUtime=4243.03 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 164244 0 0 0 424152 151 0 0 18 0 5 0 518063009 709500928 146886 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 173218 146886 419 389 0 168968 0
[pid=20198/tid=20210] ppid=20196 vsize=692872 CPUtime=1056.58 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 40085 0 0 0 105616 42 0 0 25 0 5 0 518063011 709500928 146886 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=692872 CPUtime=1062.11 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 41004 0 0 0 106168 43 0 0 25 0 5 0 518063012 709500928 146886 33554432000 4194304 5787044 140733867465616 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=692872 CPUtime=1062.07 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 39554 0 0 0 106185 22 0 0 25 0 5 0 518063013 709500928 146886 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=692872 CPUtime=1062.2 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 39614 0 0 0 106178 42 0 0 25 0 5 0 518063014 709500928 146886 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.03
Current children cumulated vsize (KiB) 701572

[startup+1122.3 s]
/proc/loadavg: 8.12 8.14 8.15 9/192 20258
/proc/meminfo: memFree=24243144/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=693144 CPUtime=4482.69 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 164393 0 0 0 448117 152 0 0 18 0 5 0 518063009 709779456 147035 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 173286 147035 419 389 0 169036 0
[pid=20198/tid=20210] ppid=20196 vsize=693144 CPUtime=1116.25 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 40086 0 0 0 111583 42 0 0 25 0 5 0 518063011 709779456 147035 33554432000 4194304 5787044 140733867465616 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=693144 CPUtime=1122.1 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 41005 0 0 0 112167 43 0 0 25 0 5 0 518063012 709779456 147035 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=693144 CPUtime=1122.07 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 39698 0 0 0 112184 23 0 0 25 0 5 0 518063013 709779456 147035 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=693144 CPUtime=1122.2 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 39617 0 0 0 112178 42 0 0 25 0 5 0 518063014 709779456 147035 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.69
Current children cumulated vsize (KiB) 701844

[startup+1182.3 s]
/proc/loadavg: 8.04 8.12 8.14 9/192 20260
/proc/meminfo: memFree=24224156/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=704944 CPUtime=4722.36 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 166825 0 0 0 472082 154 0 0 18 0 5 0 518063009 721862656 149467 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 176236 149467 419 389 0 171986 0
[pid=20198/tid=20210] ppid=20196 vsize=704944 CPUtime=1175.92 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 40093 0 0 0 117550 42 0 0 25 0 5 0 518063011 721862656 149467 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=704944 CPUtime=1182.09 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 41009 0 0 0 118166 43 0 0 25 0 5 0 518063012 721862656 149467 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=704944 CPUtime=1182.07 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 42111 0 0 0 118182 25 0 0 25 0 5 0 518063013 721862656 149467 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=704944 CPUtime=1182.2 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 39625 0 0 0 118178 42 0 0 25 0 5 0 518063014 721862656 149467 33554432000 4194304 5787044 140733867465616 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 713644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.03 8.11 8.14 9/192 20261
/proc/meminfo: memFree=24217956/32951124 swapFree=67111524/67111528
[pid=20196] ppid=20193 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20196/stat : 20196 (prissAuto.sh) S 20193 20196 19041 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 518063009 8908800 252 33554432000 4194304 4922060 140734550186048 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20196/statm: 2175 252 211 178 0 68 0
[pid=20198] ppid=20196 vsize=708140 CPUtime=4800.27 cores=0,2,4,6
/proc/20198/stat : 20198 (priss) S 20196 20196 19041 0 -1 4202496 167599 0 0 0 479872 155 0 0 18 0 5 0 518063009 725135360 150241 33554432000 4194304 5787044 140733867465616 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 177035 150241 419 389 0 172785 0
[pid=20198/tid=20210] ppid=20196 vsize=708140 CPUtime=1195.32 cores=0,2,4,6
/proc/20198/task/20210/stat : 20210 (priss) R 20196 20196 19041 0 -1 4202560 40097 0 0 0 119490 42 0 0 25 0 5 0 518063011 725135360 150241 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20198/tid=20212] ppid=20196 vsize=708140 CPUtime=1201.6 cores=0,2,4,6
/proc/20198/task/20212/stat : 20212 (priss) R 20196 20196 19041 0 -1 4202560 41010 0 0 0 120117 43 0 0 25 0 5 0 518063012 725135360 150241 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20198/tid=20213] ppid=20196 vsize=708140 CPUtime=1201.57 cores=0,2,4,6
/proc/20198/task/20213/stat : 20213 (priss) R 20196 20196 19041 0 -1 4202560 42877 0 0 0 120132 25 0 0 25 0 5 0 518063013 725135360 150241 33554432000 4194304 5787044 140733867465616 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20198/tid=20214] ppid=20196 vsize=708140 CPUtime=1201.7 cores=0,2,4,6
/proc/20198/task/20214/stat : 20214 (priss) R 20196 20196 19041 0 -1 4202560 39628 0 0 0 120128 42 0 0 25 0 5 0 518063014 725135360 150241 33554432000 4194304 5787044 140733867465616 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 716840

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 20196 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.27
#
# 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.27
CPU user time (s): 4798.72
CPU system time (s): 1.55
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 716840

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= 49
involuntary context switches= 3

runsolver used 1.73174 second user time and 4.83726 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 10:10:48
IDJOB=3263571
IDBENCH=83986
IDSOLVER=1602
FILE ID=node132/3263571-1304064648
RUNJOBID= node132-1304059832-19781
PBS_JOBID= 13170426
Free space on /tmp= 71872 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263571-1304064648/watcher-3263571-1304064648 -o /tmp/evaluation-result-3263571-1304064648/solver-3263571-1304064648 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263571-1304064648.cnf 1580764723 4800 15500 4

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=1580764723

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25400764 kB
Buffers:        764360 kB
Cached:        6223340 kB
SwapCached:          4 kB
Active:        1954564 kB
Inactive:      5097868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25400764 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2404 kB
Writeback:           0 kB
AnonPages:       64572 kB
Mapped:          14340 kB
Slab:           435156 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node132 at 2011-04-29 10:30:52