Trace number 3293114

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 AutoUNSAT 2100.32 528.675

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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: 31563
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 4452us
0.00/0.00	c parsed 16804 clauses with 5910 variables
0.00/0.01	c NW started thread 0 successfully (1099770176)
0.00/0.01	c NW started thread 1 successfully (1116522816)
0.00/0.01	c NW started thread 2 successfully (1127012672)
0.00/0.01	c NW started thread 3 successfully (1137502528)
0.00/0.59	c preprocessor returned c preprocessor returned 10002 variables10002 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 7 variables
0.00/0.59	c pp time: 586466c PP set 7 variables
0.00/0.59	c pp time: 584557us (0us (0s)s)
0.00/1.12	
0.00/1.12	c preprocessor returned 10002 variables
0.00/1.12	c preprocessing returned UNKNOWN
0.00/1.12	c PP set 7 variables
0.00/1.12	c pp time: 585572us (0s)
0.00/1.57	c added unsatisfied clause
0.00/1.57	c failed to add network clauses
14.73/3.70	c preprocessor returned 30011 variables
14.73/3.70	c preprocessing returned UNKNOWN
14.73/3.70	c PP set 7 variables
14.73/3.70	c pp time: 3688253us (3s)
1538.98/385.38	c added unsatisfied clause
1538.98/385.38	c failed to add network clauses
1705.17/426.99	c added unsatisfied clause
1705.17/426.99	c failed to add network clauses
1949.21/488.08	c added unsatisfied clause
1949.21/488.08	c failed to add network clauses
1963.19/491.50	c added unsatisfied clause
1963.19/491.50	c failed to add network clauses
2045.88/512.23	c added unsatisfied clause
2045.88/512.23	c failed to add network clauses
2095.83/524.75	c ====================
2095.83/524.75	c implication/decision inf%(inf)
2095.83/524.75	c decisions:           1590213
2095.83/524.75	c last level:          0
2095.83/524.75	c conflicts:           934106
2095.83/524.75	c restarts:            6196
2095.83/524.75	c rejected_restarts    0
2095.83/524.75	c removals:            19
2095.83/524.75	c removed clauses:     562245
2095.83/524.75	c oft clauses:         0
2096.23/524.87	c solvetime: 524274767us (524s)
2096.23/524.87	c sended clauses   | 18378 | 18434 | 14135 | 20516 |
2096.23/524.87	c received clauses | 75 | 100 | 10 | 60 |
2096.23/524.87	c join all other threads
2100.23/528.66	c joined thread 0
2100.23/528.66	c joined thread 1
2100.23/528.66	c joined thread 2
2100.23/528.66	c joined thread 3
2100.23/528.66	c memory usage (vsize): 346 MB
2100.23/528.66	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-3293114-1304074763/watcher-3293114-1304074763 -o /tmp/evaluation-result-3293114-1304074763/solver-3293114-1304074763 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3293114-1304074763.cnf 840391006 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.05 8.06 8.02 6/182 31562
/proc/meminfo: memFree=26218760/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0

[startup+0.00857711 s]
/proc/loadavg: 8.05 8.06 8.02 6/182 31562
/proc/meminfo: memFree=26218760/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.281259 s]
/proc/loadavg: 8.05 8.06 8.02 6/182 31562
/proc/meminfo: memFree=26218760/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.588471 s]
/proc/loadavg: 8.05 8.06 8.02 6/182 31562
/proc/meminfo: memFree=26218760/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.56224 s]
/proc/loadavg: 8.05 8.06 8.02 6/182 31562
/proc/meminfo: memFree=26218760/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.60023 s]
/proc/loadavg: 8.05 8.06 8.02 6/182 31562
/proc/meminfo: memFree=26218760/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10096 s]
/proc/loadavg: 8.05 8.06 8.02 10/188 31568
/proc/meminfo: memFree=26182876/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=278140 CPUtime=12.34 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 12947 0 0 0 1231 3 0 0 19 0 5 0 499891737 284815360 9536 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 69535 9536 405 389 0 65285 0
[pid=31563/tid=31565] ppid=31562 vsize=278140 CPUtime=3.07 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 2690 0 0 0 307 0 0 0 22 0 5 0 499891738 284815360 9536 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=278140 CPUtime=3.08 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 2158 0 0 0 308 0 0 0 23 0 5 0 499891738 284815360 9536 33554432000 4194304 5787044 140737058940240 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=278140 CPUtime=3.07 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 3489 0 0 0 307 0 0 0 19 0 5 0 499891738 284815360 9536 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591034 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=278140 CPUtime=3.07 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 3032 0 0 0 307 0 0 0 25 0 5 0 499891738 284815360 9536 33554432000 4194304 5787044 140737058940240 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286840

