Trace number 3287549

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 4365.71 1093.11

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
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: 10199
0.00/0.07	c parsetime: 70682us
0.00/0.07	c parsed 262658 clauses with 88352 variables
0.00/0.09	c NW started thread 0 successfully (1098357056)
0.00/0.10	c NW started thread 1 successfully (1117509952)
0.00/0.12	c NW started thread 2 successfully (1127999808)
0.00/0.15	c NW started thread 3 successfully (1086851392)
9.55/2.54	c preprocessor returned 88352 variables
9.55/2.54	c preprocessing returned UNKNOWN
9.55/2.54	c PP set 507 variables
9.55/2.54	c pp time: 2430207us (2s)
9.55/2.57	c preprocessor returned 88352 variables
9.55/2.57	c preprocessing returned UNKNOWN
9.55/2.57	c PP set 507 variables
9.55/2.57	c pp time: 2403063us (2s)
9.55/2.58	c preprocessor returned 88352 variables
9.55/2.58	c preprocessing returned UNKNOWN
9.55/2.58	c PP set 507 variables
9.55/2.58	c pp time: 2434750us (2s)
9.55/2.59	c preprocessor returned 88352 variables
9.55/2.59	c preprocessing returned UNKNOWN
9.55/2.59	c PP set 507 variables
9.55/2.59	c pp time: 2459759us (2s)
10.75/2.82	c HTE
11.14/2.91	c subsumption
11.54/3.03	c simplified formula contains 0 unit clauses
194.89/48.96	c HTE
196.91/49.49	c subsumption
203.68/51.10	c simplified formula contains 0 unit clauses
222.85/55.98	c received clause contains eliminated literal 15483
1041.69/260.96	c HTE
1044.10/261.57	c subsumption
1054.47/264.17	c simplified formula contains 0 unit clauses
1227.84/307.55	c received clause contains eliminated literal 28370
1310.13/328.12	c added unsatisfied clause
1310.13/328.12	c failed to add network clauses
1355.67/339.51	c added unsatisfied clause
1355.67/339.51	c failed to add network clauses
2491.29/623.84	c HTE
2776.88/695.30	c subsumption
3432.01/859.30	c simplified formula contains 0 unit clauses
3887.39/973.38	c added unsatisfied clause
3887.39/973.38	c failed to add network clauses
4033.19/1009.83	c added unsatisfied clause
4033.19/1009.83	c failed to add network clauses
4364.33/1092.75	c ====================
4364.33/1092.75	c implication/decision inf%(inf)
4364.33/1092.75	c decisions:           3775947
4364.33/1092.75	c last level:          0
4364.33/1092.75	c conflicts:           1222774
4364.33/1092.75	c restarts:            8102
4364.33/1092.75	c rejected_restarts    0
4364.33/1092.75	c removals:            20
4364.33/1092.75	c removed clauses:     747399
4364.33/1092.75	c oft clauses:         0
4364.33/1092.76	c ====================
4365.45/1093.00	c solvetime: 1090412650us (1090s)
4365.45/1093.04	c sended clauses   | 55380 | 54045 | 58363 | 50163 |
4365.45/1093.04	c received clauses | 0 | 810 | 569 | 713 |
4365.45/1093.04	c join all other threads
4365.45/1093.05	c joined thread 0
4365.45/1093.06	c joined thread 1
4365.45/1093.06	c joined thread 2
4365.45/1093.06	c joined thread 3
4365.45/1093.06	c memory usage (vsize): 1166 MB
4365.45/1093.06	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-3287549-1304051415/watcher-3287549-1304051415 -o /tmp/evaluation-result-3287549-1304051415/solver-3287549-1304051415 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3287549-1304051415.cnf 2133257729 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.86 7.98 7.97 5/182 10198
/proc/meminfo: memFree=15129208/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0

