Trace number 3281937

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.23 1202.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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: 24176
0.00/0.12	c parsetime: 117951us
0.00/0.12	c parsed 459965 clauses with 153834 variables
0.00/0.15	c NW started thread 0 successfully (1112295744)
0.00/0.17	c NW started thread 1 successfully (1122785600)
0.00/0.21	c NW started thread 2 successfully (1086142784)
0.00/0.25	c NW started thread 3 successfully (1133275456)
265.96/66.89	c preprocessor returned 153834 variables
265.96/66.89	c preprocessing returned UNKNOWN
265.96/66.89	c PP set 10 variables
265.96/66.89	c pp time: 66602730us (66s)
265.96/66.89	c preprocessor returned 153834 variables
265.96/66.89	c preprocessing returned UNKNOWN
265.96/66.90	c PP set 10 variables
265.96/66.90	c pp time: 66686266us (66s)
266.35/66.93	c preprocessor returned 153834 variables
266.35/66.93	c preprocessing returned UNKNOWN
266.35/66.93	c PP set 10 variables
266.35/66.93	c pp time: 66743645us (66s)
267.95/67.34	c preprocessor returned 153834 variables
267.95/67.34	c preprocessing returned UNKNOWN
267.95/67.34	c PP set 10 variables
267.95/67.34	c pp time: 67084795us (67s)

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-3281937-1304040757/watcher-3281937-1304040757 -o /tmp/evaluation-result-3281937-1304040757/solver-3281937-1304040757 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3281937-1304040757.cnf 825702635 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.00 8.13 5/182 24175
/proc/meminfo: memFree=25137448/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0

[startup+0.0956299 s]
/proc/loadavg: 8.00 8.00 8.13 5/182 24175
/proc/meminfo: memFree=25137448/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100625 s]
/proc/loadavg: 8.00 8.00 8.13 5/182 24175
/proc/meminfo: memFree=25137448/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300528 s]
/proc/loadavg: 8.00 8.00 8.13 5/182 24175
/proc/meminfo: memFree=25137448/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700465 s]
/proc/loadavg: 8.00 8.00 8.13 5/182 24175
/proc/meminfo: memFree=25137448/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 8.00 8.00 8.13 10/188 24181
/proc/meminfo: memFree=24818100/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=583332 CPUtime=5.23 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 127548 0 0 0 493 30 0 0 18 0 5 0 515673732 597331968 81885 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 145833 81886 350 389 0 141583 0
[pid=24176/tid=24178] ppid=24175 vsize=583332 CPUtime=1.29 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 28033 0 0 0 121 8 0 0 19 0 5 0 515673747 597331968 81886 33554432000 4194304 5787044 140736110213328 18446744073709551615 228244010017 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=583332 CPUtime=1.26 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 28313 0 0 0 118 8 0 0 19 0 5 0 515673750 597331968 81886 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256174773 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=583332 CPUtime=1.21 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 26165 0 0 0 115 6 0 0 19 0 5 0 515673753 597331968 81886 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=583332 CPUtime=1.19 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 23853 0 0 0 115 4 0 0 19 0 5 0 515673757 597331968 81886 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256174773 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 592032

[startup+3.10104 s]
/proc/loadavg: 8.00 8.00 8.13 10/188 24181
/proc/meminfo: memFree=24785228/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=593420 CPUtime=11.61 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 144730 0 0 0 1126 35 0 0 18 0 5 0 515673732 607662080 99067 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 148355 99067 350 389 0 144105 0
[pid=24176/tid=24178] ppid=24175 vsize=593420 CPUtime=2.88 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 31590 0 0 0 279 9 0 0 22 0 5 0 515673747 607662080 99067 33554432000 4194304 5787044 140736110213328 18446744073709551615 4390720 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=593420 CPUtime=2.86 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 32961 0 0 0 277 9 0 0 18 0 5 0 515673750 607662080 99067 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=593420 CPUtime=2.81 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 30214 0 0 0 273 8 0 0 18 0 5 0 515673753 607662080 99067 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=593420 CPUtime=2.78 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 28780 0 0 0 273 5 0 0 19 0 5 0 515673757 607662080 99067 33554432000 4194304 5787044 140736110213328 18446744073709551615 228244010017 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 602120

