Trace number 3287733

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0UNSAT 175.482 44.613

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.0498
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20997
0.00/0.08	c parsetime: 80421us
0.00/0.08	c parsed 307469 clauses with 102621 variables
0.00/0.10	c NW started thread 0 successfully (1090771264)
0.00/0.12	c NW started thread 1 successfully (1101261120)
0.00/0.15	c NW started thread 2 successfully (1111750976)
0.00/0.19	c NW started thread 3 successfully (1122240832)
17.32/4.90	c preprocessor returned 102621 variables
17.32/4.90	c preprocessing returned UNKNOWN
17.32/4.90	c PP set 203 variables
17.32/4.90	c pp time: 4778481us (4s)
17.32/4.90	c preprocessor returned 102621 variables
17.32/4.90	c preprocessing returned UNKNOWN
17.32/4.90	c PP set 203 variables
17.32/4.90	c pp time: 4737139us (4s)
17.32/4.99	c preprocessor returned 102621 variables
17.32/4.99	c preprocessing returned UNKNOWN
17.32/4.99	c PP set 203 variables
17.32/4.99	c pp time: 4686537us (4s)
23.75/6.68	c preprocessor returned 102621 variables
23.75/6.68	c preprocessing returned UNKNOWN
23.75/6.68	c PP set 203 variables
23.75/6.68	c pp time: 6408748us (6s)
24.55/6.89	c HTE
24.96/6.99	c subsumption
25.74/7.11	c simplified formula contains 0 unit clauses
31.74/8.62	c HTE
32.14/8.72	c subsumption
32.54/8.84	c simplified formula contains 0 unit clauses
45.32/12.01	c added unsatisfied clause
45.32/12.01	c failed to add network clauses
56.50/14.89	c HTE
56.90/14.99	c subsumption
57.71/15.15	c simplified formula contains 0 unit clauses
62.89/16.48	c added unsatisfied clause
62.89/16.48	c failed to add network clauses
64.09/16.72	c added unsatisfied clause
64.09/16.72	c failed to add network clauses
73.30/19.08	c added unsatisfied clause
73.30/19.08	c failed to add network clauses
112.83/28.99	c added unsatisfied clause
112.83/28.99	c failed to add network clauses
113.60/29.14	c added unsatisfied clause
113.60/29.14	c failed to add network clauses
116.80/29.94	c added unsatisfied clause
116.80/29.94	c failed to add network clauses
121.20/31.04	c received clause contains eliminated literal 12718
175.09/44.50	c ====================
175.09/44.50	c implication/decision inf%(inf)
175.09/44.50	c decisions:           614090
175.09/44.50	c last level:          0
175.09/44.50	c conflicts:           181700
175.09/44.50	c restarts:            1204
175.09/44.50	c rejected_restarts    0
175.09/44.50	c removals:            14
175.09/44.50	c removed clauses:     128875
175.09/44.50	c oft clauses:         0
175.09/44.51	c solvetime: 37832862us (37s)
175.09/44.59	c sended clauses   | 8885 | 8791 | 11092 | 9555 |
175.09/44.59	c received clauses | 0 | 298 | 308 | 258 |
175.09/44.59	c join all other threads
175.09/44.59	c joined thread 0
175.09/44.59	c joined thread 1
175.09/44.59	c joined thread 2
175.09/44.59	c joined thread 3
175.09/44.59	c memory usage (vsize): 571 MB
175.09/44.59	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3287733-1304051484/watcher-3287733-1304051484 -o /tmp/evaluation-result-3287733-1304051484/solver-3287733-1304051484 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3287733-1304051484.cnf 878308901 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.59 8.27 8.31 6/180 20996
/proc/meminfo: memFree=24224684/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0