[startup+6.30036 s]
/proc/loadavg: 8.05 8.06 8.01 9/188 31568
/proc/meminfo: memFree=26174592/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=279388 CPUtime=25.12 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 15706 0 0 0 2508 4 0 0 19 0 5 0 499891737 286093312 11344 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 69847 11344 419 389 0 65597 0
[pid=31563/tid=31565] ppid=31562 vsize=279388 CPUtime=6.25 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 3190 0 0 0 624 1 0 0 25 0 5 0 499891738 286093312 11344 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=279388 CPUtime=6.28 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 2414 0 0 0 628 0 0 0 25 0 5 0 499891738 286093312 11344 33554432000 4194304 5787044 140737058940240 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=279388 CPUtime=6.27 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 3793 0 0 0 627 0 0 0 22 0 5 0 499891738 286093312 11344 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=279388 CPUtime=6.28 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 4731 0 0 0 627 1 0 0 25 0 5 0 499891738 286093312 11344 33554432000 4194304 5787044 140737058940240 18446744073709551615 4213829 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 288088

[startup+12.7012 s]
/proc/loadavg: 8.04 8.05 8.01 9/188 31568
/proc/meminfo: memFree=26166620/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=280612 CPUtime=50.68 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 17553 0 0 0 5063 5 0 0 19 0 5 0 499891737 287346688 13191 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 70153 13191 419 389 0 65903 0
[pid=31563/tid=31565] ppid=31562 vsize=280612 CPUtime=12.62 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 3469 0 0 0 1261 1 0 0 25 0 5 0 499891738 287346688 13191 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=280612 CPUtime=12.68 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 2857 0 0 0 1267 1 0 0 25 0 5 0 499891738 287346688 13191 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=280612 CPUtime=12.68 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 4341 0 0 0 1267 1 0 0 25 0 5 0 499891738 287346688 13191 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=280612 CPUtime=12.68 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 5308 0 0 0 1267 1 0 0 25 0 5 0 499891738 287346688 13191 33554432000 4194304 5787044 140737058940240 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 289312

[startup+25.5008 s]
/proc/loadavg: 8.03 8.05 8.01 9/188 31568
/proc/meminfo: memFree=26147152/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=287876 CPUtime=101.8 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 21577 0 0 0 10173 7 0 0 19 0 5 0 499891737 294785024 17214 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 71969 17214 419 389 0 67719 0
[pid=31563/tid=31565] ppid=31562 vsize=287876 CPUtime=25.4 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 4052 0 0 0 2539 1 0 0 25 0 5 0 499891738 294785024 17214 33554432000 4194304 5787044 140737058940240 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=287876 CPUtime=25.42 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 3390 0 0 0 2541 1 0 0 25 0 5 0 499891738 294785024 17214 33554432000 4194304 5787044 140737058940240 18446744073709551615 5590640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=287876 CPUtime=25.47 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 5239 0 0 0 2546 1 0 0 25 0 5 0 499891738 294785024 17214 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=287876 CPUtime=25.48 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 7318 0 0 0 2546 2 0 0 25 0 5 0 499891738 294785024 17214 33554432000 4194304 5787044 140737058940240 18446744073709551615 5527689 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 296576

