Trace number 3280465

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 770.703 193.002

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

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: 18980
0.00/0.00	c parsetime: 2897us
0.00/0.00	c parsed 11039 clauses with 3189 variables
0.00/0.00	c NW started thread 0 successfully (1117653312)
0.00/0.00	c NW started thread 1 successfully (1128143168)
0.00/0.01	c NW started thread 2 successfully (1138633024)
0.00/0.01	c NW started thread 3 successfully (1149122880)
0.00/0.62	c preprocessor returned 10001 variables
0.00/0.62	c preprocessing returned UNKNOWN
0.00/0.62	c PP set 399 variables
0.00/0.62	c pp time: 605256us (0s)
0.00/0.62	c preprocessor returned 10001 variables
0.00/0.62	c preprocessing returned UNKNOWN
0.00/0.62	c preprocessor returned 10001 variables
0.00/0.62	c preprocessing returned UNKNOWN
0.00/0.62	c PP set 399 variables
0.00/0.62	c pp time: 605582us (c PP set 399 variables
0.00/0.62	c pp time: 605785us (0s)
0.00/0.62	0s)
0.00/1.50	c preprocessor returned 30007 variables
0.00/1.50	c preprocessing returned UNKNOWN
0.00/1.50	c PP set 399 variables
0.00/1.50	c pp time: 1488139us (1s)
0.00/1.53	c HTE
0.00/1.54	c subsumption
0.00/1.54	c simplified formula contains 0 unit clauses
676.05/169.37	c added unsatisfied clause
676.05/169.37	c failed to add network clauses
750.74/188.05	c added unsatisfied clause
750.74/188.05	c failed to add network clauses
758.35/189.96	c added unsatisfied clause
758.35/189.96	c failed to add network clauses
769.52/192.71	c added unsatisfied clause
769.52/192.71	c failed to add network clauses
770.31/192.90	c ====================
770.31/192.90	c implication/decision inf%(inf)
770.31/192.90	c decisions:           640816
770.31/192.90	c last level:          0
770.31/192.90	c conflicts:           485305
770.31/192.90	c restarts:            3220
770.31/192.90	c rejected_restarts    0
770.31/192.90	c removals:            17
770.31/192.90	c removed clauses:     315518
770.31/192.90	c oft clauses:         0
770.31/192.91	c ====================
770.31/192.99	c solvetime: 192373302us (192s)
770.31/192.99	c sended clauses   | 12448 | 12652 | 7358 | 15840 |
770.31/192.99	c received clauses | 0 | 71 | 55 | 16 |
770.31/192.99	c join all other threads
770.31/192.99	c joined thread 0
770.31/192.99	c joined thread 1
770.31/192.99	c joined thread 2
770.31/192.99	c joined thread 3
770.31/192.99	c memory usage (vsize): 365 MB
770.31/192.99	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-3280465-1304037934/watcher-3280465-1304037934 -o /tmp/evaluation-result-3280465-1304037934/solver-3280465-1304037934 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3280465-1304037934.cnf 866099063 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: 7.88 8.08 7.88 7/180 18979
/proc/meminfo: memFree=24932688/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0

[startup+0.817711 s]
/proc/loadavg: 7.88 8.08 7.88 7/180 18979
/proc/meminfo: memFree=24932688/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900697 s]
/proc/loadavg: 7.88 8.08 7.88 7/180 18979
/proc/meminfo: memFree=24932688/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00068 s]
/proc/loadavg: 7.88 8.08 7.88 7/180 18979
/proc/meminfo: memFree=24932688/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10066 s]
/proc/loadavg: 7.88 8.08 7.88 7/180 18979
/proc/meminfo: memFree=24932688/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 7.88 8.08 7.88 7/180 18979
/proc/meminfo: memFree=24932688/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10032 s]
/proc/loadavg: 7.88 8.08 7.88 9/186 18985
/proc/meminfo: memFree=24892544/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=347708 CPUtime=12.33 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 13789 0 0 0 1229 4 0 0 18 0 5 0 515393063 356052992 10140 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 86927 10140 419 389 0 82677 0
[pid=18980/tid=18982] ppid=18979 vsize=347708 CPUtime=3.07 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 3218 0 0 0 307 0 0 0 25 0 5 0 515393064 356052992 10140 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=347708 CPUtime=3.08 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 2192 0 0 0 307 1 0 0 25 0 5 0 515393064 356052992 10140 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=347708 CPUtime=3.08 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 1491 0 0 0 307 1 0 0 25 0 5 0 515393064 356052992 10140 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=347708 CPUtime=3.07 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 5338 0 0 0 306 1 0 0 25 0 5 0 515393064 356052992 10140 33554432000 4194304 5787044 140734241141680 18446744073709551615 5526983 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 356408

