Trace number 3288699

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 4430.8 1111.15

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 21249
0.00/0.17	c parsetime: 166349us
0.00/0.17	c parsed 533919 clauses with 39151 variables
0.00/0.20	c NW started thread 0 successfully (1087400256)
0.00/0.24	c NW started thread 1 successfully (1109248320)
0.00/0.28	c NW started thread 2 successfully (1119738176)
0.00/0.34	c NW started thread 3 successfully (1097890112)
22.14/6.59	c preprocessor returned 41151 variables
22.14/6.60	c preprocessing returned UNKNOWN
22.14/6.60	c PP set 0 variables
22.14/6.60	c pp time: 6243760us (6s)
25.98/7.53	c preprocessor returned 39451 variables
25.98/7.53	c preprocessing returned UNKNOWN
25.98/7.53	c PP set 0 variables
25.98/7.53	c pp time: 7325517us (7s)
27.57/7.98	c preprocessor returned 39451 variables
27.57/7.98	c preprocessing returned UNKNOWN
27.57/7.98	c PP set 0 variables
27.57/7.98	c pp time: 7729218us (7s)
31.95/9.06	c preprocessor returned 39451 variables
31.95/9.06	c preprocessing returned UNKNOWN
31.95/9.06	c PP set 0 variables
31.95/9.06	c pp time: 8745903us (8s)
959.28/241.25	c added unsatisfied clause
959.28/241.25	c failed to add network clauses
3424.10/858.79	c added unsatisfied clause
3424.10/858.79	c failed to add network clauses
4411.30/1106.27	c added unsatisfied clause
4411.30/1106.27	c failed to add network clauses
4429.69/1110.89	c ====================
4429.69/1110.89	c implication/decision inf%(inf)
4429.69/1110.89	c decisions:           1629594
4429.69/1110.89	c last level:          0
4429.69/1110.89	c conflicts:           1289926
4429.69/1110.89	c restarts:            8554
4429.69/1110.89	c rejected_restarts    0
4429.69/1110.89	c removals:            21
4429.69/1110.89	c removed clauses:     1004847
4429.69/1110.89	c oft clauses:         0
4430.45/1111.01	c solvetime: 1103030182us (1103s)
4430.45/1111.06	c sended clauses   | 73090 | 73262 | 52795 | 74888 |
4430.45/1111.06	c received clauses | 0 | 53 | 76 | 46 |
4430.45/1111.06	c join all other threads
4430.45/1111.06	c joined thread 0
4430.45/1111.06	c joined thread 1
4430.45/1111.06	c joined thread 2
4430.74/1111.11	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288699-1304052510/watcher-3288699-1304052510 -o /tmp/evaluation-result-3288699-1304052510/solver-3288699-1304052510 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3288699-1304052510.cnf 833428131 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.22 8.17 8.19 5/180 21248
/proc/meminfo: memFree=24197184/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0

[startup+0.0170619 s]
/proc/loadavg: 8.22 8.17 8.19 5/180 21248
/proc/meminfo: memFree=24197184/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101072 s]
/proc/loadavg: 8.22 8.17 8.19 5/180 21248
/proc/meminfo: memFree=24197184/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30101 s]
/proc/loadavg: 8.22 8.17 8.19 5/180 21248
/proc/meminfo: memFree=24197184/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.25081 s]
/proc/loadavg: 8.22 8.17 8.19 5/180 21248
/proc/meminfo: memFree=24197184/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 8.22 8.17 8.19 5/180 21248
/proc/meminfo: memFree=24197184/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10049 s]
/proc/loadavg: 8.29 8.18 8.20 9/186 21254
/proc/meminfo: memFree=23982032/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=412520 CPUtime=10.93 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 59507 0 0 0 1082 11 0 0 18 0 5 0 516850667 422420480 52860 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 103130 52860 350 389 0 98880 0
[pid=21249/tid=21251] ppid=21248 vsize=412520 CPUtime=2.61 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 9601 0 0 0 259 2 0 0 22 0 5 0 516850687 422420480 52860 33554432000 4194304 5787044 140734977732640 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=412520 CPUtime=2.45 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 8707 0 0 0 243 2 0 0 22 0 5 0 516850691 422420480 52860 33554432000 4194304 5787044 140734977732640 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=412520 CPUtime=2.77 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 7393 0 0 0 276 1 0 0 23 0 5 0 516850695 422420480 52860 33554432000 4194304 5787044 140734977732640 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=412520 CPUtime=2.74 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 8227 0 0 0 273 1 0 0 23 0 5 0 516850701 422420480 52860 33554432000 4194304 5787044 140734977732640 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.93
Current children cumulated vsize (KiB) 421220

