Trace number 3499657

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 2385.39 596.388

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark133.148
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

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: 16365
0.00/0.00	c parsetime: 3761us
0.00/0.00	c parsed 11753 clauses with 468 variables
0.00/0.00	c NW started thread 0 successfully (1093019968)
0.00/0.01	c NW started thread 1 successfully (1107859776)
0.00/0.01	c NW started thread 2 successfully (1118349632)
0.00/0.01	c NW started thread 3 successfully (1128839488)
0.00/0.66	c preprocessor returned 10026 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 56 variables
0.00/0.66	c pp time: 659011us (0s)
0.00/0.67	c preprocessor returned 10026 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 56 variables
0.00/0.67	c pp time: 660598us (0s)
0.00/0.67	c preprocessor returned 10026 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 56 variables
0.00/0.67	c pp time: 662956us (0s)
32.73/8.27	c preprocessor returned 30013 variables
32.73/8.27	c preprocessing returned UNKNOWN
32.73/8.27	c PP set 56 variables
32.73/8.27	c pp time: 8258354us (8s)
2384.70/596.24	c ====================
2384.70/596.24	c implication/decision inf%(inf)
2384.70/596.24	c decisions:           1144704
2384.70/596.24	c last level:          0
2384.70/596.24	c conflicts:           838580
2384.70/596.24	c restarts:            5557
2384.70/596.24	c rejected_restarts    0
2384.70/596.24	c removals:            19
2384.70/596.24	c removed clauses:     563966
2384.70/596.24	c oft clauses:         0
2385.07/596.37	c solvetime: 588098745us (588s)
2385.07/596.37	c sended clauses   | 10148 | 10821 | 17212 | 9082 |
2385.07/596.37	c received clauses | 0 | 17 | 9 | 5 |
2385.07/596.37	c join all other threads
2385.07/596.37	c joined thread 0
2385.07/596.37	c joined thread 1
2385.07/596.37	c joined thread 2
2385.07/596.37	c joined thread 3
2385.07/596.37	c memory usage (vsize): 323 MB
2385.07/596.37	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 /tmp/evaluation-result-3499657-1308008972/watcher-3499657-1308008972 -o /tmp/evaluation-result-3499657-1308008972/solver-3499657-1308008972 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499657-1308008972.cnf 1672957191 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 1.59 3.33 3.74 2/170 16364
/proc/meminfo: memFree=32021804/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0

[startup+0.084454 s]
/proc/loadavg: 1.59 3.33 3.74 2/170 16364
/proc/meminfo: memFree=32021804/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100432 s]
/proc/loadavg: 1.59 3.33 3.74 2/170 16364
/proc/meminfo: memFree=32021804/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300397 s]
/proc/loadavg: 1.59 3.33 3.74 2/170 16364
/proc/meminfo: memFree=32021804/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700329 s]
/proc/loadavg: 1.59 3.33 3.74 2/170 16364
/proc/meminfo: memFree=32021804/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50118 s]
/proc/loadavg: 1.59 3.33 3.74 5/176 16370
/proc/meminfo: memFree=31996120/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=272580 CPUtime=5.94 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 8424 0 0 0 591 3 0 0 18 0 5 0 912499978 279121920 7083 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 68145 7083 405 389 0 63895 0
[pid=16365/tid=16367] ppid=16364 vsize=272580 CPUtime=1.48 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 1455 0 0 0 148 0 0 0 18 0 5 0 912499979 279121920 7083 33554432000 4194304 5787044 140733204018048 18446744073709551615 218371062303 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=272580 CPUtime=1.47 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 1560 0 0 0 147 0 0 0 18 0 5 0 912499979 279121920 7083 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=272580 CPUtime=1.48 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 1674 0 0 0 147 1 0 0 18 0 5 0 912499980 279121920 7083 33554432000 4194304 5787044 140733204018048 18446744073709551615 218371062303 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=272580 CPUtime=1.47 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 2143 0 0 0 147 0 0 0 20 0 5 0 912499980 279121920 7083 33554432000 4194304 5787044 140733204018048 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 281280

