Trace number 3499409

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 1759.95 440.036

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-7-12-unsat.cnf
MD5SUM72a4d94c7603cb921acb8c9bb848aa10
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.9122
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of clauses301
Sum of the clauses size1092
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2252
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 549

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: 20167
0.00/0.00	c parsetime: 140us
0.00/0.00	c parsed 301 clauses with 84 variables
0.00/0.00	c NW started thread 0 successfully (1086789952)
0.00/0.00	c NW started thread 1 successfully (1097279808)
0.00/0.00	c NW started thread 2 successfully (1107769664)
0.00/0.00	c NW started thread 3 successfully (1118259520)
0.00/0.90	c preprocessor returned 10119 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 900675us (0s)
0.00/0.91	c preprocessor returned 10119 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 901084us (0s)
0.00/0.91	c preprocessor returned 10119 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 906683us (0s)
18.34/4.67	c preprocessor returned 30341 variables
18.34/4.67	c preprocessing returned UNKNOWN
18.34/4.67	c PP set 0 variables
18.34/4.67	c pp time: 4670058us (4s)
1759.45/439.93	c ====================
1759.45/439.93	c implication/decision inf%(inf)
1759.45/439.93	c decisions:           718364
1759.45/439.93	c last level:          0
1759.45/439.93	c conflicts:           577760
1759.45/439.93	c restarts:            3830
1759.45/439.93	c rejected_restarts    0
1759.45/439.93	c removals:            18
1759.45/439.93	c removed clauses:     419438
1759.45/439.93	c oft clauses:         0
1759.86/440.02	c solvetime: 439109661us (439s)
1759.86/440.02	c sended clauses   | 0 | 0 | 0 | 0 |
1759.86/440.02	c received clauses | 0 | 0 | 0 | 0 |
1759.86/440.02	c join all other threads
1759.86/440.02	c joined thread 0
1759.86/440.02	c joined thread 1
1759.86/440.02	c joined thread 2
1759.86/440.02	c joined thread 3
1759.86/440.02	c memory usage (vsize): 256 MB
1759.86/440.02	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499409-1307999056/watcher-3499409-1307999056 -o /var/tmp/evaluation-result-3499409-1307999056/solver-3499409-1307999056 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499409-1307999056.cnf 1655851473 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.87 3.91 3.86 1/170 20166
/proc/meminfo: memFree=24517336/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0

[startup+0.101201 s]
/proc/loadavg: 3.87 3.91 3.86 1/170 20166
/proc/meminfo: memFree=24517336/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201183 s]
/proc/loadavg: 3.87 3.91 3.86 1/170 20166
/proc/meminfo: memFree=24517336/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300165 s]
/proc/loadavg: 3.87 3.91 3.86 1/170 20166
/proc/meminfo: memFree=24517336/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701092 s]
/proc/loadavg: 3.87 3.91 3.86 1/170 20166
/proc/meminfo: memFree=24517336/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 3.87 3.91 3.86 5/176 20172
/proc/meminfo: memFree=24494620/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=214844 CPUtime=5.95 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 7000 0 0 0 591 4 0 0 25 0 5 0 990136306 220000256 6461 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 53711 6461 405 389 0 49461 0
[pid=20167/tid=20168] ppid=20166 vsize=214844 CPUtime=1.48 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 1196 0 0 0 147 1 0 0 18 0 5 0 990136307 220000256 6461 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=214844 CPUtime=1.48 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 951 0 0 0 148 0 0 0 18 0 5 0 990136307 220000256 6461 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591988 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=214844 CPUtime=1.48 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 1448 0 0 0 146 2 0 0 18 0 5 0 990136307 220000256 6461 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=214844 CPUtime=1.48 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 1907 0 0 0 148 0 0 0 25 0 5 0 990136307 220000256 6461 33554432000 4194304 5787044 140734845029008 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 223544

