Trace number 3262779

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.35 1201.82

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
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 variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 548294

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: 20113
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 32244us
0.00/0.03	c parsed 48342 clauses with 120 variables
0.00/0.04	c NW started thread 0 successfully (1093986624)
0.00/0.05	c NW started thread 1 successfully (1104476480)
0.00/0.06	c NW started thread 2 successfully (1114966336)
0.00/0.17	c NW started thread 3 successfully (1125456192)
117.65/29.57	c preprocessor returned 10110 variables
117.65/29.57	c preprocessing returned UNKNOWN
117.65/29.57	c PP set 0 variables
117.65/29.57	c pp time: 29533646us (29s)
118.07/29.61	c preprocessor returned 10110 variables
118.07/29.61	c preprocessing returned UNKNOWN
118.07/29.61	c PP set 0 variables
118.07/29.61	c pp time: 29557865us (29s)
118.47/29.76	c preprocessor returned 10110 variables
118.47/29.76	c preprocessing returned UNKNOWN
118.47/29.76	c PP set 0 variables
118.47/29.76	c pp time: 29692811us (29s)
681.25/170.63	c preprocessor returned 30377 variables
681.25/170.63	c preprocessing returned UNKNOWN
681.25/170.63	c PP set 0 variables
681.25/170.63	c pp time: 170554531us (170s)

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-3262779-1304063444/watcher-3262779-1304063444 -o /tmp/evaluation-result-3262779-1304063444/solver-3262779-1304063444 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262779-1304063444.cnf 1348417131 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.12 8.15 8.10 5/186 20112
/proc/meminfo: memFree=25373760/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0

[startup+0.031536 s]
/proc/loadavg: 8.12 8.15 8.10 5/186 20112
/proc/meminfo: memFree=25373760/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.120481 s]
/proc/loadavg: 8.12 8.15 8.10 5/186 20112
/proc/meminfo: memFree=25373760/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.320445 s]
/proc/loadavg: 8.12 8.15 8.10 5/186 20112
/proc/meminfo: memFree=25373760/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700377 s]
/proc/loadavg: 8.12 8.15 8.10 5/186 20112
/proc/meminfo: memFree=25373760/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50023 s]
/proc/loadavg: 8.12 8.15 8.10 9/192 20118
/proc/meminfo: memFree=25348552/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=212156 CPUtime=5.81 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 7763 0 0 0 580 1 0 0 19 0 5 0 517942611 217247744 7588 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 53039 7588 351 389 0 48789 0
[pid=20113/tid=20115] ppid=20112 vsize=212156 CPUtime=1.45 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 860 0 0 0 145 0 0 0 23 0 5 0 517942616 217247744 7588 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=212156 CPUtime=1.44 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 769 0 0 0 144 0 0 0 23 0 5 0 517942617 217247744 7588 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=212156 CPUtime=1.42 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 826 0 0 0 142 0 0 0 23 0 5 0 517942618 217247744 7588 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=212156 CPUtime=1.41 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 754 0 0 0 141 0 0 0 25 0 5 0 517942619 217247744 7588 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 220856

[startup+3.10095 s]
/proc/loadavg: 8.11 8.15 8.10 9/192 20119
/proc/meminfo: memFree=25345080/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=212156 CPUtime=12.21 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 7766 0 0 0 1220 1 0 0 19 0 5 0 517942611 217247744 7591 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 53039 7591 351 389 0 48789 0
[pid=20113/tid=20115] ppid=20112 vsize=212156 CPUtime=3.05 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 860 0 0 0 305 0 0 0 25 0 5 0 517942616 217247744 7591 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=212156 CPUtime=3.04 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 769 0 0 0 304 0 0 0 25 0 5 0 517942617 217247744 7591 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=212156 CPUtime=3.01 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 829 0 0 0 301 0 0 0 25 0 5 0 517942618 217247744 7591 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=212156 CPUtime=3.01 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 754 0 0 0 301 0 0 0 25 0 5 0 517942619 217247744 7591 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 220856

[startup+6.30038 s]
/proc/loadavg: 8.11 8.15 8.10 9/192 20119
/proc/meminfo: memFree=25314064/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=212156 CPUtime=24.99 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 7767 0 0 0 2498 1 0 0 19 0 5 0 517942611 217247744 7592 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 53039 7592 351 389 0 48789 0
[pid=20113/tid=20115] ppid=20112 vsize=212156 CPUtime=6.25 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 860 0 0 0 625 0 0 0 25 0 5 0 517942616 217247744 7592 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=212156 CPUtime=6.24 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 769 0 0 0 624 0 0 0 25 0 5 0 517942617 217247744 7592 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=212156 CPUtime=6.19 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 829 0 0 0 619 0 0 0 25 0 5 0 517942618 217247744 7592 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=212156 CPUtime=6.21 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 755 0 0 0 621 0 0 0 25 0 5 0 517942619 217247744 7592 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 220856