[startup+3.1009 s]
/proc/loadavg: 1.59 3.33 3.74 5/176 16370
/proc/meminfo: memFree=31993268/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=273928 CPUtime=12.33 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 9371 0 0 0 1229 4 0 0 18 0 5 0 912499978 280502272 8030 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 68482 8030 405 389 0 64232 0
[pid=16365/tid=16367] ppid=16364 vsize=273928 CPUtime=3.08 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 1779 0 0 0 308 0 0 0 18 0 5 0 912499979 280502272 8030 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=273928 CPUtime=3.07 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 1875 0 0 0 306 1 0 0 19 0 5 0 912499979 280502272 8030 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=273928 CPUtime=3.07 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 1982 0 0 0 306 1 0 0 18 0 5 0 912499980 280502272 8030 33554432000 4194304 5787044 140733204018048 18446744073709551615 218370618401 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=273928 CPUtime=3.07 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 2143 0 0 0 307 0 0 0 25 0 5 0 912499980 280502272 8030 33554432000 4194304 5787044 140733204018048 18446744073709551615 218370651097 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 282628

[startup+6.30033 s]
/proc/loadavg: 1.79 3.34 3.74 5/176 16371
/proc/meminfo: memFree=31988580/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=275256 CPUtime=25.13 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 10277 0 0 0 2507 6 0 0 18 0 5 0 912499978 281862144 8936 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 68814 8936 405 389 0 64564 0
[pid=16365/tid=16367] ppid=16364 vsize=275256 CPUtime=6.28 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 2093 0 0 0 628 0 0 0 20 0 5 0 912499979 281862144 8936 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=275256 CPUtime=6.27 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 2209 0 0 0 624 3 0 0 25 0 5 0 912499979 281862144 8936 33554432000 4194304 5787044 140733204018048 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=275256 CPUtime=6.27 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 2240 0 0 0 626 1 0 0 19 0 5 0 912499980 281862144 8936 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=275256 CPUtime=6.27 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 2143 0 0 0 627 0 0 0 25 0 5 0 912499980 281862144 8936 33554432000 4194304 5787044 140733204018048 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 283956

[startup+12.7012 s]
/proc/loadavg: 1.96 3.35 3.74 5/176 16371
/proc/meminfo: memFree=31974300/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=284180 CPUtime=50.72 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 15135 0 0 0 5061 11 0 0 18 0 5 0 912499978 291000320 12976 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 71045 12976 419 389 0 66795 0
[pid=16365/tid=16367] ppid=16364 vsize=284180 CPUtime=12.67 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 2581 0 0 0 1266 1 0 0 18 0 5 0 912499979 291000320 12976 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=284180 CPUtime=12.67 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 3832 0 0 0 1262 5 0 0 20 0 5 0 912499979 291000320 12976 33554432000 4194304 5787044 140733204018048 18446744073709551615 218370357810 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=284180 CPUtime=12.67 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 2793 0 0 0 1265 2 0 0 18 0 5 0 912499980 291000320 12976 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=284180 CPUtime=12.67 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 4337 0 0 0 1266 1 0 0 18 0 5 0 912499980 291000320 12976 33554432000 4194304 5787044 140733204018048 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 292880

[startup+25.5009 s]
/proc/loadavg: 2.41 3.38 3.74 5/176 16371
/proc/meminfo: memFree=31965748/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=285708 CPUtime=101.92 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 17430 0 0 0 10174 18 0 0 18 0 5 0 912499978 292564992 15271 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 71427 15271 419 389 0 67177 0
[pid=16365/tid=16367] ppid=16364 vsize=285708 CPUtime=25.46 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 2971 0 0 0 2544 2 0 0 18 0 5 0 912499979 292564992 15271 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=285708 CPUtime=25.47 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 4367 0 0 0 2540 7 0 0 18 0 5 0 912499979 292564992 15271 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=285708 CPUtime=25.47 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 3193 0 0 0 2544 3 0 0 19 0 5 0 912499980 292564992 15271 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=285708 CPUtime=25.47 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 5307 0 0 0 2543 4 0 0 20 0 5 0 912499980 292564992 15271 33554432000 4194304 5787044 140733204018048 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 294408

