Trace number 3262031

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
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 variables254
Number of clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

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: 5402
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 10782us
0.00/0.01	c parsed 34289 clauses with 254 variables
0.00/0.01	c NW started thread 0 successfully (1106487616)
0.00/0.02	c NW started thread 1 successfully (1116977472)
0.00/0.02	c NW started thread 2 successfully (1127467328)
0.00/0.03	c NW started thread 3 successfully (1095473472)
11.91/3.07	c preprocessor returned 10044 variables
11.91/3.07	c preprocessing returned UNKNOWN
11.91/3.07	c PP set 0 variables
11.91/3.07	c pp time: 3055354us (3s)
11.91/3.09	c preprocessor returned 10044 variables
11.91/3.09	c preprocessing returned UNKNOWN
11.91/3.09	c PP set 0 variables
11.91/3.09	c pp time: 3065226us (3s)
11.91/3.09	c preprocessor returned 10044 variables
11.91/3.09	c preprocessing returned UNKNOWN
11.91/3.09	c PP set 0 variables
11.91/3.09	c pp time: 3074103us (3s)
462.48/115.85	c preprocessor returned 30050 variables
462.48/115.85	c preprocessing returned UNKNOWN
462.48/115.85	c PP set 0 variables
462.48/115.85	c pp time: 115829603us (115s)

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-3262031-1304060036/watcher-3262031-1304060036 -o /tmp/evaluation-result-3262031-1304060036/solver-3262031-1304060036 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262031-1304060036.cnf 1260547914 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.95 8.04 8.04 5/182 5401
/proc/meminfo: memFree=22162452/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0

[startup+0.419215 s]
/proc/loadavg: 7.95 8.04 8.04 5/182 5401
/proc/meminfo: memFree=22162452/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.500256 s]
/proc/loadavg: 7.95 8.04 8.04 5/182 5401
/proc/meminfo: memFree=22162452/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.600239 s]
/proc/loadavg: 7.95 8.04 8.04 5/182 5401
/proc/meminfo: memFree=22162452/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70022 s]
/proc/loadavg: 7.95 8.04 8.04 5/182 5401
/proc/meminfo: memFree=22162452/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50707 s]
/proc/loadavg: 7.95 8.04 8.04 9/188 5407
/proc/meminfo: memFree=22145796/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=202304 CPUtime=5.95 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 4258 0 0 0 595 0 0 0 19 0 5 0 498418904 207159296 4077 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 50576 4077 350 389 0 46326 0
[pid=5402/tid=5404] ppid=5401 vsize=202304 CPUtime=1.48 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 380 0 0 0 148 0 0 0 20 0 5 0 498418906 207159296 4077 33554432000 4194304 5787044 140737086924496 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=202304 CPUtime=1.48 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 305 0 0 0 148 0 0 0 25 0 5 0 498418906 207159296 4077 33554432000 4194304 5787044 140737086924496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=202304 CPUtime=1.47 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 300 0 0 0 147 0 0 0 23 0 5 0 498418907 207159296 4077 33554432000 4194304 5787044 140737086924496 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=202304 CPUtime=1.47 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 326 0 0 0 147 0 0 0 25 0 5 0 498418907 207159296 4077 33554432000 4194304 5787044 140737086924496 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 211004

[startup+3.10079 s]
/proc/loadavg: 7.95 8.04 8.04 9/188 5407
/proc/meminfo: memFree=22120632/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=221916 CPUtime=12.32 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 11613 0 0 0 1230 2 0 0 19 0 5 0 498418904 227241984 10247 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 55479 10248 400 389 0 51229 0
[pid=5402/tid=5404] ppid=5401 vsize=221916 CPUtime=3.06 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 2264 0 0 0 306 0 0 0 25 0 5 0 498418906 227241984 10252 33554432000 4194304 5787044 140737086924496 18446744073709551615 5600701 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=221916 CPUtime=3.07 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 1739 0 0 0 307 0 0 0 25 0 5 0 498418906 227241984 10254 33554432000 4194304 5787044 140737086924496 18446744073709551615 4238696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=221916 CPUtime=3.06 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 1779 0 0 0 306 0 0 0 25 0 5 0 498418907 227241984 10255 33554432000 4194304 5787044 140737086924496 18446744073709551615 254261277729 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=221916 CPUtime=3.06 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 2892 0 0 0 306 0 0 0 25 0 5 0 498418907 227241984 10259 33554432000 4194304 5787044 140737086924496 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 230616

