Trace number 3499475

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 3652.18 913.355

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.0577
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

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: 32349
0.00/0.01	c parsetime: 5962us
0.00/0.01	c parsed 19482 clauses with 191 variables
0.00/0.01	c NW started thread 0 successfully (1084590400)
0.00/0.01	c NW started thread 1 successfully (1114528064)
0.00/0.01	c NW started thread 2 successfully (1125017920)
0.00/0.02	c NW started thread 3 successfully (1135507776)
5.93/1.55	c preprocessor returned 10036 variables
5.93/1.55	c preprocessing returned UNKNOWN
5.93/1.55	c PP set 0 variables
5.93/1.55	c pp time: 1539932us (1s)
5.93/1.55	c preprocessor returned 10036 variables
5.93/1.55	c preprocessing returned UNKNOWN
5.93/1.55	c PP set 0 variables
5.93/1.55	c pp time: 1538180us (1s)
5.93/1.56	c preprocessor returned 10036 variables
5.93/1.56	c preprocessing returned UNKNOWN
5.93/1.56	c PP set 0 variables
5.93/1.56	c pp time: 1544204us (1s)
292.65/73.23	c preprocessor returned 30178 variables
292.65/73.23	c preprocessing returned UNKNOWN
292.65/73.23	c PP set 0 variables
292.65/73.23	c pp time: 73209419us (73s)
2804.06/701.18	c added unsatisfied clause
2804.06/701.18	c failed to add network clauses
2933.66/733.57	c added unsatisfied clause
2933.66/733.57	c failed to add network clauses
3516.84/879.30	c added unsatisfied clause
3516.84/879.30	c failed to add network clauses
3562.04/890.66	c added unsatisfied clause
3562.04/890.66	c failed to add network clauses
3647.27/912.00	c added unsatisfied clause
3647.27/912.00	c failed to add network clauses
3649.25/912.47	c ====================
3649.25/912.47	c implication/decision inf%(inf)
3649.25/912.47	c decisions:           2158969
3649.25/912.47	c last level:          0
3649.25/912.47	c conflicts:           1612651
3649.25/912.47	c restarts:            10688
3649.25/912.47	c rejected_restarts    0
3649.25/912.47	c removals:            21
3649.25/912.47	c removed clauses:     998216
3649.25/912.47	c oft clauses:         0
3649.25/912.47	c ====================
3649.64/912.57	c ====================
3649.64/912.59	c ====================
3651.87/913.29	c sended clauses   | 47568 | 46382 | 933 | 35693 |
3651.87/913.29	c received clauses | 0 | 45 | 65 | 61 |
3651.87/913.29	c join all other threads
3652.12/913.33	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-3499475-1308001730/watcher-3499475-1308001730 -o /var/tmp/evaluation-result-3499475-1308001730/solver-3499475-1308001730 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499475-1308001730.cnf 1332471361 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: 4.00 4.00 3.98 1/170 32348
/proc/meminfo: memFree=3846520/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0

[startup+0.100024 s]
/proc/loadavg: 4.00 4.00 3.98 1/170 32348
/proc/meminfo: memFree=3846520/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20101 s]
/proc/loadavg: 4.00 4.00 3.98 1/170 32348
/proc/meminfo: memFree=3846520/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300985 s]
/proc/loadavg: 4.00 4.00 3.98 1/170 32348
/proc/meminfo: memFree=3846520/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700913 s]
/proc/loadavg: 4.00 4.00 3.98 1/170 32348
/proc/meminfo: memFree=3846520/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 32354
/proc/meminfo: memFree=3820828/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=214076 CPUtime=5.93 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 8315 0 0 0 590 3 0 0 25 0 5 0 911770081 219213824 7615 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 53519 7615 355 389 0 49269 0
[pid=32349/tid=32351] ppid=32348 vsize=214076 CPUtime=1.47 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 2140 0 0 0 147 0 0 0 18 0 5 0 911770083 219213824 7615 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=214076 CPUtime=1.47 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 1019 0 0 0 147 0 0 0 18 0 5 0 911770083 219213824 7615 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=214076 CPUtime=1.46 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 1208 0 0 0 146 0 0 0 18 0 5 0 911770083 219213824 7615 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=214076 CPUtime=1.47 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 2249 0 0 0 146 1 0 0 18 0 5 0 911770084 219213824 7615 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 222776

