Trace number 3264847

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.19 1201.72

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.682
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5736
Number of clauses of size over 5164

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: 14307
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 1000us
0.00/0.00	c parsed 2492 clauses with 352 variables
0.00/0.00	c NW started thread 0 successfully (1093585216)
0.00/0.00	c NW started thread 1 successfully (1105475904)
0.00/0.00	c NW started thread 2 successfully (1117141312)
0.00/0.00	c NW started thread 3 successfully (1127631168)
0.00/0.91	c preprocessor returned 10032 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 907534us (0s)
0.00/0.91	c preprocessor returned 10032 variables
0.00/0.91	c preprocessing returned UNKNOWNc preprocessor returned 10032 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0
0.00/0.91	c PP set 0 variables
0.00/0.91	 variables
0.00/0.91	c pp time: 907911us (0s)
0.00/0.91	c pp time: 907411us (0s)
18.73/4.74	c preprocessor returned 30087 variables
18.73/4.74	c preprocessing returned UNKNOWN
18.73/4.74	c PP set 0 variables
18.73/4.74	c pp time: 4733451us (4s)

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-3264847-1304068082/watcher-3264847-1304068082 -o /tmp/evaluation-result-3264847-1304068082/solver-3264847-1304068082 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3264847-1304068082.cnf 1988194718 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.14 8.10 8.05 5/182 14306
/proc/meminfo: memFree=26196256/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0

[startup+0.132739 s]
/proc/loadavg: 8.14 8.10 8.05 5/182 14306
/proc/meminfo: memFree=26196256/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200725 s]
/proc/loadavg: 8.14 8.10 8.05 5/182 14306
/proc/meminfo: memFree=26196256/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300706 s]
/proc/loadavg: 8.14 8.10 8.05 5/182 14306
/proc/meminfo: memFree=26196256/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700629 s]
/proc/loadavg: 8.14 8.10 8.05 5/182 14306
/proc/meminfo: memFree=26196256/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 8.14 8.10 8.05 9/188 14312
/proc/meminfo: memFree=26172772/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=274732 CPUtime=5.96 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 8130 0 0 0 595 1 0 0 25 0 5 0 518407882 281325568 6560 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 68683 6560 405 389 0 64433 0
[pid=14307/tid=14308] ppid=14306 vsize=274732 CPUtime=1.48 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 1456 0 0 0 148 0 0 0 25 0 5 0 518407883 281325568 6560 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=274732 CPUtime=1.48 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 1573 0 0 0 148 0 0 0 25 0 5 0 518407883 281325568 6560 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=274732 CPUtime=1.48 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 1547 0 0 0 148 0 0 0 25 0 5 0 518407883 281325568 6560 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=274732 CPUtime=1.48 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 2035 0 0 0 148 0 0 0 25 0 5 0 518407883 281325568 6560 33554432000 4194304 5787044 140733522859952 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 283432

[startup+3.10118 s]
/proc/loadavg: 8.14 8.10 8.05 9/188 14312
/proc/meminfo: memFree=26169180/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=275924 CPUtime=12.35 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 8959 0 0 0 1234 1 0 0 25 0 5 0 518407882 282546176 7389 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 68981 7389 405 389 0 64731 0
[pid=14307/tid=14308] ppid=14306 vsize=275924 CPUtime=3.08 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 1749 0 0 0 308 0 0 0 25 0 5 0 518407883 282546176 7389 33554432000 4194304 5787044 140733522859952 18446744073709551615 4229299 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=275924 CPUtime=3.07 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 1853 0 0 0 307 0 0 0 25 0 5 0 518407883 282546176 7389 33554432000 4194304 5787044 140733522859952 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=275924 CPUtime=3.08 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 1803 0 0 0 308 0 0 0 25 0 5 0 518407883 282546176 7389 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=275924 CPUtime=3.08 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 2035 0 0 0 308 0 0 0 25 0 5 0 518407883 282546176 7389 33554432000 4194304 5787044 140733522859952 18446744073709551615 4359248 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) 284624

[startup+6.30057 s]
/proc/loadavg: 8.13 8.10 8.05 9/188 14312
/proc/meminfo: memFree=26159708/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=280316 CPUtime=25.13 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 11704 0 0 0 2511 2 0 0 25 0 5 0 518407882 287043584 9428 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 70079 9428 418 389 0 65829 0
[pid=14307/tid=14308] ppid=14306 vsize=280316 CPUtime=6.28 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 2105 0 0 0 628 0 0 0 25 0 5 0 518407883 287043584 9428 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=280316 CPUtime=6.25 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 2192 0 0 0 625 0 0 0 25 0 5 0 518407883 287043584 9428 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=280316 CPUtime=6.28 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 2179 0 0 0 628 0 0 0 25 0 5 0 518407883 287043584 9428 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=280316 CPUtime=6.28 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 3709 0 0 0 628 0 0 0 25 0 5 0 518407883 287043584 9428 33554432000 4194304 5787044 140733522859952 18446744073709551615 4218863 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 289016

