Trace number 3292747

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 4568.41 1143.7

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 21614
0.00/0.00	c parsetime: 558us
0.00/0.00	c parsed 2130 clauses with 300 variables
0.00/0.00	c NW started thread 0 successfully (1111267648)
0.00/0.00	c NW started thread 1 successfully (1121757504)
0.00/0.00	c NW started thread 2 successfully (1132247360)
0.00/0.00	c NW started thread 3 successfully (1142737216)
0.00/0.83	c preprocessor returned 10035 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 0 variables
0.00/0.83	c pp time: 828777us (0s)
0.00/0.83	c preprocessor returned 10035 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 0 variables
0.00/0.83	c pp time: 828592us (0s)
0.00/0.83	c preprocessor returned 10035 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 0 variables
0.00/0.83	c pp time: 833396us (0s)
34.72/8.74	c preprocessor returned 30096 variables
34.72/8.74	c preprocessing returned UNKNOWN
34.72/8.74	c PP set 0 variables
34.72/8.74	c pp time: 8741993us (8s)
4567.25/1143.44	c ====================
4567.25/1143.44	c implication/decision inf%(inf)
4567.25/1143.44	c decisions:           2454485
4567.25/1143.44	c last level:          0
4567.25/1143.44	c conflicts:           1815503
4567.25/1143.44	c restarts:            12031
4567.25/1143.44	c rejected_restarts    0
4567.25/1143.44	c removals:            22
4567.25/1143.44	c removed clauses:     1332011
4567.25/1143.44	c oft clauses:         0
4568.07/1143.68	c solvetime: 1142850979us (1142s)
4568.07/1143.68	c sended clauses   | 5 | 0 | 0 | 0 |
4568.07/1143.68	c received clauses | 0 | 5 | 5 | 5 |
4568.07/1143.68	c join all other threads
4568.07/1143.68	c joined thread 0
4568.07/1143.68	c joined thread 1
4568.07/1143.68	c joined thread 2
4568.07/1143.68	c joined thread 3
4568.07/1143.68	c memory usage (vsize): 463 MB
4568.07/1143.68	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-3292747-1304082059/watcher-3292747-1304082059 -o /tmp/evaluation-result-3292747-1304082059/solver-3292747-1304082059 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3292747-1304082059.cnf 1365051352 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.38 7.93 7.85 5/182 21613
/proc/meminfo: memFree=30791944/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0

[startup+0.816419 s]
/proc/loadavg: 7.38 7.93 7.85 5/182 21613
/proc/meminfo: memFree=30791944/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900153 s]
/proc/loadavg: 7.38 7.93 7.85 5/182 21613
/proc/meminfo: memFree=30791944/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00013 s]
/proc/loadavg: 7.38 7.93 7.85 5/182 21613
/proc/meminfo: memFree=30791944/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10012 s]
/proc/loadavg: 7.38 7.93 7.85 5/182 21613
/proc/meminfo: memFree=30791944/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50104 s]
/proc/loadavg: 7.38 7.93 7.85 5/182 21613
/proc/meminfo: memFree=30791944/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10076 s]
/proc/loadavg: 7.43 7.93 7.85 9/189 21653
/proc/meminfo: memFree=30752464/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=275696 CPUtime=12.34 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 9004 0 0 0 1233 1 0 0 25 0 5 0 500622186 282312704 7754 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 68924 7754 404 389 0 64674 0
[pid=21614/tid=21615] ppid=21613 vsize=275696 CPUtime=3.08 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 1728 0 0 0 308 0 0 0 25 0 5 0 500622187 282312704 7754 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=275696 CPUtime=3.08 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 1906 0 0 0 308 0 0 0 25 0 5 0 500622187 282312704 7754 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=275696 CPUtime=3.07 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 1895 0 0 0 307 0 0 0 25 0 5 0 500622187 282312704 7754 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=275696 CPUtime=3.08 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 1970 0 0 0 308 0 0 0 25 0 5 0 500622187 282312704 7754 33554432000 4194304 5787044 140735075753200 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 284396

[startup+6.30719 s]
/proc/loadavg: 7.43 7.93 7.85 9/189 21653
/proc/meminfo: memFree=30739788/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=277568 CPUtime=25.16 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 10315 0 0 0 2514 2 0 0 25 0 5 0 500622186 284229632 9065 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 69392 9065 404 389 0 65142 0
[pid=21614/tid=21615] ppid=21613 vsize=277568 CPUtime=6.29 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 2158 0 0 0 629 0 0 0 25 0 5 0 500622187 284229632 9065 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=277568 CPUtime=6.29 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 2347 0 0 0 629 0 0 0 25 0 5 0 500622187 284229632 9065 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=277568 CPUtime=6.26 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 2335 0 0 0 626 0 0 0 25 0 5 0 500622187 284229632 9065 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=277568 CPUtime=6.28 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 1970 0 0 0 628 0 0 0 25 0 5 0 500622187 284229632 9065 33554432000 4194304 5787044 140735075753200 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 286268