[startup+51.1011 s]
/proc/loadavg: 8.09 8.06 8.02 9/188 31569
/proc/meminfo: memFree=26121164/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=297372 CPUtime=204.05 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 27708 0 0 0 20392 13 0 0 19 0 5 0 499891737 304508928 23343 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 74343 23343 419 389 0 70093 0
[pid=31563/tid=31565] ppid=31562 vsize=297372 CPUtime=50.99 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 5063 0 0 0 5097 2 0 0 25 0 5 0 499891738 304508928 23343 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=297372 CPUtime=50.87 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 4390 0 0 0 5085 2 0 0 25 0 5 0 499891738 304508928 23343 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=297372 CPUtime=51.06 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 6829 0 0 0 5103 3 0 0 25 0 5 0 499891738 304508928 23343 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=297372 CPUtime=51.07 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 9848 0 0 0 5104 3 0 0 25 0 5 0 499891738 304508928 23343 33554432000 4194304 5787044 140737058940240 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 306072

[startup+102.301 s]
/proc/loadavg: 8.11 8.07 8.02 9/188 31579
/proc/meminfo: memFree=26090640/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=306720 CPUtime=408.56 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 34032 0 0 0 40836 20 0 0 19 0 5 0 499891737 314081280 29601 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 76680 29601 419 389 0 72430 0
[pid=31563/tid=31565] ppid=31562 vsize=306720 CPUtime=102.19 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 6518 0 0 0 10215 4 0 0 25 0 5 0 499891738 314081280 29601 33554432000 4194304 5787044 140737058940240 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=306720 CPUtime=101.84 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 5195 0 0 0 10181 3 0 0 25 0 5 0 499891738 314081280 29601 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=306720 CPUtime=102.23 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 9822 0 0 0 10217 6 0 0 25 0 5 0 499891738 314081280 29601 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=306720 CPUtime=102.27 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 10919 0 0 0 10222 5 0 0 25 0 5 0 499891738 314081280 29601 33554432000 4194304 5787044 140737058940240 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 315420

[startup+162.3 s]
/proc/loadavg: 8.11 8.07 8.02 5/181 31582
/proc/meminfo: memFree=26410504/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=315668 CPUtime=648.21 cores=0,2,4,6

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

/proc/loadavg: 8.02 8.01 8.00 9/188 31619
/proc/meminfo: memFree=26053580/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=353780 CPUtime=1367.21 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 60511 0 0 0 136676 45 0 0 19 0 5 0 499891737 362270720 55675 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 88445 55675 419 389 0 84195 0
[pid=31563/tid=31565] ppid=31562 vsize=353780 CPUtime=342.19 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 13730 0 0 0 34209 10 0 0 25 0 5 0 499891738 362270720 55675 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=353780 CPUtime=341.83 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 12143 0 0 0 34172 11 0 0 25 0 5 0 499891738 362270720 55675 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=353780 CPUtime=340.91 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 15852 0 0 0 34079 12 0 0 25 0 5 0 499891738 362270720 55675 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=353780 CPUtime=342.24 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 17208 0 0 0 34214 10 0 0 25 0 5 0 499891738 362270720 55675 33554432000 4194304 5787044 140737058940240 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1367.21
Current children cumulated vsize (KiB) 362480

[startup+402.301 s]
/proc/loadavg: 8.09 8.02 8.00 9/188 31620
/proc/meminfo: memFree=26018932/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=354292 CPUtime=1606.88 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 60716 0 0 0 160642 46 0 0 19 0 5 0 499891737 362795008 55880 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 88573 55880 419 389 0 84323 0
[pid=31563/tid=31565] ppid=31562 vsize=354292 CPUtime=402.19 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 13737 0 0 0 40209 10 0 0 25 0 5 0 499891738 362795008 55880 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=354292 CPUtime=401.84 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 12227 0 0 0 40172 12 0 0 25 0 5 0 499891738 362795008 55880 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=354292 CPUtime=400.58 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 15857 0 0 0 40046 12 0 0 25 0 5 0 499891738 362795008 55880 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=354292 CPUtime=402.23 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 17317 0 0 0 40213 10 0 0 25 0 5 0 499891738 362795008 55880 33554432000 4194304 5787044 140737058940240 18446744073709551615 5527199 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1606.88
Current children cumulated vsize (KiB) 362992

