Trace number 3291321

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 1.0? (TO) 4800.08 1201.72

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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: 3276
0.00/0.02	c parsetime: 21169us
0.00/0.02	c parsed 61421 clauses with 9540 variables
0.00/0.03	c NW started thread 0 successfully (1089186112)
0.00/0.03	c NW started thread 1 successfully (1099675968)
0.00/0.04	c NW started thread 2 successfully (1110165824)
0.00/0.05	c NW started thread 3 successfully (1120655680)
0.00/1.00	c preprocessor returned 10002 variables
0.00/1.00	c preprocessing returned UNKNOWN
0.00/1.00	c PP set 39 variables
0.00/1.00	c pp time: 968377us (0s)
3.88/1.03	c preprocessor returned 10002 variables
3.88/1.03	c preprocessing returned UNKNOWN
3.88/1.03	c PP set 39 variables
3.88/1.03	c pp time: 990586us (0s)
3.88/1.03	c preprocessor returned 10002 variables
3.88/1.03	c preprocessing returned UNKNOWN
3.88/1.03	c PP set 39 variables
3.88/1.03	c pp time: 985786us (0s)
13.85/3.50	c preprocessor returned 30011 variables
13.85/3.50	c preprocessing returned UNKNOWN
13.85/3.50	c PP set 39 variables
13.85/3.50	c pp time: 3442692us (3s)
14.25/3.62	c HTE
14.25/3.66	c subsumption
14.65/3.70	c simplified formula contains 0 unit clauses
36.61/9.26	c HTE
37.01/9.33	c subsumption
37.81/9.51	c simplified formula contains 0 unit clauses
2787.60/697.97	c added unsatisfied clause
2787.60/697.97	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-3291321-1304066313/watcher-3291321-1304066313 -o /tmp/evaluation-result-3291321-1304066313/solver-3291321-1304066313 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291321-1304066313.cnf 1427482949 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: 8.19 8.14 8.05 6/182 3275
/proc/meminfo: memFree=19773212/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0

[startup+0.0869801 s]
/proc/loadavg: 8.19 8.14 8.05 6/182 3275
/proc/meminfo: memFree=19773212/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.142343 s]
/proc/loadavg: 8.19 8.14 8.05 6/182 3275
/proc/meminfo: memFree=19773212/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300321 s]
/proc/loadavg: 8.19 8.14 8.05 6/182 3275
/proc/meminfo: memFree=19773212/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700245 s]
/proc/loadavg: 8.19 8.14 8.05 6/182 3275
/proc/meminfo: memFree=19773212/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 8.18 8.14 8.05 9/188 3281
/proc/meminfo: memFree=19719952/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=354956 CPUtime=5.87 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 16872 0 0 0 583 4 0 0 25 0 5 0 518231066 363474944 13530 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 88739 13530 406 389 0 84489 0
[pid=3276/tid=3278] ppid=3275 vsize=354956 CPUtime=1.45 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 2637 0 0 0 145 0 0 0 25 0 5 0 518231069 363474944 13530 33554432000 4194304 5787044 140733485333776 18446744073709551615 237278984735 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=354956 CPUtime=1.44 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 3325 0 0 0 144 0 0 0 25 0 5 0 518231070 363474944 13530 33554432000 4194304 5787044 140733485333776 18446744073709551615 5590663 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=354956 CPUtime=1.44 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 2634 0 0 0 144 0 0 0 25 0 5 0 518231071 363474944 13530 33554432000 4194304 5787044 140733485333776 18446744073709551615 237278984735 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=354956 CPUtime=1.43 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 3904 0 0 0 143 0 0 0 25 0 5 0 518231072 363474944 13530 33554432000 4194304 5787044 140733485333776 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 363656

[startup+3.10082 s]
/proc/loadavg: 8.18 8.14 8.05 9/188 3281
/proc/meminfo: memFree=19719332/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=355360 CPUtime=12.25 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 17145 0 0 0 1220 5 0 0 25 0 5 0 518231066 363888640 13803 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 88840 13803 406 389 0 84590 0
[pid=3276/tid=3278] ppid=3275 vsize=355360 CPUtime=3.06 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 2734 0 0 0 305 1 0 0 25 0 5 0 518231069 363888640 13803 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=355360 CPUtime=3.04 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 3406 0 0 0 303 1 0 0 25 0 5 0 518231070 363888640 13803 33554432000 4194304 5787044 140733485333776 18446744073709551615 237278280258 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=355360 CPUtime=3.04 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 2724 0 0 0 303 1 0 0 25 0 5 0 518231071 363888640 13803 33554432000 4194304 5787044 140733485333776 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=355360 CPUtime=3.03 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 3909 0 0 0 303 0 0 0 25 0 5 0 518231072 363888640 13803 33554432000 4194304 5787044 140733485333776 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 364060