[startup+12.701 s]
/proc/loadavg: 7.48 7.93 7.85 9/189 21653
/proc/meminfo: memFree=30706324/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=284848 CPUtime=50.69 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 15737 0 0 0 5064 5 0 0 25 0 5 0 500622186 291684352 13576 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 71212 13576 417 389 0 66962 0
[pid=21614/tid=21615] ppid=21613 vsize=284848 CPUtime=12.69 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 3895 0 0 0 1268 1 0 0 25 0 5 0 500622187 291684352 13576 33554432000 4194304 5787044 140735075753200 18446744073709551615 4220136 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=284848 CPUtime=12.68 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 3086 0 0 0 1267 1 0 0 25 0 5 0 500622187 291684352 13576 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=284848 CPUtime=12.62 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 2965 0 0 0 1261 1 0 0 25 0 5 0 500622187 291684352 13576 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=284848 CPUtime=12.68 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 4286 0 0 0 1267 1 0 0 25 0 5 0 500622187 291684352 13576 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 293548

[startup+25.5008 s]
/proc/loadavg: 7.59 7.93 7.85 9/188 21661
/proc/meminfo: memFree=30669740/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=291468 CPUtime=101.79 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 19619 0 0 0 10170 9 0 0 25 0 5 0 500622186 298463232 17455 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 72867 17455 417 389 0 68617 0
[pid=21614/tid=21615] ppid=21613 vsize=291468 CPUtime=25.48 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 4556 0 0 0 2547 1 0 0 25 0 5 0 500622187 298463232 17455 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=291468 CPUtime=25.47 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 3631 0 0 0 2545 2 0 0 25 0 5 0 500622187 298463232 17455 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=291468 CPUtime=25.34 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 4713 0 0 0 2532 2 0 0 25 0 5 0 500622187 298463232 17455 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=291468 CPUtime=25.47 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 5214 0 0 0 2545 2 0 0 25 0 5 0 500622187 298463232 17455 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 300168

[startup+51.1012 s]
/proc/loadavg: 7.79 7.95 7.86 9/188 21662
/proc/meminfo: memFree=30615812/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=306356 CPUtime=204.05 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 26435 0 0 0 20389 16 0 0 25 0 5 0 500622186 313708544 24205 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 76589 24205 417 389 0 72339 0
[pid=21614/tid=21615] ppid=21613 vsize=306356 CPUtime=51.03 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 7029 0 0 0 5101 2 0 0 25 0 5 0 500622187 313708544 24205 33554432000 4194304 5787044 140735075753200 18446744073709551615 5576704 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=306356 CPUtime=51.06 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 4901 0 0 0 5103 3 0 0 25 0 5 0 500622187 313708544 24205 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=306356 CPUtime=50.84 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 5593 0 0 0 5080 4 0 0 25 0 5 0 500622187 313708544 24205 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=306356 CPUtime=51.07 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 7407 0 0 0 5103 4 0 0 25 0 5 0 500622187 313708544 24205 33554432000 4194304 5787044 140735075753200 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 315056

[startup+102.301 s]
/proc/loadavg: 7.98 7.97 7.87 9/188 21663
/proc/meminfo: memFree=30558728/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=315340 CPUtime=408.55 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 33229 0 0 0 40831 24 0 0 25 0 5 0 500622186 322908160 30851 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 78835 30851 417 389 0 74585 0
[pid=21614/tid=21615] ppid=21613 vsize=315340 CPUtime=101.96 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 8176 0 0 0 10192 4 0 0 25 0 5 0 500622187 322908160 30851 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=315340 CPUtime=102.27 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 7471 0 0 0 10220 7 0 0 25 0 5 0 500622187 322908160 30851 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=315340 CPUtime=102.03 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 7344 0 0 0 10197 6 0 0 25 0 5 0 500622187 322908160 30851 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=315340 CPUtime=102.27 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 8733 0 0 0 10221 6 0 0 25 0 5 0 500622187 322908160 30851 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 324040

[startup+162.3 s]
/proc/loadavg: 8.10 8.00 7.89 9/188 21665
/proc/meminfo: memFree=30506360/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=332268 CPUtime=648.22 cores=1,3,5,7

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

