Trace number 3288238

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 200.896 50.5494

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.2302
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 421
0.00/0.00	c setup for 4cores
0.00/0.09	c parsetime: 88878us
0.00/0.09	c parsed 345359 clauses with 115266 variables
0.00/0.11	c NW started thread 0 successfully (1113069888)
0.00/0.13	c NW started thread 1 successfully (1090251072)
0.00/0.16	c NW started thread 2 successfully (1100740928)
0.00/0.19	c NW started thread 3 successfully (1123559744)
13.84/3.61	c preprocessor returned 115266 variables
13.84/3.61	c preprocessing returned UNKNOWN
13.84/3.61	c PP set 207 variables
13.84/3.61	c pp time: 3409927us (3s)
13.84/3.61	c preprocessor returned 115266 variables
13.84/3.61	c preprocessing returned UNKNOWN
13.84/3.61	c PP set 207 variables
13.84/3.61	c pp time: 3397526us (3s)
13.84/3.61	c preprocessor returned 115266 variables
13.84/3.61	c preprocessing returned UNKNOWN
13.84/3.61	c PP set 207 variables
13.84/3.61	c pp time: 3364928us (3s)
13.84/3.61	c preprocessor returned 115266 variables
13.84/3.61	c preprocessing returned UNKNOWN
13.84/3.61	c PP set 207 variables
13.84/3.61	c pp time: 3409140us (3s)
15.81/4.14	c HTE
16.20/4.25	c subsumption
16.61/4.39	c simplified formula contains 0 unit clauses
24.19/6.21	c HTE
24.59/6.31	c subsumption
24.99/6.45	c simplified formula contains 0 unit clauses
44.58/11.30	c added unsatisfied clause
44.58/11.31	c failed to add network clauses
45.75/11.66	c added unsatisfied clause
45.75/11.66	c failed to add network clauses
56.15/14.27	c HTE
56.95/14.40	c subsumption
57.36/14.56	c simplified formula contains 0 unit clauses
123.67/31.18	c added unsatisfied clause
123.67/31.18	c failed to add network clauses
131.24/33.04	c added unsatisfied clause
131.24/33.04	c failed to add network clauses
179.57/45.15	c added unsatisfied clause
179.57/45.15	c failed to add network clauses
184.37/46.39	c added unsatisfied clause
184.37/46.39	c failed to add network clauses
199.54/50.11	c ====================
199.54/50.11	c implication/decision inf%(inf)
199.54/50.11	c decisions:           834083
199.54/50.11	c last level:          0
199.54/50.11	c conflicts:           213521
199.54/50.11	c restarts:            1416
199.54/50.11	c rejected_restarts    0
199.54/50.11	c removals:            14
199.54/50.11	c removed clauses:     128109
199.54/50.11	c oft clauses:         0
199.54/50.13	c ====================
199.54/50.13	c ====================
199.54/50.13	c solvetime: 46546184us (46s)
199.89/50.22	c ====================
200.25/50.36	c sended clauses   | 10231 | 10092 | 12080 | 11381 |
200.25/50.36	c received clauses | 304 | 356 | 313 | 239 |
200.25/50.36	c join all other threads
200.83/50.51	c joined thread 0
200.83/50.52	c joined thread 1
200.83/50.52	c joined thread 2
200.83/50.52	c joined thread 3
200.83/50.53	c memory usage (vsize): 467 MB
200.83/50.53	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-3288238-1304050715/watcher-3288238-1304050715 -o /tmp/evaluation-result-3288238-1304050715/solver-3288238-1304050715 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288238-1304050715.cnf 1150535195 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.93 8.10 8.05 6/182 420
/proc/meminfo: memFree=22976092/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8612 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) R 418 420 30862 0 -1 4194304 101 0 0 0 0 0 0 0 25 0 1 0 595302193 8818688 55 33554432000 4194304 4922060 140736328980912 18446744073709551615 260900424384 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/420/statm: 2155 62 46 178 0 35 0

