Trace number 3292057

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.38 1205.42

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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: 31844
3.19/3.26	c parsetime: 3264126us
3.19/3.26	c parsed 9676386 clauses with 482093 variables
3.89/3.90	c NW started thread 0 successfully (1091242304)
4.09/4.00	c preprocessor returned 482093 variables
4.09/4.00	c preprocessing returned UNKNOWN
4.09/4.00	c PP set 0 variables
4.09/4.00	c pp time: 1us (0s)
5.09/4.57	c NW started thread 1 successfully (1101732160)
5.31/4.68	c preprocessor returned 482093 variables
5.31/4.68	c preprocessing returned UNKNOWN
5.31/4.68	c PP set 0 variables
5.31/4.68	c pp time: 0us (0s)
7.10/5.27	c NW started thread 2 successfully (1112222016)
7.41/5.39	c preprocessor returned 482093 variables
7.41/5.39	c preprocessing returned UNKNOWN
7.41/5.39	c PP set 0 variables
7.41/5.39	c pp time: 1us (0s)
10.16/6.04	c NW started thread 3 successfully (1122711872)
10.57/6.16	c preprocessor returned 482093 variables
10.57/6.16	c preprocessing returned UNKNOWN
10.57/6.16	c PP set 0 variables
10.57/6.16	c pp time: 2us (0s)
655.68/167.60	c HTE
1149.41/291.27	c subsumption
1149.41/291.27	c simplified formula contains 0 unit clauses
1613.19/407.36	c HTE
2053.39/517.57	c subsumption
2053.39/517.57	c simplified formula contains 0 unit clauses
2054.99/517.90	c received clause contains eliminated literal -187710
2557.11/643.64	c HTE
2904.06/730.52	c subsumption
2904.06/730.52	c simplified formula contains 0 unit clauses
3160.91/794.82	c HTE
3426.39/861.47	c subsumption
3426.39/861.47	c simplified formula contains 0 unit clauses
4113.46/1033.42	c HTE
4322.23/1085.79	c subsumption
4322.23/1085.79	c simplified formula contains 0 unit clauses
4485.19/1126.52	c HTE
4659.35/1170.16	c subsumption
4659.35/1170.16	c simplified formula contains 0 unit clauses
4660.57/1170.43	c received clause contains eliminated literal -417560

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-3292057-1304068757/watcher-3292057-1304068757 -o /tmp/evaluation-result-3292057-1304068757/solver-3292057-1304068757 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3292057-1304068757.cnf 973776055 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.46 7.91 7.96 5/182 31843
/proc/meminfo: memFree=25091444/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0

[startup+0.090072 s]
/proc/loadavg: 7.46 7.91 7.96 5/182 31843
/proc/meminfo: memFree=25091444/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101071 s]
/proc/loadavg: 7.46 7.91 7.96 5/182 31843
/proc/meminfo: memFree=25091444/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301036 s]
/proc/loadavg: 7.46 7.91 7.96 5/182 31843
/proc/meminfo: memFree=25091444/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.52381 s]
/proc/loadavg: 7.46 7.91 7.96 5/182 31843
/proc/meminfo: memFree=25091444/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.60079 s]
/proc/loadavg: 7.46 7.91 7.96 5/182 31843
/proc/meminfo: memFree=25091444/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10052 s]
/proc/loadavg: 7.35 7.88 7.95 6/184 31845
/proc/meminfo: memFree=24839944/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=407564 CPUtime=3.09 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) R 31843 31843 30400 0 -1 4202496 106883 0 0 0 288 21 0 0 25 0 1 0 499292261 417345536 90875 33554432000 4194304 5787044 140736470999184 18446744073709551615 4273470 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31844/statm: 101891 90875 304 389 0 97641 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 416264