[startup+3.10064 s]
/proc/loadavg: 3.87 3.91 3.86 5/176 20172
/proc/meminfo: memFree=24491892/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=215820 CPUtime=12.35 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 7713 0 0 0 1230 5 0 0 25 0 5 0 990136306 220999680 7174 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 53955 7174 405 389 0 49705 0
[pid=20167/tid=20168] ppid=20166 vsize=215820 CPUtime=3.08 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 1429 0 0 0 307 1 0 0 18 0 5 0 990136307 220999680 7174 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=215820 CPUtime=3.07 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 1197 0 0 0 307 0 0 0 18 0 5 0 990136307 220999680 7174 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=215820 CPUtime=3.08 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 1682 0 0 0 306 2 0 0 18 0 5 0 990136307 220999680 7174 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=215820 CPUtime=3.08 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 1907 0 0 0 308 0 0 0 25 0 5 0 990136307 220999680 7174 33554432000 4194304 5787044 140734845029008 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 224520

[startup+6.30104 s]
/proc/loadavg: 3.88 3.91 3.86 5/176 20172
/proc/meminfo: memFree=24484764/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=220148 CPUtime=25.15 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 10260 0 0 0 2507 8 0 0 25 0 5 0 990136306 225431552 9009 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 55037 9009 418 389 0 50787 0
[pid=20167/tid=20168] ppid=20166 vsize=220148 CPUtime=6.29 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 1687 0 0 0 627 2 0 0 18 0 5 0 990136307 225431552 9009 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=220148 CPUtime=6.28 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 1515 0 0 0 627 1 0 0 20 0 5 0 990136307 225431552 9009 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=220148 CPUtime=6.28 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 1960 0 0 0 624 4 0 0 21 0 5 0 990136307 225431552 9009 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=220148 CPUtime=6.28 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 3600 0 0 0 628 0 0 0 18 0 5 0 990136307 225431552 9009 33554432000 4194304 5787044 140734845029008 18446744073709551615 5527689 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 228848

[startup+12.7008 s]
/proc/loadavg: 3.89 3.91 3.87 5/176 20173
/proc/meminfo: memFree=24474132/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=226440 CPUtime=50.72 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 12685 0 0 0 5063 9 0 0 25 0 5 0 990136306 231874560 11434 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 56610 11434 418 389 0 52360 0
[pid=20167/tid=20168] ppid=20166 vsize=226440 CPUtime=12.68 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 2090 0 0 0 1266 2 0 0 18 0 5 0 990136307 231874560 11434 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=226440 CPUtime=12.67 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 2861 0 0 0 1266 1 0 0 21 0 5 0 990136307 231874560 11434 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=226440 CPUtime=12.67 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 2312 0 0 0 1263 4 0 0 18 0 5 0 990136307 231874560 11434 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=226440 CPUtime=12.67 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 3924 0 0 0 1267 0 0 0 18 0 5 0 990136307 231874560 11434 33554432000 4194304 5787044 140734845029008 18446744073709551615 4220304 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 235140

[startup+25.5004 s]
/proc/loadavg: 3.92 3.92 3.87 5/176 20173
/proc/meminfo: memFree=24468980/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=229112 CPUtime=101.91 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 14277 0 0 0 10179 12 0 0 25 0 5 0 990136306 234610688 13026 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 57278 13026 418 389 0 53028 0
[pid=20167/tid=20168] ppid=20166 vsize=229112 CPUtime=25.48 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 2421 0 0 0 2546 2 0 0 18 0 5 0 990136307 234610688 13026 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=229112 CPUtime=25.47 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 3267 0 0 0 2546 1 0 0 25 0 5 0 990136307 234610688 13026 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=229112 CPUtime=25.45 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 2692 0 0 0 2540 5 0 0 18 0 5 0 990136307 234610688 13026 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=229112 CPUtime=25.47 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 4399 0 0 0 2546 1 0 0 18 0 5 0 990136307 234610688 13026 33554432000 4194304 5787044 140734845029008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 237812