[startup+6.30093 s]
/proc/loadavg: 8.29 8.18 8.20 10/186 21254
/proc/meminfo: memFree=23969752/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=418680 CPUtime=21.47 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 63504 0 0 0 2127 20 0 0 18 0 5 0 516850667 428728320 56857 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 104670 56857 355 389 0 100420 0
[pid=21249/tid=21251] ppid=21248 vsize=418680 CPUtime=5.62 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 9602 0 0 0 560 2 0 0 25 0 5 0 516850687 428728320 56857 33554432000 4194304 5787044 140734977732640 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=418680 CPUtime=5.06 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 9883 0 0 0 502 4 0 0 25 0 5 0 516850691 428728320 56857 33554432000 4194304 5787044 140734977732640 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=418680 CPUtime=4.5 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 8316 0 0 0 442 8 0 0 25 0 5 0 516850695 428728320 56857 33554432000 4194304 5787044 140734977732640 18446744073709551615 4345933 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=418680 CPUtime=5.95 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 10124 0 0 0 593 2 0 0 25 0 5 0 516850701 428728320 56857 33554432000 4194304 5787044 140734977732640 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.47
Current children cumulated vsize (KiB) 427380

[startup+12.7008 s]
/proc/loadavg: 8.46 8.23 8.21 9/186 21254
/proc/meminfo: memFree=23896228/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=440656 CPUtime=46.75 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 84291 0 0 0 4643 32 0 0 18 0 5 0 516850667 451231744 74034 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 110164 74034 417 389 0 105914 0
[pid=21249/tid=21251] ppid=21248 vsize=440656 CPUtime=11.75 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 17066 0 0 0 1167 8 0 0 25 0 5 0 516850687 451231744 74034 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=440656 CPUtime=11.42 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 12280 0 0 0 1137 5 0 0 25 0 5 0 516850691 451231744 74034 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=440656 CPUtime=10.89 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 15599 0 0 0 1079 10 0 0 25 0 5 0 516850695 451231744 74034 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=440656 CPUtime=12.35 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 13767 0 0 0 1230 5 0 0 25 0 5 0 516850701 451231744 74034 33554432000 4194304 5787044 140734977732640 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.75
Current children cumulated vsize (KiB) 449356

[startup+25.5006 s]
/proc/loadavg: 8.39 8.22 8.21 9/186 21255
/proc/meminfo: memFree=23887980/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=440656 CPUtime=97.84 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 85269 0 0 0 9751 33 0 0 18 0 5 0 516850667 451231744 75012 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 110164 75012 417 389 0 105914 0
[pid=21249/tid=21251] ppid=21248 vsize=440656 CPUtime=24.53 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 17429 0 0 0 2445 8 0 0 25 0 5 0 516850687 451231744 75012 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=440656 CPUtime=24.15 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 12349 0 0 0 2410 5 0 0 25 0 5 0 516850691 451231744 75012 33554432000 4194304 5787044 140734977732640 18446744073709551615 5590845 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=440656 CPUtime=23.67 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 16102 0 0 0 2357 10 0 0 25 0 5 0 516850695 451231744 75012 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=440656 CPUtime=25.14 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 13810 0 0 0 2509 5 0 0 25 0 5 0 516850701 451231744 75012 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.84
Current children cumulated vsize (KiB) 449356

[startup+51.1012 s]
/proc/loadavg: 8.32 8.22 8.20 9/186 21256
/proc/meminfo: memFree=23861116/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=444756 CPUtime=200.09 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 87931 0 0 0 19973 36 0 0 18 0 5 0 516850667 455430144 77674 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 111189 77674 418 389 0 106939 0
[pid=21249/tid=21251] ppid=21248 vsize=444756 CPUtime=50.13 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 19201 0 0 0 5003 10 0 0 25 0 5 0 516850687 455430144 77674 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=444756 CPUtime=49.6 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 12666 0 0 0 4955 5 0 0 25 0 5 0 516850691 455430144 77674 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=444756 CPUtime=49.27 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 16528 0 0 0 4916 11 0 0 25 0 5 0 516850695 455430144 77674 33554432000 4194304 5787044 140734977732640 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=444756 CPUtime=50.73 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 13957 0 0 0 5068 5 0 0 25 0 5 0 516850701 455430144 77674 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.09
Current children cumulated vsize (KiB) 453456

