Trace number 3250677

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.05 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

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: 5509
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 10211us
0.00/0.01	c parsed 33487 clauses with 349 variables
0.00/0.01	c NW started thread 0 successfully (1112017216)
0.00/0.02	c NW started thread 1 successfully (1122507072)
0.00/0.02	c NW started thread 2 successfully (1092340032)
0.00/0.03	c NW started thread 3 successfully (1132996928)
9.11/2.37	c preprocessor returned 10029 variables
9.11/2.37	c preprocessing returned UNKNOWN
9.11/2.37	c PP set 0 variables
9.11/2.37	c pp time: 2353269us (2s)
9.11/2.38	c preprocessor returned 10029 variables
9.11/2.38	c preprocessing returned UNKNOWN
9.11/2.38	c PP set 0 variables
9.11/2.38	c pp time: 2358542us (2s)
9.11/2.39	c preprocessor returned 10029 variables
9.11/2.39	c preprocessing returned UNKNOWN
9.11/2.39	c PP set 0 variables
9.11/2.39	c pp time: 2375783us (2s)
142.93/35.89	c preprocessor returned 30084 variables
142.93/35.89	c preprocessing returned UNKNOWN
142.93/35.89	c PP set 0 variables
142.93/35.89	c pp time: 35863370us (35s)

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-3250677-1304061240/watcher-3250677-1304061240 -o /tmp/evaluation-result-3250677-1304061240/solver-3250677-1304061240 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250677-1304061240.cnf 467031024 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: 7.77 8.00 8.03 6/182 5508
/proc/meminfo: memFree=22160620/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0

[startup+0.042318 s]
/proc/loadavg: 7.77 8.00 8.03 6/182 5508
/proc/meminfo: memFree=22160620/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102776 s]
/proc/loadavg: 7.77 8.00 8.03 6/182 5508
/proc/meminfo: memFree=22160620/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300269 s]
/proc/loadavg: 7.77 8.00 8.03 6/182 5508
/proc/meminfo: memFree=22160620/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700195 s]
/proc/loadavg: 7.77 8.00 8.03 6/182 5508
/proc/meminfo: memFree=22160620/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50105 s]
/proc/loadavg: 7.77 8.00 8.03 9/188 5514
/proc/meminfo: memFree=22140856/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=282528 CPUtime=5.92 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 9837 0 0 0 590 2 0 0 19 0 5 0 498539302 289308672 8919 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 70632 8919 355 389 0 66382 0
[pid=5509/tid=5511] ppid=5508 vsize=282528 CPUtime=1.48 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 1539 0 0 0 148 0 0 0 25 0 5 0 498539304 289308672 8919 33554432000 4194304 5787044 140733242603136 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=282528 CPUtime=1.46 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 1426 0 0 0 146 0 0 0 25 0 5 0 498539304 289308672 8919 33554432000 4194304 5787044 140733242603136 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=282528 CPUtime=1.46 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 1216 0 0 0 146 0 0 0 18 0 5 0 498539305 289308672 8919 33554432000 4194304 5787044 140733242603136 18446744073709551615 4359907 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=282528 CPUtime=1.46 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 2682 0 0 0 146 0 0 0 18 0 5 0 498539305 289308672 8919 33554432000 4194304 5787044 140733242603136 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 291228

[startup+3.10076 s]
/proc/loadavg: 7.79 8.00 8.03 9/188 5514
/proc/meminfo: memFree=22123016/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=285152 CPUtime=12.31 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 12281 0 0 0 1229 2 0 0 19 0 5 0 498539302 291995648 11043 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 71288 11043 404 389 0 67038 0
[pid=5509/tid=5511] ppid=5508 vsize=285152 CPUtime=3.08 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 2214 0 0 0 308 0 0 0 25 0 5 0 498539304 291995648 11043 33554432000 4194304 5787044 140733242603136 18446744073709551615 5588094 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=285152 CPUtime=3.05 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 2092 0 0 0 305 0 0 0 25 0 5 0 498539304 291995648 11043 33554432000 4194304 5787044 140733242603136 18446744073709551615 4238745 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=285152 CPUtime=3.06 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 2243 0 0 0 306 0 0 0 20 0 5 0 498539305 291995648 11043 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591793 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=285152 CPUtime=3.06 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 2758 0 0 0 306 0 0 0 20 0 5 0 498539305 291995648 11043 33554432000 4194304 5787044 140733242603136 18446744073709551615 4359129 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 293852