[startup+6.30121 s]
/proc/loadavg: 7.95 8.04 8.04 9/188 5407
/proc/meminfo: memFree=22107888/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=226824 CPUtime=25.1 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 13884 0 0 0 2507 3 0 0 19 0 5 0 498418904 232267776 12518 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 56706 12518 404 389 0 52456 0
[pid=5402/tid=5404] ppid=5401 vsize=226824 CPUtime=6.24 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 3738 0 0 0 624 0 0 0 25 0 5 0 498418906 232267776 12518 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=226824 CPUtime=6.27 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 1979 0 0 0 627 0 0 0 25 0 5 0 498418906 232267776 12518 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=226824 CPUtime=6.26 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 2301 0 0 0 626 0 0 0 25 0 5 0 498418907 232267776 12518 33554432000 4194304 5787044 140737086924496 18446744073709551615 5590586 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=226824 CPUtime=6.26 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 2919 0 0 0 626 0 0 0 25 0 5 0 498418907 232267776 12518 33554432000 4194304 5787044 140737086924496 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 235524

[startup+12.7011 s]
/proc/loadavg: 7.96 8.04 8.04 9/188 5407
/proc/meminfo: memFree=22092856/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=228716 CPUtime=50.66 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 15340 0 0 0 5062 4 0 0 19 0 5 0 498418904 234205184 13974 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 57179 13974 404 389 0 52929 0
[pid=5402/tid=5404] ppid=5401 vsize=228716 CPUtime=12.61 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 4158 0 0 0 1260 1 0 0 25 0 5 0 498418906 234205184 13974 33554432000 4194304 5787044 140737086924496 18446744073709551615 5586838 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=228716 CPUtime=12.67 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 2467 0 0 0 1266 1 0 0 25 0 5 0 498418906 234205184 13974 33554432000 4194304 5787044 140737086924496 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=228716 CPUtime=12.67 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 2848 0 0 0 1266 1 0 0 25 0 5 0 498418907 234205184 13974 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=228716 CPUtime=12.66 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 2920 0 0 0 1266 0 0 0 25 0 5 0 498418907 234205184 13974 33554432000 4194304 5787044 140737086924496 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 237416

[startup+25.5007 s]
/proc/loadavg: 7.96 8.04 8.04 9/188 5407
/proc/meminfo: memFree=22070688/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=231076 CPUtime=101.78 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 17200 0 0 0 10172 6 0 0 19 0 5 0 498418904 236621824 15834 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 57769 15834 405 389 0 53519 0
[pid=5402/tid=5404] ppid=5401 vsize=231076 CPUtime=25.34 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 4658 0 0 0 2533 1 0 0 25 0 5 0 498418906 236621824 15834 33554432000 4194304 5787044 140737086924496 18446744073709551615 5586774 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=231076 CPUtime=25.47 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 3073 0 0 0 2545 2 0 0 25 0 5 0 498418906 236621824 15834 33554432000 4194304 5787044 140737086924496 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=231076 CPUtime=25.46 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 3602 0 0 0 2544 2 0 0 22 0 5 0 498418907 236621824 15834 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=231076 CPUtime=25.46 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 2920 0 0 0 2546 0 0 0 25 0 5 0 498418907 236621824 15834 33554432000 4194304 5787044 140737086924496 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 239776

[startup+51.1011 s]
/proc/loadavg: 8.05 8.05 8.04 9/188 5408
/proc/meminfo: memFree=22036780/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=240096 CPUtime=204.03 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 21578 0 0 0 20393 10 0 0 19 0 5 0 498418904 245858304 20208 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 60024 20208 405 389 0 55774 0
[pid=5402/tid=5404] ppid=5401 vsize=240096 CPUtime=50.79 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 5813 0 0 0 5077 2 0 0 25 0 5 0 498418906 245858304 20208 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=240096 CPUtime=51.07 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 4952 0 0 0 5104 3 0 0 25 0 5 0 498418906 245858304 20208 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=240096 CPUtime=51.05 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 4946 0 0 0 5102 3 0 0 25 0 5 0 498418907 245858304 20208 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=240096 CPUtime=51.06 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 2920 0 0 0 5106 0 0 0 25 0 5 0 498418907 245858304 20208 33554432000 4194304 5787044 140737086924496 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 248796

[startup+102.301 s]
/proc/loadavg: 8.13 8.07 8.04 9/188 5409
/proc/meminfo: memFree=21978000/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=255984 CPUtime=408.54 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 29244 0 0 0 40838 16 0 0 19 0 5 0 498418904 262127616 27764 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 63996 27764 405 389 0 59746 0
[pid=5402/tid=5404] ppid=5401 vsize=255984 CPUtime=101.71 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 7704 0 0 0 10167 4 0 0 25 0 5 0 498418906 262127616 27764 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=255984 CPUtime=102.25 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 7923 0 0 0 10220 5 0 0 25 0 5 0 498418906 262127616 27764 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=255984 CPUtime=102.26 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 7750 0 0 0 10221 5 0 0 20 0 5 0 498418907 262127616 27764 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=255984 CPUtime=102.26 cores=1,3,5,7

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

