Trace number 3281108

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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: 14980
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 46330us
0.00/0.05	c parsed 147345 clauses with 37432 variables
0.00/0.06	c NW started thread 0 successfully (1091733824)
0.00/0.07	c NW started thread 1 successfully (1107454272)
0.00/0.08	c NW started thread 2 successfully (1117944128)
0.00/0.11	c NW started thread 3 successfully (1128433984)
0.00/1.42	c preprocessor returned 37432 variables
0.00/1.42	c preprocessing returned UNKNOWN
0.00/1.42	c PP set 609 variables
0.00/1.42	c pp time: 1359622us (1s)
0.00/1.44	c preprocessor returned 37432 variables
0.00/1.44	c preprocessing returned UNKNOWN
0.00/1.44	c PP set 609 variables
0.00/1.44	c pp time: 1363603us (1s)
0.00/1.45	c preprocessor returned 37432 variables
0.00/1.45	c preprocessing returned UNKNOWN
0.00/1.45	c PP set 609 variables
0.00/1.45	c pp time: 1356395us (1s)
12.87/3.31	c preprocessor returned 39432 variables
12.87/3.31	c preprocessing returned UNKNOWN
12.87/3.31	c PP set 609 variables
12.87/3.31	c pp time: 3188093us (3s)
13.67/3.50	c added unsatisfied clause
13.67/3.50	c failed to add network clauses
13.67/3.53	c HTE
14.07/3.68	c subsumption
14.47/3.77	c simplified formula contains 0 unit clauses
18.87/4.89	c added unsatisfied clause
18.87/4.89	c failed to add network clauses
33.25/8.49	c added unsatisfied clause
33.25/8.49	c failed to add network clauses
54.81/13.84	c added unsatisfied clause
54.81/13.84	c failed to add network clauses
57.61/14.54	c added unsatisfied clause
57.61/14.54	c failed to add network clauses
57.61/14.54	c added unsatisfied clause
57.61/14.54	c failed to add network clauses
80.77/20.30	c added unsatisfied clause
80.77/20.30	c failed to add network clauses
95.15/23.91	c added unsatisfied clause
95.15/23.91	c failed to add network clauses
95.97/24.11	c added unsatisfied clause
95.97/24.11	c failed to add network clauses
98.35/24.71	c added unsatisfied clause
98.35/24.71	c failed to add network clauses
103.95/26.16	c added unsatisfied clause
103.95/26.16	c failed to add network clauses
113.55/28.57	c added unsatisfied clause
113.55/28.57	c failed to add network clauses
181.01/45.40	c added unsatisfied clause
181.01/45.40	c failed to add network clauses
181.01/45.41	c added unsatisfied clause
181.01/45.41	c failed to add network clauses
1185.93/297.05	c added unsatisfied clause
1185.93/297.05	c failed to add network clauses
2669.07/668.34	c added unsatisfied clause
2669.07/668.34	c failed to add network clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3281108-1304038682/watcher-3281108-1304038682 -o /tmp/evaluation-result-3281108-1304038682/solver-3281108-1304038682 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3281108-1304038682.cnf 269208779 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.81 4.01 4.37 1/171 14979
/proc/meminfo: memFree=16736704/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0