[startup+0.066734 s]
/proc/loadavg: 7.86 7.98 7.97 5/182 10198
/proc/meminfo: memFree=15129208/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100712 s]
/proc/loadavg: 7.86 7.98 7.97 5/182 10198
/proc/meminfo: memFree=15129208/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300646 s]
/proc/loadavg: 7.86 7.98 7.97 5/182 10198
/proc/meminfo: memFree=15129208/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700565 s]
/proc/loadavg: 7.86 7.98 7.97 5/182 10198
/proc/meminfo: memFree=15129208/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 7.86 7.98 7.97 9/188 10204
/proc/meminfo: memFree=14916624/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=410408 CPUtime=5.55 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 88994 0 0 0 509 46 0 0 19 0 5 0 516741994 420257792 59383 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 102602 59383 351 389 0 98352 0
[pid=10199/tid=10201] ppid=10198 vsize=410408 CPUtime=1.37 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 18634 0 0 0 126 11 0 0 18 0 5 0 516742003 420257792 59383 33554432000 4194304 5787044 140737191640016 18446744073709551615 4345933 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=410408 CPUtime=1.35 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 18794 0 0 0 124 11 0 0 18 0 5 0 516742005 420257792 59383 33554432000 4194304 5787044 140737191640016 18446744073709551615 4278596 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=410408 CPUtime=1.33 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 19532 0 0 0 122 11 0 0 18 0 5 0 516742007 420257792 59383 33554432000 4194304 5787044 140737191640016 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=410408 CPUtime=1.32 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 18537 0 0 0 123 9 0 0 18 0 5 0 516742009 420257792 59383 33554432000 4194304 5787044 140737191640016 18446744073709551615 244446639080 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 419108

[startup+3.10112 s]
/proc/loadavg: 7.86 7.98 7.97 9/188 10204
/proc/meminfo: memFree=14890720/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=481740 CPUtime=11.94 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 120485 0 0 0 1143 51 0 0 19 0 5 0 516741994 493301760 77764 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 120435 77764 417 389 0 116185 0
[pid=10199/tid=10201] ppid=10198 vsize=481740 CPUtime=2.98 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 25652 0 0 0 285 13 0 0 21 0 5 0 516742003 493301760 77764 33554432000 4194304 5787044 140737191640016 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=481740 CPUtime=2.94 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 26194 0 0 0 282 12 0 0 20 0 5 0 516742005 493301760 77764 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=481740 CPUtime=2.94 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 26706 0 0 0 281 13 0 0 21 0 5 0 516742007 493301760 77764 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=481740 CPUtime=2.91 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 28436 0 0 0 281 10 0 0 21 0 5 0 516742009 493301760 77764 33554432000 4194304 5787044 140737191640016 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 490440

[startup+6.30052 s]
/proc/loadavg: 7.87 7.98 7.97 9/188 10204
/proc/meminfo: memFree=14812844/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=482184 CPUtime=24.73 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 120788 0 0 0 2420 53 0 0 19 0 5 0 516741994 493756416 78067 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 120546 78067 418 389 0 116296 0
[pid=10199/tid=10201] ppid=10198 vsize=482184 CPUtime=6.18 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 25749 0 0 0 605 13 0 0 25 0 5 0 516742003 493756416 78067 33554432000 4194304 5787044 140737191640016 18446744073709551615 244447050271 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=482184 CPUtime=6.13 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 26278 0 0 0 600 13 0 0 25 0 5 0 516742005 493756416 78067 33554432000 4194304 5787044 140737191640016 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=482184 CPUtime=6.13 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 26714 0 0 0 600 13 0 0 25 0 5 0 516742007 493756416 78067 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458771125 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=482184 CPUtime=6.12 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 28550 0 0 0 601 11 0 0 25 0 5 0 516742009 493756416 78067 33554432000 4194304 5787044 140737191640016 18446744073709551615 5524592 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 490884

[startup+12.7003 s]
/proc/loadavg: 7.88 7.98 7.97 9/188 10204
/proc/meminfo: memFree=14806420/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=482864 CPUtime=50.29 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 122003 0 0 0 4975 54 0 0 19 0 5 0 516741994 494452736 79282 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 120716 79282 418 389 0 116466 0
[pid=10199/tid=10201] ppid=10198 vsize=482864 CPUtime=12.57 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 25845 0 0 0 1244 13 0 0 25 0 5 0 516742003 494452736 79282 33554432000 4194304 5787044 140737191640016 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=482864 CPUtime=12.49 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 26303 0 0 0 1236 13 0 0 25 0 5 0 516742005 494452736 79282 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=482864 CPUtime=12.53 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 26774 0 0 0 1240 13 0 0 25 0 5 0 516742007 494452736 79282 33554432000 4194304 5787044 140737191640016 18446744073709551615 5585228 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=482864 CPUtime=12.52 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 29584 0 0 0 1241 11 0 0 25 0 5 0 516742009 494452736 79282 33554432000 4194304 5787044 140737191640016 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 491564