[startup+6.30125 s]
/proc/loadavg: 8.18 8.14 8.05 9/188 3281
/proc/meminfo: memFree=19711884/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=356020 CPUtime=25.03 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 21882 0 0 0 2495 8 0 0 25 0 5 0 518231066 364564480 15443 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 89005 15443 420 389 0 84755 0
[pid=3276/tid=3278] ppid=3275 vsize=356020 CPUtime=6.26 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 2921 0 0 0 624 2 0 0 25 0 5 0 518231069 364564480 15443 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=356020 CPUtime=6.22 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 3616 0 0 0 621 1 0 0 25 0 5 0 518231070 364564480 15443 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=356020 CPUtime=6.24 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 2871 0 0 0 623 1 0 0 25 0 5 0 518231071 364564480 15443 33554432000 4194304 5787044 140733485333776 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=356020 CPUtime=6.23 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 8102 0 0 0 621 2 0 0 25 0 5 0 518231072 364564480 15443 33554432000 4194304 5787044 140733485333776 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 364720

[startup+12.7011 s]
/proc/loadavg: 8.15 8.13 8.05 9/188 3281
/proc/meminfo: memFree=19699764/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=362036 CPUtime=50.59 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 26443 0 0 0 5048 11 0 0 25 0 5 0 518231066 370724864 18344 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 90509 18344 420 389 0 86259 0
[pid=3276/tid=3278] ppid=3275 vsize=362036 CPUtime=12.66 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 4328 0 0 0 1263 3 0 0 25 0 5 0 518231069 370724864 18344 33554432000 4194304 5787044 140733485333776 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=362036 CPUtime=12.58 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 4003 0 0 0 1256 2 0 0 25 0 5 0 518231070 370724864 18344 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=362036 CPUtime=12.64 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 3343 0 0 0 1262 2 0 0 25 0 5 0 518231071 370724864 18344 33554432000 4194304 5787044 140733485333776 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=362036 CPUtime=12.63 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 10397 0 0 0 1260 3 0 0 25 0 5 0 518231072 370724864 18344 33554432000 4194304 5787044 140733485333776 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 370736

[startup+25.5008 s]
/proc/loadavg: 8.12 8.13 8.05 9/188 3282
/proc/meminfo: memFree=19684380/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=366252 CPUtime=101.72 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 29972 0 0 0 10155 17 0 0 25 0 5 0 518231066 375042048 21873 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 91563 21873 420 389 0 87313 0
[pid=3276/tid=3278] ppid=3275 vsize=366252 CPUtime=25.45 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 5055 0 0 0 2541 4 0 0 25 0 5 0 518231069 375042048 21873 33554432000 4194304 5787044 140733485333776 18446744073709551615 5585228 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=366252 CPUtime=25.31 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 4798 0 0 0 2527 4 0 0 25 0 5 0 518231070 375042048 21873 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=366252 CPUtime=25.44 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 4395 0 0 0 2541 3 0 0 25 0 5 0 518231071 375042048 21873 33554432000 4194304 5787044 140733485333776 18446744073709551615 4254712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=366252 CPUtime=25.43 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 11352 0 0 0 2540 3 0 0 25 0 5 0 518231072 375042048 21873 33554432000 4194304 5787044 140733485333776 18446744073709551615 4213549 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 374952

[startup+51.1013 s]
/proc/loadavg: 8.08 8.12 8.05 9/188 3282
/proc/meminfo: memFree=19649612/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=376964 CPUtime=203.97 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 37235 0 0 0 20367 30 0 0 25 0 5 0 518231066 386011136 29134 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 94241 29134 420 389 0 89991 0
[pid=3276/tid=3278] ppid=3275 vsize=376964 CPUtime=51.06 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 6682 0 0 0 5098 8 0 0 25 0 5 0 518231069 386011136 29134 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=376964 CPUtime=50.77 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 6295 0 0 0 5070 7 0 0 25 0 5 0 518231070 386011136 29134 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=376964 CPUtime=51.03 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 5996 0 0 0 5099 4 0 0 25 0 5 0 518231071 386011136 29134 33554432000 4194304 5787044 140733485333776 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=376964 CPUtime=51.03 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 13890 0 0 0 5095 8 0 0 25 0 5 0 518231072 386011136 29134 33554432000 4194304 5787044 140733485333776 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 385664

[startup+102.307 s]
/proc/loadavg: 8.03 8.09 8.04 9/188 3284
/proc/meminfo: memFree=19592436/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=389676 CPUtime=408.5 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 48778 0 0 0 40798 52 0 0 25 0 5 0 518231066 399028224 40607 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 97419 40607 420 389 0 93169 0
[pid=3276/tid=3278] ppid=3275 vsize=389676 CPUtime=102.26 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 9528 0 0 0 10212 14 0 0 25 0 5 0 518231069 399028224 40607 33554432000 4194304 5787044 140733485333776 18446744073709551615 5586610 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=389676 CPUtime=101.69 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 8934 0 0 0 10156 13 0 0 25 0 5 0 518231070 399028224 40607 33554432000 4194304 5787044 140733485333776 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=389676 CPUtime=102.24 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 9206 0 0 0 10216 8 0 0 25 0 5 0 518231071 399028224 40607 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=389676 CPUtime=102.24 cores=1,3,5,7

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

