Trace number 3257500

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.0SAT 1302.38 326.369

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK10.cnf
MD5SUM0d32a4893e12fa46a8943c5daeb46b88
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses75600
Sum of the clauses size907200
Maximum clause length12
Minimum clause length12
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 50
Number of clauses of size over 575600

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: 23357
0.00/0.05	c parsetime: 53258us
0.00/0.05	c parsed 75600 clauses with 45 variables
0.00/0.07	c NW started thread 0 successfully (1088858432)
0.00/0.09	c NW started thread 1 successfully (1099348288)
0.00/0.11	c NW started thread 2 successfully (1109838144)
0.00/0.94	c NW started thread 3 successfully (1120328000)
1301.80/326.27	c preprocessor returned 10080 variables
1301.80/326.27	c preprocessing returned UNKNOWN
1301.80/326.27	c PP set 0 variables
1301.80/326.27	c pp time: 326198971us (326s)
1301.80/326.29	c ====================
1301.80/326.29	c implication/decision 0.0150648%(1.51853)
1301.80/326.29	c decisions:           9515
1301.80/326.29	c last level:          6638
1301.80/326.29	c conflicts:           6
1301.80/326.29	c restarts:            0
1301.80/326.29	c rejected_restarts    0
1301.80/326.29	c removals:            0
1301.80/326.29	c removed clauses:     0
1301.80/326.29	c oft clauses:         0
1301.80/326.29	c solvetime: 27483us (0s)
1302.20/326.32	c sended clauses   | 0 | 0 | 0 | 0 |
1302.20/326.32	c received clauses | 0 | 0 | 0 | 0 |
1302.20/326.32	c join all other threads
1302.20/326.32	c joined thread 0
1302.20/326.34	c joined thread 1
1302.20/326.36	c joined thread 2
1302.20/326.36	c joined thread 3
1302.20/326.36	c memory usage (vsize): 234 MB
1302.20/326.36	s SATISFIABLE
1302.20/326.36	c solutions: 1
1302.20/326.36	v -1 -2 -3 -4 -5 6 -7 -8 -9 -10 11 12 13 -14 15 -16 -17 18 19 20 -21 22 -23 -24 25 -26 -27 28 29 30 -31 32 33 -34 -35 36 37 38 39 -40 -41 -42 43 44 45 0

Verifier Data

OK

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.13 8.10 8.07 5/182 23356
/proc/meminfo: memFree=14851892/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0

[startup+0.072713 s]
/proc/loadavg: 8.13 8.10 8.07 5/182 23356
/proc/meminfo: memFree=14851892/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104708 s]
/proc/loadavg: 8.13 8.10 8.07 5/182 23356
/proc/meminfo: memFree=14851892/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.329638 s]
/proc/loadavg: 8.13 8.10 8.07 5/182 23356
/proc/meminfo: memFree=14851892/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700572 s]
/proc/loadavg: 8.13 8.10 8.07 5/182 23356
/proc/meminfo: memFree=14851892/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50043 s]
/proc/loadavg: 8.13 8.10 8.07 9/188 23362
/proc/meminfo: memFree=14797904/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=171692 CPUtime=5.7 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13723 0 0 0 569 1 0 0 18 0 5 0 496793181 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 42923 13597 350 389 0 38673 0
[pid=23357/tid=23359] ppid=23356 vsize=171692 CPUtime=1.42 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1522 0 0 0 142 0 0 0 20 0 5 0 496793188 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=171692 CPUtime=1.4 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 140 0 0 0 19 0 5 0 496793190 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=171692 CPUtime=1.37 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1313 0 0 0 137 0 0 0 23 0 5 0 496793193 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=171692 CPUtime=1.36 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1199 0 0 0 136 0 0 0 23 0 5 0 496793195 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 180392

