Trace number 3283270

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 272.575 69.5282

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10t0.cnf
MD5SUM9029cec808e66e35ae213dc5615fd1f7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.15537
Satisfiable
(Un)Satisfiability was proved
Number of variables237336
Number of clauses1262609
Sum of the clauses size3042396
Maximum clause length10
Minimum clause length1
Number of clauses of size 113421
Number of clauses of size 2900089
Number of clauses of size 3288599
Number of clauses of size 46720
Number of clauses of size 526880
Number of clauses of size over 526900

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: 29847
0.00/0.00	c setup for 4cores
0.00/0.33	c parsetime: 329311us
0.00/0.33	c parsed 1262609 clauses with 237336 variables
0.00/0.41	c NW started thread 0 successfully (1092114752)
0.00/0.49	c NW started thread 1 successfully (1102604608)
0.00/0.58	c NW started thread 2 successfully (1113094464)
0.00/0.70	c NW started thread 3 successfully (1123584320)
256.98/64.85	c preprocessor returned 237336 variables
256.98/64.85	c preprocessing returned UNKNOWN
256.98/64.85	c PP set 164178 variables
256.98/64.85	c pp time: 64086313us (64s)
259.38/65.40	c preprocessor returned 237336 variables
259.38/65.40	c preprocessing returned UNKNOWN
259.38/65.40	c PP set 164178 variables
259.38/65.40	c pp time: 64844569us (64s)
260.57/65.71	c preprocessor returned 237336 variables
260.57/65.71	c preprocessing returned UNKNOWN
260.57/65.71	c PP set 164178 variables
260.57/65.71	c pp time: 65247366us (65s)
261.37/65.95	c preprocessor returned 237336 variables
261.37/65.95	c preprocessing returned UNKNOWN
261.37/65.95	c PP set 164178 variables
261.37/65.95	c pp time: 65277197us (65s)
267.37/67.41	c HTE
270.58/68.28	c ====================
270.58/68.28	c implication/decision inf%(inf)
270.58/68.28	c decisions:           22888
270.58/68.28	c last level:          0
270.58/68.28	c conflicts:           2906
270.58/68.28	c restarts:            19
270.58/68.28	c rejected_restarts    0
270.58/68.28	c removals:            2
270.58/68.28	c removed clauses:     1277
270.58/68.28	c oft clauses:         0
270.58/68.28	c ====================
270.58/68.28	c ====================
270.97/68.31	c solvetime: 2911809us (2s)
271.32/68.46	c sended clauses   | 173 | 167 | 181 | 18 |
271.32/68.46	c received clauses | 105 | 106 | 136 | 0 |
271.32/68.46	c join all other threads
271.32/68.48	c joined thread 0
271.32/68.48	c joined thread 1
271.32/68.48	c joined thread 2
272.49/69.49	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-3283270-1304042563/watcher-3283270-1304042563 -o /tmp/evaluation-result-3283270-1304042563/solver-3283270-1304042563 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3283270-1304042563.cnf 1595685238 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.22 8.11 7.60 5/182 29846
/proc/meminfo: memFree=13977720/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0

[startup+0.101011 s]
/proc/loadavg: 8.22 8.11 7.60 5/182 29846
/proc/meminfo: memFree=13977720/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200992 s]
/proc/loadavg: 8.22 8.11 7.60 5/182 29846
/proc/meminfo: memFree=13977720/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300974 s]
/proc/loadavg: 8.22 8.11 7.60 5/182 29846
/proc/meminfo: memFree=13977720/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.707118 s]
/proc/loadavg: 8.22 8.11 7.60 5/182 29846
/proc/meminfo: memFree=13977720/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 8.22 8.11 7.60 9/188 29852
/proc/meminfo: memFree=13310428/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=1081924 CPUtime=4.32 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 232757 0 0 0 376 56 0 0 18 0 5 0 515856058 1107890176 222408 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 270481 222408 344 389 0 266231 0
[pid=29847/tid=29849] ppid=29846 vsize=1081924 CPUtime=1.03 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 47536 0 0 0 90 13 0 0 18 0 5 0 515856099 1107890176 222408 33554432000 4194304 5787044 140734567570560 18446744073709551615 274473616498 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=1081924 CPUtime=0.95 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 43886 0 0 0 82 13 0 0 18 0 5 0 515856107 1107890176 222408 33554432000 4194304 5787044 140734567570560 18446744073709551615 4307710 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=1081924 CPUtime=0.86 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 41533 0 0 0 73 13 0 0 18 0 5 0 515856117 1107890176 222408 33554432000 4194304 5787044 140734567570560 18446744073709551615 274473622512 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=1081924 CPUtime=0.76 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 39890 0 0 0 70 6 0 0 18 0 5 0 515856128 1107890176 222408 33554432000 4194304 5787044 140734567570560 18446744073709551615 4306037 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1090624

