Trace number 3499529

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.0UNSAT 16115.2 4028.93

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1606.57
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

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: 14357
0.00/0.04	c parsetime: 38360us
0.00/0.04	c parsed 55222 clauses with 150 variables
0.00/0.05	c NW started thread 0 successfully (1089145152)
0.00/0.07	c NW started thread 1 successfully (1099635008)
0.00/0.10	c NW started thread 2 successfully (1110124864)
0.00/0.13	c NW started thread 3 successfully (1120614720)
104.11/26.18	c preprocessor returned 10029 variables
104.11/26.18	c preprocessing returned UNKNOWN
104.11/26.18	c PP set 0 variables
104.11/26.18	c pp time: 26109419us (26s)
106.11/26.67	c preprocessor returned 10029 variables
106.11/26.67	c preprocessing returned UNKNOWN
106.11/26.67	c PP set 0 variables
106.11/26.67	c pp time: 26619643us (26s)
106.51/26.73	c preprocessor returned 10029 variables
106.51/26.73	c preprocessing returned UNKNOWN
106.51/26.73	c PP set 0 variables
106.51/26.73	c pp time: 26630765us (26s)
824.00/206.13	c preprocessor returned 30024 variables
824.00/206.13	c preprocessing returned UNKNOWN
824.00/206.13	c PP set 0 variables
824.00/206.13	c pp time: 206003746us (206s)
15122.91/3780.86	c added unsatisfied clause
15122.91/3780.86	c failed to add network clauses
16112.94/4028.32	c ====================
16112.94/4028.33	c implication/decision inf%(inf)
16112.94/4028.33	c decisions:           6169318
16112.94/4028.33	c last level:          0
16112.94/4028.33	c conflicts:           3674155
16112.94/4028.33	c restarts:            24346
16112.94/4028.33	c rejected_restarts    0
16112.94/4028.33	c removals:            24
16112.94/4028.33	c removed clauses:     2382953
16112.94/4028.33	c oft clauses:         0
16114.89/4028.85	c solvetime: 4002672414us (4002s)
16114.89/4028.86	c sended clauses   | 8 | 178 | 0 | 0 |
16114.89/4028.86	c received clauses | 0 | 0 | 7 | 9 |
16114.89/4028.86	c join all other threads
16114.89/4028.87	c joined thread 0
16114.89/4028.87	c joined thread 1
16114.89/4028.87	c joined thread 2
16114.89/4028.87	c joined thread 3
16114.89/4028.87	c memory usage (vsize): 1257 MB
16114.89/4028.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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 /var/tmp/evaluation-result-3499529-1308004075/watcher-3499529-1308004075 -o /var/tmp/evaluation-result-3499529-1308004075/solver-3499529-1308004075 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499529-1308004075.cnf 72509030 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 14356
/proc/meminfo: memFree=12841880/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0