[startup+6.30677 s]
/proc/loadavg: 8.13 8.13 7.90 9/186 18985
/proc/meminfo: memFree=24828372/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=349540 CPUtime=25.13 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 15232 0 0 0 2508 5 0 0 18 0 5 0 515393063 357928960 11583 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 87385 11583 419 389 0 83135 0
[pid=18980/tid=18982] ppid=18979 vsize=349540 CPUtime=6.28 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 3524 0 0 0 628 0 0 0 24 0 5 0 515393064 357928960 11583 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=349540 CPUtime=6.28 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 2519 0 0 0 627 1 0 0 25 0 5 0 515393064 357928960 11583 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=349540 CPUtime=6.27 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 1930 0 0 0 626 1 0 0 25 0 5 0 515393064 357928960 11583 33554432000 4194304 5787044 140734241141680 18446744073709551615 4229452 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=349540 CPUtime=6.25 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 5709 0 0 0 624 1 0 0 25 0 5 0 515393064 357928960 11583 33554432000 4194304 5787044 140734241141680 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 358240

[startup+12.7007 s]
/proc/loadavg: 8.12 8.13 7.90 9/186 18985
/proc/meminfo: memFree=24736932/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=351176 CPUtime=50.65 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 17251 0 0 0 5053 12 0 0 18 0 5 0 515393063 359604224 13602 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 87794 13602 419 389 0 83544 0
[pid=18980/tid=18982] ppid=18979 vsize=351176 CPUtime=12.67 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 4074 0 0 0 1265 2 0 0 25 0 5 0 515393064 359604224 13602 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=351176 CPUtime=12.65 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 3060 0 0 0 1260 5 0 0 25 0 5 0 515393064 359604224 13602 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=351176 CPUtime=12.66 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 2314 0 0 0 1265 1 0 0 25 0 5 0 515393064 359604224 13602 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=351176 CPUtime=12.61 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 6253 0 0 0 1260 1 0 0 25 0 5 0 515393064 359604224 13602 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 359876

[startup+25.5004 s]
/proc/loadavg: 8.09 8.12 7.90 9/186 18985
/proc/meminfo: memFree=24718160/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=359736 CPUtime=101.75 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 21367 0 0 0 10160 15 0 0 18 0 5 0 515393063 368369664 17718 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 89934 17718 419 389 0 85684 0
[pid=18980/tid=18982] ppid=18979 vsize=359736 CPUtime=25.48 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 5832 0 0 0 2545 3 0 0 25 0 5 0 515393064 368369664 17718 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=359736 CPUtime=25.45 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 3771 0 0 0 2538 7 0 0 25 0 5 0 515393064 368369664 17718 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=359736 CPUtime=25.44 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 3374 0 0 0 2543 1 0 0 25 0 5 0 515393064 368369664 17718 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=359736 CPUtime=25.34 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 6840 0 0 0 2532 2 0 0 25 0 5 0 515393064 368369664 17718 33554432000 4194304 5787044 140734241141680 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 368436