[startup+12.7003 s]
/proc/loadavg: 8.10 8.15 8.10 9/192 20119
/proc/meminfo: memFree=25298360/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=212156 CPUtime=50.54 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 7768 0 0 0 5053 1 0 0 19 0 5 0 517942611 217247744 7593 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 53039 7593 351 389 0 48789 0
[pid=20113/tid=20115] ppid=20112 vsize=212156 CPUtime=12.65 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 860 0 0 0 1265 0 0 0 25 0 5 0 517942616 217247744 7593 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=212156 CPUtime=12.63 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 770 0 0 0 1263 0 0 0 25 0 5 0 517942617 217247744 7593 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=212156 CPUtime=12.55 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 829 0 0 0 1255 0 0 0 25 0 5 0 517942618 217247744 7593 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=212156 CPUtime=12.61 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 755 0 0 0 1261 0 0 0 25 0 5 0 517942619 217247744 7593 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 220856

[startup+25.501 s]
/proc/loadavg: 8.21 8.17 8.10 9/192 20119
/proc/meminfo: memFree=25273540/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=212156 CPUtime=101.67 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 7770 0 0 0 10166 1 0 0 19 0 5 0 517942611 217247744 7595 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 53039 7595 353 389 0 48789 0
[pid=20113/tid=20115] ppid=20112 vsize=212156 CPUtime=25.45 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 862 0 0 0 2545 0 0 0 25 0 5 0 517942616 217247744 7595 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=212156 CPUtime=25.43 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 770 0 0 0 2543 0 0 0 25 0 5 0 517942617 217247744 7595 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=212156 CPUtime=25.28 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 829 0 0 0 2528 0 0 0 25 0 5 0 517942618 217247744 7595 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=212156 CPUtime=25.42 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 755 0 0 0 2542 0 0 0 25 0 5 0 517942619 217247744 7595 33554432000 4194304 5787044 140737236548144 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 220856

[startup+51.1004 s]
/proc/loadavg: 8.26 8.19 8.11 9/192 20120
/proc/meminfo: memFree=25180104/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=239992 CPUtime=203.92 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 22189 0 0 0 20383 9 0 0 19 0 5 0 517942611 245751808 20787 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 59998 20787 405 389 0 55748 0
[pid=20113/tid=20115] ppid=20112 vsize=239992 CPUtime=51.03 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 5153 0 0 0 5101 2 0 0 25 0 5 0 517942616 245751808 20787 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=239992 CPUtime=51.03 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 5183 0 0 0 5101 2 0 0 25 0 5 0 517942617 245751808 20787 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=239992 CPUtime=50.74 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 4629 0 0 0 5072 2 0 0 25 0 5 0 517942618 245751808 20787 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=239992 CPUtime=51.01 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 2670 0 0 0 5101 0 0 0 25 0 5 0 517942619 245751808 20787 33554432000 4194304 5787044 140737236548144 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 248692

[startup+102.307 s]
/proc/loadavg: 8.20 8.18 8.11 9/192 20121
/proc/meminfo: memFree=25078032/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=264568 CPUtime=408.45 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 34589 0 0 0 40827 18 0 0 19 0 5 0 517942611 270917632 33109 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 66142 33109 405 389 0 61892 0
[pid=20113/tid=20115] ppid=20112 vsize=264568 CPUtime=102.24 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 7958 0 0 0 10218 6 0 0 25 0 5 0 517942616 270917632 33109 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=264568 CPUtime=102.23 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 9350 0 0 0 10218 5 0 0 25 0 5 0 517942617 270917632 33109 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=264568 CPUtime=101.66 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 10057 0 0 0 10161 5 0 0 25 0 5 0 517942618 270917632 33109 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=264568 CPUtime=102.22 cores=0,2,4,6

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

/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 20701 0 0 0 82198 16 0 0 25 0 5 0 517942617 634982400 108191 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=620100 CPUtime=821.2 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 35084 0 0 0 82083 37 0 0 25 0 5 0 517942618 634982400 108191 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=620100 CPUtime=818.75 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 28672 0 0 0 81847 28 0 0 25 0 5 0 517942619 634982400 108191 33554432000 4194304 5787044 140737236548144 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.41
Current children cumulated vsize (KiB) 628800