[startup+0.0897409 s]
/proc/loadavg: 7.93 8.10 8.05 6/182 420
/proc/meminfo: memFree=22976092/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100738 s]
/proc/loadavg: 7.93 8.10 8.05 6/182 420
/proc/meminfo: memFree=22976092/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302704 s]
/proc/loadavg: 7.93 8.10 8.05 6/182 420
/proc/meminfo: memFree=22976092/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.868476 s]
/proc/loadavg: 7.93 8.10 8.05 6/182 420
/proc/meminfo: memFree=22976092/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 7.93 8.10 8.05 9/188 426
/proc/meminfo: memFree=22693696/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=526736 CPUtime=5.43 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 109989 0 0 0 504 39 0 0 25 0 5 0 595302193 539377664 72606 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 131684 72606 350 389 0 127434 0
[pid=421/tid=423] ppid=420 vsize=526736 CPUtime=1.34 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 23552 0 0 0 126 8 0 0 18 0 5 0 595302205 539377664 72606 33554432000 4194304 5787044 140737252908672 18446744073709551615 18446744073699066034 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=526736 CPUtime=1.32 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 23806 0 0 0 122 10 0 0 18 0 5 0 595302207 539377664 72606 33554432000 4194304 5787044 140737252908672 18446744073709551615 4335666 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=526736 CPUtime=1.28 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 23234 0 0 0 118 10 0 0 18 0 5 0 595302209 539377664 72606 33554432000 4194304 5787044 140737252908672 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=526736 CPUtime=1.26 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 23784 0 0 0 118 8 0 0 18 0 5 0 595302212 539377664 72606 33554432000 4194304 5787044 140737252908672 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 535436

[startup+3.10119 s]
/proc/loadavg: 7.93 8.10 8.05 9/188 426
/proc/meminfo: memFree=22662360/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=534696 CPUtime=11.83 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 115749 0 0 0 1142 41 0 0 25 0 5 0 595302193 547528704 78366 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 133674 78366 351 389 0 129424 0
[pid=421/tid=423] ppid=420 vsize=534696 CPUtime=2.94 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 24478 0 0 0 286 8 0 0 20 0 5 0 595302205 547528704 78366 33554432000 4194304 5787044 140737252908672 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=534696 CPUtime=2.92 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 26049 0 0 0 282 10 0 0 21 0 5 0 595302207 547528704 78366 33554432000 4194304 5787044 140737252908672 18446744073709551615 4345920 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=534696 CPUtime=2.88 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 24533 0 0 0 277 11 0 0 21 0 5 0 595302209 547528704 78366 33554432000 4194304 5787044 140737252908672 18446744073709551615 4345937 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=534696 CPUtime=2.86 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 25076 0 0 0 278 8 0 0 20 0 5 0 595302212 547528704 78366 33554432000 4194304 5787044 140737252908672 18446744073709551615 4276400 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 543396

[startup+6.30061 s]
/proc/loadavg: 7.94 8.10 8.05 9/188 427
/proc/meminfo: memFree=22565640/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=24.59 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 150054 0 0 0 2412 47 0 0 25 0 5 0 595302193 569327616 103148 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 103148 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=6.14 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 31354 0 0 0 605 9 0 0 25 0 5 0 595302205 569327616 103148 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=6.11 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 35662 0 0 0 599 12 0 0 23 0 5 0 595302207 569327616 103148 33554432000 4194304 5787044 140737252908672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=6.06 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 32193 0 0 0 594 12 0 0 23 0 5 0 595302209 569327616 103148 33554432000 4194304 5787044 140737252908672 18446744073709551615 5585025 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=6.06 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 35232 0 0 0 596 10 0 0 24 0 5 0 595302212 569327616 103148 33554432000 4194304 5787044 140737252908672 18446744073709551615 4300980 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 564684