[startup+6.30048 s]
/proc/loadavg: 8.00 8.00 8.13 10/188 24181
/proc/meminfo: memFree=24655400/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=620612 CPUtime=24.36 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 169592 0 0 0 2395 41 0 0 18 0 5 0 515673732 635506688 123929 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 155153 123929 350 389 0 150903 0
[pid=24176/tid=24178] ppid=24175 vsize=620612 CPUtime=6.08 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 39595 0 0 0 597 11 0 0 25 0 5 0 515673747 635506688 123929 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=620612 CPUtime=6.05 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 38207 0 0 0 595 10 0 0 24 0 5 0 515673750 635506688 123929 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=620612 CPUtime=5.98 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 35535 0 0 0 588 10 0 0 22 0 5 0 515673753 635506688 123929 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=620612 CPUtime=5.98 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 35070 0 0 0 591 7 0 0 25 0 5 0 515673757 635506688 123929 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 629312

[startup+12.7004 s]
/proc/loadavg: 8.00 8.00 8.13 9/188 24181
/proc/meminfo: memFree=24471380/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=901392 CPUtime=49.87 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 212406 0 0 0 4933 54 0 0 18 0 5 0 515673732 923025408 166743 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 225348 166743 350 389 0 221098 0
[pid=24176/tid=24178] ppid=24175 vsize=901392 CPUtime=12.46 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 48722 0 0 0 1233 13 0 0 21 0 5 0 515673747 923025408 166743 33554432000 4194304 5787044 140736110213328 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=901392 CPUtime=12.44 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 51189 0 0 0 1230 14 0 0 25 0 5 0 515673750 923025408 166743 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318927 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=901392 CPUtime=12.32 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 44605 0 0 0 1220 12 0 0 25 0 5 0 515673753 923025408 166743 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=901392 CPUtime=12.37 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 46705 0 0 0 1226 11 0 0 25 0 5 0 515673757 923025408 166743 33554432000 4194304 5787044 140736110213328 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 910092

[startup+25.5011 s]
/proc/loadavg: 8.00 8.00 8.13 10/188 24181
/proc/meminfo: memFree=24390904/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=978304 CPUtime=100.99 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 227646 0 0 0 10042 57 0 0 18 0 5 0 515673732 1001783296 181983 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 244576 181983 350 389 0 240326 0
[pid=24176/tid=24178] ppid=24175 vsize=978304 CPUtime=25.26 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 52319 0 0 0 2512 14 0 0 25 0 5 0 515673747 1001783296 181983 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340054 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=978304 CPUtime=25.24 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 54583 0 0 0 2509 15 0 0 25 0 5 0 515673750 1001783296 181983 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=978304 CPUtime=25.05 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 49264 0 0 0 2492 13 0 0 25 0 5 0 515673753 1001783296 181983 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=978304 CPUtime=25.16 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 50295 0 0 0 2504 12 0 0 25 0 5 0 515673757 1001783296 181983 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 987004

[startup+51.1006 s]
/proc/loadavg: 7.83 7.97 8.11 9/188 24246
/proc/meminfo: memFree=25028440/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=978304 CPUtime=203.26 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 227658 0 0 0 20268 58 0 0 18 0 5 0 515673732 1001783296 181995 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 244576 181995 350 389 0 240326 0
[pid=24176/tid=24178] ppid=24175 vsize=978304 CPUtime=50.86 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 52322 0 0 0 5072 14 0 0 25 0 5 0 515673747 1001783296 181995 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=978304 CPUtime=50.84 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 54586 0 0 0 5069 15 0 0 25 0 5 0 515673750 1001783296 181995 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340054 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=978304 CPUtime=50.51 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 49267 0 0 0 5038 13 0 0 25 0 5 0 515673753 1001783296 181995 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=978304 CPUtime=50.76 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 50298 0 0 0 5064 12 0 0 25 0 5 0 515673757 1001783296 181995 33554432000 4194304 5787044 140736110213328 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (KiB) 987004