[startup+12.7004 s]
/proc/loadavg: 8.12 8.10 8.05 9/188 14312
/proc/meminfo: memFree=26145820/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=286432 CPUtime=50.68 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 15113 0 0 0 5064 4 0 0 25 0 5 0 518407882 293306368 12837 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 71608 12837 419 389 0 67358 0
[pid=14307/tid=14308] ppid=14306 vsize=286432 CPUtime=12.68 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 2671 0 0 0 1267 1 0 0 25 0 5 0 518407883 293306368 12837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=286432 CPUtime=12.61 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 2981 0 0 0 1260 1 0 0 25 0 5 0 518407883 293306368 12837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=286432 CPUtime=12.67 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 3686 0 0 0 1267 0 0 0 25 0 5 0 518407883 293306368 12837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=286432 CPUtime=12.67 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 4256 0 0 0 1267 0 0 0 25 0 5 0 518407883 293306368 12837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 295132

[startup+25.5009 s]
/proc/loadavg: 8.09 8.09 8.05 9/188 14312
/proc/meminfo: memFree=26129200/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=288716 CPUtime=101.81 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 17388 0 0 0 10175 6 0 0 25 0 5 0 518407882 295645184 15111 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 72179 15111 419 389 0 67929 0
[pid=14307/tid=14308] ppid=14306 vsize=288716 CPUtime=25.48 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 3045 0 0 0 2547 1 0 0 25 0 5 0 518407883 295645184 15111 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=288716 CPUtime=25.34 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 3527 0 0 0 2533 1 0 0 25 0 5 0 518407883 295645184 15111 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=288716 CPUtime=25.48 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 4446 0 0 0 2547 1 0 0 25 0 5 0 518407883 295645184 15111 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=288716 CPUtime=25.48 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 4851 0 0 0 2547 1 0 0 25 0 5 0 518407883 295645184 15111 33554432000 4194304 5787044 140733522859952 18446744073709551615 4254546 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) 297416

[startup+51.101 s]
/proc/loadavg: 8.14 8.10 8.05 9/188 14313
/proc/meminfo: memFree=26102464/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=297880 CPUtime=204.06 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 21744 0 0 0 20397 9 0 0 25 0 5 0 518407882 305029120 19463 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 74470 19463 419 389 0 70220 0
[pid=14307/tid=14308] ppid=14306 vsize=297880 CPUtime=51.08 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 4005 0 0 0 5105 3 0 0 25 0 5 0 518407883 305029120 19463 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=297880 CPUtime=50.83 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 4455 0 0 0 5081 2 0 0 25 0 5 0 518407883 305029120 19463 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=297880 CPUtime=51.04 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 5818 0 0 0 5103 1 0 0 25 0 5 0 518407883 305029120 19463 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=297880 CPUtime=51.08 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 5947 0 0 0 5106 2 0 0 25 0 5 0 518407883 305029120 19463 33554432000 4194304 5787044 140733522859952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 306580

[startup+102.301 s]
/proc/loadavg: 8.06 8.08 8.05 9/188 14314
/proc/meminfo: memFree=26077112/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=307240 CPUtime=408.6 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 26851 0 0 0 40846 14 0 0 25 0 5 0 518407882 314613760 24506 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 76810 24506 419 389 0 72560 0
[pid=14307/tid=14308] ppid=14306 vsize=307240 CPUtime=102.28 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 5053 0 0 0 10224 4 0 0 25 0 5 0 518407883 314613760 24506 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=307240 CPUtime=102.04 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 6481 0 0 0 10201 3 0 0 25 0 5 0 518407883 314613760 24506 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=307240 CPUtime=102.23 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 6893 0 0 0 10220 3 0 0 25 0 5 0 518407883 314613760 24506 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=307240 CPUtime=102.02 cores=0,2,4,6

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

/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 14699 0 0 0 82194 11 0 0 25 0 5 0 518407883 364638208 56630 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=356092 CPUtime=822.24 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 13818 0 0 0 82212 12 0 0 25 0 5 0 518407883 364638208 56630 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=356092 CPUtime=818.1 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 15625 0 0 0 81796 14 0 0 25 0 5 0 518407883 364638208 56630 33554432000 4194304 5787044 140733522859952 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.64
Current children cumulated vsize (KiB) 364792