[startup+0.0176429 s]
/proc/loadavg: 8.59 8.27 8.31 6/180 20996
/proc/meminfo: memFree=24224684/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100635 s]
/proc/loadavg: 8.59 8.27 8.31 6/180 20996
/proc/meminfo: memFree=24224684/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300565 s]
/proc/loadavg: 8.59 8.27 8.31 6/180 20996
/proc/meminfo: memFree=24224684/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.906085 s]
/proc/loadavg: 8.59 8.27 8.31 6/180 20996
/proc/meminfo: memFree=24224684/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50735 s]
/proc/loadavg: 8.59 8.27 8.31 9/186 21002
/proc/meminfo: memFree=23962328/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=434764 CPUtime=5.2 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 99014 0 0 0 475 45 0 0 18 0 5 0 516748087 445198336 65691 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 108691 65691 350 389 0 104441 0
[pid=20997/tid=20999] ppid=20996 vsize=434764 CPUtime=1.31 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 19569 0 0 0 121 10 0 0 18 0 5 0 516748097 445198336 65691 33554432000 4194304 5787044 140734049970048 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=434764 CPUtime=1.3 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 22560 0 0 0 118 12 0 0 18 0 5 0 516748099 445198336 65691 33554432000 4194304 5787044 140734049970048 18446744073709551615 18446744073699065918 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=434764 CPUtime=1.17 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 20758 0 0 0 108 9 0 0 18 0 5 0 516748102 445198336 65691 33554432000 4194304 5787044 140734049970048 18446744073709551615 274664913439 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=434764 CPUtime=1.23 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 21386 0 0 0 112 11 0 0 18 0 5 0 516748106 445198336 65691 33554432000 4194304 5787044 140734049970048 18446744073709551615 18446744073699065932 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 443464

[startup+3.10107 s]
/proc/loadavg: 8.54 8.26 8.31 9/186 21002
/proc/meminfo: memFree=23945088/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=439864 CPUtime=11.56 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 103199 0 0 0 1110 46 0 0 18 0 5 0 516748087 450420736 69876 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 109966 69876 352 389 0 105716 0
[pid=20997/tid=20999] ppid=20996 vsize=439864 CPUtime=2.9 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 20605 0 0 0 280 10 0 0 20 0 5 0 516748097 450420736 69876 33554432000 4194304 5787044 140734049970048 18446744073709551615 4279083 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=439864 CPUtime=2.89 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 23611 0 0 0 277 12 0 0 21 0 5 0 516748099 450420736 69876 33554432000 4194304 5787044 140734049970048 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=439864 CPUtime=2.75 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 21838 0 0 0 266 9 0 0 21 0 5 0 516748102 450420736 69876 33554432000 4194304 5787044 140734049970048 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=439864 CPUtime=2.82 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 22404 0 0 0 271 11 0 0 20 0 5 0 516748106 450420736 69876 33554432000 4194304 5787044 140734049970048 18446744073709551615 4279072 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 448564

[startup+6.30053 s]
/proc/loadavg: 8.54 8.26 8.31 9/186 21002
/proc/meminfo: memFree=23886536/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=458744 CPUtime=22.55 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 123885 0 0 0 2141 114 0 0 18 0 5 0 516748087 469753856 84343 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 114686 84343 403 389 0 110436 0
[pid=20997/tid=20999] ppid=20996 vsize=458744 CPUtime=5.97 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25401 0 0 0 566 31 0 0 20 0 5 0 516748097 469753856 84343 33554432000 4194304 5787044 140734049970048 18446744073709551615 274664208962 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=458744 CPUtime=5.94 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 31967 0 0 0 564 30 0 0 19 0 5 0 516748099 469753856 84343 33554432000 4194304 5787044 140734049970048 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=458744 CPUtime=5.8 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29357 0 0 0 554 26 0 0 20 0 5 0 516748102 469753856 84343 33554432000 4194304 5787044 140734049970048 18446744073709551615 5576457 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=458744 CPUtime=4.65 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 22419 0 0 0 441 24 0 0 25 0 5 0 516748106 469753856 84343 33554432000 4194304 5787044 140734049970048 18446744073709551615 4279083 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.55
Current children cumulated vsize (KiB) 467444

[startup+12.7004 s]
/proc/loadavg: 8.46 8.25 8.30 9/186 21002
/proc/meminfo: memFree=23845448/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=539336 CPUtime=48.12 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 141044 0 0 0 4693 119 0 0 18 0 5 0 516748087 552280064 94077 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 134834 94077 418 389 0 130584 0
[pid=20997/tid=20999] ppid=20996 vsize=539336 CPUtime=12.33 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25501 0 0 0 1202 31 0 0 25 0 5 0 516748097 552280064 94077 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=539336 CPUtime=12.33 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32178 0 0 0 1203 30 0 0 25 0 5 0 516748099 552280064 94077 33554432000 4194304 5787044 140734049970048 18446744073709551615 5586841 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=539336 CPUtime=12.2 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29392 0 0 0 1194 26 0 0 25 0 5 0 516748102 552280064 94077 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=539336 CPUtime=11.05 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 39232 0 0 0 1077 28 0 0 25 0 5 0 516748106 552280064 94077 33554432000 4194304 5787044 140734049970048 18446744073709551615 5526949 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.12
Current children cumulated vsize (KiB) 548036