[startup+51.1004 s]
/proc/loadavg: 2.95 3.43 3.75 5/176 16372
/proc/meminfo: memFree=31942992/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=294588 CPUtime=204.3 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 23123 0 0 0 20403 27 0 0 18 0 5 0 912499978 301658112 20963 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 73647 20963 419 389 0 69397 0
[pid=16365/tid=16367] ppid=16364 vsize=294588 CPUtime=51.07 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 4978 0 0 0 5103 4 0 0 25 0 5 0 912499979 301658112 20963 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=294588 CPUtime=51.05 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 5628 0 0 0 5097 8 0 0 18 0 5 0 912499979 301658112 20963 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=294588 CPUtime=51.06 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 4237 0 0 0 5101 5 0 0 18 0 5 0 912499980 301658112 20963 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=294588 CPUtime=51.07 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 6688 0 0 0 5100 7 0 0 18 0 5 0 912499980 301658112 20963 33554432000 4194304 5787044 140733204018048 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 303288

[startup+102.306 s]
/proc/loadavg: 3.54 3.51 3.76 5/176 16373
/proc/meminfo: memFree=31918516/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=304728 CPUtime=409.11 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 29065 0 0 0 40874 37 0 0 18 0 5 0 912499978 312041472 26860 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 76182 26860 419 389 0 71932 0
[pid=16365/tid=16367] ppid=16364 vsize=304728 CPUtime=102.27 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 5862 0 0 0 10222 5 0 0 25 0 5 0 912499979 312041472 26860 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=304728 CPUtime=102.25 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 7021 0 0 0 10212 13 0 0 25 0 5 0 912499979 312041472 26860 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=304728 CPUtime=102.27 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 5292 0 0 0 10220 7 0 0 25 0 5 0 912499980 312041472 26860 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=304728 CPUtime=102.28 cores=0-7

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

[pid=16365/tid=16368] ppid=16364 vsize=346436 CPUtime=462.23 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12263 0 0 0 46203 20 0 0 25 0 5 0 912499979 354750464 52415 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=346436 CPUtime=462.26 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10741 0 0 0 46213 13 0 0 25 0 5 0 912499980 354750464 52415 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=346436 CPUtime=462.27 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18287 0 0 0 46212 15 0 0 25 0 5 0 912499980 354750464 52415 33554432000 4194304 5787044 140733204018048 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1849.07
Current children cumulated vsize (KiB) 355136

[startup+522.301 s]
/proc/loadavg: 3.99 3.87 3.83 5/176 16384
/proc/meminfo: memFree=31815540/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=346436 CPUtime=2089.08 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55154 0 0 0 208846 62 0 0 18 0 5 0 912499978 354750464 52492 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86609 52492 419 389 0 82359 0
[pid=16365/tid=16367] ppid=16364 vsize=346436 CPUtime=522.27 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12198 0 0 0 52216 11 0 0 25 0 5 0 912499979 354750464 52492 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591661 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=346436 CPUtime=522.23 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12274 0 0 0 52203 20 0 0 25 0 5 0 912499979 354750464 52492 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=346436 CPUtime=522.26 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10796 0 0 0 52213 13 0 0 25 0 5 0 912499980 354750464 52492 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=346436 CPUtime=522.27 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18294 0 0 0 52212 15 0 0 25 0 5 0 912499980 354750464 52492 33554432000 4194304 5787044 140733204018048 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2089.08
Current children cumulated vsize (KiB) 355136

[startup+582.301 s]
/proc/loadavg: 3.99 3.89 3.83 5/176 16386
/proc/meminfo: memFree=31814364/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=347076 CPUtime=2329.08 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55522 0 0 0 232846 62 0 0 18 0 5 0 912499978 355405824 52860 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86769 52860 419 389 0 82519 0
[pid=16365/tid=16367] ppid=16364 vsize=347076 CPUtime=582.27 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12208 0 0 0 58216 11 0 0 25 0 5 0 912499979 355405824 52860 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=347076 CPUtime=582.24 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12301 0 0 0 58203 21 0 0 25 0 5 0 912499979 355405824 52860 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=347076 CPUtime=582.27 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10955 0 0 0 58213 14 0 0 25 0 5 0 912499980 355405824 52860 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=347076 CPUtime=582.27 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18466 0 0 0 58212 15 0 0 25 0 5 0 912499980 355405824 52860 33554432000 4194304 5787044 140733204018048 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2329.08
Current children cumulated vsize (KiB) 355776

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