[startup+51.101 s]
/proc/loadavg: 8.06 8.11 7.90 9/186 18986
/proc/meminfo: memFree=24686820/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=367084 CPUtime=203.97 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 25708 0 0 0 20376 21 0 0 18 0 5 0 515393063 375894016 22053 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 91771 22053 419 389 0 87521 0
[pid=18980/tid=18982] ppid=18979 vsize=367084 CPUtime=51.08 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 6624 0 0 0 5104 4 0 0 25 0 5 0 515393064 375894016 22053 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=367084 CPUtime=51.02 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 4613 0 0 0 5092 10 0 0 25 0 5 0 515393064 375894016 22053 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=367084 CPUtime=51.03 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 4165 0 0 0 5101 2 0 0 25 0 5 0 515393064 375894016 22053 33554432000 4194304 5787044 140734241141680 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=367084 CPUtime=50.81 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 8756 0 0 0 5077 4 0 0 25 0 5 0 515393064 375894016 22053 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527755 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 375784

[startup+102.301 s]
/proc/loadavg: 8.06 8.11 7.91 9/186 18987
/proc/meminfo: memFree=24647200/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=377636 CPUtime=408.45 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 30749 0 0 0 40819 26 0 0 18 0 5 0 515393063 386699264 27030 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 94409 27030 419 389 0 90159 0
[pid=18980/tid=18982] ppid=18979 vsize=377636 CPUtime=102.27 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 8516 0 0 0 10223 4 0 0 25 0 5 0 515393064 386699264 27030 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=377636 CPUtime=102.21 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 5421 0 0 0 10209 12 0 0 25 0 5 0 515393064 386699264 27030 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=377636 CPUtime=102.21 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 5671 0 0 0 10218 3 0 0 25 0 5 0 515393064 386699264 27030 33554432000 4194304 5787044 140734241141680 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=377636 CPUtime=101.72 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 9591 0 0 0 10167 5 0 0 25 0 5 0 515393064 386699264 27030 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.45
Current children cumulated vsize (KiB) 386336

[startup+162.301 s]
/proc/loadavg: 8.06 8.10 7.91 9/186 18989
/proc/meminfo: memFree=24611600/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=386596 CPUtime=648.1 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 35906 0 0 0 64779 31 0 0 18 0 5 0 515393063 395874304 32088 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 96649 32088 419 389 0 92399 0
[pid=18980/tid=18982] ppid=18979 vsize=386596 CPUtime=162.27 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9546 0 0 0 16222 5 0 0 25 0 5 0 515393064 395874304 32088 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=386596 CPUtime=162.2 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 6395 0 0 0 16207 13 0 0 25 0 5 0 515393064 395874304 32088 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=386596 CPUtime=162.19 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 7876 0 0 0 16215 4 0 0 25 0 5 0 515393064 395874304 32088 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=386596 CPUtime=161.39 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10539 0 0 0 16133 6 0 0 25 0 5 0 515393064 395874304 32088 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.1
Current children cumulated vsize (KiB) 395296

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

[startup+179.901 s]
/proc/loadavg: 8.11 8.11 7.92 9/186 18989
/proc/meminfo: memFree=24608496/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=386596 CPUtime=718.39 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 36086 0 0 0 71808 31 0 0 18 0 5 0 515393063 395874304 32268 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 96649 32268 419 389 0 92399 0
[pid=18980/tid=18982] ppid=18979 vsize=386596 CPUtime=179.87 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9625 0 0 0 17981 6 0 0 25 0 5 0 515393064 395874304 32268 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=386596 CPUtime=179.79 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 6435 0 0 0 17966 13 0 0 25 0 5 0 515393064 395874304 32268 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=386596 CPUtime=179.78 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 7926 0 0 0 17974 4 0 0 25 0 5 0 515393064 395874304 32268 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=386596 CPUtime=178.9 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10550 0 0 0 17884 6 0 0 25 0 5 0 515393064 395874304 32268 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 718.39
Current children cumulated vsize (KiB) 395296

[startup+186.301 s]
/proc/loadavg: 8.09 8.11 7.92 9/186 18989
/proc/meminfo: memFree=24600436/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=391912 CPUtime=743.95 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 37553 0 0 0 74363 32 0 0 18 0 5 0 515393063 401317888 33735 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 97978 33735 419 389 0 93728 0
[pid=18980/tid=18982] ppid=18979 vsize=391912 CPUtime=186.27 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9640 0 0 0 18621 6 0 0 25 0 5 0 515393064 401317888 33735 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=391912 CPUtime=186.19 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 7552 0 0 0 18606 13 0 0 25 0 5 0 515393064 401317888 33735 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=391912 CPUtime=186.19 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 8196 0 0 0 18614 5 0 0 25 0 5 0 515393064 401317888 33735 33554432000 4194304 5787044 140734241141680 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=391912 CPUtime=185.26 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10615 0 0 0 18520 6 0 0 25 0 5 0 515393064 401317888 33735 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 743.95
Current children cumulated vsize (KiB) 400612