[startup+25.5009 s]
/proc/loadavg: 7.91 7.98 7.97 9/188 10204
/proc/meminfo: memFree=14790808/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=484392 CPUtime=101.41 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 122858 0 0 0 10086 55 0 0 19 0 5 0 516741994 496017408 80137 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 121098 80137 418 389 0 116848 0
[pid=10199/tid=10201] ppid=10198 vsize=484392 CPUtime=25.37 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 26124 0 0 0 2523 14 0 0 25 0 5 0 516742003 496017408 80137 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=484392 CPUtime=25.21 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 26577 0 0 0 2508 13 0 0 25 0 5 0 516742005 496017408 80137 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=484392 CPUtime=25.33 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 27018 0 0 0 2519 14 0 0 25 0 5 0 516742007 496017408 80137 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590340 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=484392 CPUtime=25.32 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 29642 0 0 0 2521 11 0 0 25 0 5 0 516742009 496017408 80137 33554432000 4194304 5787044 140737191640016 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 493092

[startup+51.1011 s]
/proc/loadavg: 8.00 7.99 7.98 9/188 10205
/proc/meminfo: memFree=14744216/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=491100 CPUtime=203.68 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 132921 0 0 0 20308 60 0 0 19 0 5 0 516741994 502886400 89107 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 122775 89107 418 389 0 118525 0
[pid=10199/tid=10201] ppid=10198 vsize=491100 CPUtime=50.97 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 28008 0 0 0 5082 15 0 0 25 0 5 0 516742003 502886400 89107 33554432000 4194304 5787044 140737191640016 18446744073709551615 4254964 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=491100 CPUtime=50.68 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 27107 0 0 0 5054 14 0 0 25 0 5 0 516742005 502886400 89107 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=491100 CPUtime=50.93 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 27816 0 0 0 5078 15 0 0 25 0 5 0 516742007 502886400 89107 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=491100 CPUtime=50.92 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 36493 0 0 0 5080 12 0 0 25 0 5 0 516742009 502886400 89107 33554432000 4194304 5787044 140737191640016 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 499800

[startup+102.307 s]
/proc/loadavg: 8.07 8.01 7.98 9/188 10206
/proc/meminfo: memFree=14703156/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=561784 CPUtime=408.21 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 139092 0 0 0 40752 69 0 0 19 0 5 0 516741994 575266816 95273 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 140446 95273 418 389 0 136196 0
[pid=10199/tid=10201] ppid=10198 vsize=561784 CPUtime=102.18 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 30042 0 0 0 10199 19 0 0 25 0 5 0 516742003 575266816 95273 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=561784 CPUtime=101.6 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 28421 0 0 0 10145 15 0 0 25 0 5 0 516742005 575266816 95273 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=561784 CPUtime=102.13 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 28685 0 0 0 10196 17 0 0 25 0 5 0 516742007 575266816 95273 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=561784 CPUtime=102.12 cores=1,3,5,7

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