[startup+3.10114 s]
/proc/loadavg: 8.12 8.10 8.07 9/188 23362
/proc/meminfo: memFree=14796788/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=171692 CPUtime=12.1 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13723 0 0 0 1209 1 0 0 18 0 5 0 496793181 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 42923 13597 350 389 0 38673 0
[pid=23357/tid=23359] ppid=23356 vsize=171692 CPUtime=3.02 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1522 0 0 0 302 0 0 0 25 0 5 0 496793188 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=171692 CPUtime=3 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 300 0 0 0 25 0 5 0 496793190 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=171692 CPUtime=2.97 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1313 0 0 0 297 0 0 0 25 0 5 0 496793193 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=171692 CPUtime=2.96 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1199 0 0 0 296 0 0 0 25 0 5 0 496793195 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 180392

[startup+6.30057 s]
/proc/loadavg: 8.12 8.10 8.07 9/188 23362
/proc/meminfo: memFree=14795264/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=171692 CPUtime=24.88 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13723 0 0 0 2487 1 0 0 18 0 5 0 496793181 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 42923 13597 350 389 0 38673 0
[pid=23357/tid=23359] ppid=23356 vsize=171692 CPUtime=6.22 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1522 0 0 0 622 0 0 0 25 0 5 0 496793188 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=171692 CPUtime=6.2 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 620 0 0 0 25 0 5 0 496793190 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=171692 CPUtime=6.15 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1313 0 0 0 615 0 0 0 25 0 5 0 496793193 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=171692 CPUtime=6.16 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1199 0 0 0 616 0 0 0 25 0 5 0 496793195 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 180392

[startup+12.7004 s]
/proc/loadavg: 8.10 8.10 8.07 9/188 23362
/proc/meminfo: memFree=14793412/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=171692 CPUtime=50.44 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13723 0 0 0 5043 1 0 0 18 0 5 0 496793181 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 42923 13597 350 389 0 38673 0
[pid=23357/tid=23359] ppid=23356 vsize=171692 CPUtime=12.62 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1522 0 0 0 1262 0 0 0 25 0 5 0 496793188 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=171692 CPUtime=12.6 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 1260 0 0 0 25 0 5 0 496793190 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=171692 CPUtime=12.51 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1313 0 0 0 1251 0 0 0 25 0 5 0 496793193 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=171692 CPUtime=12.56 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1199 0 0 0 1256 0 0 0 25 0 5 0 496793195 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 233509955346 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 180392

[startup+25.5011 s]
/proc/loadavg: 8.08 8.09 8.06 9/188 23362
/proc/meminfo: memFree=14786600/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=171692 CPUtime=101.57 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13723 0 0 0 10156 1 0 0 18 0 5 0 496793181 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 42923 13597 350 389 0 38673 0
[pid=23357/tid=23359] ppid=23356 vsize=171692 CPUtime=25.42 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1522 0 0 0 2542 0 0 0 25 0 5 0 496793188 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=171692 CPUtime=25.4 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 2540 0 0 0 25 0 5 0 496793190 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=171692 CPUtime=25.24 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1313 0 0 0 2524 0 0 0 25 0 5 0 496793193 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=171692 CPUtime=25.36 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1199 0 0 0 2536 0 0 0 25 0 5 0 496793195 175812608 13597 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336135 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 180392

[startup+51.1006 s]
/proc/loadavg: 8.12 8.10 8.07 9/188 23363
/proc/meminfo: memFree=14768004/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=237228 CPUtime=203.83 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13744 0 0 0 20382 1 0 0 18 0 5 0 496793181 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 59307 13618 350 389 0 55057 0
[pid=23357/tid=23359] ppid=23356 vsize=237228 CPUtime=51.02 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1522 0 0 0 5102 0 0 0 25 0 5 0 496793188 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=237228 CPUtime=51 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 5100 0 0 0 25 0 5 0 496793190 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=237228 CPUtime=50.7 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1324 0 0 0 5070 0 0 0 25 0 5 0 496793193 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=237228 CPUtime=50.96 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1209 0 0 0 5096 0 0 0 25 0 5 0 496793195 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 245928