[startup+882.301 s]
/proc/loadavg: 8.26 8.22 8.16 10/192 20154
/proc/meminfo: memFree=24408264/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=620100 CPUtime=3524.08 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 114428 0 0 0 352296 112 0 0 19 0 5 0 517942611 634982400 111356 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 155025 111356 418 389 0 150775 0
[pid=20113/tid=20115] ppid=20112 vsize=620100 CPUtime=882.23 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 22254 0 0 0 88200 23 0 0 25 0 5 0 517942616 634982400 111356 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=620100 CPUtime=882.13 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 20702 0 0 0 88197 16 0 0 25 0 5 0 517942617 634982400 111356 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=620100 CPUtime=881.2 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 35383 0 0 0 88083 37 0 0 25 0 5 0 517942618 634982400 111356 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=620100 CPUtime=878.43 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 31535 0 0 0 87809 34 0 0 25 0 5 0 517942619 634982400 111356 33554432000 4194304 5787044 140737236548144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.08
Current children cumulated vsize (KiB) 628800

[startup+942.301 s]
/proc/loadavg: 8.23 8.23 8.16 9/192 20155
/proc/meminfo: memFree=24374396/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=620100 CPUtime=3763.75 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 117365 0 0 0 376259 116 0 0 19 0 5 0 517942611 634982400 114293 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 155025 114293 418 389 0 150775 0
[pid=20113/tid=20115] ppid=20112 vsize=620100 CPUtime=942.23 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 22273 0 0 0 94200 23 0 0 25 0 5 0 517942616 634982400 114293 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=620100 CPUtime=942.12 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 20714 0 0 0 94196 16 0 0 25 0 5 0 517942617 634982400 114293 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=620100 CPUtime=941.2 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 35673 0 0 0 94082 38 0 0 25 0 5 0 517942618 634982400 114293 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=620100 CPUtime=938.11 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 34151 0 0 0 93773 38 0 0 25 0 5 0 517942619 634982400 114293 33554432000 4194304 5787044 140737236548144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.75
Current children cumulated vsize (KiB) 628800

[startup+1002.3 s]
/proc/loadavg: 8.13 8.20 8.15 9/192 20157
/proc/meminfo: memFree=24344236/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=624200 CPUtime=4003.43 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 122835 0 0 0 400219 124 0 0 19 0 5 0 517942611 639180800 119763 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 156050 119763 418 389 0 151800 0
[pid=20113/tid=20115] ppid=20112 vsize=624200 CPUtime=1002.23 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 22292 0 0 0 100200 23 0 0 25 0 5 0 517942616 639180800 119763 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=624200 CPUtime=1002.12 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 20730 0 0 0 100195 17 0 0 25 0 5 0 517942617 639180800 119763 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=624200 CPUtime=1001.2 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 38672 0 0 0 100079 41 0 0 25 0 5 0 517942618 639180800 119763 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=624200 CPUtime=997.77 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 36587 0 0 0 99736 41 0 0 25 0 5 0 517942619 639180800 119763 33554432000 4194304 5787044 140737236548144 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 632900

[startup+1062.3 s]
/proc/loadavg: 8.11 8.18 8.15 9/192 20159
/proc/meminfo: memFree=24314456/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=639468 CPUtime=4243.09 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 130603 0 0 0 424177 132 0 0 19 0 5 0 517942611 654815232 127326 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 159867 127326 418 389 0 155617 0
[pid=20113/tid=20115] ppid=20112 vsize=639468 CPUtime=1062.22 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 23359 0 0 0 106198 24 0 0 25 0 5 0 517942616 654815232 127326 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=639468 CPUtime=1062.11 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 22961 0 0 0 106193 18 0 0 25 0 5 0 517942617 654815232 127326 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=639468 CPUtime=1061.2 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 40406 0 0 0 106076 44 0 0 25 0 5 0 517942618 654815232 127326 33554432000 4194304 5787044 140737236548144 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=639468 CPUtime=1057.45 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 39323 0 0 0 105701 44 0 0 25 0 5 0 517942619 654815232 127326 33554432000 4194304 5787044 140737236548144 18446744073709551615 5528377 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.09
Current children cumulated vsize (KiB) 648168

[startup+1122.3 s]
/proc/loadavg: 8.08 8.15 8.14 9/192 20160
/proc/meminfo: memFree=24286524/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=651232 CPUtime=4482.77 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 136505 0 0 0 448138 139 0 0 19 0 5 0 517942611 666861568 133228 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 162808 133228 418 389 0 158558 0
[pid=20113/tid=20115] ppid=20112 vsize=651232 CPUtime=1122.23 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 24013 0 0 0 112198 25 0 0 25 0 5 0 517942616 666861568 133228 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=651232 CPUtime=1122.11 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 24821 0 0 0 112191 20 0 0 25 0 5 0 517942617 666861568 133228 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=651232 CPUtime=1121.2 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 43390 0 0 0 112071 49 0 0 25 0 5 0 517942618 666861568 133228 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=651232 CPUtime=1117.12 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 39727 0 0 0 111668 44 0 0 25 0 5 0 517942619 666861568 133228 33554432000 4194304 5787044 140737236548144 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.77
Current children cumulated vsize (KiB) 659932

