Trace number 3289803

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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: 27812
0.00/0.06	c parsetime: 55708us
0.00/0.06	c parsed 193923 clauses with 57800 variables
0.00/0.07	c NW started thread 0 successfully (1091352896)
0.00/0.08	c NW started thread 1 successfully (1103415616)
0.00/0.09	c NW started thread 2 successfully (1113905472)
0.00/0.12	c NW started thread 3 successfully (1124395328)
0.00/1.84	c preprocessor returned 57800 variables
0.00/1.84	c preprocessing returned UNKNOWN
0.00/1.84	c PP set 1946 variables
0.00/1.84	c pp time: 1764511us (1s)
0.00/1.86	c preprocessor returned 57800 variables
0.00/1.86	c preprocessing returned UNKNOWN
0.00/1.86	c PP set 1946 variables
0.00/1.86	c pp time: 1767218us (1s)
0.00/1.88	c preprocessor returned 57800 variables
0.00/1.88	c preprocessing returned UNKNOWN
0.00/1.88	c PP set 1946 variables
0.00/1.88	c pp time: 1773781us (1s)
0.00/1.89	c preprocessor returned 57800 variables
0.00/1.89	c preprocessing returned UNKNOWN
0.00/1.89	c PP set 1946 variables
0.00/1.89	c pp time: 1763290us (1s)
7.65/2.09	c HTE
8.03/2.14	c subsumption
8.42/2.22	c simplified formula contains 0 unit clauses
8.82/2.35	c HTE
9.22/2.40	c subsumption
9.22/2.47	c simplified formula contains 0 unit clauses
479.74/120.27	c added unsatisfied clause
479.74/120.27	c failed to add network clauses
1426.43/357.30	c HTE
1555.43/389.59	c subsumption
2097.87/525.30	c simplified formula contains 0 unit 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-3289803-1304054307/watcher-3289803-1304054307 -o /tmp/evaluation-result-3289803-1304054307/solver-3289803-1304054307 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289803-1304054307.cnf 754970998 4800 15500 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.20 8.16 7.93 2/178 27811
/proc/meminfo: memFree=14523912/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0

[startup+0.0478851 s]
/proc/loadavg: 8.20 8.16 7.93 2/178 27811
/proc/meminfo: memFree=14523912/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100793 s]
/proc/loadavg: 8.20 8.16 7.93 2/178 27811
/proc/meminfo: memFree=14523912/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.501926 s]
/proc/loadavg: 8.20 8.16 7.93 2/178 27811
/proc/meminfo: memFree=14523912/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.729047 s]
/proc/loadavg: 8.20 8.16 7.93 2/178 27811
/proc/meminfo: memFree=14523912/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.51852 s]
/proc/loadavg: 8.20 8.16 7.93 2/178 27811
/proc/meminfo: memFree=14523912/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10625 s]
/proc/loadavg: 8.34 8.19 7.94 9/188 27821
/proc/meminfo: memFree=14139248/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=427948 CPUtime=12.04 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 77999 0 0 0 1179 25 0 0 18 0 5 0 595661422 438218752 52337 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 106987 52337 418 389 0 102737 0
[pid=27812/tid=27818] ppid=27811 vsize=427948 CPUtime=3 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 15925 0 0 0 296 4 0 0 19 0 5 0 595661429 438218752 52337 33554432000 4194304 5787044 140736818124720 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=427948 CPUtime=2.96 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 15005 0 0 0 290 6 0 0 22 0 5 0 595661431 438218752 52337 33554432000 4194304 5787044 140736818124720 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=427948 CPUtime=2.97 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 14831 0 0 0 291 6 0 0 22 0 5 0 595661432 438218752 52337 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=427948 CPUtime=2.96 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 22356 0 0 0 290 6 0 0 22 0 5 0 595661434 438218752 52337 33554432000 4194304 5787044 140736818124720 18446744073709551615 4238552 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 436648