[startup+51.1006 s]
/proc/loadavg: 3.94 3.92 3.87 5/176 20174
/proc/meminfo: memFree=24455028/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=236588 CPUtime=204.29 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 17815 0 0 0 20413 16 0 0 25 0 5 0 990136306 242266112 16562 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 59147 16562 418 389 0 54897 0
[pid=20167/tid=20168] ppid=20166 vsize=236588 CPUtime=51.08 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 3051 0 0 0 5105 3 0 0 25 0 5 0 990136307 242266112 16562 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=236588 CPUtime=51.07 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 3939 0 0 0 5105 2 0 0 25 0 5 0 990136307 242266112 16562 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=236588 CPUtime=51.05 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 4423 0 0 0 5098 7 0 0 19 0 5 0 990136307 242266112 16562 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=236588 CPUtime=51.07 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 4904 0 0 0 5105 2 0 0 25 0 5 0 990136307 242266112 16562 33554432000 4194304 5787044 140734845029008 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.29
Current children cumulated vsize (KiB) 245288

[startup+102.301 s]
/proc/loadavg: 3.97 3.93 3.87 5/176 20175
/proc/meminfo: memFree=24434888/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=246284 CPUtime=409.1 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 22661 0 0 0 40889 21 0 0 25 0 5 0 990136306 252194816 21406 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 61571 21406 418 389 0 57321 0
[pid=20167/tid=20168] ppid=20166 vsize=246284 CPUtime=102.28 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 4038 0 0 0 10224 4 0 0 25 0 5 0 990136307 252194816 21406 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=246284 CPUtime=102.27 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 4974 0 0 0 10224 3 0 0 25 0 5 0 990136307 252194816 21406 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=246284 CPUtime=102.25 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 6475 0 0 0 10216 9 0 0 25 0 5 0 990136307 252194816 21406 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=246284 CPUtime=102.27 cores=0-7

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

[pid=20167/tid=20169] ppid=20166 vsize=273832 CPUtime=402.25 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 40220 5 0 0 25 0 5 0 990136307 280403968 34302 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=273832 CPUtime=402.23 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9069 0 0 0 40211 12 0 0 25 0 5 0 990136307 280403968 34302 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=273832 CPUtime=402.26 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 8921 0 0 0 40221 5 0 0 25 0 5 0 990136307 280403968 34302 33554432000 4194304 5787044 140734845029008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1609.05
Current children cumulated vsize (KiB) 282532

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

[startup+409.601 s]
/proc/loadavg: 3.99 3.97 3.90 5/176 20183
/proc/meminfo: memFree=24382528/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=273832 CPUtime=1638.25 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 35840 0 0 0 163795 30 0 0 25 0 5 0 990136306 280403968 34353 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68458 34353 418 389 0 64208 0
[pid=20167/tid=20168] ppid=20166 vsize=273832 CPUtime=409.56 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7627 0 0 0 40950 6 0 0 25 0 5 0 990136307 280403968 34353 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=273832 CPUtime=409.55 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 40950 5 0 0 25 0 5 0 990136307 280403968 34353 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=273832 CPUtime=409.53 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9069 0 0 0 40941 12 0 0 25 0 5 0 990136307 280403968 34353 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=273832 CPUtime=409.56 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 8972 0 0 0 40951 5 0 0 25 0 5 0 990136307 280403968 34353 33554432000 4194304 5787044 140734845029008 18446744073709551615 5527696 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1638.25
Current children cumulated vsize (KiB) 282532

