Trace number 3499157

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 849.946 213.191

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.114981
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: 357
0.00/0.05	c parsetime: 53241us
0.00/0.05	c parsed 75600 clauses with 45 variables
0.00/0.07	c NW started thread 0 successfully (1084303680)
0.00/0.09	c NW started thread 1 successfully (1115588928)
0.00/0.14	c NW started thread 2 successfully (1094793536)
0.00/0.18	c NW started thread 3 successfully (1126078784)
848.50/212.29	c preprocessor returned 10080 variables
848.50/212.29	c preprocessing returned UNKNOWN
848.50/212.29	c PP set 0 variables
848.50/212.29	c pp time: 212197517us (212s)
848.91/212.32	c ====================
848.91/212.32	c implication/decision 0.0150648%(1.51853)
848.91/212.32	c decisions:           9515
848.91/212.32	c last level:          6638
848.91/212.32	c conflicts:           6
848.91/212.32	c restarts:            0
848.91/212.32	c rejected_restarts    0
848.91/212.32	c removals:            0
848.91/212.32	c removed clauses:     0
848.91/212.32	c oft clauses:         0
848.91/212.32	c solvetime: 25547us (0s)
848.91/212.32	c sended clauses   | 0 | 0 | 0 | 0 |
848.91/212.32	c received clauses | 0 | 0 | 0 | 0 |
848.91/212.32	c join all other threads
849.84/213.18	c joined thread 0
849.84/213.18	c joined thread 1
849.84/213.18	c joined thread 2
849.84/213.18	c joined thread 3
849.84/213.18	c memory usage (vsize): 233 MB
849.84/213.18	s SATISFIABLE
849.84/213.18	c solutions: 1
849.84/213.18	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.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-3499157-1307987150/watcher-3499157-1307987150 -o /var/tmp/evaluation-result-3499157-1307987150/solver-3499157-1307987150 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499157-1307987150.cnf 46341394 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: 1.00 1.11 1.47 1/170 356
/proc/meminfo: memFree=10921924/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0

[startup+0.0717429 s]
/proc/loadavg: 1.00 1.11 1.47 1/170 356
/proc/meminfo: memFree=10921924/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100746 s]
/proc/loadavg: 1.00 1.11 1.47 1/170 356
/proc/meminfo: memFree=10921924/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300707 s]
/proc/loadavg: 1.00 1.11 1.47 1/170 356
/proc/meminfo: memFree=10921924/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700634 s]
/proc/loadavg: 1.00 1.11 1.47 1/170 356
/proc/meminfo: memFree=10921924/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 1.00 1.11 1.47 5/176 362
/proc/meminfo: memFree=10868584/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=168924 CPUtime=5.66 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13903 0 0 0 557 9 0 0 18 0 5 0 988945614 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 42231 13648 350 389 0 37981 0
[pid=357/tid=359] ppid=356 vsize=168924 CPUtime=1.42 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1536 0 0 0 142 0 0 0 20 0 5 0 988945621 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=168924 CPUtime=1.39 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1450 0 0 0 139 0 0 0 19 0 5 0 988945624 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=168924 CPUtime=1.35 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1370 0 0 0 135 0 0 0 20 0 5 0 988945628 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=168924 CPUtime=1.3 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 130 0 0 0 22 0 5 0 988945633 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 177624

[startup+3.10119 s]
/proc/loadavg: 1.24 1.15 1.49 5/176 362
/proc/meminfo: memFree=10868336/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=168924 CPUtime=12.07 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13903 0 0 0 1198 9 0 0 18 0 5 0 988945614 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 42231 13648 350 389 0 37981 0
[pid=357/tid=359] ppid=356 vsize=168924 CPUtime=3.02 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1536 0 0 0 302 0 0 0 25 0 5 0 988945621 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=168924 CPUtime=2.99 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1450 0 0 0 299 0 0 0 25 0 5 0 988945624 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=168924 CPUtime=2.95 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1370 0 0 0 295 0 0 0 25 0 5 0 988945628 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=168924 CPUtime=2.9 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 290 0 0 0 25 0 5 0 988945633 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 177624

[startup+6.30062 s]
/proc/loadavg: 1.24 1.15 1.49 5/176 362
/proc/meminfo: memFree=10868348/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=168924 CPUtime=24.87 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13903 0 0 0 2477 10 0 0 18 0 5 0 988945614 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 42231 13648 350 389 0 37981 0
[pid=357/tid=359] ppid=356 vsize=168924 CPUtime=6.22 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1536 0 0 0 622 0 0 0 25 0 5 0 988945621 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=168924 CPUtime=6.19 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1450 0 0 0 619 0 0 0 25 0 5 0 988945624 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=168924 CPUtime=6.15 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1370 0 0 0 615 0 0 0 25 0 5 0 988945628 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=168924 CPUtime=6.1 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 610 0 0 0 25 0 5 0 988945633 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 177624

