Trace number 3262208

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.05 1201.92

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark194.97
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

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: 11163
0.00/0.01	c parsetime: 6526us
0.00/0.01	c parsed 21509 clauses with 201 variables
0.00/0.01	c NW started thread 0 successfully (1116113216)
0.00/0.01	c NW started thread 1 successfully (1126603072)
0.00/0.01	c NW started thread 2 successfully (1094089024)
0.00/0.02	c NW started thread 3 successfully (1137092928)
0.00/1.67	c preprocessor returned 10046 variables
0.00/1.67	c preprocessing returned UNKNOWN
0.00/1.67	c PP set 0 variables
0.00/1.67	c pp time: 1663964us (1s)
0.00/1.68	c preprocessor returned 10046 variables
0.00/1.68	c preprocessing returned UNKNOWN
0.00/1.68	c PP set 0 variables
0.00/1.68	c pp time: 1666257us (1s)
0.00/1.69	c preprocessor returned 10046 variables
0.00/1.69	c preprocessing returned UNKNOWN
0.00/1.69	c PP set 0 variables
0.00/1.69	c pp time: 1674474us (1s)
326.68/81.84	c preprocessor returned 30188 variables
326.68/81.84	c preprocessing returned UNKNOWN
326.68/81.84	c PP set 0 variables
326.68/81.84	c pp time: 81822049us (81s)
3184.60/797.31	c added unsatisfied clause
3184.60/797.31	c failed to add network clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262208-1304059844/watcher-3262208-1304059844 -o /tmp/evaluation-result-3262208-1304059844/solver-3262208-1304059844 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262208-1304059844.cnf 791435587 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.16 8.06 8.01 7/182 11162
/proc/meminfo: memFree=15389260/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0

[startup+0.030276 s]
/proc/loadavg: 8.16 8.06 8.01 7/182 11162
/proc/meminfo: memFree=15389260/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.909913 s]
/proc/loadavg: 8.16 8.06 8.01 7/182 11162
/proc/meminfo: memFree=15389260/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03752 s]
/proc/loadavg: 8.16 8.06 8.01 7/182 11162
/proc/meminfo: memFree=15389260/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.11663 s]
/proc/loadavg: 8.16 8.06 8.01 7/182 11162
/proc/meminfo: memFree=15389260/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 8.16 8.06 8.01 7/182 11162
/proc/meminfo: memFree=15389260/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10114 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 11168
/proc/meminfo: memFree=15347544/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=284520 CPUtime=12.33 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 11809 0 0 0 1231 2 0 0 25 0 5 0 517584890 291348480 10487 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 71130 10487 404 389 0 66880 0
[pid=11163/tid=11165] ppid=11162 vsize=284520 CPUtime=3.07 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 2275 0 0 0 307 0 0 0 25 0 5 0 517584892 291348480 10487 33554432000 4194304 5787044 140736683560064 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=284520 CPUtime=3.06 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 2137 0 0 0 306 0 0 0 25 0 5 0 517584892 291348480 10487 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=284520 CPUtime=3.07 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 3211 0 0 0 307 0 0 0 25 0 5 0 517584892 291348480 10487 33554432000 4194304 5787044 140736683560064 18446744073709551615 4219889 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=284520 CPUtime=3.07 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 2471 0 0 0 307 0 0 0 25 0 5 0 517584892 291348480 10487 33554432000 4194304 5787044 140736683560064 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 293220