[startup+102.307 s]
/proc/loadavg: 8.08 8.01 8.12 9/188 24247
/proc/meminfo: memFree=24345412/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=1171316 CPUtime=407.74 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 298063 0 0 0 40672 102 0 0 18 0 5 0 515673732 1199427584 238617 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 292829 238617 417 389 0 288579 0
[pid=24176/tid=24178] ppid=24175 vsize=1171316 CPUtime=102.07 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 73831 0 0 0 10183 24 0 0 25 0 5 0 515673747 1199427584 238617 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220686 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=1171316 CPUtime=102.02 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 75931 0 0 0 10174 28 0 0 25 0 5 0 515673750 1199427584 238617 33554432000 4194304 5787044 140736110213328 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=1171316 CPUtime=101.43 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 62726 0 0 0 10117 26 0 0 18 0 5 0 515673753 1199427584 238617 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=1171316 CPUtime=101.95 cores=0,2,4,6

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

/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 180684 0 0 0 82069 127 0 0 25 0 5 0 515673750 3067912192 665569 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=2996008 CPUtime=818.39 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 136078 0 0 0 81744 95 0 0 25 0 5 0 515673753 3067912192 665569 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=2996008 CPUtime=820.91 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 192435 0 0 0 82016 75 0 0 25 0 5 0 515673757 3067912192 665569 33554432000 4194304 5787044 140736110213328 18446744073709551615 4692802 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.58
Current children cumulated vsize (KiB) 3004708