[startup+12.7004 s]
/proc/loadavg: 8.02 8.11 8.06 9/188 427
/proc/meminfo: memFree=22559608/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=50.15 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 150251 0 0 0 4967 48 0 0 25 0 5 0 595302193 569327616 103345 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 103345 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=12.54 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 31533 0 0 0 1245 9 0 0 25 0 5 0 595302205 569327616 103345 33554432000 4194304 5787044 140737252908672 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=12.51 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 35662 0 0 0 1239 12 0 0 25 0 5 0 595302207 569327616 103345 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=12.41 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 32207 0 0 0 1229 12 0 0 25 0 5 0 595302209 569327616 103345 33554432000 4194304 5787044 140737252908672 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=12.46 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 35236 0 0 0 1236 10 0 0 25 0 5 0 595302212 569327616 103345 33554432000 4194304 5787044 140737252908672 18446744073709551615 4229504 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 564684

[startup+25.5011 s]
/proc/loadavg: 8.02 8.11 8.05 9/188 427
/proc/meminfo: memFree=22545720/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=101.29 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 156235 0 0 0 10079 50 0 0 25 0 5 0 595302193 569327616 105251 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 105251 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=25.35 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 31678 0 0 0 2525 10 0 0 25 0 5 0 595302205 569327616 105252 33554432000 4194304 5787044 140737252908672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=25.32 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 35730 0 0 0 2519 13 0 0 25 0 5 0 595302207 569327616 105252 33554432000 4194304 5787044 140737252908672 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=25.16 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 32458 0 0 0 2503 13 0 0 25 0 5 0 595302209 569327616 105252 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=25.26 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 40757 0 0 0 2515 11 0 0 25 0 5 0 595302212 569327616 105252 33554432000 4194304 5787044 140737252908672 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 564684

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

[startup+25.801 s]
/proc/loadavg: 8.02 8.11 8.05 9/188 427
/proc/meminfo: memFree=22545720/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=102.48 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 156294 0 0 0 10198 50 0 0 25 0 5 0 595302193 569327616 105310 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 105310 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=25.65 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 31678 0 0 0 2555 10 0 0 25 0 5 0 595302205 569327616 105310 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=25.62 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 35730 0 0 0 2549 13 0 0 25 0 5 0 595302207 569327616 105310 33554432000 4194304 5787044 140737252908672 18446744073709551615 5585281 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=25.45 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 32493 0 0 0 2532 13 0 0 25 0 5 0 595302209 569327616 105310 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=25.55 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 40780 0 0 0 2544 11 0 0 25 0 5 0 595302212 569327616 105310 33554432000 4194304 5787044 140737252908672 18446744073709551615 5527540 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 564684

[startup+38.6007 s]
/proc/loadavg: 8.01 8.10 8.05 9/188 427
/proc/meminfo: memFree=22537640/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=153.6 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 157875 0 0 0 15308 52 0 0 25 0 5 0 595302193 569327616 106889 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 106889 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=38.44 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 31828 0 0 0 3834 10 0 0 25 0 5 0 595302205 569327616 106889 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=38.41 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 35850 0 0 0 3828 13 0 0 25 0 5 0 595302207 569327616 106889 33554432000 4194304 5787044 140737252908672 18446744073709551615 4254575 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=38.18 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 33034 0 0 0 3804 14 0 0 25 0 5 0 595302209 569327616 106889 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=38.35 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 41550 0 0 0 3823 12 0 0 25 0 5 0 595302212 569327616 106889 33554432000 4194304 5787044 140737252908672 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 153.6
Current children cumulated vsize (KiB) 564684