[startup+882.307 s]
/proc/loadavg: 8.05 8.08 8.07 9/188 14335
/proc/meminfo: memFree=25844476/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=356092 CPUtime=3524.34 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 60637 0 0 0 352383 51 0 0 25 0 5 0 518407882 364638208 57595 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 89023 57595 419 389 0 84773 0
[pid=14307/tid=14308] ppid=14306 vsize=356092 CPUtime=882.22 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 13818 0 0 0 88210 12 0 0 25 0 5 0 518407883 364638208 57595 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=356092 CPUtime=882.06 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 15303 0 0 0 88195 11 0 0 25 0 5 0 518407883 364638208 57595 33554432000 4194304 5787044 140733522859952 18446744073709551615 208079930377 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=356092 CPUtime=882.24 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 14086 0 0 0 88212 12 0 0 25 0 5 0 518407883 364638208 57595 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=356092 CPUtime=877.78 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 15911 0 0 0 87764 14 0 0 25 0 5 0 518407883 364638208 57595 33554432000 4194304 5787044 140733522859952 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 364792

[startup+942.301 s]
/proc/loadavg: 8.05 8.07 8.07 9/188 14337
/proc/meminfo: memFree=25837756/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=356092 CPUtime=3763.98 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 60660 0 0 0 376347 51 0 0 25 0 5 0 518407882 364638208 57618 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 89023 57618 419 389 0 84773 0
[pid=14307/tid=14308] ppid=14306 vsize=356092 CPUtime=942.21 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 13827 0 0 0 94209 12 0 0 25 0 5 0 518407883 364638208 57618 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=356092 CPUtime=942.05 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 15303 0 0 0 94194 11 0 0 25 0 5 0 518407883 364638208 57618 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=356092 CPUtime=942.23 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 14100 0 0 0 94211 12 0 0 25 0 5 0 518407883 364638208 57618 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=356092 CPUtime=937.45 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 15911 0 0 0 93731 14 0 0 25 0 5 0 518407883 364638208 57618 33554432000 4194304 5787044 140733522859952 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 364792

[startup+1002.3 s]
/proc/loadavg: 8.02 8.06 8.07 9/188 14338
/proc/meminfo: memFree=25823588/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=356092 CPUtime=4003.65 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 60698 0 0 0 400314 51 0 0 25 0 5 0 518407882 364638208 57656 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 89023 57656 419 389 0 84773 0
[pid=14307/tid=14308] ppid=14306 vsize=356092 CPUtime=1002.21 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 13831 0 0 0 100209 12 0 0 25 0 5 0 518407883 364638208 57656 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=356092 CPUtime=1002.05 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 15303 0 0 0 100194 11 0 0 25 0 5 0 518407883 364638208 57656 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=356092 CPUtime=1002.24 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 14128 0 0 0 100212 12 0 0 25 0 5 0 518407883 364638208 57656 33554432000 4194304 5787044 140733522859952 18446744073709551615 4229340 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=356092 CPUtime=997.12 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 15917 0 0 0 99698 14 0 0 25 0 5 0 518407883 364638208 57656 33554432000 4194304 5787044 140733522859952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.65
Current children cumulated vsize (KiB) 364792

[startup+1062.3 s]
/proc/loadavg: 6.06 7.54 7.89 5/177 14358
/proc/meminfo: memFree=26087584/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=356092 CPUtime=4243.33 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 61514 0 0 0 424281 52 0 0 25 0 5 0 518407882 364638208 58472 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 89023 58472 419 389 0 84773 0
[pid=14307/tid=14308] ppid=14306 vsize=356092 CPUtime=1062.2 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 14058 0 0 0 106208 12 0 0 25 0 5 0 518407883 364638208 58472 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=356092 CPUtime=1062.05 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 15303 0 0 0 106194 11 0 0 25 0 5 0 518407883 364638208 58472 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=356092 CPUtime=1062.24 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 14609 0 0 0 106211 13 0 0 25 0 5 0 518407883 364638208 58472 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=356092 CPUtime=1056.8 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 16025 0 0 0 105666 14 0 0 25 0 5 0 518407883 364638208 58472 33554432000 4194304 5787044 140733522859952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.33
Current children cumulated vsize (KiB) 364792