[startup+25.5012 s]
/proc/loadavg: 8.46 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23830688/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=99.23 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 144871 0 0 0 9801 122 0 0 18 0 5 0 516748087 619388928 97266 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97266 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=25.07 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25589 0 0 0 2475 32 0 0 25 0 5 0 516748097 619388928 97266 33554432000 4194304 5787044 140734049970048 18446744073709551615 5592152 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=25.14 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32301 0 0 0 2483 31 0 0 25 0 5 0 516748099 619388928 97266 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=25 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29436 0 0 0 2473 27 0 0 25 0 5 0 516748102 619388928 97266 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=23.84 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 42804 0 0 0 2354 30 0 0 25 0 5 0 516748106 619388928 97266 33554432000 4194304 5787044 140734049970048 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.23
Current children cumulated vsize (KiB) 613572

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

[startup+25.9011 s]
/proc/loadavg: 8.46 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23830192/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=100.82 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 144872 0 0 0 9960 122 0 0 18 0 5 0 516748087 619388928 97267 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97267 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=25.46 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25589 0 0 0 2514 32 0 0 25 0 5 0 516748097 619388928 97267 33554432000 4194304 5787044 140734049970048 18446744073709551615 5588034 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=25.54 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32301 0 0 0 2523 31 0 0 25 0 5 0 516748099 619388928 97267 33554432000 4194304 5787044 140734049970048 18446744073709551615 5601773 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=25.4 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29437 0 0 0 2513 27 0 0 25 0 5 0 516748102 619388928 97267 33554432000 4194304 5787044 140734049970048 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=24.24 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 42804 0 0 0 2394 30 0 0 25 0 5 0 516748106 619388928 97267 33554432000 4194304 5787044 140734049970048 18446744073709551615 5527118 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (KiB) 613572

[startup+32.307 s]
/proc/loadavg: 8.43 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23828580/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=126.38 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 145065 0 0 0 12513 125 0 0 18 0 5 0 516748087 619388928 97460 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97460 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=31.83 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25647 0 0 0 3151 32 0 0 25 0 5 0 516748097 619388928 97460 33554432000 4194304 5787044 140734049970048 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=31.94 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32304 0 0 0 3163 31 0 0 25 0 5 0 516748099 619388928 97460 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=31.8 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29459 0 0 0 3153 27 0 0 25 0 5 0 516748102 619388928 97460 33554432000 4194304 5787044 140734049970048 18446744073709551615 5586818 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=30.61 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 42914 0 0 0 3029 32 0 0 25 0 5 0 516748106 619388928 97460 33554432000 4194304 5787044 140734049970048 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 126.38
Current children cumulated vsize (KiB) 613572

[startup+38.7009 s]
/proc/loadavg: 8.43 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23826936/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=151.93 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 145379 0 0 0 15067 126 0 0 18 0 5 0 516748087 619388928 97774 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97774 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=38.19 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25681 0 0 0 3787 32 0 0 25 0 5 0 516748097 619388928 97774 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591737 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=38.33 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32304 0 0 0 3802 31 0 0 25 0 5 0 516748099 619388928 97774 33554432000 4194304 5787044 140734049970048 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=38.2 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29462 0 0 0 3793 27 0 0 25 0 5 0 516748102 619388928 97774 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=37.01 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 43191 0 0 0 3668 33 0 0 25 0 5 0 516748106 619388928 97774 33554432000 4194304 5787044 140734049970048 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 151.93
Current children cumulated vsize (KiB) 613572

[startup+41.9004 s]
/proc/loadavg: 8.43 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23825572/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=164.71 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 145492 0 0 0 16345 126 0 0 18 0 5 0 516748087 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97887 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=41.38 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25681 0 0 0 4106 32 0 0 25 0 5 0 516748097 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=41.53 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32304 0 0 0 4122 31 0 0 25 0 5 0 516748099 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=41.39 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29532 0 0 0 4112 27 0 0 25 0 5 0 516748102 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=40.21 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 43234 0 0 0 3988 33 0 0 25 0 5 0 516748106 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 164.71
Current children cumulated vsize (KiB) 613572