[startup+102.3 s]
/proc/loadavg: 8.13 8.18 8.19 9/186 21257
/proc/meminfo: memFree=23807072/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=450148 CPUtime=404.57 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 92393 0 0 0 40416 41 0 0 18 0 5 0 516850667 460951552 82132 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 112537 82132 419 389 0 108287 0
[pid=21249/tid=21251] ppid=21248 vsize=450148 CPUtime=101.31 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 20413 0 0 0 10119 12 0 0 25 0 5 0 516850687 460951552 82132 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=450148 CPUtime=100.52 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 14800 0 0 0 10045 7 0 0 25 0 5 0 516850691 460951552 82132 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=450148 CPUtime=100.46 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 17310 0 0 0 10034 12 0 0 25 0 5 0 516850695 460951552 82132 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=450148 CPUtime=101.92 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 14291 0 0 0 10186 6 0 0 25 0 5 0 516850701 460951552 82132 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 404.57
Current children cumulated vsize (KiB) 458848

[startup+162.301 s]
/proc/loadavg: 8.13 8.16 8.18 9/186 21258
/proc/meminfo: memFree=23775444/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=458796 CPUtime=644.21 cores=0,2,4,6

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

/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=748368 CPUtime=4236.75 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 149906 0 0 0 423557 118 0 0 18 0 5 0 516850667 766328832 138732 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187092 138732 419 389 0 182842 0
[pid=21249/tid=21251] ppid=21248 vsize=748368 CPUtime=1061.08 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 36983 0 0 0 106079 29 0 0 25 0 5 0 516850687 766328832 138732 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=748368 CPUtime=1058.34 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 28787 0 0 0 105818 16 0 0 25 0 5 0 516850691 766328832 138732 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=748368 CPUtime=1057.38 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 28957 0 0 0 105703 35 0 0 25 0 5 0 516850695 766328832 138732 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=748368 CPUtime=1059.6 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 29600 0 0 0 105927 33 0 0 25 0 5 0 516850701 766328832 138732 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.75
Current children cumulated vsize (KiB) 757068

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

[startup+1075.8 s]
/proc/loadavg: 8.53 8.20 8.12 9/186 21328
/proc/meminfo: memFree=24026084/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=749044 CPUtime=4290.31 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 151056 0 0 0 428912 119 0 0 18 0 5 0 516850667 767021056 139474 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187261 139474 419 389 0 183011 0
[pid=21249/tid=21251] ppid=21248 vsize=749044 CPUtime=1074.25 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 37410 0 0 0 107395 30 0 0 25 0 5 0 516850687 767021056 139474 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=749044 CPUtime=1071.83 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 28931 0 0 0 107167 16 0 0 25 0 5 0 516850691 767021056 139474 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=749044 CPUtime=1070.78 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 29150 0 0 0 107043 35 0 0 25 0 5 0 516850695 767021056 139474 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=749044 CPUtime=1073.09 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 29986 0 0 0 107276 33 0 0 25 0 5 0 516850701 767021056 139474 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4290.31
Current children cumulated vsize (KiB) 757744

[startup+1088.91 s]
/proc/loadavg: 8.41 8.19 8.12 9/186 21328
/proc/meminfo: memFree=24015712/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=749176 CPUtime=4342.24 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 151386 0 0 0 434104 120 0 0 18 0 5 0 516850667 767156224 139598 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187294 139598 419 389 0 183044 0
[pid=21249/tid=21251] ppid=21248 vsize=749176 CPUtime=1087.36 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 37410 0 0 0 108706 30 0 0 25 0 5 0 516850687 767156224 139598 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=749176 CPUtime=1084.92 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 29238 0 0 0 108476 16 0 0 25 0 5 0 516850691 767156224 139598 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=749176 CPUtime=1083.62 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 29173 0 0 0 108326 36 0 0 25 0 5 0 516850695 767156224 139598 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=749176 CPUtime=1086 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 29986 0 0 0 108567 33 0 0 25 0 5 0 516850701 767156224 139598 33554432000 4194304 5787044 140734977732640 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4342.24
Current children cumulated vsize (KiB) 757876