[startup+12.7004 s]
/proc/loadavg: 1.66 1.25 1.51 5/176 362
/proc/meminfo: memFree=10868628/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=168924 CPUtime=50.47 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13903 0 0 0 5037 10 0 0 18 0 5 0 988945614 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 42231 13648 350 389 0 37981 0
[pid=357/tid=359] ppid=356 vsize=168924 CPUtime=12.62 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1536 0 0 0 1262 0 0 0 25 0 5 0 988945621 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=168924 CPUtime=12.59 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1450 0 0 0 1259 0 0 0 25 0 5 0 988945624 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=168924 CPUtime=12.55 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1370 0 0 0 1255 0 0 0 25 0 5 0 988945628 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=168924 CPUtime=12.5 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 1250 0 0 0 25 0 5 0 988945633 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 177624

[startup+25.5011 s]
/proc/loadavg: 2.02 1.34 1.54 5/176 363
/proc/meminfo: memFree=10870116/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=168924 CPUtime=101.67 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13903 0 0 0 10157 10 0 0 18 0 5 0 988945614 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 42231 13648 350 389 0 37981 0
[pid=357/tid=359] ppid=356 vsize=168924 CPUtime=25.42 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1536 0 0 0 2542 0 0 0 25 0 5 0 988945621 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=168924 CPUtime=25.39 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1450 0 0 0 2539 0 0 0 25 0 5 0 988945624 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=168924 CPUtime=25.35 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1370 0 0 0 2535 0 0 0 25 0 5 0 988945628 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=168924 CPUtime=25.3 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 2530 0 0 0 25 0 5 0 988945633 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 177624

[startup+51.1004 s]
/proc/loadavg: 2.70 1.55 1.60 5/176 363
/proc/meminfo: memFree=10870324/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=168924 CPUtime=204.07 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13903 0 0 0 20397 10 0 0 18 0 5 0 988945614 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 42231 13648 350 389 0 37981 0
[pid=357/tid=359] ppid=356 vsize=168924 CPUtime=51.02 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1536 0 0 0 5102 0 0 0 25 0 5 0 988945621 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=168924 CPUtime=50.99 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1450 0 0 0 5099 0 0 0 25 0 5 0 988945624 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=168924 CPUtime=50.95 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1370 0 0 0 5095 0 0 0 25 0 5 0 988945628 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=168924 CPUtime=50.9 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 5090 0 0 0 25 0 5 0 988945633 172978176 13648 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 177624

[startup+102.307 s]
/proc/loadavg: 3.48 1.96 1.74 5/176 365
/proc/meminfo: memFree=10870156/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=168924 CPUtime=408.9 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13904 0 0 0 40880 10 0 0 18 0 5 0 988945614 172978176 13649 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 42231 13649 351 389 0 37981 0
[pid=357/tid=359] ppid=356 vsize=168924 CPUtime=102.22 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1536 0 0 0 10222 0 0 0 25 0 5 0 988945621 172978176 13649 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=168924 CPUtime=102.2 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1451 0 0 0 10220 0 0 0 25 0 5 0 988945624 172978176 13649 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=168924 CPUtime=102.15 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1370 0 0 0 10215 0 0 0 25 0 5 0 988945628 172978176 13649 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=168924 CPUtime=102.11 cores=0-7

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


[startup+162.301 s]
/proc/loadavg: 3.85 2.32 1.87 5/176 366
/proc/meminfo: memFree=10870244/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=234460 CPUtime=648.88 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13937 0 0 0 64878 10 0 0 18 0 5 0 988945614 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 58615 13682 353 389 0 54365 0
[pid=357/tid=359] ppid=356 vsize=234460 CPUtime=162.22 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1546 0 0 0 16222 0 0 0 25 0 5 0 988945621 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=234460 CPUtime=162.19 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1464 0 0 0 16219 0 0 0 25 0 5 0 988945624 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=234460 CPUtime=162.15 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1380 0 0 0 16215 0 0 0 25 0 5 0 988945628 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=234460 CPUtime=162.1 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 16210 0 0 0 25 0 5 0 988945633 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.88
Current children cumulated vsize (KiB) 243160

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