[startup+462.301 s]
/proc/loadavg: 8.10 8.03 8.00 9/188 31622
/proc/meminfo: memFree=25981332/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=364540 CPUtime=1846.56 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 65474 0 0 0 184606 50 0 0 19 0 5 0 499891737 373288960 60638 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91135 60638 419 389 0 86885 0
[pid=31563/tid=31565] ppid=31562 vsize=364540 CPUtime=462.18 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 14026 0 0 0 46208 10 0 0 25 0 5 0 499891738 373288960 60638 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=364540 CPUtime=461.84 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 15601 0 0 0 46170 14 0 0 25 0 5 0 499891738 373288960 60638 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=364540 CPUtime=460.26 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 16437 0 0 0 46013 13 0 0 25 0 5 0 499891738 373288960 60638 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=364540 CPUtime=462.22 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 17832 0 0 0 46212 10 0 0 25 0 5 0 499891738 373288960 60638 33554432000 4194304 5787044 140737058940240 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1846.56
Current children cumulated vsize (KiB) 373240

[startup+522.301 s]
/proc/loadavg: 8.15 8.06 8.01 9/188 31623
/proc/meminfo: memFree=25932944/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=366076 CPUtime=2086.22 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 68521 0 0 0 208568 54 0 0 19 0 5 0 499891737 374861824 63685 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91519 63685 419 389 0 87269 0
[pid=31563/tid=31565] ppid=31562 vsize=366076 CPUtime=522.19 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 14846 0 0 0 52208 11 0 0 25 0 5 0 499891738 374861824 63685 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=366076 CPUtime=521.84 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 16406 0 0 0 52169 15 0 0 25 0 5 0 499891738 374861824 63685 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=366076 CPUtime=519.94 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 17639 0 0 0 51978 16 0 0 25 0 5 0 499891738 374861824 63685 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=366076 CPUtime=522.22 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 18052 0 0 0 52211 11 0 0 25 0 5 0 499891738 374861824 63685 33554432000 4194304 5787044 140737058940240 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2086.22
Current children cumulated vsize (KiB) 374776

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

[startup+522.701 s]
/proc/loadavg: 8.14 8.05 8.01 9/188 31624
/proc/meminfo: memFree=25932324/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=366076 CPUtime=2087.82 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 68535 0 0 0 208728 54 0 0 19 0 5 0 499891737 374861824 63699 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91519 63699 419 389 0 87269 0
[pid=31563/tid=31565] ppid=31562 vsize=366076 CPUtime=522.59 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 14846 0 0 0 52248 11 0 0 25 0 5 0 499891738 374861824 63699 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31563/tid=31566] ppid=31562 vsize=366076 CPUtime=522.24 cores=0,2,4,6
/proc/31563/task/31566/stat : 31566 (priss) R 31562 31562 30205 0 -1 4202560 16406 0 0 0 52209 15 0 0 25 0 5 0 499891738 374861824 63699 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31563/tid=31567] ppid=31562 vsize=366076 CPUtime=520.33 cores=0,2,4,6
/proc/31563/task/31567/stat : 31567 (priss) R 31562 31562 30205 0 -1 4202560 17653 0 0 0 52017 16 0 0 25 0 5 0 499891738 374861824 63699 33554432000 4194304 5787044 140737058940240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31563/tid=31568] ppid=31562 vsize=366076 CPUtime=522.62 cores=0,2,4,6
/proc/31563/task/31568/stat : 31568 (priss) R 31562 31562 30205 0 -1 4202560 18052 0 0 0 52251 11 0 0 25 0 5 0 499891738 374861824 63699 33554432000 4194304 5787044 140737058940240 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2087.82
Current children cumulated vsize (KiB) 374776

[startup+525.906 s]
/proc/loadavg: 8.14 8.05 8.01 6/185 31624
/proc/meminfo: memFree=25929868/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=365520 CPUtime=2097.54 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 68822 0 0 0 209700 54 0 0 18 0 2 0 499891737 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91380 63771 447 389 0 87130 0
[pid=31563/tid=31565] ppid=31562 vsize=365520 CPUtime=525.79 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 15025 0 0 0 52568 11 0 0 25 0 2 0 499891738 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 228095148999 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2097.54
Current children cumulated vsize (KiB) 374220