[startup+3.10049 s]
/proc/loadavg: 8.21 8.10 7.60 10/188 29852
/proc/meminfo: memFree=13384540/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=774092 CPUtime=10.53 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 244828 0 0 0 994 59 0 0 18 0 5 0 515856058 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 193523 146189 349 389 0 189273 0
[pid=29847/tid=29849] ppid=29846 vsize=774092 CPUtime=2.52 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 50548 0 0 0 238 14 0 0 19 0 5 0 515856099 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=774092 CPUtime=2.49 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 46895 0 0 0 235 14 0 0 19 0 5 0 515856107 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=774092 CPUtime=2.45 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 44542 0 0 0 231 14 0 0 20 0 5 0 515856117 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=774092 CPUtime=2.36 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 42931 0 0 0 229 7 0 0 20 0 5 0 515856128 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 782792

[startup+6.30093 s]
/proc/loadavg: 8.21 8.10 7.60 9/188 29853
/proc/meminfo: memFree=13371824/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=774092 CPUtime=23.32 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 244828 0 0 0 2273 59 0 0 18 0 5 0 515856058 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 193523 146189 349 389 0 189273 0
[pid=29847/tid=29849] ppid=29846 vsize=774092 CPUtime=5.72 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 50548 0 0 0 558 14 0 0 25 0 5 0 515856099 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330498 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=774092 CPUtime=5.69 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 46895 0 0 0 555 14 0 0 25 0 5 0 515856107 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=774092 CPUtime=5.63 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 44542 0 0 0 549 14 0 0 25 0 5 0 515856117 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=774092 CPUtime=5.56 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 42931 0 0 0 549 7 0 0 25 0 5 0 515856128 792670208 146189 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.32
Current children cumulated vsize (KiB) 782792

[startup+12.7008 s]
/proc/loadavg: 8.17 8.10 7.61 9/188 29853
/proc/meminfo: memFree=13344976/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=774092 CPUtime=48.88 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 244829 0 0 0 4829 59 0 0 18 0 5 0 515856058 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 193523 146190 349 389 0 189273 0
[pid=29847/tid=29849] ppid=29846 vsize=774092 CPUtime=12.12 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 50548 0 0 0 1198 14 0 0 25 0 5 0 515856099 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=774092 CPUtime=12.09 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 46895 0 0 0 1195 14 0 0 25 0 5 0 515856107 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=774092 CPUtime=12 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 44542 0 0 0 1186 14 0 0 25 0 5 0 515856117 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=774092 CPUtime=11.96 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 42932 0 0 0 1189 7 0 0 25 0 5 0 515856128 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 782792

[startup+25.5005 s]
/proc/loadavg: 8.15 8.10 7.61 9/188 29853
/proc/meminfo: memFree=13301444/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=774092 CPUtime=100.01 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 244829 0 0 0 9942 59 0 0 18 0 5 0 515856058 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 193523 146190 349 389 0 189273 0
[pid=29847/tid=29849] ppid=29846 vsize=774092 CPUtime=24.92 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 50548 0 0 0 2478 14 0 0 25 0 5 0 515856099 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=774092 CPUtime=24.89 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 46895 0 0 0 2475 14 0 0 25 0 5 0 515856107 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=774092 CPUtime=24.72 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 44542 0 0 0 2458 14 0 0 25 0 5 0 515856117 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=774092 CPUtime=24.76 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 42932 0 0 0 2469 7 0 0 25 0 5 0 515856128 792670208 146190 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (KiB) 782792

[startup+51.101 s]
/proc/loadavg: 8.10 8.09 7.62 9/188 29854
/proc/meminfo: memFree=13168364/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=874728 CPUtime=202.26 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 288826 0 0 0 20159 67 0 0 18 0 5 0 515856058 895721472 171725 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 218682 171725 353 389 0 214432 0
[pid=29847/tid=29849] ppid=29846 vsize=874728 CPUtime=50.51 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 56997 0 0 0 5036 15 0 0 18 0 5 0 515856099 895721472 171725 33554432000 4194304 5787044 140734567570560 18446744073709551615 4316623 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=874728 CPUtime=50.48 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 58681 0 0 0 5033 15 0 0 19 0 5 0 515856107 895721472 171725 33554432000 4194304 5787044 140734567570560 18446744073709551615 274473625842 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=874728 CPUtime=50.18 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 49847 0 0 0 5003 15 0 0 25 0 5 0 515856117 895721472 171725 33554432000 4194304 5787044 140734567570560 18446744073709551615 18446744073699065949 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=874728 CPUtime=50.36 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 63389 0 0 0 5025 11 0 0 25 0 5 0 515856128 895721472 171725 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.26
Current children cumulated vsize (KiB) 883428

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