[startup+422.401 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20183
/proc/meminfo: memFree=24382148/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=274444 CPUtime=1689.47 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 35990 0 0 0 168917 30 0 0 25 0 5 0 990136306 281030656 34503 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68611 34503 418 389 0 64361 0
[pid=20167/tid=20168] ppid=20166 vsize=274444 CPUtime=422.37 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7627 0 0 0 42231 6 0 0 25 0 5 0 990136307 281030656 34503 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=274444 CPUtime=422.36 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 42231 5 0 0 25 0 5 0 990136307 281030656 34503 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=274444 CPUtime=422.34 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9070 0 0 0 42222 12 0 0 25 0 5 0 990136307 281030656 34503 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=274444 CPUtime=422.37 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 9121 0 0 0 42232 5 0 0 25 0 5 0 990136307 281030656 34503 33554432000 4194304 5787044 140734845029008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1689.47
Current children cumulated vsize (KiB) 283144

[startup+428.801 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20184
/proc/meminfo: memFree=24382024/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=274444 CPUtime=1715.05 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 36003 0 0 0 171475 30 0 0 25 0 5 0 990136306 281030656 34516 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68611 34516 418 389 0 64361 0
[pid=20167/tid=20168] ppid=20166 vsize=274444 CPUtime=428.76 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7627 0 0 0 42870 6 0 0 20 0 5 0 990136307 281030656 34516 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=274444 CPUtime=428.75 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 42870 5 0 0 25 0 5 0 990136307 281030656 34516 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=274444 CPUtime=428.73 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9070 0 0 0 42861 12 0 0 25 0 5 0 990136307 281030656 34516 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=274444 CPUtime=428.76 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 9134 0 0 0 42871 5 0 0 25 0 5 0 990136307 281030656 34516 33554432000 4194304 5787044 140734845029008 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1715.05
Current children cumulated vsize (KiB) 283144

[startup+435.2 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20184
/proc/meminfo: memFree=24381760/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=274700 CPUtime=1740.65 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 36060 0 0 0 174035 30 0 0 25 0 5 0 990136306 281292800 34573 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68675 34573 418 389 0 64425 0
[pid=20167/tid=20168] ppid=20166 vsize=274700 CPUtime=435.16 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7627 0 0 0 43510 6 0 0 20 0 5 0 990136307 281292800 34573 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=274700 CPUtime=435.15 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 43510 5 0 0 25 0 5 0 990136307 281292800 34573 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=274700 CPUtime=435.13 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9070 0 0 0 43501 12 0 0 25 0 5 0 990136307 281292800 34573 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=274700 CPUtime=435.16 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 9191 0 0 0 43511 5 0 0 25 0 5 0 990136307 281292800 34573 33554432000 4194304 5787044 140734845029008 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.65
Current children cumulated vsize (KiB) 283400

[startup+438.401 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20184
/proc/meminfo: memFree=24381760/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=274700 CPUtime=1753.45 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 36072 0 0 0 175315 30 0 0 25 0 5 0 990136306 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68675 34585 418 389 0 64425 0
[pid=20167/tid=20168] ppid=20166 vsize=274700 CPUtime=438.36 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7627 0 0 0 43830 6 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=274700 CPUtime=438.35 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 43830 5 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=274700 CPUtime=438.33 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9070 0 0 0 43821 12 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=274700 CPUtime=438.37 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 9203 0 0 0 43832 5 0 0 23 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1753.45
Current children cumulated vsize (KiB) 283400

[startup+439.201 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20184
/proc/meminfo: memFree=24381636/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=274700 CPUtime=1756.65 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 36072 0 0 0 175635 30 0 0 25 0 5 0 990136306 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68675 34585 418 389 0 64425 0
[pid=20167/tid=20168] ppid=20166 vsize=274700 CPUtime=439.16 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7627 0 0 0 43910 6 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=274700 CPUtime=439.15 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 43910 5 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=274700 CPUtime=439.13 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9070 0 0 0 43901 12 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=274700 CPUtime=439.17 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 9203 0 0 0 43912 5 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1756.65
Current children cumulated vsize (KiB) 283400

[startup+439.601 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20184
/proc/meminfo: memFree=24381636/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=274700 CPUtime=1758.25 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 36072 0 0 0 175795 30 0 0 25 0 5 0 990136306 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68675 34585 418 389 0 64425 0
[pid=20167/tid=20168] ppid=20166 vsize=274700 CPUtime=439.56 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7627 0 0 0 43950 6 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=274700 CPUtime=439.55 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 43950 5 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=274700 CPUtime=439.53 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9070 0 0 0 43941 12 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=274700 CPUtime=439.57 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 9203 0 0 0 43952 5 0 0 25 0 5 0 990136307 281292800 34585 33554432000 4194304 5787044 140734845029008 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1758.25
Current children cumulated vsize (KiB) 283400

[startup+440.001 s]
/proc/loadavg: 3.99 3.97 3.91 4/176 20184
/proc/meminfo: memFree=24381636/32950928 swapFree=67054844/67111528
[pid=20166] ppid=20164 vsize=8700 CPUtime=0 cores=0-7
/proc/20166/stat : 20166 (priss.sh) S 20164 20166 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990136306 8908800 252 33554432000 4194304 4922060 140734102169104 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20166/statm: 2175 252 211 178 0 68 0
[pid=20167] ppid=20166 vsize=274700 CPUtime=1759.86 cores=0-7
/proc/20167/stat : 20167 (priss) S 20166 20166 20091 0 -1 4202496 36084 0 0 0 175956 30 0 0 25 0 5 0 990136306 281292800 34597 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20167/statm: 68675 34597 430 389 0 64425 0
[pid=20167/tid=20168] ppid=20166 vsize=274700 CPUtime=439.96 cores=0-7
/proc/20167/task/20168/stat : 20168 (priss) R 20166 20166 20091 0 -1 4202560 7639 0 0 0 43990 6 0 0 17 0 5 0 990136307 281292800 34597 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907316405 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20167/tid=20169] ppid=20166 vsize=274700 CPUtime=439.96 cores=0-7
/proc/20167/task/20169/stat : 20169 (priss) R 20166 20166 20091 0 -1 4202560 8674 0 0 0 43991 5 0 0 25 0 5 0 990136307 281292800 34597 33554432000 4194304 5787044 140734845029008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20167/tid=20170] ppid=20166 vsize=274700 CPUtime=439.94 cores=0-7
/proc/20167/task/20170/stat : 20170 (priss) R 20166 20166 20091 0 -1 4202560 9070 0 0 0 43982 12 0 0 25 0 5 0 990136307 281292800 34597 33554432000 4194304 5787044 140734845029008 18446744073709551615 231907316405 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20167/tid=20171] ppid=20166 vsize=274700 CPUtime=439.97 cores=0-7
/proc/20167/task/20171/stat : 20171 (priss) R 20166 20166 20091 0 -1 4202560 9203 0 0 0 43992 5 0 0 25 0 5 0 990136307 281292800 34597 33554432000 4194304 5787044 140734845029008 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1759.86
Current children cumulated vsize (KiB) 283400

Child status: 20
Real time (s): 440.036
CPU time (s): 1759.95
CPU user time (s): 1759.63
CPU system time (s): 0.312952
CPU usage (%): 399.955
Max. virtual memory (cumulated for all children) (KiB): 283400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1759.63
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36453
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= 5715
involuntary context switches= 6907

runsolver used 0.6549 second user time and 1.67575 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-13 23:04:16
IDJOB=3499409
IDBENCH=83222
IDSOLVER=1994
FILE ID=node114/3499409-1307999056
RUNJOBID= node114-1307998975-20105
PBS_JOBID= 13559839
Free space on /var/tmp= 2884 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-7-12-unsat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499409-1307999056/watcher-3499409-1307999056 -o /var/tmp/evaluation-result-3499409-1307999056/solver-3499409-1307999056 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499409-1307999056.cnf 1655851473 40000 31000 8

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

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=1655851473

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24517384 kB
Buffers:         63816 kB
Cached:        7987416 kB
SwapCached:      10332 kB
Active:         169496 kB
Inactive:      7900492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24517384 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:       16748 kB
Mapped:          12280 kB
Slab:           296764 kB
PageTables:       3852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node114 at 2011-06-13 23:11:36