[startup+6.30117 s]
/proc/loadavg: 7.79 8.00 8.03 9/188 5514
/proc/meminfo: memFree=22105556/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=290520 CPUtime=25.09 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 14145 0 0 0 2506 3 0 0 19 0 5 0 498539302 297492480 12907 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 72630 12907 404 389 0 68380 0
[pid=5509/tid=5511] ppid=5508 vsize=290520 CPUtime=6.27 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 3546 0 0 0 627 0 0 0 25 0 5 0 498539304 297492480 12907 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=290520 CPUtime=6.23 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 2305 0 0 0 623 0 0 0 25 0 5 0 498539304 297492480 12907 33554432000 4194304 5787044 140733242603136 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=290520 CPUtime=6.27 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 2557 0 0 0 626 1 0 0 25 0 5 0 498539305 297492480 12907 33554432000 4194304 5787044 140733242603136 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=290520 CPUtime=6.26 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 2763 0 0 0 626 0 0 0 25 0 5 0 498539305 297492480 12907 33554432000 4194304 5787044 140733242603136 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 299220

[startup+12.701 s]
/proc/loadavg: 7.82 8.00 8.03 9/188 5514
/proc/meminfo: memFree=22091916/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=292428 CPUtime=50.65 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 15714 0 0 0 5060 5 0 0 19 0 5 0 498539302 299446272 14476 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 73107 14476 404 389 0 68857 0
[pid=5509/tid=5511] ppid=5508 vsize=292428 CPUtime=12.68 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 4030 0 0 0 1267 1 0 0 25 0 5 0 498539304 299446272 14476 33554432000 4194304 5787044 140733242603136 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=292428 CPUtime=12.6 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 2820 0 0 0 1259 1 0 0 25 0 5 0 498539304 299446272 14477 33554432000 4194304 5787044 140733242603136 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=292428 CPUtime=12.66 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 3126 0 0 0 1265 1 0 0 25 0 5 0 498539305 299446272 14477 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=292428 CPUtime=12.66 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 2764 0 0 0 1266 0 0 0 25 0 5 0 498539305 299446272 14477 33554432000 4194304 5787044 140733242603136 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 301128

[startup+25.5006 s]
/proc/loadavg: 7.85 8.00 8.03 9/188 5514
/proc/meminfo: memFree=22070112/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=295740 CPUtime=101.78 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 18071 0 0 0 10171 7 0 0 19 0 5 0 498539302 302837760 16833 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 73935 16833 404 389 0 69685 0
[pid=5509/tid=5511] ppid=5508 vsize=295740 CPUtime=25.47 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 4811 0 0 0 2546 1 0 0 25 0 5 0 498539304 302837760 16833 33554432000 4194304 5787044 140733242603136 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=295740 CPUtime=25.33 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 3644 0 0 0 2531 2 0 0 25 0 5 0 498539304 302837760 16833 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=295740 CPUtime=25.46 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 3878 0 0 0 2544 2 0 0 25 0 5 0 498539305 302837760 16833 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=295740 CPUtime=25.46 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 2764 0 0 0 2546 0 0 0 25 0 5 0 498539305 302837760 16833 33554432000 4194304 5787044 140733242603136 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 304440

[startup+51.1009 s]
/proc/loadavg: 7.90 8.00 8.03 9/188 5515
/proc/meminfo: memFree=22017732/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=305168 CPUtime=204.04 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 26407 0 0 0 20389 15 0 0 19 0 5 0 498539302 312492032 23652 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 76292 23652 417 389 0 72042 0
[pid=5509/tid=5511] ppid=5508 vsize=305168 CPUtime=51.07 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 6092 0 0 0 5105 2 0 0 25 0 5 0 498539304 312492032 23652 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=305168 CPUtime=50.79 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 4906 0 0 0 5075 4 0 0 25 0 5 0 498539304 312492032 23652 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=305168 CPUtime=51.06 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 6270 0 0 0 5101 5 0 0 25 0 5 0 498539305 312492032 23652 33554432000 4194304 5787044 140733242603136 18446744073709551615 5592261 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=305168 CPUtime=51.06 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 6165 0 0 0 5104 2 0 0 25 0 5 0 498539305 312492032 23652 33554432000 4194304 5787044 140733242603136 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 313868

[startup+102.307 s]
/proc/loadavg: 8.02 8.01 8.03 9/188 5516
/proc/meminfo: memFree=21952016/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=322824 CPUtime=408.56 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 37552 0 0 0 40827 29 0 0 19 0 5 0 498539302 330571776 34686 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 80706 34686 417 389 0 76456 0
[pid=5509/tid=5511] ppid=5508 vsize=322824 CPUtime=102.28 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 10400 0 0 0 10223 5 0 0 25 0 5 0 498539304 330571776 34686 33554432000 4194304 5787044 140733242603136 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=322824 CPUtime=101.71 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 7223 0 0 0 10162 9 0 0 25 0 5 0 498539304 330571776 34686 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=322824 CPUtime=102.26 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 8757 0 0 0 10218 8 0 0 25 0 5 0 498539305 330571776 34686 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=322824 CPUtime=102.26 cores=1,3,5,7

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