[startup+6.30069 s]
/proc/loadavg: 8.31 8.18 7.94 9/188 27821
/proc/meminfo: memFree=14133604/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=428928 CPUtime=24.82 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 79068 0 0 0 2456 26 0 0 18 0 5 0 595661422 439222272 53406 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 107232 53406 418 389 0 102982 0
[pid=27812/tid=27818] ppid=27811 vsize=428928 CPUtime=6.2 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 16138 0 0 0 616 4 0 0 25 0 5 0 595661429 439222272 53406 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=428928 CPUtime=6.14 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 15297 0 0 0 608 6 0 0 25 0 5 0 595661431 439222272 53406 33554432000 4194304 5787044 140736818124720 18446744073709551615 4254566 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=428928 CPUtime=6.16 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 15110 0 0 0 610 6 0 0 25 0 5 0 595661432 439222272 53406 33554432000 4194304 5787044 140736818124720 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=428928 CPUtime=6.16 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 22641 0 0 0 610 6 0 0 25 0 5 0 595661434 439222272 53406 33554432000 4194304 5787044 140736818124720 18446744073709551615 5530989 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 437628

[startup+12.7006 s]
/proc/loadavg: 8.29 8.18 7.94 9/188 27821
/proc/meminfo: memFree=14116628/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=430932 CPUtime=50.37 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 81111 0 0 0 5009 28 0 0 18 0 5 0 595661422 441274368 55449 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 107733 55449 418 389 0 103483 0
[pid=27812/tid=27818] ppid=27811 vsize=430932 CPUtime=12.6 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 16616 0 0 0 1255 5 0 0 25 0 5 0 595661429 441274368 55449 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=430932 CPUtime=12.51 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 15670 0 0 0 1244 7 0 0 25 0 5 0 595661431 441274368 55449 33554432000 4194304 5787044 140736818124720 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=430932 CPUtime=12.56 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 15604 0 0 0 1249 7 0 0 25 0 5 0 595661432 441274368 55449 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=430932 CPUtime=12.56 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 23339 0 0 0 1249 7 0 0 25 0 5 0 595661434 441274368 55449 33554432000 4194304 5787044 140736818124720 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 439632

[startup+25.5004 s]
/proc/loadavg: 8.24 8.17 7.94 9/188 27821
/proc/meminfo: memFree=14075456/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=433948 CPUtime=101.49 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 85673 0 0 0 10117 32 0 0 18 0 5 0 595661422 444362752 60011 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 108487 60011 418 389 0 104237 0
[pid=27812/tid=27818] ppid=27811 vsize=433948 CPUtime=25.4 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 17360 0 0 0 2535 5 0 0 25 0 5 0 595661429 444362752 60011 33554432000 4194304 5787044 140736818124720 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=433948 CPUtime=25.24 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 16399 0 0 0 2516 8 0 0 25 0 5 0 595661431 444362752 60011 33554432000 4194304 5787044 140736818124720 18446744073709551615 4220539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=433948 CPUtime=25.37 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 16542 0 0 0 2528 9 0 0 25 0 5 0 595661432 444362752 60011 33554432000 4194304 5787044 140736818124720 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=433948 CPUtime=25.35 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 25490 0 0 0 2527 8 0 0 25 0 5 0 595661434 444362752 60011 33554432000 4194304 5787044 140736818124720 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 442648

