Trace number 3499285

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) 20399.1 5100.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n130-s30940966-unsat.cnf
MD5SUMca44a78076b8228fbb99ecc0147f157f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of clauses276
Sum of the clauses size828
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 32229
0.00/0.00	c parsetime: 128us
0.00/0.00	c parsed 276 clauses with 133 variables
0.00/0.00	c NW started thread 0 successfully (1089894720)
0.00/0.00	c NW started thread 1 successfully (1109956928)
0.00/0.00	c NW started thread 2 successfully (1120446784)
0.00/0.00	c NW started thread 3 successfully (1130936640)
0.00/0.89	c preprocessor returned 10012 variables
0.00/0.89	c preprocessing returned UNKNOWN
0.00/0.89	c PP set 0 variables
0.00/0.89	c pp time: 889397us (0s)
0.00/0.89	c preprocessor returned 10012 variables
0.00/0.89	c preprocessing returned UNKNOWN
0.00/0.89	c PP set 0 variables
0.00/0.89	c pp time: 889659us (0s)
0.00/0.90	c preprocessor returned 10012 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 893513us (0s)
36.76/9.27	c preprocessor returned 30007 variables
36.76/9.27	c preprocessing returned UNKNOWN
36.76/9.27	c PP set 0 variables
36.76/9.27	c pp time: 9272719us (9s)
19817.98/4954.75	c HTE
19836.38/4959.37	c subsumption
20390.32/5097.89	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3499285-1307996373/watcher-3499285-1307996373 -o /tmp/evaluation-result-3499285-1307996373/solver-3499285-1307996373 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499285-1307996373.cnf 1996805548 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 32228
/proc/meminfo: memFree=32184036/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0

