Trace number 3283178

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 444.2 112.151

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

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: 28001
0.00/0.00	c setup for 4cores
0.00/0.17	c parsetime: 172548us
0.00/0.17	c parsed 675624 clauses with 155107 variables
0.00/0.22	c NW started thread 0 successfully (1086019904)
0.00/0.26	c NW started thread 1 successfully (1106708800)
0.00/0.31	c NW started thread 2 successfully (1117198656)
0.00/0.36	c NW started thread 3 successfully (1127688512)
155.17/39.48	c preprocessor returned 155107 variables
155.17/39.48	c preprocessing returned UNKNOWN
155.17/39.48	c PP set 46430 variables
155.17/39.48	c pp time: 39086780us (39s)
156.37/39.78	c preprocessor returned 155107 variables
156.37/39.78	c preprocessing returned UNKNOWN
156.37/39.78	c PP set 46430 variables
156.37/39.78	c pp time: 39431458us (39s)
157.18/39.99	c preprocessor returned 155107 variables
157.18/39.99	c preprocessing returned UNKNOWN
157.18/39.99	c PP set 46430 variables
157.18/39.99	c pp time: 39735932us (39s)
158.36/40.24	c preprocessor returned 155107 variables
158.36/40.24	c preprocessing returned UNKNOWN
158.36/40.24	c PP set 46430 variables
158.36/40.24	c pp time: 39937539us (39s)
170.35/43.24	c HTE
188.35/47.71	c subsumption
189.52/48.03	c simplified formula contains 0 unit clauses
206.70/52.32	c HTE
223.49/56.50	c subsumption
224.27/56.75	c simplified formula contains 0 unit clauses
239.85/60.60	c HTE
254.24/64.28	c subsumption
255.40/64.53	c simplified formula contains 0 unit clauses
255.40/64.55	c received clause contains eliminated literal -3035
275.39/69.58	c HTE
290.56/73.35	c subsumption
291.76/73.61	c simplified formula contains 0 unit clauses
291.76/73.63	c received clause contains eliminated literal -31006
291.76/73.63	c received clause contains eliminated literal -64164
307.74/77.68	c HTE
324.11/81.72	c subsumption
324.94/81.97	c simplified formula contains 0 unit clauses
375.25/94.51	c HTE
390.84/98.46	c subsumption
392.42/98.88	c simplified formula contains 0 unit clauses
409.19/103.04	c HTE
427.16/107.59	c subsumption
428.75/107.96	c simplified formula contains 0 unit clauses
442.74/111.48	c ====================
442.74/111.48	c implication/decision inf%(inf)
442.74/111.48	c decisions:           224956
442.74/111.48	c last level:          0
442.74/111.48	c conflicts:           31801
442.74/111.48	c restarts:            210
442.74/111.48	c rejected_restarts    0
442.74/111.48	c removals:            8
442.74/111.48	c removed clauses:     20378
442.74/111.48	c oft clauses:         0
443.16/111.52	c solvetime: 71536100us (71s)
443.16/111.58	c ====================
443.54/111.62	c sended clauses   | 1684 | 1568 | 2701 | 512 |
443.54/111.62	c received clauses | 275 | 278 | 167 | 272 |
443.54/111.62	c join all other threads
443.54/111.62	c joined thread 0
443.74/111.70	c joined thread 1
443.74/111.70	c joined thread 2
444.14/112.12	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-3283178-1304042521/watcher-3283178-1304042521 -o /tmp/evaluation-result-3283178-1304042521/solver-3283178-1304042521 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3283178-1304042521.cnf 1167750783 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.17 8.06 7.56 6/190 28000
/proc/meminfo: memFree=29294924/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0