[startup+0.00991307 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 14356
/proc/meminfo: memFree=12841880/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100932 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 14356
/proc/meminfo: memFree=12841880/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300897 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 14356
/proc/meminfo: memFree=12841880/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700818 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 14356
/proc/meminfo: memFree=12841880/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 14362
/proc/meminfo: memFree=12805852/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=220560 CPUtime=5.76 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 9466 0 0 0 571 5 0 0 18 0 5 0 912008226 225853440 9263 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 55140 9263 350 389 0 50890 0
[pid=14357/tid=14359] ppid=14356 vsize=220560 CPUtime=1.44 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 940 0 0 0 144 0 0 0 18 0 5 0 912008231 225853440 9263 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=220560 CPUtime=1.42 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 840 0 0 0 142 0 0 0 19 0 5 0 912008234 225853440 9263 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=220560 CPUtime=1.39 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 900 0 0 0 139 0 0 0 18 0 5 0 912008236 225853440 9263 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=220560 CPUtime=1.36 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 838 0 0 0 136 0 0 0 23 0 5 0 912008239 225853440 9263 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336312 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 229260

[startup+3.10039 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 14362
/proc/meminfo: memFree=12805876/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=220560 CPUtime=12.16 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 9471 0 0 0 1211 5 0 0 18 0 5 0 912008226 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 55140 9268 350 389 0 50890 0
[pid=14357/tid=14359] ppid=14356 vsize=220560 CPUtime=3.04 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 941 0 0 0 304 0 0 0 18 0 5 0 912008231 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 4337443 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=220560 CPUtime=3.01 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 843 0 0 0 301 0 0 0 20 0 5 0 912008234 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 222921882143 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=220560 CPUtime=2.99 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 900 0 0 0 299 0 0 0 18 0 5 0 912008236 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=220560 CPUtime=2.96 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 839 0 0 0 296 0 0 0 18 0 5 0 912008239 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 222921882143 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 229260

[startup+6.3008 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 14363
/proc/meminfo: memFree=12806068/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=220560 CPUtime=24.96 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 9471 0 0 0 2491 5 0 0 18 0 5 0 912008226 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 55140 9268 350 389 0 50890 0
[pid=14357/tid=14359] ppid=14356 vsize=220560 CPUtime=6.24 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 941 0 0 0 624 0 0 0 18 0 5 0 912008231 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=220560 CPUtime=6.21 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 843 0 0 0 621 0 0 0 18 0 5 0 912008234 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=220560 CPUtime=6.19 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 900 0 0 0 619 0 0 0 18 0 5 0 912008236 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=220560 CPUtime=6.16 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 839 0 0 0 616 0 0 0 18 0 5 0 912008239 225853440 9268 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 229260

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 14363
/proc/meminfo: memFree=12806588/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=220560 CPUtime=50.55 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 9474 0 0 0 5049 6 0 0 18 0 5 0 912008226 225853440 9271 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 55140 9271 350 389 0 50890 0
[pid=14357/tid=14359] ppid=14356 vsize=220560 CPUtime=12.64 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 942 0 0 0 1264 0 0 0 18 0 5 0 912008231 225853440 9271 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=220560 CPUtime=12.61 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 843 0 0 0 1261 0 0 0 25 0 5 0 912008234 225853440 9271 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=220560 CPUtime=12.59 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 901 0 0 0 1259 0 0 0 18 0 5 0 912008236 225853440 9271 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=220560 CPUtime=12.56 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 840 0 0 0 1256 0 0 0 25 0 5 0 912008239 225853440 9271 33554432000 4194304 5787044 140736918619040 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 229260

[startup+25.5013 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 14363
/proc/meminfo: memFree=12791464/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=227728 CPUtime=101.72 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 14596 0 0 0 10161 11 0 0 18 0 5 0 912008226 233193472 13670 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 56932 13670 355 389 0 52682 0
[pid=14357/tid=14359] ppid=14356 vsize=227728 CPUtime=25.44 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 1036 0 0 0 2543 1 0 0 18 0 5 0 912008231 233193472 13670 33554432000 4194304 5787044 140736918619040 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=227728 CPUtime=25.39 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 2472 0 0 0 2538 1 0 0 18 0 5 0 912008234 233193472 13670 33554432000 4194304 5787044 140736918619040 18446744073709551615 4356951 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=227728 CPUtime=25.38 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 1722 0 0 0 2537 1 0 0 18 0 5 0 912008236 233193472 13670 33554432000 4194304 5787044 140736918619040 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=227728 CPUtime=25.35 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 3418 0 0 0 2533 2 0 0 18 0 5 0 912008239 233193472 13670 33554432000 4194304 5787044 140736918619040 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 236428

[startup+51.1006 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 14364
/proc/meminfo: memFree=12753912/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=245788 CPUtime=204.06 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 24508 0 0 0 20379 27 0 0 18 0 5 0 912008226 251686912 23124 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 61447 23124 404 389 0 57197 0
[pid=14357/tid=14359] ppid=14356 vsize=245788 CPUtime=51.02 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 4637 0 0 0 5096 6 0 0 18 0 5 0 912008231 251686912 23124 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=245788 CPUtime=50.96 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 6017 0 0 0 5089 7 0 0 25 0 5 0 912008234 251686912 23124 33554432000 4194304 5787044 140736918619040 18446744073709551615 222921438241 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=245788 CPUtime=50.97 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 4482 0 0 0 5091 6 0 0 19 0 5 0 912008236 251686912 23124 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=245788 CPUtime=50.95 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 3424 0 0 0 5093 2 0 0 25 0 5 0 912008239 251686912 23124 33554432000 4194304 5787044 140736918619040 18446744073709551615 222921470957 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 254488

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 14365
/proc/meminfo: memFree=12704400/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=266144 CPUtime=408.84 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 36559 0 0 0 40832 52 0 0 18 0 5 0 912008226 272531456 35101 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 66536 35101 404 389 0 62286 0
[pid=14357/tid=14359] ppid=14356 vsize=266144 CPUtime=102.21 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 8927 0 0 0 10207 14 0 0 25 0 5 0 912008231 272531456 35101 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=266144 CPUtime=102.16 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 9347 0 0 0 10197 19 0 0 25 0 5 0 912008234 272531456 35101 33554432000 4194304 5787044 140736918619040 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=266144 CPUtime=102.15 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 8913 0 0 0 10204 11 0 0 25 0 5 0 912008236 272531456 35101 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=266144 CPUtime=102.16 cores=0-7

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

[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1164932 CPUtime=15769 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 262977 0 0 0 1576529 366 0 0 18 0 5 0 912008226 1192890368 253182 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 291233 253182 418 389 0 286983 0
[pid=14357/tid=14359] ppid=14356 vsize=1164932 CPUtime=3942.24 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 67950 0 0 0 394133 91 0 0 18 0 5 0 912008231 1192890368 253182 33554432000 4194304 5787044 140736918619040 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1164932 CPUtime=3942.09 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 55290 0 0 0 394117 92 0 0 25 0 5 0 912008234 1192890368 253182 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1164932 CPUtime=3942.21 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 67009 0 0 0 394125 96 0 0 25 0 5 0 912008236 1192890368 253182 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1164932 CPUtime=3942.24 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 66780 0 0 0 394144 80 0 0 25 0 5 0 912008239 1192890368 253182 33554432000 4194304 5787044 140736918619040 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15769
Current children cumulated vsize (KiB) 1173632

[startup+4002.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14481
/proc/meminfo: memFree=11811412/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1236124 CPUtime=16008.9 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 267151 0 0 0 1600521 373 0 0 18 0 5 0 912008226 1265790976 257356 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 309031 257356 418 389 0 304781 0
[pid=14357/tid=14359] ppid=14356 vsize=1236124 CPUtime=4002.24 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 69026 0 0 0 400131 93 0 0 25 0 5 0 912008231 1265790976 257356 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1236124 CPUtime=4002.08 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 56141 0 0 0 400113 95 0 0 25 0 5 0 912008234 1265790976 257356 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1236124 CPUtime=4002.21 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 68372 0 0 0 400124 97 0 0 25 0 5 0 912008236 1265790976 257356 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1236124 CPUtime=4002.24 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 67664 0 0 0 400142 82 0 0 25 0 5 0 912008239 1265790976 257356 33554432000 4194304 5787044 140736918619040 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16008.9
Current children cumulated vsize (KiB) 1244824

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

[startup+4006.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14481
/proc/meminfo: memFree=11810172/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1236564 CPUtime=16024.9 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 267428 0 0 0 1602120 374 0 0 18 0 5 0 912008226 1266241536 257633 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 309141 257633 418 389 0 304891 0
[pid=14357/tid=14359] ppid=14356 vsize=1236564 CPUtime=4006.24 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 69085 0 0 0 400531 93 0 0 25 0 5 0 912008231 1266241536 257633 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1236564 CPUtime=4006.09 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 56177 0 0 0 400513 96 0 0 25 0 5 0 912008234 1266241536 257633 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1236564 CPUtime=4006.21 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 68464 0 0 0 400524 97 0 0 25 0 5 0 912008236 1266241536 257633 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1236564 CPUtime=4006.25 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 67754 0 0 0 400543 82 0 0 25 0 5 0 912008239 1266241536 257633 33554432000 4194304 5787044 140736918619040 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16024.9
Current children cumulated vsize (KiB) 1245264

[startup+4019.1 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14482
/proc/meminfo: memFree=11806700/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1303216 CPUtime=16076.1 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 268304 0 0 0 1607239 375 0 0 18 0 5 0 912008226 1334493184 258509 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 325804 258509 418 389 0 321554 0
[pid=14357/tid=14359] ppid=14356 vsize=1303216 CPUtime=4019.04 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 69254 0 0 0 401811 93 0 0 25 0 5 0 912008231 1334493184 258509 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1303216 CPUtime=4018.88 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 56332 0 0 0 401792 96 0 0 25 0 5 0 912008234 1334493184 258509 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1303216 CPUtime=4019.01 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 68756 0 0 0 401804 97 0 0 25 0 5 0 912008236 1334493184 258509 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1303216 CPUtime=4019.04 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 68014 0 0 0 401822 82 0 0 25 0 5 0 912008239 1334493184 258509 33554432000 4194304 5787044 140736918619040 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16076.1
Current children cumulated vsize (KiB) 1311916

[startup+4025.5 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14482
/proc/meminfo: memFree=11804960/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1303876 CPUtime=16101.7 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 268743 0 0 0 1609798 376 0 0 18 0 5 0 912008226 1335169024 258948 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 325969 258948 418 389 0 321719 0
[pid=14357/tid=14359] ppid=14356 vsize=1303876 CPUtime=4025.45 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 69354 0 0 0 402451 94 0 0 25 0 5 0 912008231 1335169024 258948 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1303876 CPUtime=4025.28 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 56404 0 0 0 402432 96 0 0 18 0 5 0 912008234 1335169024 258948 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1303876 CPUtime=4025.42 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 68902 0 0 0 402444 98 0 0 25 0 5 0 912008236 1335169024 258948 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1303876 CPUtime=4025.44 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 68135 0 0 0 402462 82 0 0 25 0 5 0 912008239 1335169024 258948 33554432000 4194304 5787044 140736918619040 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16101.7
Current children cumulated vsize (KiB) 1312576

[startup+4027.11 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14482
/proc/meminfo: memFree=11804340/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1308168 CPUtime=16108.2 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 269870 0 0 0 1610440 377 0 0 18 0 5 0 912008226 1339564032 260075 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 327042 260075 419 389 0 322792 0
[pid=14357/tid=14359] ppid=14356 vsize=1308168 CPUtime=4027.05 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 69380 0 0 0 402611 94 0 0 25 0 5 0 912008231 1339564032 260075 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1308168 CPUtime=4026.88 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 56419 0 0 0 402592 96 0 0 22 0 5 0 912008234 1339564032 260075 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1308168 CPUtime=4027.02 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 69957 0 0 0 402604 98 0 0 18 0 5 0 912008236 1339564032 260075 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1308168 CPUtime=4027.04 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 68166 0 0 0 402622 82 0 0 25 0 5 0 912008239 1339564032 260075 33554432000 4194304 5787044 140736918619040 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16108.2
Current children cumulated vsize (KiB) 1316868

[startup+4027.9 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14482
/proc/meminfo: memFree=11804340/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1308168 CPUtime=16111.3 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 269910 0 0 0 1610757 377 0 0 18 0 5 0 912008226 1339564032 260115 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 327042 260115 419 389 0 322792 0
[pid=14357/tid=14359] ppid=14356 vsize=1308168 CPUtime=4027.85 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 69384 0 0 0 402691 94 0 0 25 0 5 0 912008231 1339564032 260115 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1308168 CPUtime=4027.69 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 56426 0 0 0 402672 97 0 0 25 0 5 0 912008234 1339564032 260115 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1308168 CPUtime=4027.81 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 69973 0 0 0 402683 98 0 0 19 0 5 0 912008236 1339564032 260115 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1308168 CPUtime=4027.84 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 68179 0 0 0 402702 82 0 0 25 0 5 0 912008239 1339564032 260115 33554432000 4194304 5787044 140736918619040 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16111.3
Current children cumulated vsize (KiB) 1316868

[startup+4028.7 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14482
/proc/meminfo: memFree=11800124/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=1308168 CPUtime=16114.5 cores=0-7
/proc/14357/stat : 14357 (priss) S 14356 14356 14131 0 -1 4202496 269944 0 0 0 1611072 377 0 0 18 0 5 0 912008226 1339564032 260149 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 327042 260149 431 389 0 322792 0
[pid=14357/tid=14359] ppid=14356 vsize=1308168 CPUtime=4028.65 cores=0-7
/proc/14357/task/14359/stat : 14359 (priss) R 14356 14356 14131 0 -1 4202560 69386 0 0 0 402771 94 0 0 18 0 5 0 912008231 1339564032 260149 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=14357/tid=14360] ppid=14356 vsize=1308168 CPUtime=4028.44 cores=0-7
/proc/14357/task/14360/stat : 14360 (priss) R 14356 14356 14131 0 -1 4202560 56442 0 0 0 402747 97 0 0 17 0 5 0 912008234 1339564032 260149 33554432000 4194304 5787044 140736918619040 18446744073709551615 222933584262 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14357/tid=14361] ppid=14356 vsize=1308168 CPUtime=4028.61 cores=0-7
/proc/14357/task/14361/stat : 14361 (priss) R 14356 14356 14131 0 -1 4202560 69983 0 0 0 402763 98 0 0 21 0 5 0 912008236 1339564032 260149 33554432000 4194304 5787044 140736918619040 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=14357/tid=14362] ppid=14356 vsize=1308168 CPUtime=4028.65 cores=0-7
/proc/14357/task/14362/stat : 14362 (priss) R 14356 14356 14131 0 -1 4202560 68185 0 0 0 402782 83 0 0 25 0 5 0 912008239 1339564032 260149 33554432000 4194304 5787044 140736918619040 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16114.5
Current children cumulated vsize (KiB) 1316868

[startup+4028.9 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 14482
/proc/meminfo: memFree=11800124/32951124 swapFree=67056684/67111528
[pid=14356] ppid=14354 vsize=8700 CPUtime=0 cores=0-7
/proc/14356/stat : 14356 (priss.sh) S 14354 14356 14131 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912008226 8908800 252 33554432000 4194304 4922060 140737348020528 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14356/statm: 2175 252 211 178 0 68 0
[pid=14357] ppid=14356 vsize=0 CPUtime=16115.2 cores=0-7
/proc/14357/stat : 14357 (priss) R 14356 14356 14131 0 -1 4202500 269976 0 1 0 1611137 380 0 0 17 0 1 0 912008226 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14357/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 16115.2
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 4028.93
CPU time (s): 16115.2
CPU user time (s): 16111.4
CPU system time (s): 3.83342
CPU usage (%): 399.988
Max. virtual memory (cumulated for all children) (KiB): 1316868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16111.4
system time used= 3.83342
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270315
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26808
involuntary context switches= 44672

runsolver used 6.62399 second user time and 15.2377 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-14 00:27:55
IDJOB=3499529
IDBENCH=83930
IDSOLVER=1994
FILE ID=node109/3499529-1308004075
RUNJOBID= node109-1307998972-14145
PBS_JOBID= 13559838
Free space on /var/tmp= 2884 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499529-1308004075/watcher-3499529-1308004075 -o /var/tmp/evaluation-result-3499529-1308004075/solver-3499529-1308004075 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499529-1308004075.cnf 72509030 40000 31000 8

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=72509030

node109.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.74
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      12842192 kB
Buffers:        122140 kB
Cached:       19290808 kB
SwapCached:       8608 kB
Active:        3987844 kB
Inactive:     15443488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12842192 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:            3504 kB
Writeback:           0 kB
AnonPages:       15956 kB
Mapped:          12804 kB
Slab:           612624 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184040 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 /var/tmp at the end= 2884 MiB
End job on node109 at 2011-06-14 01:35:04