[startup+1122.3 s]
/proc/loadavg: 4.83 6.91 7.65 5/177 14360
/proc/meminfo: memFree=26078872/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=360192 CPUtime=4483.01 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 63777 0 0 0 448245 56 0 0 25 0 5 0 518407882 368836608 60735 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 90048 60735 419 389 0 85798 0
[pid=14307/tid=14308] ppid=14306 vsize=360192 CPUtime=1122.2 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 15616 0 0 0 112206 14 0 0 25 0 5 0 518407883 368836608 60735 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=360192 CPUtime=1122.05 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 15308 0 0 0 112194 11 0 0 25 0 5 0 518407883 368836608 60735 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=360192 CPUtime=1122.24 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 15207 0 0 0 112210 14 0 0 25 0 5 0 518407883 368836608 60735 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=360192 CPUtime=1116.47 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 16127 0 0 0 111633 14 0 0 25 0 5 0 518407883 368836608 60735 33554432000 4194304 5787044 140733522859952 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.01
Current children cumulated vsize (KiB) 368892

[startup+1182.3 s]
/proc/loadavg: 4.37 6.39 7.43 5/177 14361
/proc/meminfo: memFree=26069156/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=364292 CPUtime=4722.68 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 66193 0 0 0 472207 61 0 0 25 0 5 0 518407882 373035008 63151 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 91073 63151 419 389 0 86823 0
[pid=14307/tid=14308] ppid=14306 vsize=364292 CPUtime=1182.2 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 17327 0 0 0 118202 18 0 0 25 0 5 0 518407883 373035008 63151 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=364292 CPUtime=1182.05 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 15322 0 0 0 118194 11 0 0 25 0 5 0 518407883 373035008 63151 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=364292 CPUtime=1182.24 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 15793 0 0 0 118209 15 0 0 25 0 5 0 518407883 373035008 63151 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=364292 CPUtime=1176.15 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 16232 0 0 0 117600 15 0 0 25 0 5 0 518407883 373035008 63151 33554432000 4194304 5787044 140733522859952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 372992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.26 6.24 7.35 5/177 14362
/proc/meminfo: memFree=26066296/32950928 swapFree=67111364/67111528
[pid=14306] ppid=14304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14306/stat : 14306 (prissAuto.sh) S 14304 14306 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518407882 8908800 251 33554432000 4194304 4922060 140734453292912 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14306/statm: 2175 251 211 178 0 68 0
[pid=14307] ppid=14306 vsize=364968 CPUtime=4800.19 cores=0,2,4,6
/proc/14307/stat : 14307 (priss) S 14306 14306 12570 0 -1 4202496 66879 0 0 0 479957 62 0 0 25 0 5 0 518407882 373727232 63837 33554432000 4194304 5787044 140733522859952 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14307/statm: 91242 63837 419 389 0 86992 0
[pid=14307/tid=14308] ppid=14306 vsize=364968 CPUtime=1201.6 cores=0,2,4,6
/proc/14307/task/14308/stat : 14308 (priss) R 14306 14306 12570 0 -1 4202560 17579 0 0 0 120142 18 0 0 25 0 5 0 518407883 373727232 63837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14307/tid=14310] ppid=14306 vsize=364968 CPUtime=1201.46 cores=0,2,4,6
/proc/14307/task/14310/stat : 14310 (priss) R 14306 14306 12570 0 -1 4202560 15513 0 0 0 120135 11 0 0 25 0 5 0 518407883 373727232 63837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14307/tid=14311] ppid=14306 vsize=364968 CPUtime=1201.66 cores=0,2,4,6
/proc/14307/task/14311/stat : 14311 (priss) R 14306 14306 12570 0 -1 4202560 15939 0 0 0 120150 16 0 0 25 0 5 0 518407883 373727232 63837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14307/tid=14312] ppid=14306 vsize=364968 CPUtime=1195.45 cores=0,2,4,6
/proc/14307/task/14312/stat : 14312 (priss) R 14306 14306 12570 0 -1 4202560 16329 0 0 0 119530 15 0 0 25 0 5 0 518407883 373727232 63837 33554432000 4194304 5787044 140733522859952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 373668

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 14306 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.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.19
CPU user time (s): 4799.57
CPU system time (s): 0.62
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 373668

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

runsolver used 1.80272 second user time and 4.76228 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 11:08:02
IDJOB=3264847
IDBENCH=85355
IDSOLVER=1602
FILE ID=node127/3264847-1304068082
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71820 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264847-1304068082/watcher-3264847-1304068082 -o /tmp/evaluation-result-3264847-1304068082/solver-3264847-1304068082 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3264847-1304068082.cnf 1988194718 4800 15500 4

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=1988194718

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26196528 kB
Buffers:       1389148 kB
Cached:        4703372 kB
SwapCached:          0 kB
Active:        1863700 kB
Inactive:      4416412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26196528 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:      187556 kB
Mapped:          15620 kB
Slab:           409988 kB
PageTables:       5452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   381344 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= 71820 MiB
End job on node127 at 2011-04-29 11:28:06