[startup+0.092383 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 32228
/proc/meminfo: memFree=32184036/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10038 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 32228
/proc/meminfo: memFree=32184036/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300346 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 32228
/proc/meminfo: memFree=32184036/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700275 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 32228
/proc/meminfo: memFree=32184036/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50113 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32234
/proc/meminfo: memFree=32162252/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=209796 CPUtime=5.97 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 7913 0 0 0 593 4 0 0 18 0 5 0 911239934 214831104 6556 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 52449 6556 405 389 0 48199 0
[pid=32229/tid=32230] ppid=32228 vsize=209796 CPUtime=1.48 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 1584 0 0 0 147 1 0 0 18 0 5 0 911239934 214831104 6556 33554432000 4194304 5787044 140733734240736 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=209796 CPUtime=1.48 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 1301 0 0 0 148 0 0 0 18 0 5 0 911239934 214831104 6556 33554432000 4194304 5787044 140733734240736 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=209796 CPUtime=1.48 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 1531 0 0 0 147 1 0 0 18 0 5 0 911239934 214831104 6556 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=209796 CPUtime=1.49 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 2000 0 0 0 149 0 0 0 20 0 5 0 911239934 214831104 6556 33554432000 4194304 5787044 140733734240736 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 218496

[startup+3.10086 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32234
/proc/meminfo: memFree=32157416/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=211356 CPUtime=12.36 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 9018 0 0 0 1230 6 0 0 18 0 5 0 911239934 216428544 7661 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 52839 7661 405 389 0 48589 0
[pid=32229/tid=32230] ppid=32228 vsize=211356 CPUtime=3.08 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 1946 0 0 0 306 2 0 0 18 0 5 0 911239934 216428544 7661 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=211356 CPUtime=3.09 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 1666 0 0 0 308 1 0 0 18 0 5 0 911239934 216428544 7661 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=211356 CPUtime=3.08 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 1909 0 0 0 306 2 0 0 18 0 5 0 911239934 216428544 7661 33554432000 4194304 5787044 140733734240736 18446744073709551615 4217277 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=211356 CPUtime=3.09 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 2000 0 0 0 309 0 0 0 25 0 5 0 911239934 216428544 7661 33554432000 4194304 5787044 140733734240736 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 220056

[startup+6.30029 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32234
/proc/meminfo: memFree=32150840/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=213432 CPUtime=25.17 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 10476 0 0 0 2508 9 0 0 18 0 5 0 911239934 218554368 9119 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 53358 9119 405 389 0 49108 0
[pid=32229/tid=32230] ppid=32228 vsize=213432 CPUtime=6.28 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 2426 0 0 0 625 3 0 0 19 0 5 0 911239934 218554368 9119 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=213432 CPUtime=6.27 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 2148 0 0 0 626 1 0 0 18 0 5 0 911239934 218554368 9119 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=213432 CPUtime=6.28 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 2405 0 0 0 626 2 0 0 18 0 5 0 911239934 218554368 9119 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=213432 CPUtime=6.29 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 2000 0 0 0 629 0 0 0 25 0 5 0 911239934 218554368 9119 33554432000 4194304 5787044 140733734240736 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 222132

[startup+12.7012 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32235
/proc/meminfo: memFree=32134888/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=221256 CPUtime=50.76 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 15886 0 0 0 5062 14 0 0 18 0 5 0 911239934 226566144 13564 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 55314 13564 418 389 0 51064 0
[pid=32229/tid=32230] ppid=32228 vsize=221256 CPUtime=12.68 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 3186 0 0 0 1264 4 0 0 18 0 5 0 911239934 226566144 13564 33554432000 4194304 5787044 140733734240736 18446744073709551615 4691949 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=221256 CPUtime=12.68 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 3918 0 0 0 1266 2 0 0 18 0 5 0 911239934 226566144 13564 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=221256 CPUtime=12.68 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 2995 0 0 0 1264 4 0 0 18 0 5 0 911239934 226566144 13564 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=221256 CPUtime=12.69 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 4290 0 0 0 1267 2 0 0 18 0 5 0 911239934 226566144 13564 33554432000 4194304 5787044 140733734240736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 229956

[startup+25.5009 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32235
/proc/meminfo: memFree=32118732/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=228960 CPUtime=101.91 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 19802 0 0 0 10172 19 0 0 18 0 5 0 911239934 234455040 17477 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 57240 17477 418 389 0 52990 0
[pid=32229/tid=32230] ppid=32228 vsize=228960 CPUtime=25.47 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 3901 0 0 0 2541 6 0 0 22 0 5 0 911239934 234455040 17477 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=228960 CPUtime=25.46 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 4560 0 0 0 2543 3 0 0 18 0 5 0 911239934 234455040 17477 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=228960 CPUtime=25.47 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 4749 0 0 0 2542 5 0 0 22 0 5 0 911239934 234455040 17477 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=228960 CPUtime=25.47 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 5095 0 0 0 2544 3 0 0 22 0 5 0 911239934 234455040 17477 33554432000 4194304 5787044 140733734240736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 237660

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32236
/proc/meminfo: memFree=32096236/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=239480 CPUtime=204.27 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 25454 0 0 0 20398 29 0 0 18 0 5 0 911239934 245227520 23085 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 59870 23085 418 389 0 55620 0
[pid=32229/tid=32230] ppid=32228 vsize=239480 CPUtime=51.06 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 5091 0 0 0 5097 9 0 0 25 0 5 0 911239934 245227520 23085 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=239480 CPUtime=51.07 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 6835 0 0 0 5101 6 0 0 18 0 5 0 911239934 245227520 23085 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=239480 CPUtime=51.06 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 5861 0 0 0 5099 7 0 0 18 0 5 0 911239934 245227520 23085 33554432000 4194304 5787044 140733734240736 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=239480 CPUtime=51.05 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 6170 0 0 0 5099 6 0 0 20 0 5 0 911239934 245227520 23085 33554432000 4194304 5787044 140733734240736 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.27
Current children cumulated vsize (KiB) 248180

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32237
/proc/meminfo: memFree=32065192/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=257556 CPUtime=409.05 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 33241 0 0 0 40866 39 0 0 18 0 5 0 911239934 263737344 30839 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 64389 30839 419 389 0 60139 0
[pid=32229/tid=32230] ppid=32228 vsize=257556 CPUtime=102.26 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 7602 0 0 0 10215 11 0 0 25 0 5 0 911239934 263737344 30839 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=257556 CPUtime=102.26 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 8466 0 0 0 10218 8 0 0 22 0 5 0 911239934 263737344 30839 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=257556 CPUtime=102.25 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 7161 0 0 0 10216 9 0 0 18 0 5 0 911239934 263737344 30839 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=257556 CPUtime=102.23 cores=0-7

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

/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 472175 40 0 0 25 0 5 0 911239934 834207744 168241 33554432000 4194304 5787044 140733734240736 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=814656 CPUtime=4722.2 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40281 0 0 0 472174 46 0 0 25 0 5 0 911239934 834207744 168241 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=814656 CPUtime=4722.1 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 41530 0 0 0 472165 45 0 0 25 0 5 0 911239934 834207744 168241 33554432000 4194304 5787044 140733734240736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18888.4
Current children cumulated vsize (KiB) 823356

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32374
/proc/meminfo: memFree=31510348/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=814656 CPUtime=19128.4 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 175735 0 0 0 1912666 177 0 0 18 0 5 0 911239934 834207744 168555 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 203664 168555 419 389 0 199414 0
[pid=32229/tid=32230] ppid=32228 vsize=814656 CPUtime=4781.95 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 42591 0 0 0 478151 44 0 0 25 0 5 0 911239934 834207744 168555 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=814656 CPUtime=4782.15 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 478175 40 0 0 25 0 5 0 911239934 834207744 168555 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=814656 CPUtime=4782.19 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40282 0 0 0 478173 46 0 0 25 0 5 0 911239934 834207744 168555 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=814656 CPUtime=4782.09 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 41660 0 0 0 478164 45 0 0 25 0 5 0 911239934 834207744 168555 33554432000 4194304 5787044 140733734240736 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19128.4
Current children cumulated vsize (KiB) 823356

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32375
/proc/meminfo: memFree=31509804/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=814656 CPUtime=19368.4 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 175862 0 0 0 1936666 178 0 0 18 0 5 0 911239934 834207744 168682 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 203664 168682 419 389 0 199414 0
[pid=32229/tid=32230] ppid=32228 vsize=814656 CPUtime=4841.95 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 42654 0 0 0 484151 44 0 0 25 0 5 0 911239934 834207744 168682 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=814656 CPUtime=4842.15 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 484175 40 0 0 25 0 5 0 911239934 834207744 168682 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=814656 CPUtime=4842.19 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40287 0 0 0 484173 46 0 0 25 0 5 0 911239934 834207744 168682 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=814656 CPUtime=4842.09 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 41719 0 0 0 484164 45 0 0 25 0 5 0 911239934 834207744 168682 33554432000 4194304 5787044 140733734240736 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19368.4
Current children cumulated vsize (KiB) 823356

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32377
/proc/meminfo: memFree=31506384/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=814656 CPUtime=19608.4 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 177167 0 0 0 1960659 178 0 0 18 0 5 0 911239934 834207744 169506 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 203664 169506 419 389 0 199414 0
[pid=32229/tid=32230] ppid=32228 vsize=814656 CPUtime=4901.96 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 42806 0 0 0 490151 45 0 0 25 0 5 0 911239934 834207744 169506 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=814656 CPUtime=4902.15 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 490175 40 0 0 25 0 5 0 911239934 834207744 169506 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=814656 CPUtime=4902.2 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40294 0 0 0 490174 46 0 0 25 0 5 0 911239934 834207744 169506 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=814656 CPUtime=4902.03 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 42865 0 0 0 490158 45 0 0 25 0 5 0 911239934 834207744 169506 33554432000 4194304 5787044 140733734240736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19608.4
Current children cumulated vsize (KiB) 823356

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32379
/proc/meminfo: memFree=31454004/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=884804 CPUtime=19848.4 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 191321 0 0 0 1984657 181 0 0 18 0 5 0 911239934 906039296 182445 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 221201 182445 419 389 0 216951 0
[pid=32229/tid=32230] ppid=32228 vsize=884804 CPUtime=4961.95 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 42874 0 0 0 496150 45 0 0 25 0 5 0 911239934 906039296 182445 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=884804 CPUtime=4962.15 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 496175 40 0 0 25 0 5 0 911239934 906039296 182445 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=884804 CPUtime=4962.2 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40301 0 0 0 496174 46 0 0 25 0 5 0 911239934 906039296 182445 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=884804 CPUtime=4962.03 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 56944 0 0 0 496156 47 0 0 25 0 5 0 911239934 906039296 182445 33554432000 4194304 5787044 140733734240736 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19848.4
Current children cumulated vsize (KiB) 893504

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32380
/proc/meminfo: memFree=31453340/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=884804 CPUtime=20088.4 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 195852 0 0 0 2008657 182 0 0 18 0 5 0 911239934 906039296 182603 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 221201 182603 419 389 0 216951 0
[pid=32229/tid=32230] ppid=32228 vsize=884804 CPUtime=5021.96 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 42990 0 0 0 502151 45 0 0 25 0 5 0 911239934 906039296 182603 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=884804 CPUtime=5022.16 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 502176 40 0 0 25 0 5 0 911239934 906039296 182603 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=884804 CPUtime=5022.2 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40310 0 0 0 502174 46 0 0 25 0 5 0 911239934 906039296 182603 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=884804 CPUtime=5022.03 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 61350 0 0 0 502155 48 0 0 25 0 5 0 911239934 906039296 182603 33554432000 4194304 5787044 140733734240736 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20088.4
Current children cumulated vsize (KiB) 893504

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32382
/proc/meminfo: memFree=31450548/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=884804 CPUtime=20328.3 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 197049 0 0 0 2032650 182 0 0 18 0 5 0 911239934 906039296 183309 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 221201 183309 419 389 0 216951 0
[pid=32229/tid=32230] ppid=32228 vsize=884804 CPUtime=5081.89 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 44140 0 0 0 508144 45 0 0 25 0 5 0 911239934 906039296 183309 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=884804 CPUtime=5082.16 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 508176 40 0 0 25 0 5 0 911239934 906039296 183309 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=884804 CPUtime=5082.2 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40315 0 0 0 508174 46 0 0 25 0 5 0 911239934 906039296 183309 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=884804 CPUtime=5082.03 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 61392 0 0 0 508155 48 0 0 25 0 5 0 911239934 906039296 183309 33554432000 4194304 5787044 140733734240736 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20328.3
Current children cumulated vsize (KiB) 893504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32382
/proc/meminfo: memFree=31450408/32951124 swapFree=67052812/67111528
[pid=32228] ppid=32226 vsize=8700 CPUtime=0 cores=0-7
/proc/32228/stat : 32228 (priss.sh) S 32226 32228 31871 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 911239934 8908800 251 33554432000 4194304 4922060 140735676586832 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32228/statm: 2175 251 211 178 0 68 0
[pid=32229] ppid=32228 vsize=884804 CPUtime=20399.1 cores=0-7
/proc/32229/stat : 32229 (priss) S 32228 32228 31871 0 -1 4202496 197052 0 0 0 2039732 182 0 0 18 0 5 0 911239934 906039296 183312 33554432000 4194304 5787044 140733734240736 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32229/statm: 221201 183312 419 389 0 216951 0
[pid=32229/tid=32230] ppid=32228 vsize=884804 CPUtime=5099.59 cores=0-7
/proc/32229/task/32230/stat : 32230 (priss) R 32228 32228 31871 0 -1 4202560 44140 0 0 0 509914 45 0 0 25 0 5 0 911239934 906039296 183312 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32229/tid=32231] ppid=32228 vsize=884804 CPUtime=5099.86 cores=0-7
/proc/32229/task/32231/stat : 32231 (priss) R 32228 32228 31871 0 -1 4202560 49705 0 0 0 509946 40 0 0 25 0 5 0 911239934 906039296 183312 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32229/tid=32232] ppid=32228 vsize=884804 CPUtime=5099.9 cores=0-7
/proc/32229/task/32232/stat : 32232 (priss) R 32228 32228 31871 0 -1 4202560 40318 0 0 0 509944 46 0 0 25 0 5 0 911239934 906039296 183312 33554432000 4194304 5787044 140733734240736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32229/tid=32233] ppid=32228 vsize=884804 CPUtime=5099.74 cores=0-7
/proc/32229/task/32233/stat : 32233 (priss) R 32228 32228 31871 0 -1 4202560 61392 0 0 0 509926 48 0 0 25 0 5 0 911239934 906039296 183312 33554432000 4194304 5787044 140733734240736 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20399.1
Current children cumulated vsize (KiB) 893504

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.02
CPU time (s): 20399.1
CPU user time (s): 20397.3
CPU system time (s): 1.82
CPU usage (%): 399.982
Max. virtual memory (cumulated for all children) (KiB): 893504

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= 330
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= 5
involuntary context switches= 3

runsolver used 8.07277 second user time and 19.715 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-13 22:19:33
IDJOB=3499285
IDBENCH=83148
IDSOLVER=1994
FILE ID=node103/3499285-1307996373
RUNJOBID= node103-1307988272-31885
PBS_JOBID= 13559807
Free space on /tmp= 74068 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n130-s30940966-unsat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499285-1307996373/watcher-3499285-1307996373 -o /tmp/evaluation-result-3499285-1307996373/solver-3499285-1307996373 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499285-1307996373.cnf 1996805548 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ca44a78076b8228fbb99ecc0147f157f
RANDOM SEED=1996805548

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
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.83
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.858
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:      32184580 kB
Buffers:        210288 kB
Cached:         325404 kB
SwapCached:      22656 kB
Active:         283544 kB
Inactive:       280616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32184580 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:       26452 kB
Mapped:           8836 kB
Slab:           135468 kB
PageTables:       3896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188232 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= 74068 MiB
End job on node103 at 2011-06-13 23:44:35