[startup+102.307 s]
/proc/loadavg: 8.14 8.11 8.07 9/188 23364
/proc/meminfo: memFree=14743776/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=237228 CPUtime=408.38 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13744 0 0 0 40837 1 0 0 18 0 5 0 496793181 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 59307 13618 350 389 0 55057 0
[pid=23357/tid=23359] ppid=23356 vsize=237228 CPUtime=102.23 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1522 0 0 0 10223 0 0 0 25 0 5 0 496793188 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=237228 CPUtime=102.21 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 10221 0 0 0 25 0 5 0 496793190 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=237228 CPUtime=101.63 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1324 0 0 0 10163 0 0 0 25 0 5 0 496793193 242921472 13618 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=237228 CPUtime=102.17 cores=1,3,5,7

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

[pid=23357/tid=23360] ppid=23356 vsize=237228 CPUtime=222.2 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 22220 0 0 0 25 0 5 0 496793190 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=237228 CPUtime=220.97 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1324 0 0 0 22097 0 0 0 25 0 5 0 496793193 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=237228 CPUtime=221.22 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1209 0 0 0 22122 0 0 0 25 0 5 0 496793195 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 886.77
Current children cumulated vsize (KiB) 245928

[startup+282.301 s]
/proc/loadavg: 8.25 8.19 8.10 9/188 23372
/proc/meminfo: memFree=14682332/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=237228 CPUtime=1126.45 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13747 0 0 0 112643 2 0 0 18 0 5 0 496793181 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 59307 13621 353 389 0 55057 0
[pid=23357/tid=23359] ppid=23356 vsize=237228 CPUtime=282.22 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1525 0 0 0 28222 0 0 0 25 0 5 0 496793188 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=237228 CPUtime=282.21 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 28221 0 0 0 25 0 5 0 496793190 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=237228 CPUtime=280.65 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1324 0 0 0 28065 0 0 0 25 0 5 0 496793193 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=237228 CPUtime=281.22 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1209 0 0 0 28122 0 0 0 25 0 5 0 496793195 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1126.45
Current children cumulated vsize (KiB) 245928

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

[startup+307.101 s]
/proc/loadavg: 8.15 8.17 8.10 9/188 23373
/proc/meminfo: memFree=14680332/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=237228 CPUtime=1225.52 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 13747 0 0 0 122549 3 0 0 18 0 5 0 496793181 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 59307 13621 353 389 0 55057 0
[pid=23357/tid=23359] ppid=23356 vsize=237228 CPUtime=307.02 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 1525 0 0 0 30702 0 0 0 25 0 5 0 496793188 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=237228 CPUtime=307 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 1305 0 0 0 30700 0 0 0 25 0 5 0 496793190 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=237228 CPUtime=305.31 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 1324 0 0 0 30531 0 0 0 25 0 5 0 496793193 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=237228 CPUtime=306.02 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 1209 0 0 0 30602 0 0 0 25 0 5 0 496793195 242921472 13621 33554432000 4194304 5787044 140734561026336 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1225.52
Current children cumulated vsize (KiB) 245928

[startup+319.9 s]
/proc/loadavg: 8.21 8.18 8.10 9/188 23373
/proc/meminfo: memFree=14658376/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=247196 CPUtime=1276.65 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 21721 0 0 0 127661 4 0 0 18 0 5 0 496793181 253128704 19182 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 61799 19182 356 389 0 57549 0
[pid=23357/tid=23359] ppid=23356 vsize=247196 CPUtime=319.82 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 3133 0 0 0 31982 0 0 0 25 0 5 0 496793188 253128704 19182 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=247196 CPUtime=319.8 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 3201 0 0 0 31980 0 0 0 25 0 5 0 496793190 253128704 19182 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=247196 CPUtime=318.04 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 2749 0 0 0 31804 0 0 0 25 0 5 0 496793193 253128704 19182 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=247196 CPUtime=318.82 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 4254 0 0 0 31882 0 0 0 25 0 5 0 496793195 253128704 19182 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1276.65
Current children cumulated vsize (KiB) 255896