[startup+189.501 s]
/proc/loadavg: 8.09 8.11 7.92 9/186 18990
/proc/meminfo: memFree=24597460/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=392440 CPUtime=756.74 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 37748 0 0 0 75642 32 0 0 18 0 5 0 515393063 401858560 33930 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 98110 33930 419 389 0 93860 0
[pid=18980/tid=18982] ppid=18979 vsize=392440 CPUtime=189.47 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9693 0 0 0 18941 6 0 0 25 0 5 0 515393064 401858560 33930 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=392440 CPUtime=189.39 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 7560 0 0 0 18926 13 0 0 25 0 5 0 515393064 401858560 33930 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=392440 CPUtime=189.39 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 8329 0 0 0 18934 5 0 0 25 0 5 0 515393064 401858560 33930 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=392440 CPUtime=188.44 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10616 0 0 0 18838 6 0 0 25 0 5 0 515393064 401858560 33930 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 756.74
Current children cumulated vsize (KiB) 401140

[startup+191.107 s]
/proc/loadavg: 8.08 8.10 7.92 9/186 18990
/proc/meminfo: memFree=24594976/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=392704 CPUtime=763.15 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 37866 0 0 0 76283 32 0 0 18 0 5 0 515393063 402128896 34048 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 98176 34048 419 389 0 93926 0
[pid=18980/tid=18982] ppid=18979 vsize=392704 CPUtime=191.08 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9741 0 0 0 19102 6 0 0 25 0 5 0 515393064 402128896 34048 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=392704 CPUtime=190.99 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 7565 0 0 0 19086 13 0 0 25 0 5 0 515393064 402128896 34048 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=392704 CPUtime=190.99 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 8390 0 0 0 19094 5 0 0 25 0 5 0 515393064 402128896 34048 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=392704 CPUtime=190.04 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10620 0 0 0 18998 6 0 0 25 0 5 0 515393064 402128896 34048 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 763.15
Current children cumulated vsize (KiB) 401404

[startup+191.901 s]
/proc/loadavg: 8.08 8.10 7.92 9/186 18990
/proc/meminfo: memFree=24594976/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=392704 CPUtime=766.32 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 37925 0 0 0 76600 32 0 0 18 0 5 0 515393063 402128896 34107 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 98176 34107 419 389 0 93926 0
[pid=18980/tid=18982] ppid=18979 vsize=392704 CPUtime=191.87 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9748 0 0 0 19181 6 0 0 25 0 5 0 515393064 402128896 34107 33554432000 4194304 5787044 140734241141680 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=392704 CPUtime=191.79 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 7585 0 0 0 19166 13 0 0 25 0 5 0 515393064 402128896 34107 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=392704 CPUtime=191.79 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 8420 0 0 0 19174 5 0 0 25 0 5 0 515393064 402128896 34107 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=392704 CPUtime=190.83 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10622 0 0 0 19077 6 0 0 25 0 5 0 515393064 402128896 34107 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 766.32
Current children cumulated vsize (KiB) 401404

[startup+192.701 s]
/proc/loadavg: 8.08 8.10 7.92 9/186 18990
/proc/meminfo: memFree=24594232/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=392896 CPUtime=769.52 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 37987 0 0 0 76920 32 0 0 18 0 5 0 515393063 402325504 34169 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 98224 34169 419 389 0 93974 0
[pid=18980/tid=18982] ppid=18979 vsize=392896 CPUtime=192.67 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9780 0 0 0 19261 6 0 0 25 0 5 0 515393064 402325504 34169 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=392896 CPUtime=192.59 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 7585 0 0 0 19246 13 0 0 25 0 5 0 515393064 402325504 34169 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=392896 CPUtime=192.59 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 8447 0 0 0 19254 5 0 0 25 0 5 0 515393064 402325504 34169 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=392896 CPUtime=191.62 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10625 0 0 0 19156 6 0 0 25 0 5 0 515393064 402325504 34169 33554432000 4194304 5787044 140734241141680 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 769.52
Current children cumulated vsize (KiB) 401596