[startup+527.501 s]
/proc/loadavg: 8.14 8.05 8.01 6/185 31624
/proc/meminfo: memFree=25929488/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=365520 CPUtime=2099.13 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 68822 0 0 0 209859 54 0 0 18 0 2 0 499891737 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91380 63771 447 389 0 87130 0
[pid=31563/tid=31565] ppid=31562 vsize=365520 CPUtime=527.38 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 15025 0 0 0 52727 11 0 0 25 0 2 0 499891738 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2099.13
Current children cumulated vsize (KiB) 374220

[startup+528.301 s]
/proc/loadavg: 7.89 8.00 7.99 6/185 31624
/proc/meminfo: memFree=25929116/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=365520 CPUtime=2099.93 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 68822 0 0 0 209939 54 0 0 18 0 2 0 499891737 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91380 63771 447 389 0 87130 0
[pid=31563/tid=31565] ppid=31562 vsize=365520 CPUtime=528.18 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 15025 0 0 0 52807 11 0 0 25 0 2 0 499891738 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2099.93
Current children cumulated vsize (KiB) 374220

[startup+528.501 s]
/proc/loadavg: 7.89 8.00 7.99 6/185 31624
/proc/meminfo: memFree=25929116/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=365520 CPUtime=2100.13 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 68822 0 0 0 209959 54 0 0 18 0 2 0 499891737 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91380 63771 447 389 0 87130 0
[pid=31563/tid=31565] ppid=31562 vsize=365520 CPUtime=528.38 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 15025 0 0 0 52827 11 0 0 25 0 2 0 499891738 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2100.13
Current children cumulated vsize (KiB) 374220

[startup+528.601 s]
/proc/loadavg: 7.89 8.00 7.99 6/185 31624
/proc/meminfo: memFree=25929116/32951124 swapFree=67111524/67111528
[pid=31562] ppid=31560 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31562/stat : 31562 (prissAuto.sh) S 31560 31562 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499891737 8908800 251 33554432000 4194304 4922060 140735130393232 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31562/statm: 2175 251 211 178 0 68 0
[pid=31563] ppid=31562 vsize=365520 CPUtime=2100.23 cores=0,2,4,6
/proc/31563/stat : 31563 (priss) S 31562 31562 30205 0 -1 4202496 68822 0 0 0 209969 54 0 0 18 0 2 0 499891737 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31563/statm: 91380 63771 447 389 0 87130 0
[pid=31563/tid=31565] ppid=31562 vsize=365520 CPUtime=528.48 cores=0,2,4,6
/proc/31563/task/31565/stat : 31565 (priss) R 31562 31562 30205 0 -1 4202560 15025 0 0 0 52837 11 0 0 25 0 2 0 499891738 374292480 63771 33554432000 4194304 5787044 140737058940240 18446744073709551615 228095148975 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2100.23
Current children cumulated vsize (KiB) 374220

Child status: 20
Real time (s): 528.675
CPU time (s): 2100.32
CPU user time (s): 2099.76
CPU system time (s): 0.559914
CPU usage (%): 397.28
Max. virtual memory (cumulated for all children) (KiB): 374776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2099.76
system time used= 0.559914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69176
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= 3905
involuntary context switches= 10132

runsolver used 0.766883 second user time and 2.11668 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 12:59:23
IDJOB=3293114
IDBENCH=88045
IDSOLVER=1602
FILE ID=node142/3293114-1304074763
RUNJOBID= node142-1304064275-30223
PBS_JOBID= 13170458
Free space on /tmp= 71312 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293114-1304074763/watcher-3293114-1304074763 -o /tmp/evaluation-result-3293114-1304074763/solver-3293114-1304074763 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3293114-1304074763.cnf 840391006 4800 15500 4

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=840391006

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      26218784 kB
Buffers:       1663152 kB
Cached:        4131364 kB
SwapCached:          4 kB
Active:        1074264 kB
Inactive:      5118616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26218784 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1820 kB
Writeback:           0 kB
AnonPages:      397848 kB
Mapped:          15740 kB
Slab:           475824 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   606152 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= 71308 MiB
End job on node142 at 2011-04-29 13:08:11