/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 31407 0 0 0 87689 54 0 0 25 0 5 0 518231070 746856448 132458 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=882.2 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35480 0 0 0 88187 33 0 0 25 0 5 0 518231071 746856448 132458 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=882.22 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 35915 0 0 0 88173 49 0 0 25 0 5 0 518231072 746856448 132458 33554432000 4194304 5787044 140733485333776 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.19
Current children cumulated vsize (KiB) 738052

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 8.04 9/188 3341
/proc/meminfo: memFree=18553840/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=729352 CPUtime=3763.87 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 148630 0 0 0 376180 207 0 0 25 0 5 0 518231066 746856448 139219 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 182338 139219 420 389 0 178088 0
[pid=3276/tid=3278] ppid=3275 vsize=729352 CPUtime=942.25 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 36771 0 0 0 94167 58 0 0 25 0 5 0 518231069 746856448 139219 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=729352 CPUtime=937.11 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 33065 0 0 0 93654 57 0 0 25 0 5 0 518231070 746856448 139219 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=942.2 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35480 0 0 0 94186 34 0 0 25 0 5 0 518231071 746856448 139219 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=942.22 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 38942 0 0 0 94166 56 0 0 25 0 5 0 518231072 746856448 139219 33554432000 4194304 5787044 140733485333776 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 738052

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.05 9/188 3343
/proc/meminfo: memFree=18542428/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=729352 CPUtime=4003.54 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 151433 0 0 0 400142 212 0 0 25 0 5 0 518231066 746856448 142022 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 182338 142022 420 389 0 178088 0
[pid=3276/tid=3278] ppid=3275 vsize=729352 CPUtime=1002.25 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 36771 0 0 0 100167 58 0 0 25 0 5 0 518231069 746856448 142022 33554432000 4194304 5787044 140733485333776 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=729352 CPUtime=996.78 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 33065 0 0 0 99621 57 0 0 25 0 5 0 518231070 746856448 142022 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=1002.2 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35480 0 0 0 100186 34 0 0 25 0 5 0 518231071 746856448 142022 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=1002.22 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 41745 0 0 0 100161 61 0 0 25 0 5 0 518231072 746856448 142022 33554432000 4194304 5787044 140733485333776 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.54
Current children cumulated vsize (KiB) 738052

[startup+1062.3 s]
/proc/loadavg: 8.19 8.12 8.06 9/188 3344
/proc/meminfo: memFree=18538828/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=729352 CPUtime=4243.21 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 152424 0 0 0 424107 214 0 0 25 0 5 0 518231066 746856448 142808 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 182338 142808 420 389 0 178088 0
[pid=3276/tid=3278] ppid=3275 vsize=729352 CPUtime=1062.25 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 36771 0 0 0 106167 58 0 0 25 0 5 0 518231069 746856448 142808 33554432000 4194304 5787044 140733485333776 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=729352 CPUtime=1056.45 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 33065 0 0 0 105588 57 0 0 25 0 5 0 518231070 746856448 142808 33554432000 4194304 5787044 140733485333776 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=1062.2 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35480 0 0 0 106186 34 0 0 25 0 5 0 518231071 746856448 142808 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=1062.22 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 42736 0 0 0 106159 63 0 0 25 0 5 0 518231072 746856448 142808 33554432000 4194304 5787044 140733485333776 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.21
Current children cumulated vsize (KiB) 738052

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 8.06 9/188 3346
/proc/meminfo: memFree=18538692/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=729352 CPUtime=4482.89 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 152431 0 0 0 448074 215 0 0 25 0 5 0 518231066 746856448 142815 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 182338 142815 420 389 0 178088 0
[pid=3276/tid=3278] ppid=3275 vsize=729352 CPUtime=1122.25 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 36773 0 0 0 112167 58 0 0 25 0 5 0 518231069 746856448 142815 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=729352 CPUtime=1116.12 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 33067 0 0 0 111555 57 0 0 25 0 5 0 518231070 746856448 142815 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=1122.2 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35483 0 0 0 112186 34 0 0 25 0 5 0 518231071 746856448 142815 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=1122.22 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 42736 0 0 0 112159 63 0 0 25 0 5 0 518231072 746856448 142815 33554432000 4194304 5787044 140733485333776 18446744073709551615 5533180 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.89
Current children cumulated vsize (KiB) 738052