[startup+51.1009 s]
/proc/loadavg: 8.23 8.17 7.94 9/188 27822
/proc/meminfo: memFree=14010304/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=439748 CPUtime=203.75 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 93384 0 0 0 20333 42 0 0 18 0 5 0 595661422 450301952 67717 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 109937 67717 418 389 0 105687 0
[pid=27812/tid=27818] ppid=27811 vsize=439748 CPUtime=51 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 18745 0 0 0 5093 7 0 0 25 0 5 0 595661429 450301952 67717 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=439748 CPUtime=50.69 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 18009 0 0 0 5059 10 0 0 25 0 5 0 595661431 450301952 67717 33554432000 4194304 5787044 140736818124720 18446744073709551615 5576454 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=439748 CPUtime=50.96 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 18156 0 0 0 5085 11 0 0 25 0 5 0 595661432 450301952 67717 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=439748 CPUtime=50.95 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 28592 0 0 0 5084 11 0 0 25 0 5 0 595661434 450301952 67717 33554432000 4194304 5787044 140736818124720 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 448448

[startup+102.301 s]
/proc/loadavg: 8.16 8.16 7.95 9/188 27823
/proc/meminfo: memFree=13917424/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=460664 CPUtime=408.25 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 106846 0 0 0 40769 56 0 0 18 0 5 0 595661422 471719936 81111 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 115166 81111 418 389 0 110916 0
[pid=27812/tid=27818] ppid=27811 vsize=460664 CPUtime=102.19 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 24031 0 0 0 10210 9 0 0 25 0 5 0 595661429 471719936 81111 33554432000 4194304 5787044 140736818124720 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=460664 CPUtime=101.61 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 20764 0 0 0 10147 14 0 0 25 0 5 0 595661431 471719936 81111 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=460664 CPUtime=102.15 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 20525 0 0 0 10201 14 0 0 25 0 5 0 595661432 471719936 81111 33554432000 4194304 5787044 140736818124720 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=460664 CPUtime=102.13 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 31644 0 0 0 10198 15 0 0 25 0 5 0 595661434 471719936 81111 33554432000 4194304 5787044 140736818124720 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 469364

[startup+162.301 s]
/proc/loadavg: 8.17 8.16 7.96 9/188 27825
/proc/meminfo: memFree=13823656/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=668740 CPUtime=647.91 cores=0,2,4,6

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

/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 45998 0 0 0 87855 45 0 0 25 0 5 0 595661431 1107820544 206766 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1081856 CPUtime=880.53 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 44310 0 0 0 88006 47 0 0 25 0 5 0 595661432 1107820544 206766 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1081856 CPUtime=882.05 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 75246 0 0 0 88158 47 0 0 25 0 5 0 595661434 1107820544 206766 33554432000 4194304 5787044 140736818124720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.86
Current children cumulated vsize (KiB) 1090556

[startup+942.3 s]
/proc/loadavg: 8.10 8.11 8.02 9/188 27846
/proc/meminfo: memFree=12993504/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=1083440 CPUtime=3763.52 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 238825 0 0 0 376155 197 0 0 18 0 5 0 595661422 1109442560 208788 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 270860 208788 418 389 0 266610 0
[pid=27812/tid=27818] ppid=27811 vsize=1083440 CPUtime=941.8 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 61298 0 0 0 94129 51 0 0 25 0 5 0 595661429 1109442560 208788 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=1083440 CPUtime=938.99 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 46925 0 0 0 93852 47 0 0 25 0 5 0 595661431 1109442560 208788 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1083440 CPUtime=940.53 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 44686 0 0 0 94005 48 0 0 25 0 5 0 595661432 1109442560 208788 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1083440 CPUtime=942.04 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 76034 0 0 0 94156 48 0 0 25 0 5 0 595661434 1109442560 208788 33554432000 4194304 5787044 140736818124720 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.52
Current children cumulated vsize (KiB) 1092140

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 8.02 9/188 27847
/proc/meminfo: memFree=12989400/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=1083440 CPUtime=4003.19 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 239983 0 0 0 400121 198 0 0 18 0 5 0 595661422 1109442560 209946 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 270860 209946 418 389 0 266610 0
[pid=27812/tid=27818] ppid=27811 vsize=1083440 CPUtime=1001.47 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 61298 0 0 0 100096 51 0 0 25 0 5 0 595661429 1109442560 209946 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=1083440 CPUtime=999 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 47486 0 0 0 99852 48 0 0 25 0 5 0 595661431 1109442560 209946 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1083440 CPUtime=1000.53 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 45283 0 0 0 100005 48 0 0 25 0 5 0 595661432 1109442560 209946 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1083440 CPUtime=1002.05 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 76034 0 0 0 100157 48 0 0 25 0 5 0 595661434 1109442560 209946 33554432000 4194304 5787044 140736818124720 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.19
Current children cumulated vsize (KiB) 1092140