[startup+1182.3 s]
/proc/loadavg: 8.37 8.21 8.16 9/192 20162
/proc/meminfo: memFree=24256604/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=660340 CPUtime=4722.44 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 141583 0 0 0 472099 145 0 0 19 0 5 0 517942611 676188160 138306 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 165085 138306 418 389 0 160835 0
[pid=20113/tid=20115] ppid=20112 vsize=660340 CPUtime=1182.23 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 24336 0 0 0 118198 25 0 0 25 0 5 0 517942616 676188160 138306 33554432000 4194304 5787044 140737236548144 18446744073709551615 4219928 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=660340 CPUtime=1182.1 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 26197 0 0 0 118190 20 0 0 25 0 5 0 517942617 676188160 138306 33554432000 4194304 5787044 140737236548144 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=660340 CPUtime=1181.2 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 45956 0 0 0 118067 53 0 0 25 0 5 0 517942618 676188160 138306 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=660340 CPUtime=1176.8 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 40540 0 0 0 117635 45 0 0 25 0 5 0 517942619 676188160 138306 33554432000 4194304 5787044 140737236548144 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 669040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.26 8.19 8.15 9/192 20162
/proc/meminfo: memFree=24242712/32951124 swapFree=67111524/67111528
[pid=20112] ppid=20110 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20112/stat : 20112 (prissAuto.sh) S 20110 20112 19041 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517942611 8908800 252 33554432000 4194304 4922060 140733921488096 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20112/statm: 2175 252 211 178 0 68 0
[pid=20113] ppid=20112 vsize=666816 CPUtime=4800.35 cores=0,2,4,6
/proc/20113/stat : 20113 (priss) S 20112 20112 19041 0 -1 4202496 144294 0 0 0 479888 147 0 0 19 0 5 0 517942611 682819584 140920 33554432000 4194304 5787044 140737236548144 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20113/statm: 166704 140920 418 389 0 162454 0
[pid=20113/tid=20115] ppid=20112 vsize=666816 CPUtime=1201.74 cores=0,2,4,6
/proc/20113/task/20115/stat : 20115 (priss) R 20112 20112 19041 0 -1 4202560 25486 0 0 0 120149 25 0 0 25 0 5 0 517942616 682819584 140920 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20113/tid=20116] ppid=20112 vsize=666816 CPUtime=1201.6 cores=0,2,4,6
/proc/20113/task/20116/stat : 20116 (priss) R 20112 20112 19041 0 -1 4202560 26336 0 0 0 120140 20 0 0 25 0 5 0 517942617 682819584 140920 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20113/tid=20117] ppid=20112 vsize=666816 CPUtime=1200.71 cores=0,2,4,6
/proc/20113/task/20117/stat : 20117 (priss) R 20112 20112 19041 0 -1 4202560 46557 0 0 0 120017 54 0 0 25 0 5 0 517942618 682819584 140920 33554432000 4194304 5787044 140737236548144 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20113/tid=20118] ppid=20112 vsize=666816 CPUtime=1196.19 cores=0,2,4,6
/proc/20113/task/20118/stat : 20118 (priss) R 20112 20112 19041 0 -1 4202560 41361 0 0 0 119573 46 0 0 25 0 5 0 517942619 682819584 140920 33554432000 4194304 5787044 140737236548144 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 675516

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 20112 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.35
CPU user time (s): 4798.88
CPU system time (s): 1.47
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 675516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.75873 second user time and 4.80527 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 09:50:45
IDJOB=3262779
IDBENCH=83894
IDSOLVER=1602
FILE ID=node132/3262779-1304063444
RUNJOBID= node132-1304059832-19781
PBS_JOBID= 13170426
Free space on /tmp= 71868 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262779-1304063444/watcher-3262779-1304063444 -o /tmp/evaluation-result-3262779-1304063444/solver-3262779-1304063444 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262779-1304063444.cnf 1348417131 4800 15500 4

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=1348417131

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:      25374784 kB
Buffers:        764096 kB
Cached:        6224140 kB
SwapCached:          4 kB
Active:        1981068 kB
Inactive:      5097864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25374784 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:       90944 kB
Mapped:          15116 kB
Slab:           435092 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   273280 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:10:48