[startup+45.0005 s]
/proc/loadavg: 8.08 8.12 8.06 9/188 428
/proc/meminfo: memFree=22534540/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=179.17 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 158389 0 0 0 17864 53 0 0 25 0 5 0 595302193 569327616 107402 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 107402 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=44.84 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 31828 0 0 0 4474 10 0 0 25 0 5 0 595302205 569327616 107402 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=44.81 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 36187 0 0 0 4468 13 0 0 25 0 5 0 595302207 569327616 107402 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=44.55 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 33162 0 0 0 4441 14 0 0 25 0 5 0 595302209 569327616 107402 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=44.75 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 41599 0 0 0 4463 12 0 0 25 0 5 0 595302212 569327616 107402 33554432000 4194304 5787044 140737252908672 18446744073709551615 260905061338 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 179.17
Current children cumulated vsize (KiB) 564684

[startup+48.2009 s]
/proc/loadavg: 8.08 8.12 8.06 9/188 428
/proc/meminfo: memFree=22532928/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=191.95 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 158707 0 0 0 19142 53 0 0 25 0 5 0 595302193 569327616 107720 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 107720 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=48.04 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 31974 0 0 0 4794 10 0 0 25 0 5 0 595302205 569327616 107720 33554432000 4194304 5787044 140737252908672 18446744073709551615 4220396 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=48.01 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 36287 0 0 0 4788 13 0 0 25 0 5 0 595302207 569327616 107720 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=47.73 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 33222 0 0 0 4759 14 0 0 25 0 5 0 595302209 569327616 107720 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=47.95 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 41611 0 0 0 4783 12 0 0 25 0 5 0 595302212 569327616 107720 33554432000 4194304 5787044 140737252908672 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 191.95
Current children cumulated vsize (KiB) 564684

[startup+49.8066 s]
/proc/loadavg: 8.08 8.11 8.06 9/188 428
/proc/meminfo: memFree=22525860/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=198.36 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 160051 0 0 0 19782 54 0 0 25 0 5 0 595302193 569327616 109064 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 109064 418 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=49.64 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 32012 0 0 0 4954 10 0 0 25 0 5 0 595302205 569327616 109064 33554432000 4194304 5787044 140737252908672 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=49.62 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 37433 0 0 0 4948 14 0 0 25 0 5 0 595302207 569327616 109064 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=49.32 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 33377 0 0 0 4918 14 0 0 25 0 5 0 595302209 569327616 109064 33554432000 4194304 5787044 140737252908672 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=49.56 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 41616 0 0 0 4944 12 0 0 25 0 5 0 595302212 569327616 109064 33554432000 4194304 5787044 140737252908672 18446744073709551615 5527513 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 198.36
Current children cumulated vsize (KiB) 564684

[startup+50.2006 s]
/proc/loadavg: 8.08 8.11 8.06 9/188 428
/proc/meminfo: memFree=22525860/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=555984 CPUtime=199.89 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 160118 0 0 0 19927 62 0 0 25 0 5 0 595302193 569327616 109131 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 138996 109131 430 389 0 134746 0
[pid=421/tid=423] ppid=420 vsize=555984 CPUtime=50.02 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 32012 0 0 0 4991 11 0 0 17 0 5 0 595302205 569327616 109131 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917220021 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=555984 CPUtime=50.01 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 37455 0 0 0 4987 14 0 0 18 0 5 0 595302207 569327616 109131 33554432000 4194304 5787044 140737252908672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=555984 CPUtime=49.69 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 33409 0 0 0 4952 17 0 0 17 0 5 0 595302209 569327616 109131 33554432000 4194304 5787044 140737252908672 18446744073709551615 260905042895 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=421/tid=426] ppid=420 vsize=555984 CPUtime=49.94 cores=0,2,4,6
/proc/421/task/426/stat : 426 (priss) R 420 420 30862 0 -1 4202560 41629 0 0 0 4978 16 0 0 18 0 5 0 595302212 569327616 109131 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917220021 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 199.89
Current children cumulated vsize (KiB) 564684

