Trace number 3290538

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 190.319 47.7843

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F17.cnf
MD5SUM4f20f237857124f0eb214df627f84b82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.1971
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses69700
Sum of the clauses size326536
Maximum clause length45
Minimum clause length1
Number of clauses of size 132
Number of clauses of size 217506
Number of clauses of size 312802
Number of clauses of size 46698
Number of clauses of size 59775
Number of clauses of size over 522887

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: 27081
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 23832us
0.00/0.02	c parsed 69700 clauses with 6664 variables
0.00/0.03	c NW started thread 0 successfully (1097754944)
0.00/0.04	c NW started thread 1 successfully (1108244800)
0.00/0.06	c NW started thread 2 successfully (1118734656)
0.00/0.07	c NW started thread 3 successfully (1129224512)
7.83/2.07	c preprocessor returned 10006 variables
7.83/2.07	c preprocessing returned UNKNOWN
7.83/2.07	c PP set 703 variables
7.83/2.07	c pp time: 2039234us (2s)
7.83/2.07	c preprocessor returned 10006 variables
7.83/2.07	c preprocessing returned UNKNOWN
7.83/2.07	c PP set 703 variables
7.83/2.07	c pp time: 2017828us (2s)
7.83/2.08	c preprocessor returned 10006 variables
7.83/2.08	c preprocessing returned UNKNOWN
7.83/2.08	c PP set 703 variables
7.83/2.08	c pp time: 2034189us (2s)
20.61/5.25	c preprocessor returned 30006 variables
20.61/5.25	c preprocessing returned UNKNOWN
20.61/5.25	c PP set 703 variables
20.61/5.25	c pp time: 5179071us (5s)
21.00/5.34	c HTE
21.00/5.39	c subsumption
21.41/5.45	c simplified formula contains 0 unit clauses
150.42/37.79	c added unsatisfied clause
150.42/37.79	c failed to add network clauses
189.57/47.59	c HTE
189.97/47.62	c ====================
189.97/47.62	c implication/decision inf%(inf)
189.97/47.62	c decisions:           626011
189.97/47.62	c last level:          0
189.97/47.62	c conflicts:           265051
189.97/47.62	c restarts:            1756
189.97/47.62	c rejected_restarts    0
189.97/47.62	c removals:            15
189.97/47.62	c removed clauses:     174453
189.97/47.62	c oft clauses:         0
189.97/47.65	c solvetime: 45580159us (45s)
189.97/47.66	c sended clauses   | 8379 | 7797 | 6045 | 3870 |
189.97/47.66	c received clauses | 86 | 78 | 63 | 79 |
189.97/47.66	c join all other threads
189.97/47.66	c joined thread 0
189.97/47.66	c joined thread 1
189.97/47.66	c joined thread 2
190.22/47.77	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-3290538-1304062564/watcher-3290538-1304062564 -o /tmp/evaluation-result-3290538-1304062564/solver-3290538-1304062564 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3290538-1304062564.cnf 1993618085 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: 7.99 8.00 8.00 5/182 27080
/proc/meminfo: memFree=26051084/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0

[startup+0.00716711 s]
/proc/loadavg: 7.99 8.00 8.00 5/182 27080
/proc/meminfo: memFree=26051084/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.492504 s]
/proc/loadavg: 7.99 8.00 8.00 5/182 27080
/proc/meminfo: memFree=26051084/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.501009 s]
/proc/loadavg: 7.99 8.00 8.00 5/182 27080
/proc/meminfo: memFree=26051084/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700974 s]
/proc/loadavg: 7.99 8.00 8.00 5/182 27080
/proc/meminfo: memFree=26051084/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50084 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27086
/proc/meminfo: memFree=26009372/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=294692 CPUtime=5.84 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 15554 0 0 0 581 3 0 0 18 0 5 0 517854323 301764608 13323 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 73673 13323 355 389 0 69423 0
[pid=27081/tid=27083] ppid=27080 vsize=294692 CPUtime=1.44 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 2291 0 0 0 144 0 0 0 20 0 5 0 517854327 301764608 13323 33554432000 4194304 5787044 140733868406176 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=294692 CPUtime=1.44 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 2041 0 0 0 144 0 0 0 20 0 5 0 517854327 301764608 13323 33554432000 4194304 5787044 140733868406176 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=294692 CPUtime=1.43 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 2141 0 0 0 143 0 0 0 19 0 5 0 517854329 301764608 13323 33554432000 4194304 5787044 140733868406176 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=294692 CPUtime=1.42 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 3826 0 0 0 142 0 0 0 20 0 5 0 517854330 301764608 13323 33554432000 4194304 5787044 140733868406176 18446744073709551615 228244042733 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 303392