[startup+6.3009 s]
/proc/loadavg: 7.35 7.88 7.95 9/187 31848
/proc/meminfo: memFree=22960792/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=3130320 CPUtime=11.36 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 717258 0 0 0 1023 113 0 0 18 0 5 0 499292261 3205447680 690014 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 782580 690014 388 389 0 778330 0
[pid=31844/tid=31846] ppid=31843 vsize=3130320 CPUtime=2.36 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 71903 0 0 0 224 12 0 0 18 0 5 0 499292651 3205447680 690015 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=3130320 CPUtime=1.69 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 75660 0 0 0 153 16 0 0 18 0 5 0 499292718 3205447680 690015 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=3130320 CPUtime=1 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 50868 0 0 0 93 7 0 0 18 0 5 0 499292788 3205447680 690016 33554432000 4194304 5787044 140736470999184 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 3139020

[startup+12.7007 s]
/proc/loadavg: 7.45 7.88 7.95 9/188 31849
/proc/meminfo: memFree=22058932/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=3431552 CPUtime=36.92 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 785861 0 0 0 3537 155 0 0 18 0 5 0 499292261 3513909248 757574 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 857888 757574 405 389 0 853638 0
[pid=31844/tid=31846] ppid=31843 vsize=3431552 CPUtime=8.77 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 73404 0 0 0 861 16 0 0 25 0 5 0 499292651 3513909248 757574 33554432000 4194304 5787044 140736470999184 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=3431552 CPUtime=8.05 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 78928 0 0 0 779 26 0 0 25 0 5 0 499292718 3513909248 757574 33554432000 4194304 5787044 140736470999184 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=3431552 CPUtime=7.4 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 76786 0 0 0 719 21 0 0 25 0 5 0 499292788 3513909248 757574 33554432000 4194304 5787044 140736470999184 18446744073709551615 5601773 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=3431552 CPUtime=6.64 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 67838 0 0 0 646 18 0 0 25 0 5 0 499292865 3513909248 757574 33554432000 4194304 5787044 140736470999184 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 36.92
Current children cumulated vsize (KiB) 3440252

[startup+25.5004 s]
/proc/loadavg: 7.53 7.88 7.95 9/188 31850
/proc/meminfo: memFree=22049736/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=3432576 CPUtime=88.05 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 790697 0 0 0 8627 178 0 0 18 0 5 0 499292261 3514957824 759767 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 858144 759767 405 389 0 853894 0
[pid=31844/tid=31846] ppid=31843 vsize=3432576 CPUtime=21.57 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 74099 0 0 0 2136 21 0 0 25 0 5 0 499292651 3514957824 759767 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590864 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=3432576 CPUtime=20.78 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 80944 0 0 0 2048 30 0 0 25 0 5 0 499292718 3514957824 759767 33554432000 4194304 5787044 140736470999184 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=3432576 CPUtime=20.2 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 78654 0 0 0 1992 28 0 0 25 0 5 0 499292788 3514957824 759767 33554432000 4194304 5787044 140736470999184 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=3432576 CPUtime=19.44 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 68095 0 0 0 1920 24 0 0 25 0 5 0 499292865 3514957824 759767 33554432000 4194304 5787044 140736470999184 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 88.05
Current children cumulated vsize (KiB) 3441276

[startup+51.1006 s]
/proc/loadavg: 7.75 7.91 7.96 9/188 31850
/proc/meminfo: memFree=21754364/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=3768244 CPUtime=190.3 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 885711 0 0 0 18817 213 0 0 18 0 5 0 499292261 3858681856 833352 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 942061 833352 412 389 0 937811 0
[pid=31844/tid=31846] ppid=31843 vsize=3768244 CPUtime=47.16 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 75655 0 0 0 4691 25 0 0 25 0 5 0 499292651 3858681856 833352 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=3768244 CPUtime=46.29 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 83877 0 0 0 4592 37 0 0 25 0 5 0 499292718 3858681856 833352 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=3768244 CPUtime=45.75 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 81187 0 0 0 4542 33 0 0 25 0 5 0 499292788 3858681856 833352 33554432000 4194304 5787044 140736470999184 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=3768244 CPUtime=45.04 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 156087 0 0 0 4460 44 0 0 25 0 5 0 499292865 3858681856 833352 33554432000 4194304 5787044 140736470999184 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 190.3
Current children cumulated vsize (KiB) 3776944