[startup+50.4005 s]
/proc/loadavg: 8.08 8.11 8.06 9/188 428
/proc/meminfo: memFree=22525860/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=545176 CPUtime=200.58 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 160120 0 0 0 19957 101 0 0 18 0 4 0 595302193 558260224 107723 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 136294 107723 432 389 0 132044 0
[pid=421/tid=423] ppid=420 vsize=545176 CPUtime=50.23 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) R 420 420 30862 0 -1 4202560 32012 0 0 0 5003 20 0 0 17 0 4 0 595302205 558260224 107723 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917219700 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=545176 CPUtime=50.19 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 37455 0 0 0 4995 24 0 0 18 0 4 0 595302207 558260224 107723 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917220021 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=545176 CPUtime=49.87 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) R 420 420 30862 0 -1 4202560 33409 0 0 0 4957 30 0 0 18 0 4 0 595302209 558260224 107723 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917219700 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.58
Current children cumulated vsize (KiB) 553876

[startup+50.5005 s]
/proc/loadavg: 8.08 8.11 8.06 9/188 428
/proc/meminfo: memFree=22525860/32950928 swapFree=67071984/67111528
[pid=420] ppid=418 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/420/stat : 420 (prissAuto.sh) S 418 420 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595302193 8908800 252 33554432000 4194304 4922060 140736328980912 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/420/statm: 2175 252 211 178 0 68 0
[pid=421] ppid=420 vsize=521756 CPUtime=200.83 cores=0,2,4,6
/proc/421/stat : 421 (priss) S 420 420 30862 0 -1 4202496 160120 0 0 0 19973 110 0 0 18 0 4 0 595302193 534278144 101868 33554432000 4194304 5787044 140737252908672 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/421/statm: 130439 101868 432 389 0 126189 0
[pid=421/tid=423] ppid=420 vsize=521756 CPUtime=50.31 cores=0,2,4,6
/proc/421/task/423/stat : 423 (priss) S 420 420 30862 0 -1 4202560 32012 0 0 0 5010 21 0 0 17 0 4 0 595302205 534278144 101868 33554432000 4194304 5787044 140737252908672 18446744073709551615 260905499118 0 0 4096 0 18446604453984474944 0 0 -1 0 0 0 0
[pid=421/tid=424] ppid=420 vsize=521756 CPUtime=50.27 cores=0,2,4,6
/proc/421/task/424/stat : 424 (priss) R 420 420 30862 0 -1 4202560 37455 0 0 0 5000 27 0 0 18 0 4 0 595302207 534278144 101868 33554432000 4194304 5787044 140737252908672 18446744073709551615 260905043532 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=421/tid=425] ppid=420 vsize=521756 CPUtime=49.93 cores=0,2,4,6
/proc/421/task/425/stat : 425 (priss) S 420 420 30862 0 -1 4202560 33409 0 0 0 4960 33 0 0 17 0 4 0 595302209 534278144 101868 33554432000 4194304 5787044 140737252908672 18446744073709551615 260905499118 0 0 4096 0 18446604453984474944 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.83
Current children cumulated vsize (KiB) 530456

Child status: 20
Real time (s): 50.5494
CPU time (s): 200.896
CPU user time (s): 199.778
CPU system time (s): 1.11883
CPU usage (%): 397.426
Max. virtual memory (cumulated for all children) (KiB): 564684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.778
system time used= 1.11883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160475
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= 58506
involuntary context switches= 1002

runsolver used 0.081987 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 06:18:35
IDJOB=3288238
IDBENCH=82492
IDSOLVER=1602
FILE ID=node116/3288238-1304050715
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72500 MiB

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

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=1150535195

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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:     32950928 kB
MemFree:      22976240 kB
Buffers:       1900200 kB
Cached:        6935384 kB
SwapCached:       9732 kB
Active:        5060296 kB
Inactive:      4483988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22976240 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            7536 kB
Writeback:           0 kB
AnonPages:      702092 kB
Mapped:          14620 kB
Slab:           365560 kB
PageTables:       6416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1023980 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= 72496 MiB
End job on node116 at 2011-04-29 06:19:26