[startup+588.701 s]
/proc/loadavg: 3.99 3.89 3.84 5/176 16386
/proc/meminfo: memFree=31813848/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=347076 CPUtime=2354.68 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55587 0 0 0 235405 63 0 0 18 0 5 0 912499978 355405824 52925 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86769 52925 419 389 0 82519 0
[pid=16365/tid=16367] ppid=16364 vsize=347076 CPUtime=588.67 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12225 0 0 0 58855 12 0 0 25 0 5 0 912499979 355405824 52925 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=347076 CPUtime=588.64 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12319 0 0 0 58843 21 0 0 25 0 5 0 912499979 355405824 52925 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=347076 CPUtime=588.67 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10974 0 0 0 58853 14 0 0 25 0 5 0 912499980 355405824 52925 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=347076 CPUtime=588.67 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18477 0 0 0 58852 15 0 0 25 0 5 0 912499980 355405824 52925 33554432000 4194304 5787044 140733204018048 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2354.68
Current children cumulated vsize (KiB) 355776

[startup+591.901 s]
/proc/loadavg: 3.99 3.89 3.84 5/176 16386
/proc/meminfo: memFree=31813844/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=347076 CPUtime=2367.48 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55610 0 0 0 236685 63 0 0 18 0 5 0 912499978 355405824 52948 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86769 52948 419 389 0 82519 0
[pid=16365/tid=16367] ppid=16364 vsize=347076 CPUtime=591.87 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12232 0 0 0 59175 12 0 0 25 0 5 0 912499979 355405824 52948 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=347076 CPUtime=591.84 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12322 0 0 0 59163 21 0 0 23 0 5 0 912499979 355405824 52948 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=347076 CPUtime=591.87 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10981 0 0 0 59173 14 0 0 25 0 5 0 912499980 355405824 52948 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=347076 CPUtime=591.87 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18483 0 0 0 59172 15 0 0 25 0 5 0 912499980 355405824 52948 33554432000 4194304 5787044 140733204018048 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2367.48
Current children cumulated vsize (KiB) 355776

[startup+593.501 s]
/proc/loadavg: 3.99 3.89 3.84 5/176 16386
/proc/meminfo: memFree=31813844/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=347236 CPUtime=2373.88 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55623 0 0 0 237325 63 0 0 18 0 5 0 912499978 355569664 52961 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86809 52961 419 389 0 82559 0
[pid=16365/tid=16367] ppid=16364 vsize=347236 CPUtime=593.47 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12232 0 0 0 59335 12 0 0 25 0 5 0 912499979 355569664 52961 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=347236 CPUtime=593.44 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12323 0 0 0 59323 21 0 0 25 0 5 0 912499979 355569664 52961 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=347236 CPUtime=593.47 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10990 0 0 0 59333 14 0 0 25 0 5 0 912499980 355569664 52961 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=347236 CPUtime=593.47 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18486 0 0 0 59332 15 0 0 25 0 5 0 912499980 355569664 52961 33554432000 4194304 5787044 140733204018048 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2373.88
Current children cumulated vsize (KiB) 355936

[startup+595.107 s]
/proc/loadavg: 3.99 3.89 3.84 5/176 16386
/proc/meminfo: memFree=31813844/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=347236 CPUtime=2380.3 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55634 0 0 0 237967 63 0 0 18 0 5 0 912499978 355569664 52972 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86809 52972 419 389 0 82559 0
[pid=16365/tid=16367] ppid=16364 vsize=347236 CPUtime=595.08 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12232 0 0 0 59496 12 0 0 25 0 5 0 912499979 355569664 52972 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=347236 CPUtime=595.04 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12328 0 0 0 59483 21 0 0 25 0 5 0 912499979 355569664 52972 33554432000 4194304 5787044 140733204018048 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=347236 CPUtime=595.08 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10996 0 0 0 59494 14 0 0 25 0 5 0 912499980 355569664 52972 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=347236 CPUtime=595.07 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18486 0 0 0 59492 15 0 0 25 0 5 0 912499980 355569664 52972 33554432000 4194304 5787044 140733204018048 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2380.3
Current children cumulated vsize (KiB) 355936