[startup+0.0377021 s]
/proc/loadavg: 3.81 4.01 4.37 1/171 14979
/proc/meminfo: memFree=16736704/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100842 s]
/proc/loadavg: 3.81 4.01 4.37 1/171 14979
/proc/meminfo: memFree=16736704/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.43139 s]
/proc/loadavg: 3.81 4.01 4.37 1/171 14979
/proc/meminfo: memFree=16736704/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.40042 s]
/proc/loadavg: 3.81 4.01 4.37 1/171 14979
/proc/meminfo: memFree=16736704/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 3.81 4.01 4.37 1/171 14979
/proc/meminfo: memFree=16736704/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10111 s]
/proc/loadavg: 3.81 4.01 4.37 5/177 14985
/proc/meminfo: memFree=16594632/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=414876 CPUtime=12.1 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 48208 0 0 0 1192 18 0 0 19 0 5 0 594098800 424833024 36695 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 103719 36696 405 389 0 99469 0
[pid=14980/tid=14982] ppid=14979 vsize=414876 CPUtime=3.02 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 13080 0 0 0 298 4 0 0 23 0 5 0 594098806 424833024 36701 33554432000 4194304 5787044 140735981382656 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=414876 CPUtime=2.99 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 11541 0 0 0 295 4 0 0 22 0 5 0 594098807 424833024 36703 33554432000 4194304 5787044 140735981382656 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=414876 CPUtime=2.99 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 8466 0 0 0 295 4 0 0 24 0 5 0 594098809 424833024 36705 33554432000 4194304 5787044 140735981382656 18446744073709551615 4219889 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=414876 CPUtime=2.97 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 7433 0 0 0 294 3 0 0 23 0 5 0 594098811 424833024 36708 33554432000 4194304 5787044 140735981382656 18446744073709551615 260020056773 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 423576

[startup+6.30052 s]
/proc/loadavg: 3.83 4.01 4.37 5/177 14985
/proc/meminfo: memFree=16580124/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=412892 CPUtime=24.86 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 53863 0 0 0 2466 20 0 0 19 0 5 0 594098800 422801408 39342 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 103223 39342 419 389 0 98973 0
[pid=14980/tid=14982] ppid=14979 vsize=412892 CPUtime=6.21 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 13109 0 0 0 617 4 0 0 25 0 5 0 594098806 422801408 39342 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=412892 CPUtime=6.16 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 11747 0 0 0 612 4 0 0 19 0 5 0 594098807 422801408 39342 33554432000 4194304 5787044 140735981382656 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=412892 CPUtime=6.18 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 8667 0 0 0 614 4 0 0 25 0 5 0 594098809 422801408 39342 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=412892 CPUtime=6.17 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 12639 0 0 0 613 4 0 0 25 0 5 0 594098811 422801408 39342 33554432000 4194304 5787044 140735981382656 18446744073709551615 5524560 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 421592

[startup+12.7003 s]
/proc/loadavg: 3.84 4.01 4.37 5/177 14985
/proc/meminfo: memFree=16575780/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=413948 CPUtime=50.42 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 54922 0 0 0 5020 22 0 0 19 0 5 0 594098800 423882752 40401 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 103487 40401 419 389 0 99237 0
[pid=14980/tid=14982] ppid=14979 vsize=413948 CPUtime=12.61 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 13243 0 0 0 1256 5 0 0 25 0 5 0 594098806 423882752 40401 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=413948 CPUtime=12.53 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 12298 0 0 0 1248 5 0 0 25 0 5 0 594098807 423882752 40401 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=413948 CPUtime=12.58 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 8934 0 0 0 1253 5 0 0 25 0 5 0 594098809 423882752 40401 33554432000 4194304 5787044 140735981382656 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=413948 CPUtime=12.56 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 12746 0 0 0 1252 4 0 0 25 0 5 0 594098811 423882752 40401 33554432000 4194304 5787044 140735981382656 18446744073709551615 5527579 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 422648

[startup+25.501 s]
/proc/loadavg: 3.88 4.01 4.36 5/177 14985
/proc/meminfo: memFree=16559900/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=420520 CPUtime=101.54 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 59003 0 0 0 10127 27 0 0 19 0 5 0 594098800 430612480 44481 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 105130 44481 419 389 0 100880 0
[pid=14980/tid=14982] ppid=14979 vsize=420520 CPUtime=25.42 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 15194 0 0 0 2535 7 0 0 25 0 5 0 594098806 430612480 44481 33554432000 4194304 5787044 140735981382656 18446744073709551615 5585320 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=420520 CPUtime=25.26 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 13679 0 0 0 2519 7 0 0 25 0 5 0 594098807 430612480 44481 33554432000 4194304 5787044 140735981382656 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=420520 CPUtime=25.38 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 9545 0 0 0 2532 6 0 0 25 0 5 0 594098809 430612480 44481 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=420520 CPUtime=25.37 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 12884 0 0 0 2532 5 0 0 25 0 5 0 594098811 430612480 44481 33554432000 4194304 5787044 140735981382656 18446744073709551615 5549544 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 429220