[startup+0.0791811 s]
/proc/loadavg: 8.17 8.06 7.56 6/190 28000
/proc/meminfo: memFree=29294924/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100175 s]
/proc/loadavg: 8.17 8.06 7.56 6/190 28000
/proc/meminfo: memFree=29294924/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30137 s]
/proc/loadavg: 8.17 8.06 7.56 6/190 28000
/proc/meminfo: memFree=29294924/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.716684 s]
/proc/loadavg: 8.17 8.06 7.56 6/190 28000
/proc/meminfo: memFree=29294924/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 8.48 8.13 7.59 12/201 28048
/proc/meminfo: memFree=28925544/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=543824 CPUtime=4.95 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 150836 0 0 0 459 36 0 0 19 0 5 0 515850015 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 135956 86618 349 389 0 131706 0
[pid=28001/tid=28014] ppid=28000 vsize=543824 CPUtime=1.17 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 30612 0 0 0 108 9 0 0 18 0 5 0 515850037 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330498 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=543824 CPUtime=1.15 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 31011 0 0 0 105 10 0 0 18 0 5 0 515850042 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330484 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=543824 CPUtime=1.14 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 29224 0 0 0 107 7 0 0 18 0 5 0 515850047 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=543824 CPUtime=1.1 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 27675 0 0 0 106 4 0 0 18 0 5 0 515850052 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330481 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 552524

[startup+3.1006 s]
/proc/loadavg: 8.48 8.13 7.59 10/199 28066
/proc/meminfo: memFree=28922584/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=543824 CPUtime=11.3 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 150836 0 0 0 1094 36 0 0 19 0 5 0 515850015 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 135956 86618 349 389 0 131706 0
[pid=28001/tid=28014] ppid=28000 vsize=543824 CPUtime=2.76 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 30612 0 0 0 267 9 0 0 20 0 5 0 515850037 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=543824 CPUtime=2.74 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 31011 0 0 0 264 10 0 0 21 0 5 0 515850042 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=543824 CPUtime=2.73 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 29224 0 0 0 266 7 0 0 21 0 5 0 515850047 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=543824 CPUtime=2.69 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 27675 0 0 0 265 4 0 0 22 0 5 0 515850052 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 552524

[startup+6.30102 s]
/proc/loadavg: 8.48 8.13 7.59 10/199 28177
/proc/meminfo: memFree=28919380/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=543824 CPUtime=24 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 150836 0 0 0 2364 36 0 0 19 0 5 0 515850015 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 135956 86618 349 389 0 131706 0
[pid=28001/tid=28014] ppid=28000 vsize=543824 CPUtime=5.94 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 30612 0 0 0 585 9 0 0 25 0 5 0 515850037 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=543824 CPUtime=5.9 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 31011 0 0 0 580 10 0 0 25 0 5 0 515850042 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=543824 CPUtime=5.89 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 29224 0 0 0 582 7 0 0 25 0 5 0 515850047 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=543824 CPUtime=5.89 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 27675 0 0 0 585 4 0 0 25 0 5 0 515850052 556875776 86618 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 552524

[startup+12.7009 s]
/proc/loadavg: 8.56 8.16 7.60 11/198 28353
/proc/meminfo: memFree=28894160/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=543824 CPUtime=48.58 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 150846 0 0 0 4820 38 0 0 19 0 5 0 515850015 556875776 86628 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 135956 86628 349 389 0 131706 0
[pid=28001/tid=28014] ppid=28000 vsize=543824 CPUtime=12.3 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 30614 0 0 0 1221 9 0 0 25 0 5 0 515850037 556875776 86628 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=543824 CPUtime=11.41 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 31014 0 0 0 1130 11 0 0 25 0 5 0 515850042 556875776 86628 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=543824 CPUtime=12.18 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 29227 0 0 0 1211 7 0 0 25 0 5 0 515850047 556875776 86628 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=543824 CPUtime=12.29 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 27677 0 0 0 1225 4 0 0 25 0 5 0 515850052 556875776 86628 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.58
Current children cumulated vsize (KiB) 552524