[startup+595.901 s]
/proc/loadavg: 3.99 3.89 3.84 5/176 16386
/proc/meminfo: memFree=31813844/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=347236 CPUtime=2383.48 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55636 0 0 0 238285 63 0 0 18 0 5 0 912499978 355569664 52974 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86809 52974 419 389 0 82559 0
[pid=16365/tid=16367] ppid=16364 vsize=347236 CPUtime=595.87 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12232 0 0 0 59575 12 0 0 25 0 5 0 912499979 355569664 52974 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=347236 CPUtime=595.84 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12328 0 0 0 59563 21 0 0 25 0 5 0 912499979 355569664 52974 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=347236 CPUtime=595.87 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10998 0 0 0 59573 14 0 0 25 0 5 0 912499980 355569664 52974 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=347236 CPUtime=595.87 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18486 0 0 0 59572 15 0 0 25 0 5 0 912499980 355569664 52974 33554432000 4194304 5787044 140733204018048 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2383.48
Current children cumulated vsize (KiB) 355936

[startup+596.3 s]
/proc/loadavg: 3.99 3.89 3.84 5/176 16386
/proc/meminfo: memFree=31813844/32951124 swapFree=67050044/67111528
[pid=16364] ppid=16362 vsize=8700 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (priss.sh) S 16362 16364 15851 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 912499978 8908800 251 33554432000 4194304 4922060 140735858573648 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16364/statm: 2175 251 211 178 0 68 0
[pid=16365] ppid=16364 vsize=347236 CPUtime=2385.07 cores=0-7
/proc/16365/stat : 16365 (priss) S 16364 16364 15851 0 -1 4202496 55649 0 0 0 238444 63 0 0 18 0 5 0 912499978 355569664 52987 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16365/statm: 86809 52987 431 389 0 82559 0
[pid=16365/tid=16367] ppid=16364 vsize=347236 CPUtime=596.27 cores=0-7
/proc/16365/task/16367/stat : 16367 (priss) R 16364 16364 15851 0 -1 4202560 12232 0 0 0 59615 12 0 0 25 0 5 0 912499979 355569664 52987 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16365/tid=16368] ppid=16364 vsize=347236 CPUtime=596.24 cores=0-7
/proc/16365/task/16368/stat : 16368 (priss) R 16364 16364 15851 0 -1 4202560 12328 0 0 0 59603 21 0 0 25 0 5 0 912499979 355569664 52987 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16365/tid=16369] ppid=16364 vsize=347236 CPUtime=596.27 cores=0-7
/proc/16365/task/16369/stat : 16369 (priss) R 16364 16364 15851 0 -1 4202560 10998 0 0 0 59613 14 0 0 18 0 5 0 912499980 355569664 52987 33554432000 4194304 5787044 140733204018048 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16365/tid=16370] ppid=16364 vsize=347236 CPUtime=596.26 cores=0-7
/proc/16365/task/16370/stat : 16370 (priss) R 16364 16364 15851 0 -1 4202560 18499 0 0 0 59611 15 0 0 17 0 5 0 912499980 355569664 52987 33554432000 4194304 5787044 140733204018048 18446744073709551615 218382769400 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2385.07
Current children cumulated vsize (KiB) 355936

Child status: 20
Real time (s): 596.388
CPU time (s): 2385.39
CPU user time (s): 2384.74
CPU system time (s): 0.650901
CPU usage (%): 399.973
Max. virtual memory (cumulated for all children) (KiB): 355936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2384.74
system time used= 0.650901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56020
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= 5475
involuntary context switches= 5371

runsolver used 0.930858 second user time and 2.12368 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-14 01:49:32
IDJOB=3499657
IDBENCH=85841
IDSOLVER=1994
FILE ID=node101/3499657-1308008972
RUNJOBID= node101-1307998710-15865
PBS_JOBID= 13559831
Free space on /tmp= 74060 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499657-1308008972/watcher-3499657-1308008972 -o /tmp/evaluation-result-3499657-1308008972/solver-3499657-1308008972 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499657-1308008972.cnf 1672957191 40000 31000 8

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1672957191

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32021992 kB
Buffers:        218276 kB
Cached:         482816 kB
SwapCached:      25132 kB
Active:         336176 kB
Inactive:       392748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32021992 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:       25604 kB
Mapped:           8596 kB
Slab:           133812 kB
PageTables:       4220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185804 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 /tmp at the end= 74060 MiB
End job on node101 at 2011-06-14 01:59:29