/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 22136 0 0 0 87712 32 0 0 25 0 5 0 498539304 628146176 93532 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=613424 CPUtime=882.24 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 21077 0 0 0 88193 31 0 0 25 0 5 0 498539305 628146176 93532 33554432000 4194304 5787044 140733242603136 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=613424 CPUtime=882.18 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 27129 0 0 0 88187 31 0 0 25 0 5 0 498539305 628146176 93532 33554432000 4194304 5787044 140733242603136 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.2
Current children cumulated vsize (KiB) 622124

[startup+942.3 s]
/proc/loadavg: 8.11 8.16 8.09 9/188 5542
/proc/meminfo: memFree=21433912/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=629920 CPUtime=3763.87 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 102168 0 0 0 376271 116 0 0 19 0 5 0 498539302 645038080 97903 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 157480 97903 417 389 0 153230 0
[pid=5509/tid=5511] ppid=5508 vsize=629920 CPUtime=942.27 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 26105 0 0 0 94209 18 0 0 25 0 5 0 498539304 645038080 97903 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=629920 CPUtime=937.12 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 23179 0 0 0 93678 34 0 0 25 0 5 0 498539304 645038080 97903 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=629920 CPUtime=942.24 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 21755 0 0 0 94193 31 0 0 25 0 5 0 498539305 645038080 97903 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=629920 CPUtime=942.17 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 28155 0 0 0 94186 31 0 0 25 0 5 0 498539305 645038080 97903 33554432000 4194304 5787044 140733242603136 18446744073709551615 5527068 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) 638620

[startup+1002.3 s]
/proc/loadavg: 8.04 8.13 8.08 9/188 5543
/proc/meminfo: memFree=21403028/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=640616 CPUtime=4003.54 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 107512 0 0 0 400231 123 0 0 19 0 5 0 498539302 655990784 103247 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 160154 103247 417 389 0 155904 0
[pid=5509/tid=5511] ppid=5508 vsize=640616 CPUtime=1002.27 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 27783 0 0 0 100208 19 0 0 25 0 5 0 498539304 655990784 103247 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=640616 CPUtime=996.79 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 24861 0 0 0 99642 37 0 0 25 0 5 0 498539304 655990784 103247 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=640616 CPUtime=1002.24 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 22712 0 0 0 100191 33 0 0 25 0 5 0 498539305 655990784 103247 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=640616 CPUtime=1002.17 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 29182 0 0 0 100186 31 0 0 25 0 5 0 498539305 655990784 103247 33554432000 4194304 5787044 140733242603136 18446744073709551615 5527571 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) 649316

[startup+1062.3 s]
/proc/loadavg: 8.07 8.12 8.08 9/188 5545
/proc/meminfo: memFree=21366188/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=657172 CPUtime=4243.2 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 115386 0 0 0 424188 132 0 0 19 0 5 0 498539302 672944128 110896 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 164293 110896 417 389 0 160043 0
[pid=5509/tid=5511] ppid=5508 vsize=657172 CPUtime=1062.27 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 29692 0 0 0 106207 20 0 0 25 0 5 0 498539304 672944128 110896 33554432000 4194304 5787044 140733242603136 18446744073709551615 254261314528 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=657172 CPUtime=1056.47 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 27944 0 0 0 105606 41 0 0 25 0 5 0 498539304 672944128 110896 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=657172 CPUtime=1062.24 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 25552 0 0 0 106186 38 0 0 25 0 5 0 498539305 672944128 110896 33554432000 4194304 5787044 140733242603136 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=657172 CPUtime=1062.16 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 29224 0 0 0 106185 31 0 0 25 0 5 0 498539305 672944128 110896 33554432000 4194304 5787044 140733242603136 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 665872

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/188 5547
/proc/meminfo: memFree=21354776/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=657172 CPUtime=4482.87 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 117279 0 0 0 448150 137 0 0 19 0 5 0 498539302 672944128 112789 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 164293 112789 417 389 0 160043 0
[pid=5509/tid=5511] ppid=5508 vsize=657172 CPUtime=1122.27 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 29693 0 0 0 112207 20 0 0 25 0 5 0 498539304 672944128 112789 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=657172 CPUtime=1116.14 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 27944 0 0 0 111573 41 0 0 25 0 5 0 498539304 672944128 112789 33554432000 4194304 5787044 140733242603136 18446744073709551615 5586838 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=657172 CPUtime=1122.24 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 27368 0 0 0 112182 42 0 0 25 0 5 0 498539305 672944128 112789 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=657172 CPUtime=1122.15 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 29300 0 0 0 112184 31 0 0 25 0 5 0 498539305 672944128 112789 33554432000 4194304 5787044 140733242603136 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.87
Current children cumulated vsize (KiB) 665872