[startup+25.5005 s]
/proc/loadavg: 8.63 8.19 7.62 10/197 28412
/proc/meminfo: memFree=28813040/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=604080 CPUtime=99.66 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 171895 0 0 0 9922 44 0 0 19 0 5 0 515850015 618577920 106357 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 151020 106357 352 389 0 146770 0
[pid=28001/tid=28014] ppid=28000 vsize=604080 CPUtime=25.03 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 36157 0 0 0 2492 11 0 0 25 0 5 0 515850037 618577920 106357 33554432000 4194304 5787044 140734997472304 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=604080 CPUtime=24.2 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 36017 0 0 0 2407 13 0 0 25 0 5 0 515850042 618577920 106357 33554432000 4194304 5787044 140734997472304 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=604080 CPUtime=24.96 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 33519 0 0 0 2487 9 0 0 25 0 5 0 515850047 618577920 106357 33554432000 4194304 5787044 140734997472304 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=604080 CPUtime=25.09 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 33888 0 0 0 2504 5 0 0 25 0 5 0 515850052 618577920 106357 33554432000 4194304 5787044 140734997472304 18446744073709551615 4279072 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.66
Current children cumulated vsize (KiB) 612780

[startup+51.1069 s]
/proc/loadavg: 8.75 8.25 7.65 10/197 28413
/proc/meminfo: memFree=28677404/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=755428 CPUtime=201.92 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 244669 0 0 0 20132 60 0 0 19 0 5 0 515850015 773558272 138015 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 188857 138015 417 389 0 184607 0
[pid=28001/tid=28014] ppid=28000 vsize=755428 CPUtime=50.48 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 53076 0 0 0 5033 15 0 0 25 0 5 0 515850037 773558272 138015 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=755428 CPUtime=49.8 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 55706 0 0 0 4962 18 0 0 25 0 5 0 515850042 773558272 138015 33554432000 4194304 5787044 140734997472304 18446744073709551615 5576667 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=755428 CPUtime=50.55 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 50170 0 0 0 5043 12 0 0 25 0 5 0 515850047 773558272 138015 33554432000 4194304 5787044 140734997472304 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=755428 CPUtime=50.69 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 53403 0 0 0 5060 9 0 0 25 0 5 0 515850052 773558272 138015 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 201.92
Current children cumulated vsize (KiB) 764128

[startup+102.301 s]
/proc/loadavg: 9.03 8.41 7.74 10/197 28414
/proc/meminfo: memFree=28626400/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=783636 CPUtime=406.38 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 279217 0 0 0 40569 69 0 0 19 0 5 0 515850015 802443264 149344 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 195909 149344 418 389 0 191659 0
[pid=28001/tid=28014] ppid=28000 vsize=783636 CPUtime=101.41 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 53659 0 0 0 10125 16 0 0 25 0 5 0 515850037 802443264 149344 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=783636 CPUtime=100.99 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 55721 0 0 0 10080 19 0 0 25 0 5 0 515850042 802443264 149344 33554432000 4194304 5787044 140734997472304 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=783636 CPUtime=101.74 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 52719 0 0 0 10159 15 0 0 25 0 5 0 515850047 802443264 149344 33554432000 4194304 5787044 140734997472304 18446744073709551615 5601969 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=783636 CPUtime=101.87 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 84804 0 0 0 10173 14 0 0 25 0 5 0 515850052 802443264 149344 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.38
Current children cumulated vsize (KiB) 792336

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

[startup+102.808 s]
/proc/loadavg: 9.03 8.41 7.74 10/197 28414
/proc/meminfo: memFree=28626136/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=783636 CPUtime=408.42 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 279283 0 0 0 40772 70 0 0 19 0 5 0 515850015 802443264 149410 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 195909 149410 418 389 0 191659 0
[pid=28001/tid=28014] ppid=28000 vsize=783636 CPUtime=101.91 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 53659 0 0 0 10175 16 0 0 25 0 5 0 515850037 802443264 149410 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=783636 CPUtime=101.5 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 55721 0 0 0 10131 19 0 0 25 0 5 0 515850042 802443264 149410 33554432000 4194304 5787044 140734997472304 18446744073709551615 271550193116 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=783636 CPUtime=102.24 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 52785 0 0 0 10209 15 0 0 25 0 5 0 515850047 802443264 149410 33554432000 4194304 5787044 140734997472304 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=783636 CPUtime=102.38 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 84804 0 0 0 10224 14 0 0 25 0 5 0 515850052 802443264 149410 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330514 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 792336