[startup+51.1013 s]
/proc/loadavg: 4.00 4.02 4.36 5/177 14986
/proc/meminfo: memFree=16537344/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=427212 CPUtime=203.78 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 64848 0 0 0 20337 41 0 0 19 0 5 0 594098800 437465088 50302 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 106803 50302 419 389 0 102553 0
[pid=14980/tid=14982] ppid=14979 vsize=427212 CPUtime=51.01 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 16395 0 0 0 5091 10 0 0 25 0 5 0 594098806 437465088 50302 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=427212 CPUtime=50.71 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 15374 0 0 0 5060 11 0 0 25 0 5 0 594098807 437465088 50302 33554432000 4194304 5787044 140735981382656 18446744073709551615 5601783 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=427212 CPUtime=50.98 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 10340 0 0 0 5090 8 0 0 25 0 5 0 594098809 437465088 50302 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=427212 CPUtime=50.97 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 15038 0 0 0 5087 10 0 0 25 0 5 0 594098811 437465088 50302 33554432000 4194304 5787044 140735981382656 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 435912

[startup+102.301 s]
/proc/loadavg: 4.00 4.01 4.34 5/177 14987
/proc/meminfo: memFree=16479768/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=449404 CPUtime=408.26 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 78958 0 0 0 40761 65 0 0 19 0 5 0 594098800 460189696 64312 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 112351 64312 419 389 0 108101 0
[pid=14980/tid=14982] ppid=14979 vsize=449404 CPUtime=102.19 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 20673 0 0 0 10203 16 0 0 25 0 5 0 594098806 460189696 64312 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=449404 CPUtime=101.63 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 19527 0 0 0 10145 18 0 0 25 0 5 0 594098807 460189696 64312 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=449404 CPUtime=102.16 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 13482 0 0 0 10204 12 0 0 25 0 5 0 594098809 460189696 64312 33554432000 4194304 5787044 140735981382656 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=449404 CPUtime=102.16 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 17575 0 0 0 10199 17 0 0 25 0 5 0 594098811 460189696 64312 33554432000 4194304 5787044 140735981382656 18446744073709551615 5526964 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 458104

[startup+162.301 s]
/proc/loadavg: 4.03 4.02 4.32 5/177 14989
/proc/meminfo: memFree=16434084/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=462096 CPUtime=647.91 cores=1,3,5,7

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