[startup+179.101 s]
/proc/loadavg: 3.89 2.43 1.92 5/176 367
/proc/meminfo: memFree=10869992/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=234460 CPUtime=716.09 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13937 0 0 0 71599 10 0 0 18 0 5 0 988945614 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 58615 13682 353 389 0 54365 0
[pid=357/tid=359] ppid=356 vsize=234460 CPUtime=179.02 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1546 0 0 0 17902 0 0 0 25 0 5 0 988945621 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=234460 CPUtime=178.99 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1464 0 0 0 17899 0 0 0 25 0 5 0 988945624 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=234460 CPUtime=178.95 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1380 0 0 0 17895 0 0 0 25 0 5 0 988945628 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=234460 CPUtime=178.9 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 17890 0 0 0 25 0 5 0 988945633 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 716.09
Current children cumulated vsize (KiB) 243160

[startup+191.901 s]
/proc/loadavg: 3.91 2.48 1.94 5/176 367
/proc/meminfo: memFree=10870232/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=234460 CPUtime=767.29 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 13937 0 0 0 76719 10 0 0 18 0 5 0 988945614 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 58615 13682 353 389 0 54365 0
[pid=357/tid=359] ppid=356 vsize=234460 CPUtime=191.82 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1546 0 0 0 19182 0 0 0 25 0 5 0 988945621 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=234460 CPUtime=191.79 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 1464 0 0 0 19179 0 0 0 25 0 5 0 988945624 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=234460 CPUtime=191.75 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 1380 0 0 0 19175 0 0 0 25 0 5 0 988945628 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=234460 CPUtime=191.7 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 1321 0 0 0 19170 0 0 0 25 0 5 0 988945633 240087040 13682 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 767.29
Current children cumulated vsize (KiB) 243160

[startup+204.701 s]
/proc/loadavg: 3.93 2.55 1.97 5/176 367
/proc/meminfo: memFree=10854340/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=239848 CPUtime=818.5 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 20753 0 0 0 81838 12 0 0 18 0 5 0 988945614 245604352 17696 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 59962 17696 356 389 0 55712 0
[pid=357/tid=359] ppid=356 vsize=239848 CPUtime=204.63 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 1585 0 0 0 20462 1 0 0 20 0 5 0 988945621 245604352 17696 33554432000 4194304 5787044 140737238768432 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=239848 CPUtime=204.59 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 4042 0 0 0 20459 0 0 0 25 0 5 0 988945624 245604352 17696 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=239848 CPUtime=204.55 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 3236 0 0 0 20455 0 0 0 25 0 5 0 988945628 245604352 17696 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=239848 CPUtime=204.51 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 3664 0 0 0 20450 1 0 0 25 0 5 0 988945633 245604352 17696 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 818.5
Current children cumulated vsize (KiB) 248548

[startup+207.907 s]
/proc/loadavg: 3.93 2.57 1.98 5/176 367
/proc/meminfo: memFree=10847748/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=243648 CPUtime=831.31 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 22415 0 0 0 83119 12 0 0 18 0 5 0 988945614 249495552 19284 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 60912 19284 356 389 0 56662 0
[pid=357/tid=359] ppid=356 vsize=243648 CPUtime=207.83 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 2794 0 0 0 20782 1 0 0 18 0 5 0 988945621 249495552 19284 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=243648 CPUtime=207.8 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 4042 0 0 0 20780 0 0 0 18 0 5 0 988945624 249495552 19284 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=243648 CPUtime=207.76 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 3648 0 0 0 20776 0 0 0 18 0 5 0 988945628 249495552 19284 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=243648 CPUtime=207.71 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 3705 0 0 0 20770 1 0 0 25 0 5 0 988945633 249495552 19284 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 831.31
Current children cumulated vsize (KiB) 252348

[startup+211.101 s]
/proc/loadavg: 3.93 2.57 1.98 5/176 368
/proc/meminfo: memFree=10842664/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=248800 CPUtime=844.1 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 23707 0 0 0 84397 13 0 0 18 0 5 0 988945614 254771200 20576 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 62200 20576 356 389 0 57950 0
[pid=357/tid=359] ppid=356 vsize=248800 CPUtime=211.03 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 2931 0 0 0 21102 1 0 0 18 0 5 0 988945621 254771200 20576 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=248800 CPUtime=210.99 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 4079 0 0 0 21099 0 0 0 25 0 5 0 988945624 254771200 20576 33554432000 4194304 5787044 140737238768432 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=248800 CPUtime=210.96 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 3694 0 0 0 21095 1 0 0 18 0 5 0 988945628 254771200 20576 33554432000 4194304 5787044 140737238768432 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=248800 CPUtime=210.91 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 4777 0 0 0 21090 1 0 0 18 0 5 0 988945633 254771200 20576 33554432000 4194304 5787044 140737238768432 18446744073709551615 4355682 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 844.1
Current children cumulated vsize (KiB) 257500