[startup+106.001 s]
/proc/loadavg: 9.03 8.41 7.74 10/197 28414
/proc/meminfo: memFree=28623904/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=783636 CPUtime=421.19 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 280992 0 0 0 42049 70 0 0 19 0 5 0 515850015 802443264 149906 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 195909 149906 418 389 0 191659 0
[pid=28001/tid=28014] ppid=28000 vsize=783636 CPUtime=105.09 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 53659 0 0 0 10493 16 0 0 25 0 5 0 515850037 802443264 149906 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=783636 CPUtime=104.7 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 55721 0 0 0 10451 19 0 0 25 0 5 0 515850042 802443264 149906 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=783636 CPUtime=105.44 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 53281 0 0 0 10529 15 0 0 25 0 5 0 515850047 802443264 149906 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=783636 CPUtime=105.57 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 86017 0 0 0 10543 14 0 0 25 0 5 0 515850052 802443264 149906 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 421.19
Current children cumulated vsize (KiB) 792336

[startup+109.2 s]
/proc/loadavg: 9.03 8.41 7.74 10/197 28415
/proc/meminfo: memFree=28626508/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=783636 CPUtime=433.95 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 290522 0 0 0 43323 72 0 0 19 0 5 0 515850015 802443264 150424 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 195909 150424 418 389 0 191659 0
[pid=28001/tid=28014] ppid=28000 vsize=783636 CPUtime=108.27 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 53659 0 0 0 10811 16 0 0 25 0 5 0 515850037 802443264 150424 33554432000 4194304 5787044 140734997472304 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=783636 CPUtime=107.89 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 55721 0 0 0 10770 19 0 0 25 0 5 0 515850042 802443264 150424 33554432000 4194304 5787044 140734997472304 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=783636 CPUtime=108.63 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 53807 0 0 0 10847 16 0 0 25 0 5 0 515850047 802443264 150424 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=783636 CPUtime=108.77 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 95021 0 0 0 10862 15 0 0 25 0 5 0 515850052 802443264 150424 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 433.95
Current children cumulated vsize (KiB) 792336

[startup+110.801 s]
/proc/loadavg: 9.03 8.41 7.74 10/197 28415
/proc/meminfo: memFree=28621032/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=783636 CPUtime=440.34 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 290782 0 0 0 43961 73 0 0 19 0 5 0 515850015 802443264 150684 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 195909 150684 418 389 0 191659 0
[pid=28001/tid=28014] ppid=28000 vsize=783636 CPUtime=109.86 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) R 28000 28000 26347 0 -1 4202560 53659 0 0 0 10970 16 0 0 25 0 5 0 515850037 802443264 150684 33554432000 4194304 5787044 140734997472304 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=783636 CPUtime=109.49 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 55721 0 0 0 10930 19 0 0 25 0 5 0 515850042 802443264 150684 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=783636 CPUtime=110.23 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 54064 0 0 0 11006 17 0 0 25 0 5 0 515850047 802443264 150684 33554432000 4194304 5787044 140734997472304 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=783636 CPUtime=110.37 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 95024 0 0 0 11022 15 0 0 25 0 5 0 515850052 802443264 150684 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 440.34
Current children cumulated vsize (KiB) 792336

[startup+111.607 s]
/proc/loadavg: 9.03 8.42 7.75 10/197 28415
/proc/meminfo: memFree=28620412/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=766668 CPUtime=443.54 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 290860 0 0 0 44281 73 0 0 19 0 5 0 515850015 785068032 146520 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 191667 146520 430 389 0 187417 0
[pid=28001/tid=28014] ppid=28000 vsize=766668 CPUtime=110.64 cores=0,2,4,6
/proc/28001/task/28014/stat : 28014 (priss) S 28000 28000 26347 0 -1 4202560 53671 0 0 0 11048 16 0 0 17 0 5 0 515850037 785068032 146520 33554432000 4194304 5787044 140734997472304 18446744073709551615 271550642670 0 0 4096 0 18446604448071899840 0 0 -1 6 0 0 0
[pid=28001/tid=28026] ppid=28000 vsize=766668 CPUtime=110.29 cores=0,2,4,6
/proc/28001/task/28026/stat : 28026 (priss) R 28000 28000 26347 0 -1 4202560 55721 0 0 0 11010 19 0 0 25 0 5 0 515850042 785068032 146520 33554432000 4194304 5787044 140734997472304 18446744073709551615 271550186432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28001/tid=28027] ppid=28000 vsize=766668 CPUtime=111.04 cores=0,2,4,6
/proc/28001/task/28027/stat : 28027 (priss) R 28000 28000 26347 0 -1 4202560 54130 0 0 0 11087 17 0 0 25 0 5 0 515850047 785068032 146520 33554432000 4194304 5787044 140734997472304 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28001/tid=28028] ppid=28000 vsize=766668 CPUtime=111.17 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 95024 0 0 0 11102 15 0 0 25 0 5 0 515850052 785068032 146520 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 443.54
Current children cumulated vsize (KiB) 775368