[startup+323.101 s]
/proc/loadavg: 8.19 8.17 8.10 9/188 23373
/proc/meminfo: memFree=14655272/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=247196 CPUtime=1289.44 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 22171 0 0 0 128939 5 0 0 18 0 5 0 496793181 253128704 19632 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 61799 19632 356 389 0 57549 0
[pid=23357/tid=23359] ppid=23356 vsize=247196 CPUtime=323.02 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 3135 0 0 0 32302 0 0 0 25 0 5 0 496793188 253128704 19632 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=247196 CPUtime=323.01 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 3354 0 0 0 32300 1 0 0 25 0 5 0 496793190 253128704 19632 33554432000 4194304 5787044 140734561026336 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=247196 CPUtime=321.23 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 2911 0 0 0 32122 1 0 0 25 0 5 0 496793193 253128704 19632 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=247196 CPUtime=322.02 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 4387 0 0 0 32202 0 0 0 25 0 5 0 496793195 253128704 19632 33554432000 4194304 5787044 140734561026336 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1289.44
Current children cumulated vsize (KiB) 255896

[startup+324.701 s]
/proc/loadavg: 8.19 8.17 8.10 9/188 23373
/proc/meminfo: memFree=14652544/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=247196 CPUtime=1295.81 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 22584 0 0 0 129575 6 0 0 18 0 5 0 496793181 253128704 20045 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 61799 20045 356 389 0 57549 0
[pid=23357/tid=23359] ppid=23356 vsize=247196 CPUtime=324.62 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 3136 0 0 0 32462 0 0 0 19 0 5 0 496793188 253128704 20046 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=247196 CPUtime=324.6 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 3460 0 0 0 32458 2 0 0 18 0 5 0 496793190 253128704 20046 33554432000 4194304 5787044 140734561026336 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=247196 CPUtime=322.81 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 3071 0 0 0 32280 1 0 0 18 0 5 0 496793193 253128704 20046 33554432000 4194304 5787044 140734561026336 18446744073709551615 4359086 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=247196 CPUtime=323.61 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 4534 0 0 0 32361 0 0 0 18 0 5 0 496793195 253128704 20046 33554432000 4194304 5787044 140734561026336 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1295.81
Current children cumulated vsize (KiB) 255896

[startup+325.5 s]
/proc/loadavg: 8.19 8.17 8.10 9/188 23373
/proc/meminfo: memFree=14646956/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=251296 CPUtime=1299.02 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 23899 0 0 0 129895 7 0 0 18 0 5 0 496793181 257327104 21360 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 62824 21360 356 389 0 58574 0
[pid=23357/tid=23359] ppid=23356 vsize=251296 CPUtime=325.43 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 3136 0 0 0 32543 0 0 0 20 0 5 0 496793188 257327104 21360 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318927 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=251296 CPUtime=325.41 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 4525 0 0 0 32539 2 0 0 19 0 5 0 496793190 257327104 21360 33554432000 4194304 5787044 140734561026336 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=251296 CPUtime=323.6 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 3195 0 0 0 32359 1 0 0 19 0 5 0 496793193 257327104 21360 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=251296 CPUtime=324.42 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 4659 0 0 0 32441 1 0 0 19 0 5 0 496793195 257327104 21360 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1299.02
Current children cumulated vsize (KiB) 259996

[startup+325.9 s]
/proc/loadavg: 8.19 8.17 8.10 9/188 23373
/proc/meminfo: memFree=14646956/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=251296 CPUtime=1300.6 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 24070 0 0 0 130052 8 0 0 18 0 5 0 496793181 257327104 21531 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 62824 21531 356 389 0 58574 0
[pid=23357/tid=23359] ppid=23356 vsize=251296 CPUtime=325.82 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 3138 0 0 0 32582 0 0 0 21 0 5 0 496793188 257327104 21531 33554432000 4194304 5787044 140734561026336 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=251296 CPUtime=325.8 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 4564 0 0 0 32578 2 0 0 20 0 5 0 496793190 257327104 21531 33554432000 4194304 5787044 140734561026336 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=251296 CPUtime=324 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 3247 0 0 0 32399 1 0 0 20 0 5 0 496793193 257327104 21531 33554432000 4194304 5787044 140734561026336 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=251296 CPUtime=324.81 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 4737 0 0 0 32480 1 0 0 18 0 5 0 496793195 257327104 21531 33554432000 4194304 5787044 140734561026336 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.6
Current children cumulated vsize (KiB) 259996