[startup+1101.7 s]
/proc/loadavg: 8.42 8.20 8.12 9/186 21329
/proc/meminfo: memFree=24010680/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=749312 CPUtime=4393.32 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 151425 0 0 0 439212 120 0 0 18 0 5 0 516850667 767295488 139637 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187328 139637 419 389 0 183078 0
[pid=21249/tid=21251] ppid=21248 vsize=749312 CPUtime=1100.15 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 37410 0 0 0 109985 30 0 0 25 0 5 0 516850687 767295488 139637 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=749312 CPUtime=1097.71 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 29238 0 0 0 109755 16 0 0 25 0 5 0 516850691 767295488 139637 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=749312 CPUtime=1096.32 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 29212 0 0 0 109596 36 0 0 25 0 5 0 516850695 767295488 139637 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=749312 CPUtime=1098.79 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 29986 0 0 0 109846 33 0 0 25 0 5 0 516850701 767295488 139637 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4393.32
Current children cumulated vsize (KiB) 758012

[startup+1108.1 s]
/proc/loadavg: 8.35 8.19 8.12 9/186 21329
/proc/meminfo: memFree=24007704/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=749448 CPUtime=4418.89 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 151460 0 0 0 441769 120 0 0 18 0 5 0 516850667 767434752 139672 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187362 139672 419 389 0 183112 0
[pid=21249/tid=21251] ppid=21248 vsize=749448 CPUtime=1106.55 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 37410 0 0 0 110625 30 0 0 25 0 5 0 516850687 767434752 139672 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=749448 CPUtime=1104.11 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 29238 0 0 0 110395 16 0 0 25 0 5 0 516850691 767434752 139672 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=749448 CPUtime=1102.68 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 29247 0 0 0 110232 36 0 0 25 0 5 0 516850695 767434752 139672 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=749448 CPUtime=1105.19 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 29986 0 0 0 110486 33 0 0 25 0 5 0 516850701 767434752 139672 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4418.89
Current children cumulated vsize (KiB) 758148

[startup+1109.7 s]
/proc/loadavg: 8.35 8.19 8.12 9/186 21329
/proc/meminfo: memFree=24006712/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=749448 CPUtime=4425.3 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 151465 0 0 0 442410 120 0 0 18 0 5 0 516850667 767434752 139677 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187362 139677 419 389 0 183112 0
[pid=21249/tid=21251] ppid=21248 vsize=749448 CPUtime=1108.16 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 37410 0 0 0 110786 30 0 0 25 0 5 0 516850687 767434752 139677 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=749448 CPUtime=1105.71 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 29238 0 0 0 110555 16 0 0 25 0 5 0 516850691 767434752 139677 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=749448 CPUtime=1104.27 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 29252 0 0 0 110391 36 0 0 25 0 5 0 516850695 767434752 139677 33554432000 4194304 5787044 140734977732640 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=749448 CPUtime=1106.8 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 29986 0 0 0 110647 33 0 0 25 0 5 0 516850701 767434752 139677 33554432000 4194304 5787044 140734977732640 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4425.3
Current children cumulated vsize (KiB) 758148

[startup+1110.5 s]
/proc/loadavg: 8.35 8.19 8.12 9/186 21329
/proc/meminfo: memFree=24006712/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=749448 CPUtime=4428.47 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 151466 0 0 0 442727 120 0 0 18 0 5 0 516850667 767434752 139678 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187362 139678 419 389 0 183112 0
[pid=21249/tid=21251] ppid=21248 vsize=749448 CPUtime=1108.95 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 37410 0 0 0 110865 30 0 0 25 0 5 0 516850687 767434752 139678 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=749448 CPUtime=1106.51 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 29238 0 0 0 110635 16 0 0 25 0 5 0 516850691 767434752 139678 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=749448 CPUtime=1105.07 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 29253 0 0 0 110471 36 0 0 25 0 5 0 516850695 767434752 139678 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=749448 CPUtime=1107.59 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 29986 0 0 0 110726 33 0 0 25 0 5 0 516850701 767434752 139678 33554432000 4194304 5787044 140734977732640 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4428.47
Current children cumulated vsize (KiB) 758148