[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1159620 CPUtime=4003.21 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 295145 0 0 0 400095 226 0 0 19 0 5 0 516741994 1187450880 246775 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 289905 246775 418 389 0 285655 0
[pid=10199/tid=10201] ppid=10198 vsize=1159620 CPUtime=1002.16 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58043 0 0 0 100166 50 0 0 25 0 5 0 516742003 1187450880 246775 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1159620 CPUtime=997.64 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 55711 0 0 0 99719 45 0 0 25 0 5 0 516742005 1187450880 246775 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1159620 CPUtime=1001.12 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 60868 0 0 0 100047 65 0 0 25 0 5 0 516742007 1187450880 246775 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1159620 CPUtime=1002.09 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107026 0 0 0 100147 62 0 0 25 0 5 0 516742009 1187450880 246775 33554432000 4194304 5787044 140737191640016 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.21
Current children cumulated vsize (KiB) 1168320

[startup+1062.3 s]
/proc/loadavg: 8.13 8.05 8.01 9/188 10265
/proc/meminfo: memFree=13698252/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1159620 CPUtime=4242.9 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 297009 0 0 0 424061 229 0 0 19 0 5 0 516741994 1187450880 248639 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 289905 248639 418 389 0 285655 0
[pid=10199/tid=10201] ppid=10198 vsize=1159620 CPUtime=1062.17 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58240 0 0 0 106167 50 0 0 25 0 5 0 516742003 1187450880 248639 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1159620 CPUtime=1057.32 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 55770 0 0 0 105687 45 0 0 25 0 5 0 516742005 1187450880 248639 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1159620 CPUtime=1061.12 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 62468 0 0 0 106045 67 0 0 25 0 5 0 516742007 1187450880 248639 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1159620 CPUtime=1062.09 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107034 0 0 0 106147 62 0 0 25 0 5 0 516742009 1187450880 248639 33554432000 4194304 5787044 140737191640016 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.9
Current children cumulated vsize (KiB) 1168320

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

[startup+1075.1 s]
/proc/loadavg: 8.18 8.06 8.01 9/188 10265
/proc/meminfo: memFree=13692956/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1159620 CPUtime=4294.03 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 298098 0 0 0 429172 231 0 0 19 0 5 0 516741994 1187450880 249728 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 289905 249728 418 389 0 285655 0
[pid=10199/tid=10201] ppid=10198 vsize=1159620 CPUtime=1074.97 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58252 0 0 0 107447 50 0 0 25 0 5 0 516742003 1187450880 249728 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1159620 CPUtime=1070.05 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 55779 0 0 0 106960 45 0 0 25 0 5 0 516742005 1187450880 249728 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1159620 CPUtime=1073.93 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 63535 0 0 0 107324 69 0 0 25 0 5 0 516742007 1187450880 249728 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1159620 CPUtime=1074.89 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107035 0 0 0 107427 62 0 0 25 0 5 0 516742009 1187450880 249728 33554432000 4194304 5787044 140737191640016 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4294.03
Current children cumulated vsize (KiB) 1168320

[startup+1081.5 s]
/proc/loadavg: 8.17 8.06 8.01 9/188 10265
/proc/meminfo: memFree=13690104/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1159620 CPUtime=4319.59 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 298583 0 0 0 431727 232 0 0 19 0 5 0 516741994 1187450880 250213 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 289905 250213 418 389 0 285655 0
[pid=10199/tid=10201] ppid=10198 vsize=1159620 CPUtime=1081.37 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58255 0 0 0 108087 50 0 0 25 0 5 0 516742003 1187450880 250213 33554432000 4194304 5787044 140737191640016 18446744073709551615 4220279 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1159620 CPUtime=1076.41 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 55784 0 0 0 107596 45 0 0 25 0 5 0 516742005 1187450880 250213 33554432000 4194304 5787044 140737191640016 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1159620 CPUtime=1080.33 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 64012 0 0 0 107963 70 0 0 25 0 5 0 516742007 1187450880 250213 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1159620 CPUtime=1081.29 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107035 0 0 0 108067 62 0 0 25 0 5 0 516742009 1187450880 250213 33554432000 4194304 5787044 140737191640016 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4319.59
Current children cumulated vsize (KiB) 1168320

[startup+1087.91 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 10266
/proc/meminfo: memFree=13677456/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1163696 CPUtime=4345.18 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 300147 0 0 0 434286 232 0 0 19 0 5 0 516741994 1191624704 251777 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 290924 251777 418 389 0 286674 0
[pid=10199/tid=10201] ppid=10198 vsize=1163696 CPUtime=1087.77 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58259 0 0 0 108727 50 0 0 25 0 5 0 516742003 1191624704 251777 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1163696 CPUtime=1082.78 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 56811 0 0 0 108233 45 0 0 25 0 5 0 516742005 1191624704 251777 33554432000 4194304 5787044 140737191640016 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1163696 CPUtime=1086.74 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 64545 0 0 0 108603 71 0 0 25 0 5 0 516742007 1191624704 251777 33554432000 4194304 5787044 140737191640016 18446744073709551615 4220491 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1163696 CPUtime=1087.7 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107035 0 0 0 108708 62 0 0 25 0 5 0 516742009 1191624704 251777 33554432000 4194304 5787044 140737191640016 18446744073709551615 4220942 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4345.18
Current children cumulated vsize (KiB) 1172396

[startup+1091.1 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 10266
/proc/meminfo: memFree=13674852/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1229232 CPUtime=4357.96 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 300432 0 0 0 435563 233 0 0 19 0 5 0 516741994 1258733568 252062 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 307308 252062 418 389 0 303058 0
[pid=10199/tid=10201] ppid=10198 vsize=1229232 CPUtime=1090.97 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58261 0 0 0 109047 50 0 0 25 0 5 0 516742003 1258733568 252062 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1229232 CPUtime=1085.96 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 56813 0 0 0 108551 45 0 0 25 0 5 0 516742005 1258733568 252062 33554432000 4194304 5787044 140737191640016 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1229232 CPUtime=1089.93 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 64824 0 0 0 108922 71 0 0 25 0 5 0 516742007 1258733568 252062 33554432000 4194304 5787044 140737191640016 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1229232 CPUtime=1090.9 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107037 0 0 0 109028 62 0 0 25 0 5 0 516742009 1258733568 252062 33554432000 4194304 5787044 140737191640016 18446744073709551615 5524737 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4357.96
Current children cumulated vsize (KiB) 1237932

[startup+1091.9 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 10266
/proc/meminfo: memFree=13674852/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1229232 CPUtime=4361.14 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 300475 0 0 0 435881 233 0 0 19 0 5 0 516741994 1258733568 252105 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 307308 252105 418 389 0 303058 0
[pid=10199/tid=10201] ppid=10198 vsize=1229232 CPUtime=1091.77 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58261 0 0 0 109127 50 0 0 25 0 5 0 516742003 1258733568 252105 33554432000 4194304 5787044 140737191640016 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1229232 CPUtime=1086.76 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 56813 0 0 0 108631 45 0 0 25 0 5 0 516742005 1258733568 252105 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1229232 CPUtime=1090.73 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 64866 0 0 0 109002 71 0 0 25 0 5 0 516742007 1258733568 252105 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1229232 CPUtime=1091.7 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107038 0 0 0 109108 62 0 0 25 0 5 0 516742009 1258733568 252105 33554432000 4194304 5787044 140737191640016 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4361.14
Current children cumulated vsize (KiB) 1237932

[startup+1092.7 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 10266
/proc/meminfo: memFree=13674096/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=1229232 CPUtime=4364.33 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) S 10198 10198 9766 0 -1 4202496 300557 0 0 0 436200 233 0 0 19 0 5 0 516741994 1258733568 252187 33554432000 4194304 5787044 140737191640016 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 307308 252187 418 389 0 303058 0
[pid=10199/tid=10201] ppid=10198 vsize=1229232 CPUtime=1092.57 cores=1,3,5,7
/proc/10199/task/10201/stat : 10201 (priss) R 10198 10198 9766 0 -1 4202560 58262 0 0 0 109207 50 0 0 25 0 5 0 516742003 1258733568 252187 33554432000 4194304 5787044 140737191640016 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10199/tid=10202] ppid=10198 vsize=1229232 CPUtime=1087.55 cores=1,3,5,7
/proc/10199/task/10202/stat : 10202 (priss) R 10198 10198 9766 0 -1 4202560 56813 0 0 0 108710 45 0 0 25 0 5 0 516742005 1258733568 252187 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10199/tid=10203] ppid=10198 vsize=1229232 CPUtime=1091.53 cores=1,3,5,7
/proc/10199/task/10203/stat : 10203 (priss) R 10198 10198 9766 0 -1 4202560 64947 0 0 0 109082 71 0 0 25 0 5 0 516742007 1258733568 252187 33554432000 4194304 5787044 140737191640016 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10199/tid=10204] ppid=10198 vsize=1229232 CPUtime=1092.5 cores=1,3,5,7
/proc/10199/task/10204/stat : 10204 (priss) R 10198 10198 9766 0 -1 4202560 107038 0 0 0 109188 62 0 0 25 0 5 0 516742009 1258733568 252187 33554432000 4194304 5787044 140737191640016 18446744073709551615 5534156 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4364.33
Current children cumulated vsize (KiB) 1237932

[startup+1093.1 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 10266
/proc/meminfo: memFree=13674096/32951124 swapFree=67111528/67111528
[pid=10198] ppid=10196 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10198/stat : 10198 (priss.sh) S 10196 10198 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516741994 8908800 251 33554432000 4194304 4922060 140735263197744 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10198/statm: 2175 251 211 178 0 68 0
[pid=10199] ppid=10198 vsize=0 CPUtime=4365.7 cores=1,3,5,7
/proc/10199/stat : 10199 (priss) R 10198 10198 9766 0 -1 4202500 300603 0 0 0 436311 259 0 0 17 0 1 0 516741994 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10199/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4365.7
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 1093.11
CPU time (s): 4365.71
CPU user time (s): 4363.11
CPU system time (s): 2.6026
CPU usage (%): 399.383
Max. virtual memory (cumulated for all children) (KiB): 1237932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4363.11
system time used= 2.6026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300941
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= 35536
involuntary context switches= 29600

runsolver used 1.56976 second user time and 4.39533 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 06:30:16
IDJOB=3287549
IDBENCH=82469
IDSOLVER=1603
FILE ID=node105/3287549-1304051415
RUNJOBID= node105-1304047118-9785
PBS_JOBID= 13170404
Free space on /tmp= 71932 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287549-1304051415/watcher-3287549-1304051415 -o /tmp/evaluation-result-3287549-1304051415/solver-3287549-1304051415 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3287549-1304051415.cnf 2133257729 4800 15500 4

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=2133257729

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15129480 kB
Buffers:       2300676 kB
Cached:       14439660 kB
SwapCached:          0 kB
Active:        9382888 kB
Inactive:      7868444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15129480 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5840 kB
Writeback:           0 kB
AnonPages:      510736 kB
Mapped:          15836 kB
Slab:           506908 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   711812 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= 71900 MiB
End job on node105 at 2011-04-29 06:48:29