[startup+3.10056 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27086
/proc/meminfo: memFree=25990652/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=301268 CPUtime=12.22 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 19482 0 0 0 1218 4 0 0 18 0 5 0 517854323 308498432 16179 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 75317 16179 405 389 0 71067 0
[pid=27081/tid=27083] ppid=27080 vsize=301268 CPUtime=3.04 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 3665 0 0 0 303 1 0 0 19 0 5 0 517854327 308498432 16179 33554432000 4194304 5787044 140733868406176 18446744073709551615 5590400 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=301268 CPUtime=3.04 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 3027 0 0 0 304 0 0 0 19 0 5 0 517854327 308498432 16179 33554432000 4194304 5787044 140733868406176 18446744073709551615 5590417 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=301268 CPUtime=3.02 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 3705 0 0 0 302 0 0 0 25 0 5 0 517854329 308498432 16179 33554432000 4194304 5787044 140733868406176 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=301268 CPUtime=3.02 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 3830 0 0 0 302 0 0 0 25 0 5 0 517854330 308498432 16179 33554432000 4194304 5787044 140733868406176 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 309968

[startup+6.301 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27086
/proc/meminfo: memFree=25969404/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=306836 CPUtime=25 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 25875 0 0 0 2494 6 0 0 18 0 5 0 517854323 314200064 19954 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 76709 19954 419 389 0 72459 0
[pid=27081/tid=27083] ppid=27080 vsize=306836 CPUtime=6.21 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 3991 0 0 0 620 1 0 0 25 0 5 0 517854327 314200064 19954 33554432000 4194304 5787044 140733868406176 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=306836 CPUtime=6.24 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 3762 0 0 0 624 0 0 0 25 0 5 0 517854327 314200064 19954 33554432000 4194304 5787044 140733868406176 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=306836 CPUtime=6.23 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 4015 0 0 0 622 1 0 0 25 0 5 0 517854329 314200064 19954 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=306836 CPUtime=6.22 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 8852 0 0 0 621 1 0 0 25 0 5 0 517854330 314200064 19954 33554432000 4194304 5787044 140733868406176 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 315536

[startup+12.7009 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27086
/proc/meminfo: memFree=25961356/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=307672 CPUtime=50.57 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 27631 0 0 0 5049 8 0 0 18 0 5 0 517854323 315056128 21710 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 76918 21710 419 389 0 72668 0
[pid=27081/tid=27083] ppid=27080 vsize=307672 CPUtime=12.59 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 4394 0 0 0 1257 2 0 0 25 0 5 0 517854327 315056128 21710 33554432000 4194304 5787044 140733868406176 18446744073709551615 5585361 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=307672 CPUtime=12.64 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 4332 0 0 0 1263 1 0 0 25 0 5 0 517854327 315056128 21710 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=307672 CPUtime=12.63 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 4433 0 0 0 1262 1 0 0 25 0 5 0 517854329 315056128 21710 33554432000 4194304 5787044 140733868406176 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=307672 CPUtime=12.62 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 9217 0 0 0 1260 2 0 0 25 0 5 0 517854330 315056128 21710 33554432000 4194304 5787044 140733868406176 18446744073709551615 4254919 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 316372

[startup+25.5007 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27087
/proc/meminfo: memFree=25932696/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=315452 CPUtime=101.71 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 33429 0 0 0 10159 12 0 0 18 0 5 0 517854323 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 78863 27508 419 389 0 74613 0
[pid=27081/tid=27083] ppid=27080 vsize=315452 CPUtime=25.32 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 6831 0 0 0 2529 3 0 0 25 0 5 0 517854327 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=315452 CPUtime=25.44 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 5684 0 0 0 2542 2 0 0 25 0 5 0 517854327 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=315452 CPUtime=25.43 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 5195 0 0 0 2541 2 0 0 25 0 5 0 517854329 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=315452 CPUtime=25.42 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 10464 0 0 0 2539 3 0 0 25 0 5 0 517854330 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 324152

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

[startup+25.8006 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27087
/proc/meminfo: memFree=25932696/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=315452 CPUtime=102.88 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 33429 0 0 0 10276 12 0 0 18 0 5 0 517854323 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 78863 27508 419 389 0 74613 0
[pid=27081/tid=27083] ppid=27080 vsize=315452 CPUtime=25.61 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 6831 0 0 0 2558 3 0 0 25 0 5 0 517854327 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=315452 CPUtime=25.74 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 5684 0 0 0 2572 2 0 0 25 0 5 0 517854327 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=315452 CPUtime=25.73 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 5195 0 0 0 2571 2 0 0 25 0 5 0 517854329 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=315452 CPUtime=25.72 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 10464 0 0 0 2569 3 0 0 25 0 5 0 517854330 323022848 27508 33554432000 4194304 5787044 140733868406176 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.88
Current children cumulated vsize (KiB) 324152

[startup+38.6004 s]
/proc/loadavg: 8.07 8.02 8.00 9/188 27087
/proc/meminfo: memFree=25912220/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=326520 CPUtime=154.01 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 38422 0 0 0 15385 16 0 0 18 0 5 0 517854323 334356480 32500 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 81630 32500 419 389 0 77380 0
[pid=27081/tid=27083] ppid=27080 vsize=326520 CPUtime=38.34 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 8631 0 0 0 3830 4 0 0 18 0 5 0 517854327 334356480 32500 33554432000 4194304 5787044 140733868406176 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=326520 CPUtime=38.53 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 7788 0 0 0 3849 4 0 0 25 0 5 0 517854327 334356480 32500 33554432000 4194304 5787044 140733868406176 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=326520 CPUtime=38.52 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 6067 0 0 0 3850 2 0 0 25 0 5 0 517854329 334356480 32500 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=326520 CPUtime=38.51 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 10681 0 0 0 3848 3 0 0 25 0 5 0 517854330 334356480 32500 33554432000 4194304 5787044 140733868406176 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 154.01
Current children cumulated vsize (KiB) 335220

[startup+41.8008 s]
/proc/loadavg: 8.06 8.02 8.00 9/188 27087
/proc/meminfo: memFree=25909492/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=326520 CPUtime=166.79 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 38935 0 0 0 16663 16 0 0 18 0 5 0 517854323 334356480 33012 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 81630 33012 419 389 0 77380 0
[pid=27081/tid=27083] ppid=27080 vsize=326520 CPUtime=41.52 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 8631 0 0 0 4148 4 0 0 25 0 5 0 517854327 334356480 33012 33554432000 4194304 5787044 140733868406176 18446744073709551615 4229350 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=326520 CPUtime=41.73 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 8150 0 0 0 4169 4 0 0 25 0 5 0 517854327 334356480 33012 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=326520 CPUtime=41.72 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 6132 0 0 0 4170 2 0 0 25 0 5 0 517854329 334356480 33012 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=326520 CPUtime=41.71 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 10767 0 0 0 4168 3 0 0 25 0 5 0 517854330 334356480 33012 33554432000 4194304 5787044 140733868406176 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 166.79
Current children cumulated vsize (KiB) 335220

[startup+45.0013 s]
/proc/loadavg: 8.06 8.02 8.00 9/188 27087
/proc/meminfo: memFree=25906516/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=326520 CPUtime=179.57 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 39481 0 0 0 17940 17 0 0 18 0 5 0 517854323 334356480 33557 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 81630 33557 419 389 0 77380 0
[pid=27081/tid=27083] ppid=27080 vsize=326520 CPUtime=44.7 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 8631 0 0 0 4466 4 0 0 25 0 5 0 517854327 334356480 33557 33554432000 4194304 5787044 140733868406176 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=326520 CPUtime=44.94 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 8235 0 0 0 4489 5 0 0 25 0 5 0 517854327 334356480 33557 33554432000 4194304 5787044 140733868406176 18446744073709551615 5590751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=326520 CPUtime=44.92 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 6397 0 0 0 4490 2 0 0 19 0 5 0 517854329 334356480 33557 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=326520 CPUtime=44.92 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 10963 0 0 0 4488 4 0 0 19 0 5 0 517854330 334356480 33557 33554432000 4194304 5787044 140733868406176 18446744073709551615 4228875 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 179.57
Current children cumulated vsize (KiB) 335220

[startup+46.601 s]
/proc/loadavg: 8.06 8.02 8.00 9/188 27087
/proc/meminfo: memFree=25905764/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=326520 CPUtime=185.95 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 39721 0 0 0 18578 17 0 0 18 0 5 0 517854323 334356480 33797 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 81630 33797 419 389 0 77380 0
[pid=27081/tid=27083] ppid=27080 vsize=326520 CPUtime=46.29 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 8631 0 0 0 4625 4 0 0 25 0 5 0 517854327 334356480 33797 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=326520 CPUtime=46.54 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 8235 0 0 0 4649 5 0 0 25 0 5 0 517854327 334356480 33797 33554432000 4194304 5787044 140733868406176 18446744073709551615 5590604 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=326520 CPUtime=46.52 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 6637 0 0 0 4650 2 0 0 23 0 5 0 517854329 334356480 33797 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=326520 CPUtime=46.52 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 10963 0 0 0 4648 4 0 0 23 0 5 0 517854330 334356480 33797 33554432000 4194304 5787044 140733868406176 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 185.95
Current children cumulated vsize (KiB) 335220

[startup+47.4008 s]
/proc/loadavg: 8.06 8.02 8.00 9/188 27087
/proc/meminfo: memFree=25905764/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=326520 CPUtime=189.15 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 39879 0 0 0 18898 17 0 0 18 0 5 0 517854323 334356480 33955 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 81630 33955 419 389 0 77380 0
[pid=27081/tid=27083] ppid=27080 vsize=326520 CPUtime=47.09 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 8631 0 0 0 4705 4 0 0 25 0 5 0 517854327 334356480 33955 33554432000 4194304 5787044 140733868406176 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=326520 CPUtime=47.34 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 8235 0 0 0 4729 5 0 0 25 0 5 0 517854327 334356480 33955 33554432000 4194304 5787044 140733868406176 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=326520 CPUtime=47.32 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 6795 0 0 0 4729 3 0 0 25 0 5 0 517854329 334356480 33955 33554432000 4194304 5787044 140733868406176 18446744073709551615 4220290 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=326520 CPUtime=47.31 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 10963 0 0 0 4727 4 0 0 25 0 5 0 517854330 334356480 33955 33554432000 4194304 5787044 140733868406176 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 189.15
Current children cumulated vsize (KiB) 335220

[startup+47.6068 s]
/proc/loadavg: 8.06 8.02 8.00 9/188 27087
/proc/meminfo: memFree=25905020/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=328088 CPUtime=189.97 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 40862 0 0 0 18979 18 0 0 18 0 5 0 517854323 335962112 34731 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 82022 34731 419 389 0 77772 0
[pid=27081/tid=27083] ppid=27080 vsize=328088 CPUtime=47.29 cores=0,2,4,6
/proc/27081/task/27083/stat : 27083 (priss) R 27080 27080 25027 0 -1 4202560 8632 0 0 0 4725 4 0 0 25 0 5 0 517854327 335962112 34731 33554432000 4194304 5787044 140733868406176 18446744073709551615 5592125 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27081/tid=27084] ppid=27080 vsize=328088 CPUtime=47.54 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (priss) R 27080 27080 25027 0 -1 4202560 8237 0 0 0 4749 5 0 0 25 0 5 0 517854327 335962112 34731 33554432000 4194304 5787044 140733868406176 18446744073709551615 5585343 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27081/tid=27085] ppid=27080 vsize=328088 CPUtime=47.53 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (priss) R 27080 27080 25027 0 -1 4202560 6814 0 0 0 4750 3 0 0 25 0 5 0 517854329 335962112 34731 33554432000 4194304 5787044 140733868406176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27081/tid=27086] ppid=27080 vsize=328088 CPUtime=47.52 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 11924 0 0 0 4748 4 0 0 25 0 5 0 517854330 335962112 34731 33554432000 4194304 5787044 140733868406176 18446744073709551615 4332402 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 189.97
Current children cumulated vsize (KiB) 336788

[startup+47.7009 s]
/proc/loadavg: 8.06 8.02 8.00 9/188 27087
/proc/meminfo: memFree=25905020/32951124 swapFree=67111364/67111528
[pid=27080] ppid=27078 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27080/stat : 27080 (prissAuto.sh) S 27078 27080 25027 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517854323 8908800 251 33554432000 4194304 4922060 140733517007712 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27080/statm: 2175 251 211 178 0 68 0
[pid=27081] ppid=27080 vsize=327460 CPUtime=190.22 cores=0,2,4,6
/proc/27081/stat : 27081 (priss) S 27080 27080 25027 0 -1 4202496 41637 0 0 0 19004 18 0 0 18 0 2 0 517854323 335319040 34717 33554432000 4194304 5787044 140733868406176 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27081/statm: 81865 34717 447 389 0 77615 0
[pid=27081/tid=27086] ppid=27080 vsize=327460 CPUtime=47.61 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (priss) R 27080 27080 25027 0 -1 4202560 12670 0 0 0 4757 4 0 0 25 0 2 0 517854330 335319040 34717 33554432000 4194304 5787044 140733868406176 18446744073709551615 4325547 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 190.22
Current children cumulated vsize (KiB) 336160

Child status: 20
Real time (s): 47.7843
CPU time (s): 190.319
CPU user time (s): 190.124
CPU system time (s): 0.19497
CPU usage (%): 398.288
Max. virtual memory (cumulated for all children) (KiB): 336788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.124
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42015
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= 4530
involuntary context switches= 896

runsolver used 0.073988 second user time and 0.189971 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 09:36:04
IDJOB=3290538
IDBENCH=83438
IDSOLVER=1602
FILE ID=node136/3290538-1304062564
RUNJOBID= node136-1304053650-25979
PBS_JOBID= 13170391
Free space on /tmp= 72332 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F17.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290538-1304062564/watcher-3290538-1304062564 -o /tmp/evaluation-result-3290538-1304062564/solver-3290538-1304062564 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3290538-1304062564.cnf 1993618085 4800 15500 4

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

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=1993618085

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26051364 kB
Buffers:       1060820 kB
Cached:        5002616 kB
SwapCached:        100 kB
Active:         898812 kB
Inactive:      5450124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26051364 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      285432 kB
Mapped:          15620 kB
Slab:           485984 kB
PageTables:       5268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   473100 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= 72332 MiB
End job on node136 at 2011-04-29 09:36:51