[startup+1182.3 s]
/proc/loadavg: 8.24 8.15 8.07 9/188 3348
/proc/meminfo: memFree=18538688/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=729352 CPUtime=4722.57 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 152469 0 0 0 472042 215 0 0 25 0 5 0 518231066 746856448 142853 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 182338 142853 420 389 0 178088 0
[pid=3276/tid=3278] ppid=3275 vsize=729352 CPUtime=1182.25 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 36793 0 0 0 118167 58 0 0 25 0 5 0 518231069 746856448 142853 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=729352 CPUtime=1175.8 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 33078 0 0 0 117523 57 0 0 25 0 5 0 518231070 746856448 142853 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=1182.2 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35490 0 0 0 118186 34 0 0 25 0 5 0 518231071 746856448 142853 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=1182.22 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 42736 0 0 0 118159 63 0 0 25 0 5 0 518231072 746856448 142853 33554432000 4194304 5787044 140733485333776 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 738052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.14 8.07 9/188 3348
/proc/meminfo: memFree=18094888/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=729352 CPUtime=4800.08 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 152521 0 0 0 479793 215 0 0 25 0 5 0 518231066 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 182338 142905 420 389 0 178088 0
[pid=3276/tid=3278] ppid=3275 vsize=729352 CPUtime=1201.66 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 36810 0 0 0 120108 58 0 0 25 0 5 0 518231069 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=729352 CPUtime=1195.09 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 33097 0 0 0 119452 57 0 0 25 0 5 0 518231070 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=1201.61 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35506 0 0 0 120127 34 0 0 25 0 5 0 518231071 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=1201.63 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 42736 0 0 0 120100 63 0 0 25 0 5 0 518231072 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 738052

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

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

[startup+1201.7 s]
/proc/loadavg: 8.17 8.14 8.07 9/188 3348
/proc/meminfo: memFree=18094888/32950904 swapFree=67082284/67111528
[pid=3275] ppid=3273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3275/stat : 3275 (priss.sh) S 3273 3275 1762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518231066 8908800 251 33554432000 4194304 4922060 140736650052368 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3275/statm: 2175 251 211 178 0 68 0
[pid=3276] ppid=3275 vsize=729352 CPUtime=4800.08 cores=1,3,5,7
/proc/3276/stat : 3276 (priss) S 3275 3275 1762 0 -1 4202496 152521 0 0 0 479793 215 0 0 25 0 5 0 518231066 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3276/statm: 182338 142905 420 389 0 178088 0
[pid=3276/tid=3278] ppid=3275 vsize=729352 CPUtime=1201.66 cores=1,3,5,7
/proc/3276/task/3278/stat : 3278 (priss) R 3275 3275 1762 0 -1 4202560 36810 0 0 0 120108 58 0 0 25 0 5 0 518231069 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3276/tid=3279] ppid=3275 vsize=729352 CPUtime=1195.09 cores=1,3,5,7
/proc/3276/task/3279/stat : 3279 (priss) R 3275 3275 1762 0 -1 4202560 33097 0 0 0 119452 57 0 0 25 0 5 0 518231070 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3276/tid=3280] ppid=3275 vsize=729352 CPUtime=1201.61 cores=1,3,5,7
/proc/3276/task/3280/stat : 3280 (priss) R 3275 3275 1762 0 -1 4202560 35506 0 0 0 120127 34 0 0 25 0 5 0 518231071 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3276/tid=3281] ppid=3275 vsize=729352 CPUtime=1201.63 cores=1,3,5,7
/proc/3276/task/3281/stat : 3281 (priss) R 3275 3275 1762 0 -1 4202560 42736 0 0 0 120100 63 0 0 25 0 5 0 518231072 746856448 142905 33554432000 4194304 5787044 140733485333776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 738052

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3275 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.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.08
CPU user time (s): 4797.93
CPU system time (s): 2.15
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 738052

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= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.71874 second user time and 4.84526 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 10:38:33
IDJOB=3291321
IDBENCH=84205
IDSOLVER=1603
FILE ID=node121/3291321-1304066313
RUNJOBID= node121-1304060729-2753
PBS_JOBID= 13170425
Free space on /tmp= 72652 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291321-1304066313/watcher-3291321-1304066313 -o /tmp/evaluation-result-3291321-1304066313/solver-3291321-1304066313 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291321-1304066313.cnf 1427482949 4800 15500 4

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1427482949

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.75
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.817
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:     32950904 kB
MemFree:      19773244 kB
Buffers:       2180792 kB
Cached:       10198044 kB
SwapCached:       2776 kB
Active:        9346692 kB
Inactive:      3311200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19773244 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            2756 kB
Writeback:           0 kB
AnonPages:      276584 kB
Mapped:          14664 kB
Slab:           455196 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   501968 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= 72624 MiB
End job on node121 at 2011-04-29 10:58:37