[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1122.26 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23862 0 0 0 112202 24 0 0 25 0 5 0 500622187 502894592 84424 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1119.2 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 20677 0 0 0 111895 25 0 0 25 0 5 0 500622187 502894592 84424 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1122.28 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22097 0 0 0 112206 22 0 0 25 0 5 0 500622187 502894592 84424 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 499808

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

[startup+1127.1 s]
/proc/loadavg: 8.05 8.06 7.99 9/188 21690
/proc/meminfo: memFree=30124824/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4502.16 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88480 0 0 0 450127 89 0 0 25 0 5 0 500622186 502894592 84545 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 84545 417 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1124 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20218 0 0 0 112384 16 0 0 25 0 5 0 500622187 502894592 84545 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1127.07 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23862 0 0 0 112683 24 0 0 25 0 5 0 500622187 502894592 84545 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1123.97 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 20755 0 0 0 112372 25 0 0 25 0 5 0 500622187 502894592 84545 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1127.08 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22140 0 0 0 112686 22 0 0 25 0 5 0 500622187 502894592 84545 33554432000 4194304 5787044 140735075753200 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4502.16
Current children cumulated vsize (KiB) 499808

[startup+1133.5 s]
/proc/loadavg: 8.04 8.06 7.99 9/188 21691
/proc/meminfo: memFree=30122712/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4527.7 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88669 0 0 0 452681 89 0 0 25 0 5 0 500622186 502894592 84734 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 84734 417 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1130.39 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20218 0 0 0 113023 16 0 0 25 0 5 0 500622187 502894592 84734 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1133.46 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23862 0 0 0 113322 24 0 0 25 0 5 0 500622187 502894592 84734 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1130.34 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 20851 0 0 0 113009 25 0 0 25 0 5 0 500622187 502894592 84734 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1133.48 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22233 0 0 0 113325 23 0 0 25 0 5 0 500622187 502894592 84734 33554432000 4194304 5787044 140735075753200 18446744073709551615 4208368 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4527.7
Current children cumulated vsize (KiB) 499808

[startup+1139.9 s]
/proc/loadavg: 8.04 8.06 7.99 9/188 21691
/proc/meminfo: memFree=30120108/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4553.27 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88825 0 0 0 455237 90 0 0 25 0 5 0 500622186 502894592 84890 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 84890 417 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1136.79 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20224 0 0 0 113663 16 0 0 25 0 5 0 500622187 502894592 84890 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1139.86 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23862 0 0 0 113962 24 0 0 25 0 5 0 500622187 502894592 84890 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1136.7 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 20948 0 0 0 113645 25 0 0 25 0 5 0 500622187 502894592 84890 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1139.88 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22286 0 0 0 113965 23 0 0 25 0 5 0 500622187 502894592 84890 33554432000 4194304 5787044 140735075753200 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4553.27
Current children cumulated vsize (KiB) 499808

[startup+1141.51 s]
/proc/loadavg: 8.04 8.06 7.99 9/188 21691
/proc/meminfo: memFree=30119852/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4559.68 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88872 0 0 0 455878 90 0 0 25 0 5 0 500622186 502894592 84937 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 84937 417 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1138.4 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20224 0 0 0 113824 16 0 0 25 0 5 0 500622187 502894592 84937 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1141.47 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23862 0 0 0 114123 24 0 0 25 0 5 0 500622187 502894592 84937 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1138.3 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 20980 0 0 0 113804 26 0 0 25 0 5 0 500622187 502894592 84937 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1141.49 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22301 0 0 0 114126 23 0 0 25 0 5 0 500622187 502894592 84937 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4559.68
Current children cumulated vsize (KiB) 499808

[startup+1142.3 s]
/proc/loadavg: 8.04 8.06 7.99 9/188 21691
/proc/meminfo: memFree=30119852/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4562.86 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88890 0 0 0 456196 90 0 0 25 0 5 0 500622186 502894592 84955 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 84955 417 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1139.19 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20224 0 0 0 113903 16 0 0 25 0 5 0 500622187 502894592 84955 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1142.26 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23862 0 0 0 114202 24 0 0 25 0 5 0 500622187 502894592 84955 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1139.1 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 20989 0 0 0 113884 26 0 0 25 0 5 0 500622187 502894592 84955 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1142.28 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22310 0 0 0 114205 23 0 0 25 0 5 0 500622187 502894592 84955 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4562.86
Current children cumulated vsize (KiB) 499808

[startup+1143.1 s]
/proc/loadavg: 8.04 8.06 7.99 9/188 21691
/proc/meminfo: memFree=30119728/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4566.05 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88929 0 0 0 456515 90 0 0 25 0 5 0 500622186 502894592 84994 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 84994 417 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1139.99 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20224 0 0 0 113983 16 0 0 25 0 5 0 500622187 502894592 84994 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1143.06 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23862 0 0 0 114282 24 0 0 25 0 5 0 500622187 502894592 84994 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1139.89 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 21014 0 0 0 113963 26 0 0 25 0 5 0 500622187 502894592 84994 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1143.08 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22324 0 0 0 114285 23 0 0 25 0 5 0 500622187 502894592 84994 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4566.05
Current children cumulated vsize (KiB) 499808

[startup+1143.5 s]
/proc/loadavg: 8.04 8.06 7.99 9/188 21691
/proc/meminfo: memFree=30119728/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4567.65 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88951 0 0 0 456675 90 0 0 25 0 5 0 500622186 502894592 85016 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 85016 431 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1140.39 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20236 0 0 0 114023 16 0 0 25 0 5 0 500622187 502894592 85016 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051462534 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1143.46 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23863 0 0 0 114322 24 0 0 25 0 5 0 500622187 502894592 85016 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1140.29 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 21015 0 0 0 114003 26 0 0 25 0 5 0 500622187 502894592 85016 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1143.48 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22332 0 0 0 114325 23 0 0 25 0 5 0 500622187 502894592 85016 33554432000 4194304 5787044 140735075753200 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4567.65
Current children cumulated vsize (KiB) 499808

[startup+1143.6 s]
/proc/loadavg: 8.03 8.06 7.99 9/188 21691
/proc/meminfo: memFree=30119480/32951124 swapFree=67111356/67111528
[pid=21613] ppid=21611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21613/stat : 21613 (priss.sh) S 21611 21613 20894 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 500622186 8908800 252 33554432000 4194304 4922060 140736754462976 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21613/statm: 2175 252 211 178 0 68 0
[pid=21614] ppid=21613 vsize=491108 CPUtime=4568.07 cores=1,3,5,7
/proc/21614/stat : 21614 (priss) S 21613 21613 20894 0 -1 4202496 88953 0 0 0 456717 90 0 0 25 0 5 0 500622186 502894592 85018 33554432000 4194304 5787044 140735075753200 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21614/statm: 122777 85018 431 389 0 118527 0
[pid=21614/tid=21615] ppid=21613 vsize=491108 CPUtime=1140.5 cores=1,3,5,7
/proc/21614/task/21615/stat : 21615 (priss) R 21613 21613 20894 0 -1 4202560 20236 0 0 0 114034 16 0 0 25 0 5 0 500622187 502894592 85018 33554432000 4194304 5787044 140735075753200 18446744073709551615 212039304280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21614/tid=21616] ppid=21613 vsize=491108 CPUtime=1143.57 cores=1,3,5,7
/proc/21614/task/21616/stat : 21616 (priss) R 21613 21613 20894 0 -1 4202560 23863 0 0 0 114333 24 0 0 25 0 5 0 500622187 502894592 85018 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21614/tid=21617] ppid=21613 vsize=491108 CPUtime=1140.39 cores=1,3,5,7
/proc/21614/task/21617/stat : 21617 (priss) R 21613 21613 20894 0 -1 4202560 21016 0 0 0 114013 26 0 0 25 0 5 0 500622187 502894592 85018 33554432000 4194304 5787044 140735075753200 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21614/tid=21618] ppid=21613 vsize=491108 CPUtime=1143.59 cores=1,3,5,7
/proc/21614/task/21618/stat : 21618 (priss) R 21613 21613 20894 0 -1 4202560 22333 0 0 0 114336 23 0 0 25 0 5 0 500622187 502894592 85018 33554432000 4194304 5787044 140735075753200 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4568.07
Current children cumulated vsize (KiB) 499808

Child status: 20
Real time (s): 1143.7
CPU time (s): 4568.41
CPU user time (s): 4567.49
CPU system time (s): 0.92086
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 499808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4567.49
system time used= 0.92086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89325
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= 3632
involuntary context switches= 31607

runsolver used 1.44778 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 15:00:59
IDJOB=3292747
IDBENCH=87935
IDSOLVER=1603
FILE ID=node146/3292747-1304082059
RUNJOBID= node146-1304082059-21589
PBS_JOBID= 13170499
Free space on /tmp= 72996 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292747-1304082059/watcher-3292747-1304082059 -o /tmp/evaluation-result-3292747-1304082059/solver-3292747-1304082059 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3292747-1304082059.cnf 1365051352 4800 15500 4

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=1365051352

node146.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.75
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.86
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30791976 kB
Buffers:        600544 kB
Cached:        1087272 kB
SwapCached:         32 kB
Active:         136400 kB
Inactive:      1633476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30791976 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3232 kB
Writeback:           0 kB
AnonPages:       82020 kB
Mapped:          14684 kB
Slab:           325640 kB
PageTables:       4572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   265628 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= 72992 MiB
End job on node146 at 2011-04-29 15:20:03