[startup+102.307 s]
/proc/loadavg: 7.96 7.94 7.96 9/188 31852
/proc/meminfo: memFree=21743272/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=3771316 CPUtime=394.85 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 895055 0 0 0 39250 235 0 0 18 0 5 0 499292261 3861827584 836154 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 942829 836154 412 389 0 938579 0
[pid=31844/tid=31846] ppid=31843 vsize=3771316 CPUtime=98.37 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 80275 0 0 0 9803 34 0 0 25 0 5 0 499292651 3861827584 836154 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=3771316 CPUtime=97.5 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 87837 0 0 0 9704 46 0 0 25 0 5 0 499292718 3861827584 836154 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=3771316 CPUtime=96.67 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 81951 0 0 0 9630 37 0 0 25 0 5 0 499292788 3861827584 836154 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=3771316 CPUtime=96.25 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 156087 0 0 0 9581 44 0 0 25 0 5 0 499292865 3861827584 836154 33554432000 4194304 5787044 140736470999184 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 394.85
Current children cumulated vsize (KiB) 3780016

[startup+162.301 s]
/proc/loadavg: 8.05 7.96 7.97 9/188 31853
/proc/meminfo: memFree=21729076/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=3773364 CPUtime=634.51 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 905521 0 0 0 63195 256 0 0 18 0 5 0 499292261 3863924736 838218 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 943341 838218 412 389 0 939091 0
[pid=31844/tid=31846] ppid=31843 vsize=3773364 CPUtime=158.37 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 82310 0 0 0 15797 40 0 0 25 0 5 0 499292651 3863924736 838218 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=3773364 CPUtime=157.5 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 89130 0 0 0 15696 54 0 0 25 0 5 0 499292718 3863924736 838218 33554432000 4194304 5787044 140736470999184 18446744073709551615 4254586 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=3773364 CPUtime=156.34 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 89089 0 0 0 15590 44 0 0 25 0 5 0 499292788 3863924736 838218 33554432000 4194304 5787044 140736470999184 18446744073709551615 5585331 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=3773364 CPUtime=156.25 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 156087 0 0 0 15581 44 0 0 25 0 5 0 499292865 3863924736 838218 33554432000 4194304 5787044 140736470999184 18446744073709551615 4332202 0 0 4096 0 0 0 0 -1 3 0 0 0

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

/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105767 0 0 0 87226 134 0 0 25 0 5 0 499292718 4842598400 1098977 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4729100 CPUtime=875.71 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93300 0 0 0 87476 95 0 0 25 0 5 0 499292788 4842598400 1098977 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4729100 CPUtime=876.27 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 653616 0 0 0 87450 177 0 0 25 0 5 0 499292865 4842598400 1098977 33554432000 4194304 5787044 140736470999184 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3509.87
Current children cumulated vsize (KiB) 4737800

[startup+942.301 s]
/proc/loadavg: 8.11 8.11 8.03 10/188 31910
/proc/meminfo: memFree=20805884/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=4729100 CPUtime=3749.54 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 1425343 0 0 0 374345 609 0 0 18 0 5 0 499292261 4842598400 1098985 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 1182275 1098985 415 389 0 1178025 0
[pid=31844/tid=31846] ppid=31843 vsize=4729100 CPUtime=938.23 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 83748 0 0 0 93727 96 0 0 25 0 5 0 499292651 4842598400 1098985 33554432000 4194304 5787044 140736470999184 18446744073709551615 5586755 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=4729100 CPUtime=933.5 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105767 0 0 0 93202 148 0 0 25 0 5 0 499292718 4842598400 1098985 33554432000 4194304 5787044 140736470999184 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4729100 CPUtime=935.71 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93301 0 0 0 93468 103 0 0 25 0 5 0 499292788 4842598400 1098985 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4729100 CPUtime=936.05 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 653622 0 0 0 93416 189 0 0 25 0 5 0 499292865 4842598400 1098985 33554432000 4194304 5787044 140736470999184 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3749.54
Current children cumulated vsize (KiB) 4737800