[startup+211.901 s]
/proc/loadavg: 3.93 2.57 1.98 5/176 368
/proc/meminfo: memFree=10842664/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=249068 CPUtime=847.29 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 23834 0 0 0 84716 13 0 0 18 0 5 0 988945614 255045632 20703 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 62267 20703 356 389 0 58017 0
[pid=357/tid=359] ppid=356 vsize=249068 CPUtime=211.83 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 2995 0 0 0 21182 1 0 0 18 0 5 0 988945621 255045632 20703 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=357/tid=360] ppid=356 vsize=249068 CPUtime=211.79 cores=0-7
/proc/357/task/360/stat : 360 (priss) R 356 356 326 0 -1 4202560 4089 0 0 0 21179 0 0 0 18 0 5 0 988945624 255045632 20703 33554432000 4194304 5787044 140737238768432 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=357/tid=361] ppid=356 vsize=249068 CPUtime=211.75 cores=0-7
/proc/357/task/361/stat : 361 (priss) R 356 356 326 0 -1 4202560 3728 0 0 0 21174 1 0 0 18 0 5 0 988945628 255045632 20703 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=357/tid=362] ppid=356 vsize=249068 CPUtime=211.7 cores=0-7
/proc/357/task/362/stat : 362 (priss) R 356 356 326 0 -1 4202560 4796 0 0 0 21169 1 0 0 18 0 5 0 988945633 255045632 20703 33554432000 4194304 5787044 140737238768432 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 847.29
Current children cumulated vsize (KiB) 257768

[startup+212.701 s]
/proc/loadavg: 3.94 2.60 1.99 5/176 368
/proc/meminfo: memFree=10841920/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=248852 CPUtime=849.44 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 24437 0 1 0 84931 13 0 0 18 0 2 0 988945614 254824448 20876 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 62213 20876 432 389 0 57963 0
[pid=357/tid=359] ppid=356 vsize=248852 CPUtime=212.62 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 3017 0 0 0 21261 1 0 0 18 0 2 0 988945621 254824448 20876 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 849.44
Current children cumulated vsize (KiB) 257552

[startup+213.101 s]
/proc/loadavg: 3.94 2.60 1.99 5/176 368
/proc/meminfo: memFree=10841920/32951124 swapFree=67056304/67111528
[pid=356] ppid=354 vsize=8700 CPUtime=0 cores=0-7
/proc/356/stat : 356 (priss.sh) S 354 356 326 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 988945614 8908800 252 33554432000 4194304 4922060 140734619240848 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/356/statm: 2175 252 211 178 0 68 0
[pid=357] ppid=356 vsize=248852 CPUtime=849.84 cores=0-7
/proc/357/stat : 357 (priss) S 356 356 326 0 -1 4202496 24437 0 1 0 84971 13 0 0 18 0 2 0 988945614 254824448 20876 33554432000 4194304 5787044 140737238768432 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/357/statm: 62213 20876 432 389 0 57963 0
[pid=357/tid=359] ppid=356 vsize=248852 CPUtime=213.02 cores=0-7
/proc/357/task/359/stat : 359 (priss) R 356 356 326 0 -1 4202560 3017 0 0 0 21301 1 0 0 18 0 2 0 988945621 254824448 20876 33554432000 4194304 5787044 140737238768432 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 849.84
Current children cumulated vsize (KiB) 257552

Child status: 10
Real time (s): 213.191
CPU time (s): 849.946
CPU user time (s): 849.803
CPU system time (s): 0.142978
CPU usage (%): 398.678
Max. virtual memory (cumulated for all children) (KiB): 259480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 849.803
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24792
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= 632
involuntary context switches= 1621

runsolver used 0.320951 second user time and 0.833873 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-13 19:45:50
IDJOB=3499157
IDBENCH=71129
IDSOLVER=1994
FILE ID=node110/3499157-1307987150
RUNJOBID= node110-1307987150-340
PBS_JOBID= 13559801
Free space on /var/tmp= 2880 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 /var/tmp/evaluation-result-3499157-1307987150/watcher-3499157-1307987150 -o /var/tmp/evaluation-result-3499157-1307987150/solver-3499157-1307987150 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499157-1307987150.cnf 46341394 40000 31000 8

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

MD5SUM BENCH= 0d32a4893e12fa46a8943c5daeb46b88
RANDOM SEED=46341394

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10922112 kB
Buffers:        112856 kB
Cached:       21172524 kB
SwapCached:       9184 kB
Active:        5788256 kB
Inactive:     15516156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10922112 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            4824 kB
Writeback:           0 kB
AnonPages:       16904 kB
Mapped:          12436 kB
Slab:           658372 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185184 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= 2880 MiB
End job on node110 at 2011-06-13 19:49:24