[startup+3.10046 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 32354
/proc/meminfo: memFree=3809496/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=217092 CPUtime=12.32 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 11038 0 0 0 1227 5 0 0 25 0 5 0 911770081 222302208 9803 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 54273 9803 405 389 0 50023 0
[pid=32349/tid=32351] ppid=32348 vsize=217092 CPUtime=3.07 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 3218 0 0 0 307 0 0 0 18 0 5 0 911770083 222302208 9803 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=217092 CPUtime=3.07 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 2021 0 0 0 306 1 0 0 18 0 5 0 911770083 222302208 9803 33554432000 4194304 5787044 140735193152864 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=217092 CPUtime=3.06 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 1847 0 0 0 305 1 0 0 18 0 5 0 911770083 222302208 9803 33554432000 4194304 5787044 140735193152864 18446744073709551615 5592140 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=217092 CPUtime=3.07 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 2253 0 0 0 306 1 0 0 18 0 5 0 911770084 222302208 9803 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 225792

[startup+6.30085 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 32354
/proc/meminfo: memFree=3807160/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=217908 CPUtime=25.12 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 11679 0 0 0 2506 6 0 0 25 0 5 0 911770081 223137792 10444 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 54477 10444 405 389 0 50227 0
[pid=32349/tid=32351] ppid=32348 vsize=217908 CPUtime=6.28 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 3384 0 0 0 627 1 0 0 18 0 5 0 911770083 223137792 10444 33554432000 4194304 5787044 140735193152864 18446744073709551615 5588210 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=217908 CPUtime=6.27 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 2261 0 0 0 625 2 0 0 18 0 5 0 911770083 223137792 10444 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=217908 CPUtime=6.26 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 2082 0 0 0 625 1 0 0 18 0 5 0 911770083 223137792 10444 33554432000 4194304 5787044 140735193152864 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=217908 CPUtime=6.27 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 2253 0 0 0 626 1 0 0 25 0 5 0 911770084 223137792 10444 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 226608

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 32354
/proc/meminfo: memFree=3802976/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=219592 CPUtime=50.71 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 12892 0 0 0 5063 8 0 0 25 0 5 0 911770081 224862208 11657 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 54898 11657 405 389 0 50648 0
[pid=32349/tid=32351] ppid=32348 vsize=219592 CPUtime=12.68 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 3735 0 0 0 1267 1 0 0 20 0 5 0 911770083 224862208 11657 33554432000 4194304 5787044 140735193152864 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=219592 CPUtime=12.67 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 2635 0 0 0 1264 3 0 0 22 0 5 0 911770083 224862208 11657 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=219592 CPUtime=12.66 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 2570 0 0 0 1264 2 0 0 20 0 5 0 911770083 224862208 11657 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=219592 CPUtime=12.67 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 2253 0 0 0 1266 1 0 0 25 0 5 0 911770084 224862208 11657 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 228292

[startup+25.5012 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 32355
/proc/meminfo: memFree=3791256/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=225844 CPUtime=101.9 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 15910 0 0 0 10176 14 0 0 25 0 5 0 911770081 231264256 14675 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 56461 14675 405 389 0 52211 0
[pid=32349/tid=32351] ppid=32348 vsize=225844 CPUtime=25.47 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 5461 0 0 0 2545 2 0 0 18 0 5 0 911770083 231264256 14675 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=225844 CPUtime=25.45 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 3249 0 0 0 2541 4 0 0 20 0 5 0 911770083 231264256 14675 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=225844 CPUtime=25.45 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 3248 0 0 0 2541 4 0 0 25 0 5 0 911770083 231264256 14675 33554432000 4194304 5787044 140735193152864 18446744073709551615 5585327 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=225844 CPUtime=25.47 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 2253 0 0 0 2546 1 0 0 25 0 5 0 911770084 231264256 14675 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 234544

[startup+51.1013 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 32355
/proc/meminfo: memFree=3777324/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=234416 CPUtime=204.27 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 19343 0 0 0 20407 20 0 0 25 0 5 0 911770081 240041984 18105 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 58604 18105 405 389 0 54354 0
[pid=32349/tid=32351] ppid=32348 vsize=234416 CPUtime=51.06 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 6430 0 0 0 5102 4 0 0 25 0 5 0 911770083 240041984 18105 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=234416 CPUtime=51.05 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 4894 0 0 0 5097 8 0 0 25 0 5 0 911770083 240041984 18105 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=234416 CPUtime=51.04 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 4067 0 0 0 5098 6 0 0 25 0 5 0 911770083 240041984 18105 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=234416 CPUtime=51.07 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 2253 0 0 0 5106 1 0 0 25 0 5 0 911770084 240041984 18105 33554432000 4194304 5787044 140735193152864 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.27
Current children cumulated vsize (KiB) 243116

[startup+102.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 32357
/proc/meminfo: memFree=3746556/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=248960 CPUtime=409.01 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 28032 0 0 0 40863 38 0 0 25 0 5 0 911770081 254935040 25729 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 62240 25729 419 389 0 57990 0
[pid=32349/tid=32351] ppid=32348 vsize=248960 CPUtime=102.25 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 9076 0 0 0 10217 8 0 0 18 0 5 0 911770083 254935040 25729 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=248960 CPUtime=102.23 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 6774 0 0 0 10210 13 0 0 22 0 5 0 911770083 254935040 25729 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=248960 CPUtime=102.21 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 5683 0 0 0 10210 11 0 0 18 0 5 0 911770083 254935040 25729 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=248960 CPUtime=102.26 cores=0-7

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

[pid=32349/tid=32351] ppid=32348 vsize=405508 CPUtime=882.21 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 18851 0 0 0 88184 37 0 0 25 0 5 0 911770083 415240192 75284 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=405508 CPUtime=882.2 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20819 0 0 0 88177 43 0 0 25 0 5 0 911770083 415240192 75284 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=405508 CPUtime=882.18 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 88164 54 0 0 25 0 5 0 911770083 415240192 75284 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=405508 CPUtime=882.23 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 15925 0 0 0 88200 23 0 0 25 0 5 0 911770084 415240192 75284 33554432000 4194304 5787044 140735193152864 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3528.87
Current children cumulated vsize (KiB) 414208

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

[startup+896 s]
/proc/loadavg: 3.97 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3541656/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=410532 CPUtime=3583.64 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80027 0 0 0 358206 158 0 0 25 0 5 0 911770081 420384768 76601 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 102633 76601 419 389 0 98383 0
[pid=32349/tid=32351] ppid=32348 vsize=410532 CPUtime=895.9 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 19900 0 0 0 89553 37 0 0 25 0 5 0 911770083 420384768 76601 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=410532 CPUtime=895.89 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20858 0 0 0 89546 43 0 0 25 0 5 0 911770083 420384768 76601 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=410532 CPUtime=895.88 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 89534 54 0 0 25 0 5 0 911770083 420384768 76601 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=410532 CPUtime=895.92 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 16154 0 0 0 89569 23 0 0 25 0 5 0 911770084 420384768 76601 33554432000 4194304 5787044 140735193152864 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3583.64
Current children cumulated vsize (KiB) 419232

[startup+902.401 s]
/proc/loadavg: 3.98 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3541036/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=410928 CPUtime=3609.24 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80148 0 0 0 360766 158 0 0 25 0 5 0 911770081 420790272 76722 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 102732 76722 419 389 0 98482 0
[pid=32349/tid=32351] ppid=32348 vsize=410928 CPUtime=902.3 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 19907 0 0 0 90193 37 0 0 25 0 5 0 911770083 420790272 76722 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=410928 CPUtime=902.3 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20870 0 0 0 90187 43 0 0 18 0 5 0 911770083 420790272 76722 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=410928 CPUtime=902.28 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 90174 54 0 0 25 0 5 0 911770083 420790272 76722 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=410928 CPUtime=902.32 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 16256 0 0 0 90209 23 0 0 25 0 5 0 911770084 420790272 76722 33554432000 4194304 5787044 140735193152864 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3609.24
Current children cumulated vsize (KiB) 419628

[startup+908.801 s]
/proc/loadavg: 3.98 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3540292/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=411324 CPUtime=3634.85 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80355 0 0 0 363326 159 0 0 25 0 5 0 911770081 421195776 76929 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 102831 76929 419 389 0 98581 0
[pid=32349/tid=32351] ppid=32348 vsize=411324 CPUtime=908.7 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 19919 0 0 0 90833 37 0 0 25 0 5 0 911770083 421195776 76929 33554432000 4194304 5787044 140735193152864 18446744073709551615 5590803 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=411324 CPUtime=908.69 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20957 0 0 0 90826 43 0 0 25 0 5 0 911770083 421195776 76929 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=411324 CPUtime=908.68 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 90814 54 0 0 25 0 5 0 911770083 421195776 76929 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=411324 CPUtime=908.72 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 16364 0 0 0 90849 23 0 0 25 0 5 0 911770084 421195776 76929 33554432000 4194304 5787044 140735193152864 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3634.85
Current children cumulated vsize (KiB) 420024

[startup+910.401 s]
/proc/loadavg: 3.98 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3540292/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=411456 CPUtime=3641.25 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80452 0 0 0 363966 159 0 0 25 0 5 0 911770081 421330944 77026 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 102864 77026 419 389 0 98614 0
[pid=32349/tid=32351] ppid=32348 vsize=411456 CPUtime=910.3 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 19987 0 0 0 90993 37 0 0 25 0 5 0 911770083 421330944 77026 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=411456 CPUtime=910.29 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20961 0 0 0 90986 43 0 0 25 0 5 0 911770083 421330944 77026 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=411456 CPUtime=910.28 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 90974 54 0 0 25 0 5 0 911770083 421330944 77026 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=411456 CPUtime=910.32 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 16389 0 0 0 91009 23 0 0 25 0 5 0 911770084 421330944 77026 33554432000 4194304 5787044 140735193152864 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3641.25
Current children cumulated vsize (KiB) 420156

[startup+912.006 s]
/proc/loadavg: 3.98 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3539920/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=411588 CPUtime=3647.67 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80483 0 0 0 364608 159 0 0 25 0 5 0 911770081 421466112 77057 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 102897 77057 419 389 0 98647 0
[pid=32349/tid=32351] ppid=32348 vsize=411588 CPUtime=911.9 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 19990 0 0 0 91153 37 0 0 25 0 5 0 911770083 421466112 77057 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=411588 CPUtime=911.9 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20963 0 0 0 91147 43 0 0 25 0 5 0 911770083 421466112 77057 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=411588 CPUtime=911.88 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 91134 54 0 0 25 0 5 0 911770083 421466112 77057 33554432000 4194304 5787044 140735193152864 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=411588 CPUtime=911.93 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 16415 0 0 0 91170 23 0 0 25 0 5 0 911770084 421466112 77057 33554432000 4194304 5787044 140735193152864 18446744073709551615 239476694971 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3647.67
Current children cumulated vsize (KiB) 420288

[startup+912.801 s]
/proc/loadavg: 3.98 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3539920/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=411588 CPUtime=3650.68 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80503 0 0 0 364859 209 0 0 25 0 5 0 911770081 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 102897 77077 431 389 0 98647 0
[pid=32349/tid=32351] ppid=32348 vsize=411588 CPUtime=912.66 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 20002 0 0 0 91210 56 0 0 17 0 5 0 911770083 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520885 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=411588 CPUtime=912.66 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20964 0 0 0 91212 54 0 0 16 0 5 0 911770083 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520885 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=411588 CPUtime=912.63 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 91202 61 0 0 16 0 5 0 911770083 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=411588 CPUtime=912.68 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 16422 0 0 0 91232 36 0 0 17 0 5 0 911770084 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520564 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3650.68
Current children cumulated vsize (KiB) 420288

[startup+913.201 s]
/proc/loadavg: 3.98 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3539796/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=411588 CPUtime=3651.87 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80503 0 0 0 364917 270 0 0 25 0 5 0 911770081 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 102897 77077 431 389 0 98647 0
[pid=32349/tid=32351] ppid=32348 vsize=411588 CPUtime=913.01 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) R 32348 32348 31672 0 -1 4202560 20002 0 0 0 91224 77 0 0 17 0 5 0 911770083 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520885 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=411588 CPUtime=913.01 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20964 0 0 0 91236 65 0 0 16 0 5 0 911770083 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520885 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=411588 CPUtime=912.84 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) R 32348 32348 31672 0 -1 4202560 21416 0 0 0 91214 70 0 0 16 0 5 0 911770083 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520885 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32349/tid=32354] ppid=32348 vsize=411588 CPUtime=912.94 cores=0-7
/proc/32349/task/32354/stat : 32354 (priss) R 32348 32348 31672 0 -1 4202560 16422 0 0 0 91238 56 0 0 16 0 5 0 911770084 421466112 77077 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488520564 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3651.87
Current children cumulated vsize (KiB) 420288

[startup+913.301 s]
/proc/loadavg: 3.98 3.98 3.98 5/176 32387
/proc/meminfo: memFree=3539796/32950928 swapFree=67053956/67111528
[pid=32348] ppid=32346 vsize=8700 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (priss.sh) S 32346 32348 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911770081 8908800 252 33554432000 4194304 4922060 140734628780528 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/32348/statm: 2175 252 211 178 0 68 0
[pid=32349] ppid=32348 vsize=401824 CPUtime=3652.12 cores=0-7
/proc/32349/stat : 32349 (priss) S 32348 32348 31672 0 -1 4202496 80505 0 0 0 364932 280 0 0 18 0 4 0 911770081 411467776 75406 33554432000 4194304 5787044 140735193152864 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32349/statm: 100456 75406 433 389 0 96206 0
[pid=32349/tid=32351] ppid=32348 vsize=401824 CPUtime=913.07 cores=0-7
/proc/32349/task/32351/stat : 32351 (priss) S 32348 32348 31672 0 -1 4202560 20002 0 0 0 91227 80 0 0 16 0 4 0 911770083 411467776 75406 33554432000 4194304 5787044 140735193152864 18446744073709551615 239476799982 0 0 4096 0 18446604453942800576 0 0 -1 1 0 0 0
[pid=32349/tid=32352] ppid=32348 vsize=401824 CPUtime=913.1 cores=0-7
/proc/32349/task/32352/stat : 32352 (priss) R 32348 32348 31672 0 -1 4202560 20964 0 0 0 91243 67 0 0 15 0 4 0 911770083 411467776 75406 33554432000 4194304 5787044 140735193152864 18446744073709551615 239476343759 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32349/tid=32353] ppid=32348 vsize=401824 CPUtime=912.89 cores=0-7
/proc/32349/task/32353/stat : 32353 (priss) S 32348 32348 31672 0 -1 4202560 21416 0 0 0 91217 72 0 0 15 0 4 0 911770083 411467776 75406 33554432000 4194304 5787044 140735193152864 18446744073709551615 239476799982 0 0 4096 0 18446604453942800576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3652.12
Current children cumulated vsize (KiB) 410524

Child status: 20
Real time (s): 913.355
CPU time (s): 3652.18
CPU user time (s): 3649.37
CPU system time (s): 2.81857
CPU usage (%): 399.865
Max. virtual memory (cumulated for all children) (KiB): 420288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3649.37
system time used= 2.81857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80896
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= 131437
involuntary context switches= 3685

runsolver used 1.3358 second user time and 3.63045 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-13 23:48:50
IDJOB=3499475
IDBENCH=83287
IDSOLVER=1994
FILE ID=node148/3499475-1308001730
RUNJOBID= node148-1307987437-31686
PBS_JOBID= 13559803
Free space on /var/tmp= 2900 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_381.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499475-1308001730/watcher-3499475-1308001730 -o /var/tmp/evaluation-result-3499475-1308001730/solver-3499475-1308001730 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499475-1308001730.cnf 1332471361 40000 31000 8

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=1332471361

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:       3847064 kB
Buffers:        128592 kB
Cached:       28053240 kB
SwapCached:      10616 kB
Active:       12903904 kB
Inactive:     15295724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3847064 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:       15124 kB
Mapped:          12564 kB
Slab:           838792 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185076 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= 2896 MiB
End job on node148 at 2011-06-14 00:04:04