/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 42155 0 0 0 82023 74 0 0 25 0 5 0 594098807 847228928 147626 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=827372 CPUtime=818.82 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 32430 0 0 0 81817 65 0 0 25 0 5 0 594098809 847228928 147626 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=827372 CPUtime=822.13 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 42140 0 0 0 82115 98 0 0 25 0 5 0 594098811 847228928 147626 33554432000 4194304 5787044 140735981382656 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.2
Current children cumulated vsize (KiB) 836072

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 4.16 5/177 15017
/proc/meminfo: memFree=16132304/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=827564 CPUtime=3523.88 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 167022 0 0 0 352064 324 0 0 19 0 5 0 594098800 847425536 150901 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 206891 150901 419 389 0 202641 0
[pid=14980/tid=14982] ppid=14979 vsize=827564 CPUtime=882.15 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 39352 0 0 0 88148 67 0 0 18 0 5 0 594098806 847425536 150901 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=827564 CPUtime=880.97 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 43651 0 0 0 88015 82 0 0 25 0 5 0 594098807 847425536 150901 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=827564 CPUtime=878.49 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 32822 0 0 0 87783 66 0 0 25 0 5 0 594098809 847425536 150901 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=827564 CPUtime=882.13 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 43496 0 0 0 88108 105 0 0 25 0 5 0 594098811 847425536 150901 33554432000 4194304 5787044 140735981382656 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.88
Current children cumulated vsize (KiB) 836264

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 4.14 5/177 15019
/proc/meminfo: memFree=16118992/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=827564 CPUtime=3763.55 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 170593 0 0 0 376018 337 0 0 19 0 5 0 594098800 847425536 154247 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 206891 154247 419 389 0 202641 0
[pid=14980/tid=14982] ppid=14979 vsize=827564 CPUtime=942.15 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 39397 0 0 0 94148 67 0 0 25 0 5 0 594098806 847425536 154247 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=827564 CPUtime=940.98 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 45112 0 0 0 94009 89 0 0 25 0 5 0 594098807 847425536 154247 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=827564 CPUtime=938.16 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 33534 0 0 0 93749 67 0 0 25 0 5 0 594098809 847425536 154247 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=827564 CPUtime=942.13 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 44849 0 0 0 94102 111 0 0 25 0 5 0 594098811 847425536 154247 33554432000 4194304 5787044 140735981382656 18446744073709551615 5527594 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.55
Current children cumulated vsize (KiB) 836264

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 4.14 5/177 15020
/proc/meminfo: memFree=16102220/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=835764 CPUtime=4003.22 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 174795 0 0 0 399972 350 0 0 19 0 5 0 594098800 855822336 158449 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 208941 158449 419 389 0 204691 0
[pid=14980/tid=14982] ppid=14979 vsize=835764 CPUtime=1002.16 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 42439 0 0 0 100137 79 0 0 25 0 5 0 594098806 855822336 158449 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=835764 CPUtime=1000.97 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 46238 0 0 0 100007 90 0 0 25 0 5 0 594098807 855822336 158449 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=835764 CPUtime=997.83 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 33534 0 0 0 99716 67 0 0 25 0 5 0 594098809 855822336 158450 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=835764 CPUtime=1002.13 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 44883 0 0 0 100102 111 0 0 25 0 5 0 594098811 855822336 158450 33554432000 4194304 5787044 140735981382656 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.22
Current children cumulated vsize (KiB) 844464

[startup+1062.3 s]
/proc/loadavg: 4.12 4.05 4.14 5/177 15022
/proc/meminfo: memFree=16075644/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=848064 CPUtime=4242.89 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 181419 0 0 0 423919 370 0 0 19 0 5 0 594098800 868417536 165073 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 212016 165073 419 389 0 207766 0
[pid=14980/tid=14982] ppid=14979 vsize=848064 CPUtime=1062.16 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 45096 0 0 0 106123 93 0 0 25 0 5 0 594098806 868417536 165073 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=848064 CPUtime=1060.97 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 47555 0 0 0 106001 96 0 0 25 0 5 0 594098807 868417536 165073 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=848064 CPUtime=1057.5 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 34559 0 0 0 105683 67 0 0 25 0 5 0 594098809 868417536 165073 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=848064 CPUtime=1062.13 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 46508 0 0 0 106101 112 0 0 25 0 5 0 594098811 868417536 165073 33554432000 4194304 5787044 140735981382656 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 856764

[startup+1122.3 s]
/proc/loadavg: 4.12 4.06 4.13 5/177 15023
/proc/meminfo: memFree=16035428/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=852164 CPUtime=4482.55 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 191431 0 0 0 447846 409 0 0 19 0 5 0 594098800 872615936 175085 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 213041 175085 419 389 0 208791 0
[pid=14980/tid=14982] ppid=14979 vsize=852164 CPUtime=1122.15 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 49140 0 0 0 112110 105 0 0 25 0 5 0 594098806 872615936 175085 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=852164 CPUtime=1120.97 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 50753 0 0 0 111987 110 0 0 25 0 5 0 594098807 872615936 175085 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=852164 CPUtime=1117.17 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 34559 0 0 0 111650 67 0 0 25 0 5 0 594098809 872615936 175085 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=852164 CPUtime=1122.13 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 49278 0 0 0 112089 124 0 0 25 0 5 0 594098811 872615936 175085 33554432000 4194304 5787044 140735981382656 18446744073709551615 5524560 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.55
Current children cumulated vsize (KiB) 860864