[startup+43.5011 s]
/proc/loadavg: 8.40 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23825076/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=171.1 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 145492 0 0 0 16984 126 0 0 18 0 5 0 516748087 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97887 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=42.96 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25681 0 0 0 4264 32 0 0 25 0 5 0 516748097 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=43.13 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32304 0 0 0 4282 31 0 0 25 0 5 0 516748099 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=43 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29532 0 0 0 4273 27 0 0 25 0 5 0 516748102 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=41.81 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 43234 0 0 0 4148 33 0 0 25 0 5 0 516748106 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 171.1
Current children cumulated vsize (KiB) 613572

[startup+44.3009 s]
/proc/loadavg: 8.40 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23820736/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=174.31 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 145492 0 0 0 17305 126 0 0 18 0 5 0 516748087 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97887 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=43.76 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25681 0 0 0 4344 32 0 0 25 0 5 0 516748097 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 4218220 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=43.94 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32304 0 0 0 4363 31 0 0 25 0 5 0 516748099 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=43.8 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29532 0 0 0 4353 27 0 0 25 0 5 0 516748102 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=42.62 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 43234 0 0 0 4229 33 0 0 25 0 5 0 516748106 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5527579 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 174.31
Current children cumulated vsize (KiB) 613572

[startup+44.5009 s]
/proc/loadavg: 8.40 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23820736/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=604872 CPUtime=175.09 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) S 20996 20996 18837 0 -1 4202496 145492 0 0 0 17383 126 0 0 18 0 5 0 516748087 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 151218 97887 418 389 0 146968 0
[pid=20997/tid=20999] ppid=20996 vsize=604872 CPUtime=43.96 cores=1,3,5,7
/proc/20997/task/20999/stat : 20999 (priss) R 20996 20996 18837 0 -1 4202560 25681 0 0 0 4364 32 0 0 25 0 5 0 516748097 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20997/tid=21000] ppid=20996 vsize=604872 CPUtime=44.13 cores=1,3,5,7
/proc/20997/task/21000/stat : 21000 (priss) R 20996 20996 18837 0 -1 4202560 32304 0 0 0 4382 31 0 0 25 0 5 0 516748099 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20997/tid=21001] ppid=20996 vsize=604872 CPUtime=44 cores=1,3,5,7
/proc/20997/task/21001/stat : 21001 (priss) R 20996 20996 18837 0 -1 4202560 29532 0 0 0 4373 27 0 0 25 0 5 0 516748102 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 4254572 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20997/tid=21002] ppid=20996 vsize=604872 CPUtime=42.81 cores=1,3,5,7
/proc/20997/task/21002/stat : 21002 (priss) R 20996 20996 18837 0 -1 4202560 43234 0 0 0 4248 33 0 0 25 0 5 0 516748106 619388928 97887 33554432000 4194304 5787044 140734049970048 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 175.09
Current children cumulated vsize (KiB) 613572

[startup+44.6009 s]
/proc/loadavg: 8.40 8.26 8.30 9/186 21003
/proc/meminfo: memFree=23820736/32951132 swapFree=67111524/67111528
[pid=20996] ppid=20994 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20996/stat : 20996 (priss.sh) S 20994 20996 18837 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 516748087 8908800 252 33554432000 4194304 4922060 140736032226608 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20996/statm: 2175 252 211 178 0 68 0
[pid=20997] ppid=20996 vsize=0 CPUtime=175.46 cores=1,3,5,7
/proc/20997/stat : 20997 (priss) R 20996 20996 18837 0 -1 4202500 145537 0 0 0 17419 127 0 0 18 0 1 0 516748087 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20997/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.46
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 44.613
CPU time (s): 175.482
CPU user time (s): 174.197
CPU system time (s): 1.2858
CPU usage (%): 393.344
Max. virtual memory (cumulated for all children) (KiB): 613572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.197
system time used= 1.2858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145875
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= 24946
involuntary context switches= 3537

runsolver used 0.06399 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 06:31:24
IDJOB=3287733
IDBENCH=82473
IDSOLVER=1603
FILE ID=node131/3287733-1304051484
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71364 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287733-1304051484/watcher-3287733-1304051484 -o /tmp/evaluation-result-3287733-1304051484/solver-3287733-1304051484 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3287733-1304051484.cnf 878308901 4800 15500 4

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=878308901

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24224964 kB
Buffers:        956116 kB
Cached:        6301056 kB
SwapCached:          4 kB
Active:        1194604 kB
Inactive:      7034700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24224964 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6864 kB
Writeback:           0 kB
AnonPages:      971784 kB
Mapped:          15692 kB
Slab:           432236 kB
PageTables:       7020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1259844 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71364 MiB
End job on node131 at 2011-04-29 06:32:09