[startup+1002.3 s]
/proc/loadavg: 8.24 8.14 8.04 10/188 31912
/proc/meminfo: memFree=20798280/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=4729100 CPUtime=3989.23 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 1425347 0 0 0 398292 631 0 0 18 0 5 0 499292261 4842598400 1098989 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 1182275 1098989 415 389 0 1178025 0
[pid=31844/tid=31846] ppid=31843 vsize=4729100 CPUtime=998.24 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 83748 0 0 0 99724 100 0 0 25 0 5 0 499292651 4842598400 1098989 33554432000 4194304 5787044 140736470999184 18446744073709551615 5592140 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=4729100 CPUtime=993.49 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105767 0 0 0 99194 155 0 0 25 0 5 0 499292718 4842598400 1098989 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4729100 CPUtime=995.51 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93301 0 0 0 99445 106 0 0 25 0 5 0 499292788 4842598400 1098989 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4729100 CPUtime=995.92 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 653626 0 0 0 99397 195 0 0 25 0 5 0 499292865 4842598400 1098989 33554432000 4194304 5787044 140736470999184 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3989.23
Current children cumulated vsize (KiB) 4737800

[startup+1062.3 s]
/proc/loadavg: 8.17 8.13 8.04 10/188 31913
/proc/meminfo: memFree=20745528/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=4779084 CPUtime=4228.91 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 1437883 0 0 0 422254 637 0 0 18 0 5 0 499292261 4893782016 1111525 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 1194771 1111525 415 389 0 1190521 0
[pid=31844/tid=31846] ppid=31843 vsize=4779084 CPUtime=1058.24 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 83752 0 0 0 105723 101 0 0 25 0 5 0 499292651 4893782016 1111525 33554432000 4194304 5787044 140736470999184 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=4779084 CPUtime=1053.5 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105767 0 0 0 105193 157 0 0 25 0 5 0 499292718 4893782016 1111525 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4779084 CPUtime=1055.19 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93301 0 0 0 105411 108 0 0 25 0 5 0 499292788 4893782016 1111525 33554432000 4194304 5787044 140736470999184 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4779084 CPUtime=1055.92 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 666158 0 0 0 105395 197 0 0 25 0 5 0 499292865 4893782016 1111525 33554432000 4194304 5787044 140736470999184 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4228.91
Current children cumulated vsize (KiB) 4787784

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 8.04 9/188 31915
/proc/meminfo: memFree=20575712/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=4925708 CPUtime=4468.42 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 1490948 0 0 0 446177 665 0 0 18 0 5 0 499292261 5043924992 1152094 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 1231427 1152094 415 389 0 1227177 0
[pid=31844/tid=31846] ppid=31843 vsize=4925708 CPUtime=1118.24 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 83752 0 0 0 111720 104 0 0 25 0 5 0 499292651 5043924992 1152094 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=4925708 CPUtime=1113.5 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105852 0 0 0 111189 161 0 0 25 0 5 0 499292718 5043924992 1152094 33554432000 4194304 5787044 140736470999184 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4925708 CPUtime=1114.69 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93302 0 0 0 111357 112 0 0 25 0 5 0 499292788 5043924992 1152094 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4925708 CPUtime=1115.93 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 719137 0 0 0 111380 213 0 0 25 0 5 0 499292865 5043924992 1152094 33554432000 4194304 5787044 140736470999184 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4468.42
Current children cumulated vsize (KiB) 4934408

[startup+1182.3 s]
/proc/loadavg: 8.18 8.13 8.05 10/188 31917
/proc/meminfo: memFree=20548624/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=4937996 CPUtime=4708.09 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 1506447 0 0 0 470121 688 0 0 18 0 5 0 499292261 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 1234499 1155266 415 389 0 1230249 0
[pid=31844/tid=31846] ppid=31843 vsize=4937996 CPUtime=1178.24 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 83752 0 0 0 117714 110 0 0 25 0 5 0 499292651 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=4937996 CPUtime=1173.5 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105911 0 0 0 117182 168 0 0 25 0 5 0 499292718 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4937996 CPUtime=1174.37 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93435 0 0 0 117320 117 0 0 25 0 5 0 499292788 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4937996 CPUtime=1175.92 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 734444 0 0 0 117373 219 0 0 25 0 5 0 499292865 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4708.09
Current children cumulated vsize (KiB) 4946696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 8.12 8.12 8.05 9/188 31917
/proc/meminfo: memFree=20543016/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=4937996 CPUtime=4800.38 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 1506447 0 0 0 479341 697 0 0 18 0 5 0 499292261 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 1234499 1155266 415 389 0 1230249 0
[pid=31844/tid=31846] ppid=31843 vsize=4937996 CPUtime=1201.34 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 83752 0 0 0 120022 112 0 0 25 0 5 0 499292651 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=4937996 CPUtime=1196.61 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105911 0 0 0 119490 171 0 0 25 0 5 0 499292718 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4937996 CPUtime=1197.34 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93435 0 0 0 119616 118 0 0 25 0 5 0 499292788 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4937996 CPUtime=1199.04 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 734444 0 0 0 119682 222 0 0 25 0 5 0 499292865 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5526892 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 4946696

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

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