/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 20154 0 0 0 82196 22 0 0 25 0 5 0 498418906 407044096 72273 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=397504 CPUtime=822.23 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 20674 0 0 0 82196 27 0 0 25 0 5 0 498418907 407044096 72273 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=397504 CPUtime=820.76 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 13008 0 0 0 82063 13 0 0 25 0 5 0 498418907 407044096 72273 33554432000 4194304 5787044 140737086924496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.4
Current children cumulated vsize (KiB) 406204

[startup+882.301 s]
/proc/loadavg: 8.16 8.09 8.06 9/188 5439
/proc/meminfo: memFree=21601436/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=402808 CPUtime=3524.08 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 77488 0 0 0 352325 83 0 0 19 0 5 0 498418904 412475392 74423 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 100702 74423 419 389 0 96452 0
[pid=5402/tid=5404] ppid=5401 vsize=402808 CPUtime=879.17 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 18616 0 0 0 87900 17 0 0 25 0 5 0 498418906 412475392 74423 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=402808 CPUtime=882.18 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 20944 0 0 0 88194 24 0 0 25 0 5 0 498418906 412475392 74423 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=402808 CPUtime=882.23 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 21700 0 0 0 88196 27 0 0 25 0 5 0 498418907 412475392 74423 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=402808 CPUtime=880.43 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 13281 0 0 0 88030 13 0 0 25 0 5 0 498418907 412475392 74423 33554432000 4194304 5787044 140737086924496 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.08
Current children cumulated vsize (KiB) 411508

[startup+942.301 s]
/proc/loadavg: 8.17 8.10 8.07 9/188 5441
/proc/meminfo: memFree=21567832/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=483692 CPUtime=3763.74 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 81335 0 0 0 376288 86 0 0 19 0 5 0 498418904 495300608 78270 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 120923 78270 419 389 0 116673 0
[pid=5402/tid=5404] ppid=5401 vsize=483692 CPUtime=939.16 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 19470 0 0 0 93899 17 0 0 25 0 5 0 498418906 495300608 78270 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=483692 CPUtime=942.18 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 22138 0 0 0 94193 25 0 0 25 0 5 0 498418906 495300608 78270 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=483692 CPUtime=942.23 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 21701 0 0 0 94196 27 0 0 25 0 5 0 498418907 495300608 78270 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=483692 CPUtime=940.1 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 15079 0 0 0 93996 14 0 0 25 0 5 0 498418907 495300608 78270 33554432000 4194304 5787044 140737086924496 18446744073709551615 5524734 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.74
Current children cumulated vsize (KiB) 492392

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.06 9/188 5442
/proc/meminfo: memFree=21528644/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=496480 CPUtime=4003.42 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 87501 0 0 0 400249 93 0 0 19 0 5 0 498418904 508395520 84436 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 124120 84436 419 389 0 119870 0
[pid=5402/tid=5404] ppid=5401 vsize=496480 CPUtime=999.16 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 21355 0 0 0 99897 19 0 0 25 0 5 0 498418906 508395520 84436 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=496480 CPUtime=1002.18 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 23092 0 0 0 100191 27 0 0 25 0 5 0 498418906 508395520 84436 33554432000 4194304 5787044 140737086924496 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=496480 CPUtime=1002.23 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 23884 0 0 0 100194 29 0 0 25 0 5 0 498418907 508395520 84436 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=496480 CPUtime=999.78 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 16223 0 0 0 99963 15 0 0 25 0 5 0 498418907 508395520 84436 33554432000 4194304 5787044 140737086924496 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.42
Current children cumulated vsize (KiB) 505180

[startup+1062.3 s]
/proc/loadavg: 8.02 8.06 8.06 9/188 5444
/proc/meminfo: memFree=21495764/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=570408 CPUtime=4243.09 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 93452 0 0 0 424208 101 0 0 19 0 5 0 498418904 584097792 90182 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 142602 90182 419 389 0 138352 0
[pid=5402/tid=5404] ppid=5401 vsize=570408 CPUtime=1059.16 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 22526 0 0 0 105895 21 0 0 25 0 5 0 498418906 584097792 90182 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=570408 CPUtime=1062.18 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 24221 0 0 0 106189 29 0 0 25 0 5 0 498418906 584097792 90182 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=570408 CPUtime=1062.24 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 25967 0 0 0 106192 32 0 0 25 0 5 0 498418907 584097792 90182 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=570408 CPUtime=1059.45 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 17791 0 0 0 105927 18 0 0 25 0 5 0 498418907 584097792 90182 33554432000 4194304 5787044 140737086924496 18446744073709551615 5522477 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.09
Current children cumulated vsize (KiB) 579108