[startup+326.301 s]
/proc/loadavg: 8.19 8.17 8.10 9/188 23373
/proc/meminfo: memFree=14646956/32951124 swapFree=67111528/67111528
[pid=23356] ppid=23354 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (priss.sh) S 23354 23356 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496793181 8908800 251 33554432000 4194304 4922060 140737360812560 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23356/statm: 2175 251 211 178 0 68 0
[pid=23357] ppid=23356 vsize=249972 CPUtime=1302.2 cores=1,3,5,7
/proc/23357/stat : 23357 (priss) S 23356 23356 22103 0 -1 4202496 25051 0 0 0 130212 8 0 0 18 0 5 0 496793181 255971328 22096 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23357/statm: 62493 22097 417 389 0 58243 0
[pid=23357/tid=23359] ppid=23356 vsize=249972 CPUtime=326.22 cores=1,3,5,7
/proc/23357/task/23359/stat : 23359 (priss) R 23356 23356 22103 0 -1 4202560 3944 0 0 0 32622 0 0 0 22 0 5 0 496793188 255971328 22097 33554432000 4194304 5787044 140734561026336 18446744073709551615 233522121583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23357/tid=23360] ppid=23356 vsize=249972 CPUtime=326.2 cores=1,3,5,7
/proc/23357/task/23360/stat : 23360 (priss) R 23356 23356 22103 0 -1 4202560 4594 0 0 0 32618 2 0 0 20 0 5 0 496793190 255971328 22097 33554432000 4194304 5787044 140734561026336 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23357/tid=23361] ppid=23356 vsize=249972 CPUtime=324.4 cores=1,3,5,7
/proc/23357/task/23361/stat : 23361 (priss) R 23356 23356 22103 0 -1 4202560 3328 0 0 0 32439 1 0 0 21 0 5 0 496793193 255971328 22097 33554432000 4194304 5787044 140734561026336 18446744073709551615 4359819 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23357/tid=23362] ppid=23356 vsize=249972 CPUtime=325.21 cores=1,3,5,7
/proc/23357/task/23362/stat : 23362 (priss) R 23356 23356 22103 0 -1 4202560 4802 0 0 0 32520 1 0 0 18 0 5 0 496793195 255971328 22097 33554432000 4194304 5787044 140734561026336 18446744073709551615 4359086 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1302.2
Current children cumulated vsize (KiB) 258672

Child status: 10
Real time (s): 326.369
CPU time (s): 1302.38
CPU user time (s): 1302.27
CPU system time (s): 0.108983
CPU usage (%): 399.05
Max. virtual memory (cumulated for all children) (KiB): 259996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.27
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25440
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= 2223
involuntary context switches= 9483

runsolver used 0.415936 second user time and 1.36779 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 04:22:53
IDJOB=3257500
IDBENCH=71129
IDSOLVER=1603
FILE ID=node145/3257500-1304043773
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72200 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK10.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257500-1304043773/watcher-3257500-1304043773 -o /tmp/evaluation-result-3257500-1304043773/solver-3257500-1304043773 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3257500-1304043773.cnf 703178207 4800 15500 4

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

MD5SUM BENCH= 0d32a4893e12fa46a8943c5daeb46b88
RANDOM SEED=703178207

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14852164 kB
Buffers:       2098624 kB
Cached:       15216988 kB
SwapCached:          0 kB
Active:        5296912 kB
Inactive:     12231516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14852164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:      212448 kB
Mapped:          15616 kB
Slab:           508604 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400780 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= 72200 MiB
End job on node145 at 2011-04-29 04:28:20