[startup+51.201 s]
/proc/loadavg: 8.10 8.09 7.62 9/188 29854
/proc/meminfo: memFree=13168364/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=940264 CPUtime=202.65 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 298212 0 0 0 20197 68 0 0 18 0 5 0 515856058 962830336 181111 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 235066 181112 353 389 0 230816 0
[pid=29847/tid=29849] ppid=29846 vsize=940264 CPUtime=50.62 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 66374 0 0 0 5045 17 0 0 18 0 5 0 515856099 962830336 181113 33554432000 4194304 5787044 140734567570560 18446744073709551615 274473628705 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=940264 CPUtime=50.58 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 58692 0 0 0 5043 15 0 0 20 0 5 0 515856107 962830336 181114 33554432000 4194304 5787044 140734567570560 18446744073709551615 4324790 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=940264 CPUtime=50.28 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 49847 0 0 0 5013 15 0 0 25 0 5 0 515856117 962830336 181115 33554432000 4194304 5787044 140734567570560 18446744073709551615 274473625862 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=940264 CPUtime=50.46 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 63389 0 0 0 5035 11 0 0 25 0 5 0 515856128 962830336 181116 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.65
Current children cumulated vsize (KiB) 948964

[startup+57.6009 s]
/proc/loadavg: 8.16 8.10 7.63 9/188 29854
/proc/meminfo: memFree=13120068/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=874728 CPUtime=228.22 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 313857 0 0 0 22751 71 0 0 18 0 5 0 515856058 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 218682 175440 353 389 0 214432 0
[pid=29847/tid=29849] ppid=29846 vsize=874728 CPUtime=57.02 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 69508 0 0 0 5684 18 0 0 25 0 5 0 515856099 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=874728 CPUtime=56.98 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 58692 0 0 0 5683 15 0 0 25 0 5 0 515856107 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=874728 CPUtime=56.64 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 62356 0 0 0 5647 17 0 0 25 0 5 0 515856117 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330494 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=874728 CPUtime=56.86 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 63389 0 0 0 5675 11 0 0 25 0 5 0 515856128 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 228.22
Current children cumulated vsize (KiB) 883428

[startup+64.0008 s]
/proc/loadavg: 8.15 8.10 7.63 9/188 29854
/proc/meminfo: memFree=13119308/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=874728 CPUtime=253.78 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 313857 0 0 0 25307 71 0 0 18 0 5 0 515856058 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 218682 175440 353 389 0 214432 0
[pid=29847/tid=29849] ppid=29846 vsize=874728 CPUtime=63.42 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 69508 0 0 0 6324 18 0 0 25 0 5 0 515856099 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=874728 CPUtime=63.38 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 58692 0 0 0 6323 15 0 0 25 0 5 0 515856107 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=874728 CPUtime=63.01 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 62356 0 0 0 6284 17 0 0 25 0 5 0 515856117 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=874728 CPUtime=63.26 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 63389 0 0 0 6315 11 0 0 25 0 5 0 515856128 895721472 175440 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 253.78
Current children cumulated vsize (KiB) 883428

[startup+67.2062 s]
/proc/loadavg: 8.13 8.10 7.64 9/188 29854
/proc/meminfo: memFree=13003120/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=1071336 CPUtime=266.59 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 350407 0 0 0 26583 76 0 0 18 0 5 0 515856058 1097048064 204605 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 267834 204605 416 389 0 263584 0
[pid=29847/tid=29849] ppid=29846 vsize=1071336 CPUtime=66.62 cores=0,2,4,6
/proc/29847/task/29849/stat : 29849 (priss) R 29846 29846 27798 0 -1 4202560 81085 0 0 0 6643 19 0 0 25 0 5 0 515856099 1097048064 204605 33554432000 4194304 5787044 140734567570560 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29847/tid=29850] ppid=29846 vsize=1071336 CPUtime=66.58 cores=0,2,4,6
/proc/29847/task/29850/stat : 29850 (priss) R 29846 29846 27798 0 -1 4202560 61634 0 0 0 6643 15 0 0 25 0 5 0 515856107 1097048064 204605 33554432000 4194304 5787044 140734567570560 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29847/tid=29851] ppid=29846 vsize=1071336 CPUtime=66.19 cores=0,2,4,6
/proc/29847/task/29851/stat : 29851 (priss) R 29846 29846 27798 0 -1 4202560 73960 0 0 0 6601 18 0 0 25 0 5 0 515856117 1097048064 204605 33554432000 4194304 5787044 140734567570560 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29847/tid=29852] ppid=29846 vsize=1071336 CPUtime=66.47 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 73816 0 0 0 6634 13 0 0 25 0 5 0 515856128 1097048064 204605 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330529 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 266.59
Current children cumulated vsize (KiB) 1080036