[startup+882.3 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 24268
/proc/meminfo: memFree=22218240/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=3127080 CPUtime=3523.19 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 765111 0 0 0 351853 466 0 0 18 0 5 0 515673732 3202129920 704354 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 781770 704354 417 389 0 777520 0
[pid=24176/tid=24178] ppid=24175 vsize=3127080 CPUtime=882.03 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 196061 0 0 0 88077 126 0 0 25 0 5 0 515673747 3202129920 704354 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=3127080 CPUtime=881.94 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 203482 0 0 0 88044 150 0 0 25 0 5 0 515673750 3202129920 704354 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=3127080 CPUtime=878.05 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 151649 0 0 0 87695 110 0 0 25 0 5 0 515673753 3202129920 704354 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=3127080 CPUtime=880.89 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 192734 0 0 0 88014 75 0 0 25 0 5 0 515673757 3202129920 704354 33554432000 4194304 5787044 140736110213328 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.19
Current children cumulated vsize (KiB) 3135780

[startup+942.301 s]
/proc/loadavg: 8.03 8.07 8.08 10/188 24270
/proc/meminfo: memFree=22139348/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=3192616 CPUtime=3762.86 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 778178 0 0 0 375803 483 0 0 18 0 5 0 515673732 3269238784 717215 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 798154 717215 417 389 0 793904 0
[pid=24176/tid=24178] ppid=24175 vsize=3192616 CPUtime=942.02 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 196072 0 0 0 94076 126 0 0 25 0 5 0 515673747 3269238784 717215 33554432000 4194304 5787044 140736110213328 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=3192616 CPUtime=941.95 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 203485 0 0 0 94044 151 0 0 25 0 5 0 515673750 3269238784 717215 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=3192616 CPUtime=937.72 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 164699 0 0 0 93646 126 0 0 25 0 5 0 515673753 3269238784 717215 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=3192616 CPUtime=940.89 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 192737 0 0 0 94013 76 0 0 25 0 5 0 515673757 3269238784 717215 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.86
Current children cumulated vsize (KiB) 3201316

[startup+1002.3 s]
/proc/loadavg: 8.01 8.05 8.07 10/188 24271
/proc/meminfo: memFree=22115012/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=3192616 CPUtime=4002.53 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 778266 0 0 0 399769 484 0 0 18 0 5 0 515673732 3269238784 717303 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 798154 717303 417 389 0 793904 0
[pid=24176/tid=24178] ppid=24175 vsize=3192616 CPUtime=1002.02 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 196090 0 0 0 100076 126 0 0 25 0 5 0 515673747 3269238784 717303 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=3192616 CPUtime=1001.94 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 203489 0 0 0 100043 151 0 0 25 0 5 0 515673750 3269238784 717303 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=3192616 CPUtime=997.4 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 164763 0 0 0 99613 127 0 0 25 0 5 0 515673753 3269238784 717303 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=3192616 CPUtime=1000.88 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 192739 0 0 0 100012 76 0 0 25 0 5 0 515673757 3269238784 717303 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.53
Current children cumulated vsize (KiB) 3201316

[startup+1062.3 s]
/proc/loadavg: 8.00 8.04 8.07 9/188 24273
/proc/meminfo: memFree=22099992/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=3192616 CPUtime=4242.2 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 780568 0 0 0 423733 487 0 0 18 0 5 0 515673732 3269238784 719605 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 798154 719605 417 389 0 793904 0
[pid=24176/tid=24178] ppid=24175 vsize=3192616 CPUtime=1062.03 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 198370 0 0 0 106075 128 0 0 25 0 5 0 515673747 3269238784 719605 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=3192616 CPUtime=1061.95 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 203492 0 0 0 106043 152 0 0 25 0 5 0 515673750 3269238784 719605 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=3192616 CPUtime=1057.07 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 164764 0 0 0 105580 127 0 0 25 0 5 0 515673753 3269238784 719605 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220936 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=3192616 CPUtime=1060.87 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 192757 0 0 0 106011 76 0 0 25 0 5 0 515673757 3269238784 719605 33554432000 4194304 5787044 140736110213328 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.2
Current children cumulated vsize (KiB) 3201316

[startup+1122.3 s]
/proc/loadavg: 8.00 8.03 8.06 9/188 24274
/proc/meminfo: memFree=21908756/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=3332748 CPUtime=4481.85 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 822970 0 0 0 447666 519 0 0 18 0 5 0 515673732 3412733952 762007 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 833187 762007 417 389 0 828937 0
[pid=24176/tid=24178] ppid=24175 vsize=3332748 CPUtime=1122.03 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 220727 0 0 0 112050 153 0 0 25 0 5 0 515673747 3412733952 762007 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=3332748 CPUtime=1121.95 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 203513 0 0 0 112043 152 0 0 25 0 5 0 515673750 3412733952 762007 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=3332748 CPUtime=1116.75 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 166781 0 0 0 111547 128 0 0 25 0 5 0 515673753 3412733952 762007 33554432000 4194304 5787044 140736110213328 18446744073709551615 4218782 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=3332748 CPUtime=1120.87 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 210764 0 0 0 112003 84 0 0 25 0 5 0 515673757 3412733952 762007 33554432000 4194304 5787044 140736110213328 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.85
Current children cumulated vsize (KiB) 3341448

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 8.06 9/188 24276
/proc/meminfo: memFree=21639788/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=3611276 CPUtime=4721.53 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 883245 0 0 0 471584 569 0 0 18 0 5 0 515673732 3697946624 822282 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 902819 822282 417 389 0 898569 0
[pid=24176/tid=24178] ppid=24175 vsize=3611276 CPUtime=1182.03 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 241304 0 0 0 118029 174 0 0 25 0 5 0 515673747 3697946624 822282 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=3611276 CPUtime=1181.95 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 222646 0 0 0 118022 173 0 0 25 0 5 0 515673750 3697946624 822282 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=3611276 CPUtime=1176.42 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 166791 0 0 0 117514 128 0 0 25 0 5 0 515673753 3697946624 822282 33554432000 4194304 5787044 140736110213328 18446744073709551615 4228052 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=3611276 CPUtime=1180.86 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 231319 0 0 0 117994 92 0 0 25 0 5 0 515673757 3697946624 822282 33554432000 4194304 5787044 140736110213328 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.53
Current children cumulated vsize (KiB) 3619976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.07 8.04 8.06 9/188 24277
/proc/meminfo: memFree=21534636/32951124 swapFree=67111364/67111528
[pid=24175] ppid=24173 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24175/stat : 24175 (priss.sh) S 24173 24175 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515673732 8908800 251 33554432000 4194304 4922060 140736418329264 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24175/statm: 2175 251 211 178 0 68 0
[pid=24176] ppid=24175 vsize=3704460 CPUtime=4800.23 cores=0,2,4,6
/proc/24176/stat : 24176 (priss) S 24175 24175 22773 0 -1 4202496 904973 0 0 0 479437 586 0 0 18 0 5 0 515673732 3793367040 844010 33554432000 4194304 5787044 140736110213328 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24176/statm: 926115 844010 417 389 0 921865 0
[pid=24176/tid=24178] ppid=24175 vsize=3704460 CPUtime=1201.73 cores=0,2,4,6
/proc/24176/task/24178/stat : 24178 (priss) R 24175 24175 22773 0 -1 4202560 247974 0 0 0 119993 180 0 0 25 0 5 0 515673747 3793367040 844010 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24176/tid=24179] ppid=24175 vsize=3704460 CPUtime=1201.65 cores=0,2,4,6
/proc/24176/task/24179/stat : 24179 (priss) R 24175 24175 22773 0 -1 4202560 229695 0 0 0 119985 180 0 0 25 0 5 0 515673750 3793367040 844010 33554432000 4194304 5787044 140736110213328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24176/tid=24180] ppid=24175 vsize=3704460 CPUtime=1196.01 cores=0,2,4,6
/proc/24176/task/24180/stat : 24180 (priss) R 24175 24175 22773 0 -1 4202560 167830 0 0 0 119473 128 0 0 25 0 5 0 515673753 3793367040 844010 33554432000 4194304 5787044 140736110213328 18446744073709551615 4220942 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24176/tid=24181] ppid=24175 vsize=3704460 CPUtime=1200.55 cores=0,2,4,6
/proc/24176/task/24181/stat : 24181 (priss) R 24175 24175 22773 0 -1 4202560 238289 0 0 0 119961 94 0 0 25 0 5 0 515673757 3793367040 844010 33554432000 4194304 5787044 140736110213328 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 3713160

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 24175 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.23
CPU user time (s): 4794.37
CPU system time (s): 5.86
CPU usage (%): 399.348
Max. virtual memory (cumulated for all children) (KiB): 3713160

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= 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.89771 second user time and 4.66329 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 03:32:38
IDJOB=3281937
IDBENCH=70760
IDSOLVER=1603
FILE ID=node136/3281937-1304040757
RUNJOBID= node136-1304038835-23732
PBS_JOBID= 13170316
Free space on /tmp= 72308 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281937-1304040757/watcher-3281937-1304040757 -o /tmp/evaluation-result-3281937-1304040757/solver-3281937-1304040757 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3281937-1304040757.cnf 825702635 4800 15500 4

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=825702635

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25137472 kB
Buffers:       1051132 kB
Cached:        5007008 kB
SwapCached:        100 kB
Active:        1820832 kB
Inactive:      5439288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25137472 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           21872 kB
Writeback:           0 kB
AnonPages:     1201588 kB
Mapped:          15592 kB
Slab:           486320 kB
PageTables:       7192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1518008 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= 72312 MiB
End job on node136 at 2011-04-29 03:52:42