[startup+1182.3 s]
/proc/loadavg: 4.11 4.06 4.12 5/177 15025
/proc/meminfo: memFree=16000920/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=856264 CPUtime=4722.21 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 200485 0 0 0 471782 439 0 0 19 0 5 0 594098800 876814336 183689 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 214066 183689 419 389 0 209816 0
[pid=14980/tid=14982] ppid=14979 vsize=856264 CPUtime=1182.14 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 52222 0 0 0 118099 115 0 0 25 0 5 0 594098806 876814336 183689 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=856264 CPUtime=1180.98 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 53582 0 0 0 117978 120 0 0 25 0 5 0 594098807 876814336 183689 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=856264 CPUtime=1176.84 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 35660 0 0 0 117611 73 0 0 25 0 5 0 594098809 876814336 183689 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=856264 CPUtime=1182.14 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 51320 0 0 0 118085 129 0 0 25 0 5 0 594098811 876814336 183689 33554432000 4194304 5787044 140735981382656 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.21
Current children cumulated vsize (KiB) 864964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.08 4.06 4.12 5/177 15026
/proc/meminfo: memFree=16000656/32951124 swapFree=67111528/67111528
[pid=14979] ppid=14977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14979/stat : 14979 (prissAuto.sh) S 14977 14979 13969 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594098800 8908800 251 33554432000 4194304 4922060 140735043244880 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14979/statm: 2175 251 211 178 0 68 0
[pid=14980] ppid=14979 vsize=856264 CPUtime=4800.1 cores=1,3,5,7
/proc/14980/stat : 14980 (priss) S 14979 14979 13969 0 -1 4202496 200526 0 0 0 479571 439 0 0 19 0 5 0 594098800 876814336 183730 33554432000 4194304 5787044 140735981382656 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 214066 183730 419 389 0 209816 0
[pid=14980/tid=14982] ppid=14979 vsize=856264 CPUtime=1201.64 cores=1,3,5,7
/proc/14980/task/14982/stat : 14982 (priss) R 14979 14979 13969 0 -1 4202560 52222 0 0 0 120049 115 0 0 25 0 5 0 594098806 876814336 183730 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=14980/tid=14983] ppid=14979 vsize=856264 CPUtime=1200.48 cores=1,3,5,7
/proc/14980/task/14983/stat : 14983 (priss) R 14979 14979 13969 0 -1 4202560 53582 0 0 0 119928 120 0 0 25 0 5 0 594098807 876814336 183730 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14980/tid=14984] ppid=14979 vsize=856264 CPUtime=1196.23 cores=1,3,5,7
/proc/14980/task/14984/stat : 14984 (priss) R 14979 14979 13969 0 -1 4202560 35662 0 0 0 119550 73 0 0 25 0 5 0 594098809 876814336 183730 33554432000 4194304 5787044 140735981382656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=14980/tid=14985] ppid=14979 vsize=856264 CPUtime=1201.64 cores=1,3,5,7
/proc/14980/task/14985/stat : 14985 (priss) R 14979 14979 13969 0 -1 4202560 51359 0 0 0 120035 129 0 0 25 0 5 0 594098811 876814336 183730 33554432000 4194304 5787044 140735981382656 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 864964

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 14979 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.1
#
# 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.1
CPU user time (s): 4795.71
CPU system time (s): 4.39
CPU usage (%): 399.403
Max. virtual memory (cumulated for all children) (KiB): 864964

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.82272 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 02:58:02
IDJOB=3281108
IDBENCH=20523
IDSOLVER=1602
FILE ID=node110/3281108-1304038682
RUNJOBID= node110-1304036273-14772
PBS_JOBID= 13170342
Free space on /tmp= 72836 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281108-1304038682/watcher-3281108-1304038682 -o /tmp/evaluation-result-3281108-1304038682/solver-3281108-1304038682 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3281108-1304038682.cnf 269208779 4800 15500 4

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=269208779

node110.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.830
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.830
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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:     32951124 kB
MemFree:      16736976 kB
Buffers:       2332964 kB
Cached:       13247636 kB
SwapCached:          0 kB
Active:        7803352 kB
Inactive:      7842040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16736976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5064 kB
Writeback:          28 kB
AnonPages:       64240 kB
Mapped:          14484 kB
Slab:           506176 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187088 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= 72836 MiB
End job on node110 at 2011-04-29 03:18:06