[startup+68.8009 s]
/proc/loadavg: 8.13 8.10 7.64 9/188 29854
/proc/meminfo: memFree=13002748/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=982324 CPUtime=271.88 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 350505 0 0 0 27107 81 0 0 17 0 2 0 515856058 1005899776 190612 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 245581 190612 430 389 0 241331 0
[pid=29847/tid=29852] ppid=29846 vsize=982324 CPUtime=68.07 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 73817 0 0 0 6794 13 0 0 25 0 2 0 515856128 1005899776 190612 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 271.88
Current children cumulated vsize (KiB) 991024

[startup+69.2008 s]
/proc/loadavg: 8.13 8.10 7.64 9/188 29854
/proc/meminfo: memFree=13002748/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=982324 CPUtime=272.28 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 350505 0 0 0 27147 81 0 0 17 0 2 0 515856058 1005899776 190612 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 245581 190612 430 389 0 241331 0
[pid=29847/tid=29852] ppid=29846 vsize=982324 CPUtime=68.47 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 73817 0 0 0 6834 13 0 0 25 0 2 0 515856128 1005899776 190612 33554432000 4194304 5787044 140734567570560 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 272.28
Current children cumulated vsize (KiB) 991024

[startup+69.4068 s]
/proc/loadavg: 8.13 8.10 7.64 6/185 29854
/proc/meminfo: memFree=13057456/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=982324 CPUtime=272.49 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) S 29846 29846 27798 0 -1 4202496 350555 0 0 0 27168 81 0 0 17 0 2 0 515856058 1005899776 190662 33554432000 4194304 5787044 140734567570560 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 245581 190662 430 389 0 241331 0
[pid=29847/tid=29852] ppid=29846 vsize=982324 CPUtime=68.67 cores=0,2,4,6
/proc/29847/task/29852/stat : 29852 (priss) R 29846 29846 27798 0 -1 4202560 73867 0 0 0 6854 13 0 0 25 0 2 0 515856128 1005899776 190662 33554432000 4194304 5787044 140734567570560 18446744073709551615 274473625862 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 272.49
Current children cumulated vsize (KiB) 991024

[startup+69.5008 s]
/proc/loadavg: 8.13 8.10 7.64 6/185 29854
/proc/meminfo: memFree=13057456/32950928 swapFree=67111528/67111528
[pid=29846] ppid=29844 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29846/stat : 29846 (prissAuto.sh) S 29844 29846 27798 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 515856058 8908800 251 33554432000 4194304 4922060 140735301753712 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29846/statm: 2175 251 211 178 0 68 0
[pid=29847] ppid=29846 vsize=0 CPUtime=272.54 cores=0,2,4,6
/proc/29847/stat : 29847 (priss) R 29846 29846 27798 0 -1 4202500 350607 0 2 0 27172 82 0 0 16 0 1 0 515856058 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29847/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.54
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 69.5282
CPU time (s): 272.575
CPU user time (s): 271.726
CPU system time (s): 0.84887
CPU usage (%): 392.034
Max. virtual memory (cumulated for all children) (KiB): 1101112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.726
system time used= 0.84887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350945
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43994
involuntary context switches= 2369

runsolver used 0.100984 second user time and 0.283956 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 04:02:44
IDJOB=3283270
IDBENCH=71012
IDSOLVER=1602
FILE ID=node125/3283270-1304042563
RUNJOBID= node125-1304040581-29099
PBS_JOBID= 13170327
Free space on /tmp= 72736 MiB

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

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

MD5SUM BENCH= 9029cec808e66e35ae213dc5615fd1f7
RANDOM SEED=1595685238

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:      13978016 kB
Buffers:       2217936 kB
Cached:       14997292 kB
SwapCached:          0 kB
Active:       10218280 kB
Inactive:      8220624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13978016 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29076 kB
Writeback:           0 kB
AnonPages:     1222508 kB
Mapped:          15680 kB
Slab:           469340 kB
PageTables:       7096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1416876 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= 72736 MiB
End job on node125 at 2011-04-29 04:03:54