[startup+6.30654 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 11168
/proc/meminfo: memFree=15344260/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=284520 CPUtime=25.13 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 12306 0 0 0 2510 3 0 0 25 0 5 0 517584890 291348480 10984 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 71130 10984 404 389 0 66880 0
[pid=11163/tid=11165] ppid=11162 vsize=284520 CPUtime=6.28 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 2514 0 0 0 628 0 0 0 25 0 5 0 517584892 291348480 10984 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=284520 CPUtime=6.25 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 2137 0 0 0 625 0 0 0 25 0 5 0 517584892 291348480 10984 33554432000 4194304 5787044 140736683560064 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=284520 CPUtime=6.28 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 3468 0 0 0 628 0 0 0 25 0 5 0 517584892 291348480 10984 33554432000 4194304 5787044 140736683560064 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=284520 CPUtime=6.27 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 2472 0 0 0 627 0 0 0 25 0 5 0 517584892 291348480 10984 33554432000 4194304 5787044 140736683560064 18446744073709551615 244446639070 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 293220

[startup+12.7003 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 11169
/proc/meminfo: memFree=15339688/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=285020 CPUtime=50.67 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 13235 0 0 0 5063 4 0 0 25 0 5 0 517584890 291860480 11913 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 71255 11913 405 389 0 67005 0
[pid=11163/tid=11165] ppid=11162 vsize=285020 CPUtime=12.68 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 2931 0 0 0 1267 1 0 0 25 0 5 0 517584892 291860480 11913 33554432000 4194304 5787044 140736683560064 18446744073709551615 244446606369 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=285020 CPUtime=12.61 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 2202 0 0 0 1261 0 0 0 25 0 5 0 517584892 291860480 11913 33554432000 4194304 5787044 140736683560064 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=285020 CPUtime=12.66 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 3915 0 0 0 1266 0 0 0 25 0 5 0 517584892 291860480 11913 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=285020 CPUtime=12.67 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 2472 0 0 0 1267 0 0 0 25 0 5 0 517584892 291860480 11915 33554432000 4194304 5787044 140736683560064 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 293720

[startup+25.501 s]
/proc/loadavg: 8.10 8.05 8.01 9/188 11169
/proc/meminfo: memFree=15316372/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=291744 CPUtime=101.79 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 17042 0 0 0 10173 6 0 0 25 0 5 0 517584890 298745856 15720 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 72936 15720 405 389 0 68686 0
[pid=11163/tid=11165] ppid=11162 vsize=291744 CPUtime=25.48 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 3684 0 0 0 2546 2 0 0 25 0 5 0 517584892 298745856 15720 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=291744 CPUtime=25.35 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 3930 0 0 0 2534 1 0 0 25 0 5 0 517584892 298745856 15720 33554432000 4194304 5787044 140736683560064 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=291744 CPUtime=25.46 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 5241 0 0 0 2544 2 0 0 25 0 5 0 517584892 298745856 15720 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=291744 CPUtime=25.47 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 2472 0 0 0 2547 0 0 0 25 0 5 0 517584892 298745856 15720 33554432000 4194304 5787044 140736683560064 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 300444

[startup+51.1012 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 11170
/proc/meminfo: memFree=15292128/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=299860 CPUtime=204.06 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 20985 0 0 0 20397 9 0 0 25 0 5 0 517584890 307056640 19659 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 74965 19659 405 389 0 70715 0
[pid=11163/tid=11165] ppid=11162 vsize=299860 CPUtime=51.08 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 5644 0 0 0 5105 3 0 0 25 0 5 0 517584892 307056640 19659 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=299860 CPUtime=50.8 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 4857 0 0 0 5079 1 0 0 25 0 5 0 517584892 307056640 19659 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=299860 CPUtime=51.07 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 6297 0 0 0 5103 4 0 0 25 0 5 0 517584892 307056640 19659 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591211 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=299860 CPUtime=51.07 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 2472 0 0 0 5107 0 0 0 25 0 5 0 517584892 307056640 19659 33554432000 4194304 5787044 140736683560064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 308560

[startup+102.301 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 11171
/proc/meminfo: memFree=15245336/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=310372 CPUtime=408.56 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 29165 0 0 0 40842 14 0 0 25 0 5 0 517584890 317820928 26294 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 77593 26294 419 389 0 73343 0
[pid=11163/tid=11165] ppid=11162 vsize=310372 CPUtime=102.28 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 6907 0 0 0 10224 4 0 0 25 0 5 0 517584892 317820928 26294 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=310372 CPUtime=101.72 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 7362 0 0 0 10171 1 0 0 25 0 5 0 517584892 317820928 26294 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=310372 CPUtime=102.25 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 7833 0 0 0 10219 6 0 0 25 0 5 0 517584892 317820928 26294 33554432000 4194304 5787044 140736683560064 18446744073709551615 5576685 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=310372 CPUtime=102.27 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 5348 0 0 0 10226 1 0 0 25 0 5 0 517584892 317820928 26294 33554432000 4194304 5787044 140736683560064 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 319072

[startup+162.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 11173
/proc/meminfo: memFree=15212560/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=323756 CPUtime=648.21 cores=0,2,4,6

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

/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 19337 0 0 0 87731 14 0 0 25 0 5 0 517584892 401461248 74555 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=392052 CPUtime=882.1 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 17814 0 0 0 88190 20 0 0 25 0 5 0 517584892 401461248 74555 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=392052 CPUtime=882.26 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 21065 0 0 0 88209 17 0 0 25 0 5 0 517584892 401461248 74555 33554432000 4194304 5787044 140736683560064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.39
Current children cumulated vsize (KiB) 400752

[startup+942.301 s]
/proc/loadavg: 8.05 8.05 8.00 9/188 11239
/proc/meminfo: memFree=15154128/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=402852 CPUtime=3763.07 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 80722 0 0 0 376239 68 0 0 25 0 5 0 517584890 412520448 76584 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 100713 76584 419 389 0 96463 0
[pid=11163/tid=11165] ppid=11162 vsize=402852 CPUtime=941.54 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 19681 0 0 0 94140 14 0 0 25 0 5 0 517584892 412520448 76584 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=402852 CPUtime=937.13 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 19999 0 0 0 93699 14 0 0 25 0 5 0 517584892 412520448 76584 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=402852 CPUtime=942.1 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 17908 0 0 0 94189 21 0 0 25 0 5 0 517584892 412520448 76584 33554432000 4194304 5787044 140736683560064 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=402852 CPUtime=942.25 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 21419 0 0 0 94208 17 0 0 25 0 5 0 517584892 412520448 76584 33554432000 4194304 5787044 140736683560064 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.07
Current children cumulated vsize (KiB) 411552

[startup+1002.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/188 11240
/proc/meminfo: memFree=15118628/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=407340 CPUtime=4002.72 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 82374 0 0 0 400202 70 0 0 25 0 5 0 517584890 417116160 78236 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 101835 78236 419 389 0 97585 0
[pid=11163/tid=11165] ppid=11162 vsize=407340 CPUtime=1001.54 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 19931 0 0 0 100139 15 0 0 25 0 5 0 517584892 417116160 78236 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=407340 CPUtime=996.8 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 20307 0 0 0 99666 14 0 0 25 0 5 0 517584892 417116160 78236 33554432000 4194304 5787044 140736683560064 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=407340 CPUtime=1002.09 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 18811 0 0 0 100187 22 0 0 25 0 5 0 517584892 417116160 78236 33554432000 4194304 5787044 140736683560064 18446744073709551615 5586800 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=407340 CPUtime=1002.25 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 21610 0 0 0 100208 17 0 0 25 0 5 0 517584892 417116160 78236 33554432000 4194304 5787044 140736683560064 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.72
Current children cumulated vsize (KiB) 416040

[startup+1062.31 s]
/proc/loadavg: 8.02 8.04 8.00 9/188 11242
/proc/meminfo: memFree=15077800/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=415692 CPUtime=4242.42 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 84853 0 0 0 424171 71 0 0 25 0 5 0 517584890 425668608 80715 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 103923 80715 419 389 0 99673 0
[pid=11163/tid=11165] ppid=11162 vsize=415692 CPUtime=1061.55 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 21275 0 0 0 106140 15 0 0 25 0 5 0 517584892 425668608 80715 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=415692 CPUtime=1056.48 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 21038 0 0 0 105633 15 0 0 25 0 5 0 517584892 425668608 80715 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=415692 CPUtime=1062.08 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 19212 0 0 0 106186 22 0 0 25 0 5 0 517584892 425668608 80715 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=415692 CPUtime=1062.25 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 21613 0 0 0 106208 17 0 0 25 0 5 0 517584892 425668608 80715 33554432000 4194304 5787044 140736683560064 18446744073709551615 5528644 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 424392

[startup+1122.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/188 11243
/proc/meminfo: memFree=15056688/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=488264 CPUtime=4482.05 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 88128 0 0 0 448133 72 0 0 25 0 5 0 517584890 499982336 83507 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 122066 83507 419 389 0 117816 0
[pid=11163/tid=11165] ppid=11162 vsize=488264 CPUtime=1121.53 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 23046 0 0 0 112138 15 0 0 25 0 5 0 517584892 499982336 83507 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=488264 CPUtime=1116.15 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 22314 0 0 0 111600 15 0 0 25 0 5 0 517584892 499982336 83507 33554432000 4194304 5787044 140736683560064 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=488264 CPUtime=1122.07 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 19215 0 0 0 112185 22 0 0 25 0 5 0 517584892 499982336 83507 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=488264 CPUtime=1122.24 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 21838 0 0 0 112207 17 0 0 25 0 5 0 517584892 499982336 83507 33554432000 4194304 5787044 140736683560064 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.05
Current children cumulated vsize (KiB) 496964

[startup+1182.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/188 11245
/proc/meminfo: memFree=15030248/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=488264 CPUtime=4721.71 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 88274 0 0 0 472099 72 0 0 25 0 5 0 517584890 499982336 83653 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 122066 83653 419 389 0 117816 0
[pid=11163/tid=11165] ppid=11162 vsize=488264 CPUtime=1181.53 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 23046 0 0 0 118138 15 0 0 25 0 5 0 517584892 499982336 83653 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=488264 CPUtime=1175.82 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 22314 0 0 0 117566 16 0 0 25 0 5 0 517584892 499982336 83653 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=488264 CPUtime=1182.06 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 19229 0 0 0 118184 22 0 0 25 0 5 0 517584892 499982336 83653 33554432000 4194304 5787044 140736683560064 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=488264 CPUtime=1182.25 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 21970 0 0 0 118208 17 0 0 25 0 5 0 517584892 499982336 83653 33554432000 4194304 5787044 140736683560064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.71
Current children cumulated vsize (KiB) 496964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.11 8.06 8.00 9/188 11245
/proc/meminfo: memFree=15019824/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=488264 CPUtime=4800.05 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 88352 0 0 0 479932 73 0 0 25 0 5 0 517584890 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 122066 83731 419 389 0 117816 0
[pid=11163/tid=11165] ppid=11162 vsize=488264 CPUtime=1201.14 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 23047 0 0 0 120099 15 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=488264 CPUtime=1195.32 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 22314 0 0 0 119516 16 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=488264 CPUtime=1201.67 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 19237 0 0 0 120145 22 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=488264 CPUtime=1201.86 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 22039 0 0 0 120169 17 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5527171 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 496964

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

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

[startup+1201.9 s]
/proc/loadavg: 8.11 8.06 8.00 9/188 11245
/proc/meminfo: memFree=15019824/32951124 swapFree=67111528/67111528
[pid=11162] ppid=11160 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11162/stat : 11162 (priss.sh) S 11160 11162 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517584890 8908800 252 33554432000 4194304 4922060 140733367358736 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11162/statm: 2175 252 211 178 0 68 0
[pid=11163] ppid=11162 vsize=488264 CPUtime=4800.05 cores=0,2,4,6
/proc/11163/stat : 11163 (priss) S 11162 11162 9766 0 -1 4202496 88352 0 0 0 479932 73 0 0 25 0 5 0 517584890 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11163/statm: 122066 83731 419 389 0 117816 0
[pid=11163/tid=11165] ppid=11162 vsize=488264 CPUtime=1201.14 cores=0,2,4,6
/proc/11163/task/11165/stat : 11165 (priss) R 11162 11162 9766 0 -1 4202560 23047 0 0 0 120099 15 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11163/tid=11166] ppid=11162 vsize=488264 CPUtime=1195.32 cores=0,2,4,6
/proc/11163/task/11166/stat : 11166 (priss) R 11162 11162 9766 0 -1 4202560 22314 0 0 0 119516 16 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11163/tid=11167] ppid=11162 vsize=488264 CPUtime=1201.67 cores=0,2,4,6
/proc/11163/task/11167/stat : 11167 (priss) R 11162 11162 9766 0 -1 4202560 19237 0 0 0 120145 22 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11163/tid=11168] ppid=11162 vsize=488264 CPUtime=1201.86 cores=0,2,4,6
/proc/11163/task/11168/stat : 11168 (priss) R 11162 11162 9766 0 -1 4202560 22039 0 0 0 120169 17 0 0 25 0 5 0 517584892 499982336 83731 33554432000 4194304 5787044 140736683560064 18446744073709551615 5527171 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 496964

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.05
CPU user time (s): 4799.32
CPU system time (s): 0.73
CPU usage (%): 399.364
Max. virtual memory (cumulated for all children) (KiB): 496964

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

runsolver used 1.79973 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 08:50:45
IDJOB=3262208
IDBENCH=83285
IDSOLVER=1603
FILE ID=node105/3262208-1304059844
RUNJOBID= node105-1304047118-9784
PBS_JOBID= 13170404
Free space on /tmp= 71936 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262208-1304059844/watcher-3262208-1304059844 -o /tmp/evaluation-result-3262208-1304059844/solver-3262208-1304059844 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262208-1304059844.cnf 791435587 4800 15500 4

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

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=791435587

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:      15389416 kB
Buffers:       2301052 kB
Cached:       14434608 kB
SwapCached:          0 kB
Active:        9133212 kB
Inactive:      7858364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15389416 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:      255200 kB
Mapped:          15624 kB
Slab:           507240 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   447684 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= 71936 MiB
End job on node105 at 2011-04-29 09:10:48