[startup+1110.91 s]
/proc/loadavg: 8.35 8.19 8.12 9/186 21329
/proc/meminfo: memFree=24006340/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=749448 CPUtime=4430.09 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 152034 0 0 0 442889 120 0 0 18 0 5 0 516850667 767434752 140246 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21249/statm: 187362 140246 431 389 0 183112 0
[pid=21249/tid=21251] ppid=21248 vsize=749448 CPUtime=1109.36 cores=0,2,4,6
/proc/21249/task/21251/stat : 21251 (priss) R 21248 21248 18837 0 -1 4202560 37410 0 0 0 110906 30 0 0 25 0 5 0 516850687 767434752 140246 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21249/tid=21252] ppid=21248 vsize=749448 CPUtime=1106.91 cores=0,2,4,6
/proc/21249/task/21252/stat : 21252 (priss) R 21248 21248 18837 0 -1 4202560 29250 0 0 0 110675 16 0 0 25 0 5 0 516850691 767434752 140246 33554432000 4194304 5787044 140734977732640 18446744073709551615 4768662 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21249/tid=21253] ppid=21248 vsize=749448 CPUtime=1105.47 cores=0,2,4,6
/proc/21249/task/21253/stat : 21253 (priss) R 21248 21248 18837 0 -1 4202560 29256 0 0 0 110511 36 0 0 25 0 5 0 516850695 767434752 140246 33554432000 4194304 5787044 140734977732640 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21249/tid=21254] ppid=21248 vsize=749448 CPUtime=1108 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 30539 0 0 0 110767 33 0 0 25 0 5 0 516850701 767434752 140246 33554432000 4194304 5787044 140734977732640 18446744073709551615 4319883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4430.09
Current children cumulated vsize (KiB) 758148

[startup+1111.1 s]
/proc/loadavg: 8.35 8.19 8.12 9/186 21329
/proc/meminfo: memFree=24006340/32951132 swapFree=67111524/67111528
[pid=21248] ppid=21246 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21248/stat : 21248 (priss.sh) S 21246 21248 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516850666 8908800 251 33554432000 4194304 4922060 140734088348496 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21248/statm: 2175 251 211 178 0 68 0
[pid=21249] ppid=21248 vsize=750080 CPUtime=4430.74 cores=0,2,4,6
/proc/21249/stat : 21249 (priss) S 21248 21248 18837 0 -1 4202496 152958 0 0 0 442952 122 0 0 17 0 2 0 516850667 768081920 140578 33554432000 4194304 5787044 140734977732640 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21249/statm: 187520 140578 447 389 0 183270 0
[pid=21249/tid=21254] ppid=21248 vsize=750080 CPUtime=1108.19 cores=0,2,4,6
/proc/21249/task/21254/stat : 21254 (priss) R 21248 21248 18837 0 -1 4202560 31447 0 0 0 110786 33 0 0 25 0 2 0 516850701 768081920 140578 33554432000 4194304 5787044 140734977732640 18446744073709551615 4319847 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4430.74
Current children cumulated vsize (KiB) 758780

Child status: 20
Real time (s): 1111.15
CPU time (s): 4430.8
CPU user time (s): 4429.54
CPU system time (s): 1.25681
CPU usage (%): 398.759
Max. virtual memory (cumulated for all children) (KiB): 758780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4429.54
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153336
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= 8880
involuntary context switches= 18446

runsolver used 1.58276 second user time and 4.5893 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 06:48:30
IDJOB=3288699
IDBENCH=82502
IDSOLVER=1603
FILE ID=node131/3288699-1304052510
RUNJOBID= node131-1304036726-18855
PBS_JOBID= 13170364
Free space on /tmp= 71364 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288699-1304052510/watcher-3288699-1304052510 -o /tmp/evaluation-result-3288699-1304052510/solver-3288699-1304052510 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3288699-1304052510.cnf 833428131 4800 15500 4

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=833428131

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24197340 kB
Buffers:        956456 kB
Cached:        6310568 kB
SwapCached:          4 kB
Active:        1223852 kB
Inactive:      7032992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24197340 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14412 kB
Writeback:          16 kB
AnonPages:      989088 kB
Mapped:          15840 kB
Slab:           431864 kB
PageTables:       6712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1249732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71368 MiB
End job on node131 at 2011-04-29 07:07:02