[startup+1205.4 s]
/proc/loadavg: 8.12 8.12 8.05 9/188 31917
/proc/meminfo: memFree=20543016/32951124 swapFree=67111524/67111528
[pid=31843] ppid=31841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31843/stat : 31843 (priss.sh) S 31841 31843 30400 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 499292260 8908800 252 33554432000 4194304 4922060 140733551153680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31843/statm: 2175 252 211 178 0 68 0
[pid=31844] ppid=31843 vsize=4937996 CPUtime=4800.38 cores=1,3,5,7
/proc/31844/stat : 31844 (priss) S 31843 31843 30400 0 -1 4202496 1506447 0 0 0 479341 697 0 0 18 0 5 0 499292261 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31844/statm: 1234499 1155266 415 389 0 1230249 0
[pid=31844/tid=31846] ppid=31843 vsize=4937996 CPUtime=1201.34 cores=1,3,5,7
/proc/31844/task/31846/stat : 31846 (priss) R 31843 31843 30400 0 -1 4202560 83752 0 0 0 120022 112 0 0 25 0 5 0 499292651 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31844/tid=31847] ppid=31843 vsize=4937996 CPUtime=1196.61 cores=1,3,5,7
/proc/31844/task/31847/stat : 31847 (priss) R 31843 31843 30400 0 -1 4202560 105911 0 0 0 119490 171 0 0 25 0 5 0 499292718 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31844/tid=31848] ppid=31843 vsize=4937996 CPUtime=1197.34 cores=1,3,5,7
/proc/31844/task/31848/stat : 31848 (priss) R 31843 31843 30400 0 -1 4202560 93435 0 0 0 119616 118 0 0 25 0 5 0 499292788 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31844/tid=31849] ppid=31843 vsize=4937996 CPUtime=1199.04 cores=1,3,5,7
/proc/31844/task/31849/stat : 31849 (priss) R 31843 31843 30400 0 -1 4202560 734444 0 0 0 119682 222 0 0 25 0 5 0 499292865 5056507904 1155266 33554432000 4194304 5787044 140736470999184 18446744073709551615 5526892 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 4946696

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1205.42
CPU time (s): 4800.38
CPU user time (s): 4793.41
CPU system time (s): 6.97
CPU usage (%): 398.234
Max. virtual memory (cumulated for all children) (KiB): 5093128

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

runsolver used 1.48477 second user time and 5.09822 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 11:19:24
IDJOB=3292057
IDBENCH=85008
IDSOLVER=1603
FILE ID=node147/3292057-1304068757
RUNJOBID= node147-1304053707-30419
PBS_JOBID= 13170424
Free space on /tmp= 72448 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292057-1304068757/watcher-3292057-1304068757 -o /tmp/evaluation-result-3292057-1304068757/solver-3292057-1304068757 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3292057-1304068757.cnf 973776055 4800 15500 4

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=973776055

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      25091592 kB
Buffers:       1029280 kB
Cached:        6021056 kB
SwapCached:          4 kB
Active:        1826684 kB
Inactive:      5582352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25091592 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          214804 kB
Writeback:           0 kB
AnonPages:      358408 kB
Mapped:          15672 kB
Slab:           385912 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   558608 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= 72448 MiB
End job on node147 at 2011-04-29 11:39:31