[startup+1122.3 s]
/proc/loadavg: 8.08 8.07 8.06 9/188 5445
/proc/meminfo: memFree=21481868/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=578072 CPUtime=4482.74 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 95828 0 0 0 448171 103 0 0 19 0 5 0 498418904 591945728 92333 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 144518 92333 419 389 0 140268 0
[pid=5402/tid=5404] ppid=5401 vsize=578072 CPUtime=1119.05 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 23379 0 0 0 111884 21 0 0 25 0 5 0 498418906 591945728 92333 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=578072 CPUtime=1122.16 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 24805 0 0 0 112187 29 0 0 25 0 5 0 498418906 591945728 92333 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=578072 CPUtime=1122.24 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 26906 0 0 0 112191 33 0 0 25 0 5 0 498418907 591945728 92333 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=578072 CPUtime=1119.22 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 17791 0 0 0 111904 18 0 0 25 0 5 0 498418907 591945728 92333 33554432000 4194304 5787044 140737086924496 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.74
Current children cumulated vsize (KiB) 586772

[startup+1182.3 s]
/proc/loadavg: 8.10 8.07 8.06 9/188 5447
/proc/meminfo: memFree=21476528/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=578072 CPUtime=4722.39 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 96924 0 0 0 472133 106 0 0 19 0 5 0 498418904 591945728 93429 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 144518 93429 419 389 0 140268 0
[pid=5402/tid=5404] ppid=5401 vsize=578072 CPUtime=1178.72 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 23380 0 0 0 117851 21 0 0 25 0 5 0 498418906 591945728 93429 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=578072 CPUtime=1182.16 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 25792 0 0 0 118183 33 0 0 25 0 5 0 498418906 591945728 93429 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=578072 CPUtime=1182.24 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 27014 0 0 0 118191 33 0 0 25 0 5 0 498418907 591945728 93429 33554432000 4194304 5787044 140737086924496 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=578072 CPUtime=1179.21 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 17791 0 0 0 117903 18 0 0 25 0 5 0 498418907 591945728 93429 33554432000 4194304 5787044 140737086924496 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 586772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 7.77 8.00 8.03 9/188 5481
/proc/meminfo: memFree=21787788/32951124 swapFree=67111528/67111528
[pid=5401] ppid=5399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5401/stat : 5401 (prissAuto.sh) S 5399 5401 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498418904 8908800 252 33554432000 4194304 4922060 140736746928128 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5401/statm: 2175 252 211 178 0 68 0
[pid=5402] ppid=5401 vsize=578072 CPUtime=4800.3 cores=1,3,5,7
/proc/5402/stat : 5402 (priss) S 5401 5401 4923 0 -1 4202496 97411 0 0 0 479922 108 0 0 19 0 5 0 498418904 591945728 93916 33554432000 4194304 5787044 140737086924496 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5402/statm: 144518 93916 419 389 0 140268 0
[pid=5402/tid=5404] ppid=5401 vsize=578072 CPUtime=1198.11 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (priss) R 5401 5401 4923 0 -1 4202560 23380 0 0 0 119790 21 0 0 25 0 5 0 498418906 591945728 93916 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5402/tid=5405] ppid=5401 vsize=578072 CPUtime=1201.67 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (priss) R 5401 5401 4923 0 -1 4202560 26163 0 0 0 120133 34 0 0 25 0 5 0 498418906 591945728 93916 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5402/tid=5406] ppid=5401 vsize=578072 CPUtime=1201.74 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (priss) R 5401 5401 4923 0 -1 4202560 27130 0 0 0 120141 33 0 0 25 0 5 0 498418907 591945728 93916 33554432000 4194304 5787044 140737086924496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5402/tid=5407] ppid=5401 vsize=578072 CPUtime=1198.72 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (priss) R 5401 5401 4923 0 -1 4202560 17791 0 0 0 119854 18 0 0 25 0 5 0 498418907 591945728 93916 33554432000 4194304 5787044 140737086924496 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 586772

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5401 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.3
#
# 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.3
CPU user time (s): 4799.22
CPU system time (s): 1.08
CPU usage (%): 399.42
Max. virtual memory (cumulated for all children) (KiB): 586772

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

runsolver used 1.57376 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 08:53:56
IDJOB=3262031
IDBENCH=83269
IDSOLVER=1602
FILE ID=node140/3262031-1304060036
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_507.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262031-1304060036/watcher-3262031-1304060036 -o /tmp/evaluation-result-3262031-1304060036/solver-3262031-1304060036 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262031-1304060036.cnf 1260547914 4800 15500 4

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=1260547914

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:      22162732 kB
Buffers:       2298120 kB
Cached:        7816780 kB
SwapCached:          0 kB
Active:        2700208 kB
Inactive:      7522396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22162732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4724 kB
Writeback:           0 kB
AnonPages:      107176 kB
Mapped:          15560 kB
Slab:           504360 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   291376 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:14:00