[startup+1182.3 s]
/proc/loadavg: 8.15 8.13 8.09 9/188 5548
/proc/meminfo: memFree=21348320/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=661272 CPUtime=4722.54 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 118999 0 0 0 472115 139 0 0 19 0 5 0 498539302 677142528 114284 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 165318 114284 417 389 0 161068 0
[pid=5509/tid=5511] ppid=5508 vsize=661272 CPUtime=1182.28 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 29694 0 0 0 118207 21 0 0 25 0 5 0 498539304 677142528 114284 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=661272 CPUtime=1175.81 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 27944 0 0 0 117540 41 0 0 25 0 5 0 498539304 677142528 114284 33554432000 4194304 5787044 140733242603136 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=661272 CPUtime=1182.25 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 28425 0 0 0 118181 44 0 0 25 0 5 0 498539305 677142528 114284 33554432000 4194304 5787044 140733242603136 18446744073709551615 5586662 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=661272 CPUtime=1182.15 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 29962 0 0 0 118183 32 0 0 25 0 5 0 498539305 677142528 114284 33554432000 4194304 5787044 140733242603136 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 669972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.88 8.07 8.07 10/188 5582
/proc/meminfo: memFree=21716452/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=661272 CPUtime=4800.05 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 119060 0 0 0 479866 139 0 0 19 0 5 0 498539302 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 165318 114345 417 389 0 161068 0
[pid=5509/tid=5511] ppid=5508 vsize=661272 CPUtime=1201.68 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 29694 0 0 0 120147 21 0 0 25 0 5 0 498539304 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=661272 CPUtime=1195.1 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 27945 0 0 0 119469 41 0 0 25 0 5 0 498539304 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=661272 CPUtime=1201.65 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 28425 0 0 0 120121 44 0 0 25 0 5 0 498539305 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=661272 CPUtime=1201.56 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 30022 0 0 0 120124 32 0 0 25 0 5 0 498539305 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 669972

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: 7.88 8.07 8.07 10/188 5582
/proc/meminfo: memFree=21716452/32951124 swapFree=67111528/67111528
[pid=5508] ppid=5506 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5508/stat : 5508 (prissAuto.sh) S 5506 5508 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498539302 8908800 251 33554432000 4194304 4922060 140734878632832 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5508/statm: 2175 251 211 178 0 68 0
[pid=5509] ppid=5508 vsize=661272 CPUtime=4800.05 cores=1,3,5,7
/proc/5509/stat : 5509 (priss) S 5508 5508 4923 0 -1 4202496 119060 0 0 0 479866 139 0 0 19 0 5 0 498539302 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5509/statm: 165318 114345 417 389 0 161068 0
[pid=5509/tid=5511] ppid=5508 vsize=661272 CPUtime=1201.68 cores=1,3,5,7
/proc/5509/task/5511/stat : 5511 (priss) R 5508 5508 4923 0 -1 4202560 29694 0 0 0 120147 21 0 0 25 0 5 0 498539304 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5509/tid=5512] ppid=5508 vsize=661272 CPUtime=1195.1 cores=1,3,5,7
/proc/5509/task/5512/stat : 5512 (priss) R 5508 5508 4923 0 -1 4202560 27945 0 0 0 119469 41 0 0 25 0 5 0 498539304 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5509/tid=5513] ppid=5508 vsize=661272 CPUtime=1201.65 cores=1,3,5,7
/proc/5509/task/5513/stat : 5513 (priss) R 5508 5508 4923 0 -1 4202560 28425 0 0 0 120121 44 0 0 25 0 5 0 498539305 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5509/tid=5514] ppid=5508 vsize=661272 CPUtime=1201.56 cores=1,3,5,7
/proc/5509/task/5514/stat : 5514 (priss) R 5508 5508 4923 0 -1 4202560 30022 0 0 0 120124 32 0 0 25 0 5 0 498539305 677142528 114345 33554432000 4194304 5787044 140733242603136 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 669972

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5508 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.05
#
# 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.05
CPU user time (s): 4798.66
CPU system time (s): 1.39
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 669972

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

runsolver used 1.57176 second user time and 4.99224 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 09:14:00
IDJOB=3250677
IDBENCH=83336
IDSOLVER=1602
FILE ID=node140/3250677-1304061240
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250677-1304061240/watcher-3250677-1304061240 -o /tmp/evaluation-result-3250677-1304061240/solver-3250677-1304061240 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250677-1304061240.cnf 467031024 4800 15500 4

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

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=467031024

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22160892 kB
Buffers:       2298292 kB
Cached:        7817064 kB
SwapCached:          0 kB
Active:        2701648 kB
Inactive:      7522024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22160892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:      107860 kB
Mapped:          15560 kB
Slab:           504396 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   293452 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= 72660 MiB
End job on node140 at 2011-04-29 09:34:04