[startup+1062.3 s]
/proc/loadavg: 8.07 8.09 8.02 9/188 27849
/proc/meminfo: memFree=12951788/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=1153172 CPUtime=4242.87 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 248823 0 0 0 424076 211 0 0 18 0 5 0 595661422 1180848128 218786 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 288293 218786 418 389 0 284043 0
[pid=27812/tid=27818] ppid=27811 vsize=1153172 CPUtime=1061.15 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 62320 0 0 0 106064 51 0 0 25 0 5 0 595661429 1180848128 218786 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=1153172 CPUtime=1059 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 51619 0 0 0 105844 56 0 0 25 0 5 0 595661431 1180848128 218786 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1153172 CPUtime=1060.53 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 45458 0 0 0 106004 49 0 0 25 0 5 0 595661432 1180848128 218786 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1153172 CPUtime=1062.05 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 79544 0 0 0 106153 52 0 0 25 0 5 0 595661434 1180848128 218786 33554432000 4194304 5787044 140736818124720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.87
Current children cumulated vsize (KiB) 1161872

[startup+1122.3 s]
/proc/loadavg: 8.08 8.09 8.02 9/188 27851
/proc/meminfo: memFree=12897324/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=1153332 CPUtime=4482.52 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 258386 0 0 0 448027 225 0 0 18 0 5 0 595661422 1181011968 228349 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 288333 228349 418 389 0 284083 0
[pid=27812/tid=27818] ppid=27811 vsize=1153332 CPUtime=1120.82 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 62350 0 0 0 112031 51 0 0 25 0 5 0 595661429 1181011968 228349 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=1153332 CPUtime=1118.99 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 56531 0 0 0 111837 62 0 0 25 0 5 0 595661431 1181011968 228349 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1153332 CPUtime=1120.52 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 45687 0 0 0 112003 49 0 0 25 0 5 0 595661432 1181011968 228349 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1153332 CPUtime=1122.04 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 83936 0 0 0 112144 60 0 0 25 0 5 0 595661434 1181011968 228349 33554432000 4194304 5787044 140736818124720 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.52
Current children cumulated vsize (KiB) 1162032

[startup+1182.31 s]
/proc/loadavg: 8.08 8.09 8.02 9/188 27852
/proc/meminfo: memFree=12825988/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=1157556 CPUtime=4722.21 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 267555 0 0 0 471983 238 0 0 18 0 5 0 595661422 1185337344 237518 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 289389 237518 418 389 0 285139 0
[pid=27812/tid=27818] ppid=27811 vsize=1157556 CPUtime=1180.5 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 63421 0 0 0 117998 52 0 0 25 0 5 0 595661429 1185337344 237518 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=1157556 CPUtime=1179 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 60392 0 0 0 117832 68 0 0 25 0 5 0 595661431 1185337344 237518 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1157556 CPUtime=1180.52 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 45908 0 0 0 118003 49 0 0 25 0 5 0 595661432 1185337344 237518 33554432000 4194304 5787044 140736818124720 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1157556 CPUtime=1182.05 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 87952 0 0 0 118138 67 0 0 25 0 5 0 595661434 1185337344 237518 33554432000 4194304 5787044 140736818124720 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.21
Current children cumulated vsize (KiB) 1166256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.10 8.02 6/185 27854
/proc/meminfo: memFree=13248024/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=1165288 CPUtime=4800.09 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 272117 0 0 0 479769 240 0 0 18 0 5 0 595661422 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 291322 242080 418 389 0 287072 0
[pid=27812/tid=27818] ppid=27811 vsize=1165288 CPUtime=1199.89 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 65373 0 0 0 119937 52 0 0 25 0 5 0 595661429 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=1165288 CPUtime=1198.49 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 61613 0 0 0 119780 69 0 0 25 0 5 0 595661431 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1165288 CPUtime=1200.02 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 45990 0 0 0 119953 49 0 0 25 0 5 0 595661432 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1165288 CPUtime=1201.55 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 89259 0 0 0 120088 67 0 0 25 0 5 0 595661434 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1173988

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

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