[startup+112.001 s]
/proc/loadavg: 9.03 8.42 7.75 10/197 28415
/proc/meminfo: memFree=28620412/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=737580 CPUtime=444.04 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 290877 0 0 0 44331 73 0 0 17 0 2 0 515850015 755281920 142901 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 184395 142901 446 389 0 180145 0
[pid=28001/tid=28028] ppid=28000 vsize=737580 CPUtime=111.57 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 95024 0 0 0 11142 15 0 0 25 0 2 0 515850052 755281920 142901 33554432000 4194304 5787044 140734997472304 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 444.04
Current children cumulated vsize (KiB) 746280

[startup+112.101 s]
/proc/loadavg: 9.03 8.42 7.75 10/197 28415
/proc/meminfo: memFree=28620412/32951124 swapFree=67111344/67111528
[pid=28000] ppid=27998 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28000/stat : 28000 (prissAuto.sh) S 27998 28000 26347 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515850015 8908800 252 33554432000 4194304 4922060 140733773793520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28000/statm: 2175 252 211 178 0 68 0
[pid=28001] ppid=28000 vsize=737580 CPUtime=444.14 cores=0,2,4,6
/proc/28001/stat : 28001 (priss) S 28000 28000 26347 0 -1 4202496 290877 0 0 0 44341 73 0 0 17 0 2 0 515850015 755281920 141693 33554432000 4194304 5787044 140734997472304 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28001/statm: 184395 141693 446 389 0 180145 0
[pid=28001/tid=28028] ppid=28000 vsize=737580 CPUtime=111.67 cores=0,2,4,6
/proc/28001/task/28028/stat : 28028 (priss) R 28000 28000 26347 0 -1 4202560 95024 0 0 0 11152 15 0 0 25 0 2 0 515850052 755281920 141693 33554432000 4194304 5787044 140734997472304 18446744073709551615 4326429 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 444.14
Current children cumulated vsize (KiB) 746280

Child status: 20
Real time (s): 112.151
CPU time (s): 444.2
CPU user time (s): 443.436
CPU system time (s): 0.764883
CPU usage (%): 396.073
Max. virtual memory (cumulated for all children) (KiB): 857872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 443.436
system time used= 0.764883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291255
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= 29257
involuntary context switches= 8522

runsolver used 0.165974 second user time and 0.463929 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 04:02:01
IDJOB=3283178
IDBENCH=71003
IDSOLVER=1602
FILE ID=node133/3283178-1304042521
RUNJOBID= node133-1304041077-27789
PBS_JOBID= 13170319
Free space on /tmp= 71836 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283178-1304042521/watcher-3283178-1304042521 -o /tmp/evaluation-result-3283178-1304042521/solver-3283178-1304042521 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3283178-1304042521.cnf 1167750783 4800 15500 4

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=1167750783

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:      29295140 kB
Buffers:        679408 kB
Cached:         738676 kB
SwapCached:        124 kB
Active:        2414980 kB
Inactive:       884648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29295140 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           13552 kB
Writeback:           0 kB
AnonPages:     1881192 kB
Mapped:          16756 kB
Slab:           287996 kB
PageTables:       8972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2249952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71832 MiB
End job on node133 at 2011-04-29 04:03:54