[startup+192.9 s]
/proc/loadavg: 8.08 8.10 7.92 9/186 18990
/proc/meminfo: memFree=24594232/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=392896 CPUtime=770.31 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) S 18979 18979 18837 0 -1 4202496 38000 0 0 0 76999 32 0 0 18 0 5 0 515393063 402325504 34182 33554432000 4194304 5787044 140734241141680 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 98224 34182 419 389 0 93974 0
[pid=18980/tid=18982] ppid=18979 vsize=392896 CPUtime=192.87 cores=1,3,5,7
/proc/18980/task/18982/stat : 18982 (priss) R 18979 18979 18837 0 -1 4202560 9783 0 0 0 19281 6 0 0 25 0 5 0 515393064 402325504 34182 33554432000 4194304 5787044 140734241141680 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18980/tid=18983] ppid=18979 vsize=392896 CPUtime=192.79 cores=1,3,5,7
/proc/18980/task/18983/stat : 18983 (priss) R 18979 18979 18837 0 -1 4202560 7586 0 0 0 19266 13 0 0 25 0 5 0 515393064 402325504 34182 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18980/tid=18984] ppid=18979 vsize=392896 CPUtime=192.79 cores=1,3,5,7
/proc/18980/task/18984/stat : 18984 (priss) R 18979 18979 18837 0 -1 4202560 8456 0 0 0 19274 5 0 0 25 0 5 0 515393064 402325504 34182 33554432000 4194304 5787044 140734241141680 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18980/tid=18985] ppid=18979 vsize=392896 CPUtime=191.82 cores=1,3,5,7
/proc/18980/task/18985/stat : 18985 (priss) R 18979 18979 18837 0 -1 4202560 10625 0 0 0 19176 6 0 0 25 0 5 0 515393064 402325504 34182 33554432000 4194304 5787044 140734241141680 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 770.31
Current children cumulated vsize (KiB) 401596

[startup+193 s]
/proc/loadavg: 8.08 8.10 7.92 9/186 18990
/proc/meminfo: memFree=24594232/32951132 swapFree=67111524/67111528
[pid=18979] ppid=18977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18979/stat : 18979 (priss.sh) S 18977 18979 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515393063 8908800 251 33554432000 4194304 4922060 140734316411408 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18979/statm: 2175 251 211 178 0 68 0
[pid=18980] ppid=18979 vsize=0 CPUtime=770.69 cores=1,3,5,7
/proc/18980/stat : 18980 (priss) R 18979 18979 18837 0 -1 4202500 38048 0 0 0 77029 40 0 0 17 0 1 0 515393063 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18980/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 770.69
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 193.002
CPU time (s): 770.703
CPU user time (s): 770.298
CPU system time (s): 0.404938
CPU usage (%): 399.323
Max. virtual memory (cumulated for all children) (KiB): 401596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 770.298
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38386
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= 2753
involuntary context switches= 5527

runsolver used 0.290955 second user time and 0.759884 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 02:45:34
IDJOB=3280465
IDBENCH=20393
IDSOLVER=1603
FILE ID=node131/3280465-1304037934
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71372 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280465-1304037934/watcher-3280465-1304037934 -o /tmp/evaluation-result-3280465-1304037934/solver-3280465-1304037934 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3280465-1304037934.cnf 866099063 4800 15500 4

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=866099063

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:      24932968 kB
Buffers:        937388 kB
Cached:        6208212 kB
SwapCached:          4 kB
Active:         519544 kB
Inactive:      7011316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24932968 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14036 kB
Writeback:          28 kB
AnonPages:      384728 kB
Mapped:          15484 kB
Slab:           423132 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   714948 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= 71372 MiB
End job on node131 at 2011-04-29 02:48:47