[startup+1201.8 s]
/proc/loadavg: 8.12 8.10 8.02 6/185 27854
/proc/meminfo: memFree=13248024/32950928 swapFree=67111528/67111528
[pid=27811] ppid=27809 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27811/stat : 27811 (priss.sh) S 27809 27811 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661422 8908800 251 33554432000 4194304 4922060 140736325995488 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27811/statm: 2175 251 211 178 0 68 0
[pid=27812] ppid=27811 vsize=1165288 CPUtime=4800.09 cores=0,2,4,6
/proc/27812/stat : 27812 (priss) S 27811 27811 26812 0 -1 4202496 272117 0 0 0 479769 240 0 0 18 0 5 0 595661422 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27812/statm: 291322 242080 418 389 0 287072 0
[pid=27812/tid=27818] ppid=27811 vsize=1165288 CPUtime=1199.89 cores=0,2,4,6
/proc/27812/task/27818/stat : 27818 (priss) R 27811 27811 26812 0 -1 4202560 65373 0 0 0 119937 52 0 0 25 0 5 0 595661429 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27812/tid=27819] ppid=27811 vsize=1165288 CPUtime=1198.49 cores=0,2,4,6
/proc/27812/task/27819/stat : 27819 (priss) R 27811 27811 26812 0 -1 4202560 61613 0 0 0 119780 69 0 0 25 0 5 0 595661431 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27812/tid=27820] ppid=27811 vsize=1165288 CPUtime=1200.02 cores=0,2,4,6
/proc/27812/task/27820/stat : 27820 (priss) R 27811 27811 26812 0 -1 4202560 45990 0 0 0 119953 49 0 0 25 0 5 0 595661432 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27812/tid=27821] ppid=27811 vsize=1165288 CPUtime=1201.55 cores=0,2,4,6
/proc/27812/task/27821/stat : 27821 (priss) R 27811 27811 26812 0 -1 4202560 89259 0 0 0 120088 67 0 0 25 0 5 0 595661434 1193254912 242080 33554432000 4194304 5787044 140736818124720 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1173988

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27811 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.09
#
# 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.09
CPU user time (s): 4797.69
CPU system time (s): 2.4
CPU usage (%): 399.403
Max. virtual memory (cumulated for all children) (KiB): 1173988

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

runsolver used 1.81672 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 07:18:28
IDJOB=3289803
IDBENCH=83137
IDSOLVER=1603
FILE ID=node112/3289803-1304054307
RUNJOBID= node112-1304053103-27683
PBS_JOBID= 13170402
Free space on /tmp= 72556 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom23.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289803-1304054307/watcher-3289803-1304054307 -o /tmp/evaluation-result-3289803-1304054307/solver-3289803-1304054307 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3289803-1304054307.cnf 754970998 4800 15500 4

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=754970998

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14524060 kB
Buffers:       1994972 kB
Cached:       15805600 kB
SwapCached:          0 kB
Active:        7108684 kB
Inactive:     10762656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14524060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9388 kB
Writeback:          20 kB
AnonPages:       70572 kB
Mapped:          14940 kB
Slab:           492364 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   212340 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= 72556 MiB
End job on node112 at 2011-04-29 07:38:31