Trace number 3274187

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 UPSAT 955.67 522.244

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s18527668-sat.cnf
MD5SUMd6f66d406779966e0b3cbed9097980e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099983
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses336
Sum of the clauses size840
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2280
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
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: 892
0.00/0.00	c parsetime: 147us
0.00/0.00	c parsed 336 clauses with 140 variables
0.00/0.47	c preprocessor returned 10019 variables
0.00/0.47	c preprocessing returned UNKNOWN
0.00/0.47	c PP set 0 variables
0.00/0.47	c pp time: 467634us (0s)
955.45/522.18	c ====================
955.45/522.18	c implication/decision 0.0100959%(1.01151)
955.45/522.18	c decisions:           943416
955.45/522.18	c last level:          9905
955.45/522.18	c conflicts:           688354
955.45/522.18	c restarts:            4561
955.45/522.18	c rejected_restarts    0
955.45/522.18	c removals:            18
955.45/522.18	c removed clauses:     419446
955.45/522.18	c oft clauses:         0
955.61/522.23	c solvetime: 521767299us (521s)
955.61/522.24	c memory usage (vsize): 113 MB
955.61/522.24	s SATISFIABLE
955.61/522.24	c solutions: 1
955.61/522.24	v -1 -2 -3 -4 5 -6 7 -8 9 -10 11 -12 13 -14 -15 -16 17 -18 -19 -20 -21 -22 -23 24 -25 -26 -27 28 -29 30 31 32 33 -34 -35 -36 37 -38 39 40 41 42 43 44 45 -46 47 -48 49 -50 51 -52 -53 -54 55 -56 -57 -58 -59 60 -61 -62 -63 64 65 -66 67 -68 69 -70 -71 -72 -73 -74 -75 -76 -77 78 -79 80 81 -82 -83 84 85 -86 -87 88 -89 -90 91 -92 93 94 95 96 97 -98 99 100 -101 102 103 -104 -105 -106 107 -108 -109 -110 -111 112 -113 114 -115 -116 -117 -118 -119 120 -121 -122 123 124 125 126 -127 128 -129 -130 131 -132 -133 -134 135 -136 137 138 139 -140 0

Verifier Data

OK

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-3274187-1304055784/watcher-3274187-1304055784 -o /tmp/evaluation-result-3274187-1304055784/solver-3274187-1304055784 -C 4800 -W 1300 -M 15500 HOME/prissup.sh HOME HOME/instance-3274187-1304055784.cnf 1488956699 4800 15500 4 

running on 4 cores: 1,3,5,7

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: 3.66 3.73 3.90 3/179 891
/proc/meminfo: memFree=23650308/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0

[startup+0.0959521 s]
/proc/loadavg: 3.66 3.73 3.90 3/179 891
/proc/meminfo: memFree=23650308/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10096 s]
/proc/loadavg: 3.66 3.73 3.90 3/179 891
/proc/meminfo: memFree=23650308/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300923 s]
/proc/loadavg: 3.66 3.73 3.90 3/179 891
/proc/meminfo: memFree=23650308/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70078 s]
/proc/loadavg: 3.66 3.73 3.90 3/179 891
/proc/meminfo: memFree=23650308/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 3.66 3.73 3.90 5/182 894
/proc/meminfo: memFree=23640000/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=101964 CPUtime=2.2 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 3139 0 0 0 201 19 0 0 25 0 2 0 595809064 104411136 2722 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/892/statm: 25491 2722 391 389 0 21241 0
[pid=892/tid=894] ppid=891 vsize=101964 CPUtime=0.7 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) S 891 891 30862 0 -1 4202560 16 0 0 0 58 12 0 0 16 0 2 0 595809111 104411136 2722 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 18446604465792587584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 110664

[startup+3.1004 s]
/proc/loadavg: 3.66 3.73 3.90 4/182 894
/proc/meminfo: memFree=23638164/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=102232 CPUtime=5.04 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 3411 0 0 0 464 40 0 0 25 0 2 0 595809064 104685568 2994 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/892/statm: 25558 2994 391 389 0 21308 0
[pid=892/tid=894] ppid=891 vsize=102232 CPUtime=1.94 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 61 0 0 0 166 28 0 0 15 0 2 0 595809111 104685568 2994 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 110932

[startup+6.30081 s]
/proc/loadavg: 3.69 3.74 3.90 5/182 894
/proc/meminfo: memFree=23634796/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=102500 CPUtime=10.75 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 3668 0 0 0 1019 56 0 0 25 0 2 0 595809064 104960000 3251 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/892/statm: 25625 3251 391 389 0 21375 0
[pid=892/tid=894] ppid=891 vsize=102500 CPUtime=4.45 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 119 0 0 0 407 38 0 0 15 0 2 0 595809111 104960000 3251 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 111200

[startup+12.7006 s]
/proc/loadavg: 3.71 3.74 3.90 5/182 894
/proc/meminfo: memFree=23629852/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=102772 CPUtime=22.3 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 4262 0 0 0 2145 85 0 0 25 0 2 0 595809064 105238528 3845 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/892/statm: 25693 3845 391 389 0 21443 0
[pid=892/tid=894] ppid=891 vsize=102772 CPUtime=9.6 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 208 0 0 0 901 59 0 0 16 0 2 0 595809111 105238528 3845 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.3
Current children cumulated vsize (KiB) 111472

[startup+25.5003 s]
/proc/loadavg: 3.63 3.72 3.89 5/182 894
/proc/meminfo: memFree=23623288/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=103188 CPUtime=45.6 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 4748 0 0 0 4433 127 0 0 25 0 2 0 595809064 105664512 4331 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527068 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/892/statm: 25797 4331 391 389 0 21547 0
[pid=892/tid=894] ppid=891 vsize=103188 CPUtime=20.1 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 304 0 0 0 1923 87 0 0 16 0 2 0 595809111 105664512 4331 33554432000 4194304 5787044 140736103797904 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.6
Current children cumulated vsize (KiB) 111888

[startup+51.1006 s]
/proc/loadavg: 3.56 3.69 3.88 5/182 895
/proc/meminfo: memFree=23613156/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=104188 CPUtime=92.43 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 5962 0 0 0 9059 184 0 0 25 0 2 0 595809064 106688512 5544 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 26047 5544 391 389 0 21797 0
[pid=892/tid=894] ppid=891 vsize=104188 CPUtime=41.33 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 539 0 0 0 4004 129 0 0 16 0 2 0 595809111 106688512 5544 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.43
Current children cumulated vsize (KiB) 112888

[startup+102.306 s]
/proc/loadavg: 3.58 3.68 3.86 5/182 896
/proc/meminfo: memFree=23600720/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=105244 CPUtime=186.16 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 7434 0 0 0 18348 268 0 0 25 0 2 0 595809064 107769856 6994 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 26311 6994 392 389 0 22061 0
[pid=892/tid=894] ppid=891 vsize=105244 CPUtime=83.85 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 752 0 0 0 8200 185 0 0 16 0 2 0 595809111 107769856 6994 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 186.16
Current children cumulated vsize (KiB) 113944

[startup+162.301 s]
/proc/loadavg: 3.84 3.73 3.87 5/182 898
/proc/meminfo: memFree=23580332/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=111304 CPUtime=296.13 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 9644 0 0 0 29268 345 0 0 25 0 2 0 595809064 113975296 9204 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527399 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 27826 9204 392 389 0 23576 0
[pid=892/tid=894] ppid=891 vsize=111304 CPUtime=133.82 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 951 0 0 0 13147 235 0 0 16 0 2 0 595809111 113975296 9204 33554432000 4194304 5787044 140736103797904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 296.13
Current children cumulated vsize (KiB) 120004

[startup+222.301 s]
/proc/loadavg: 3.68 3.70 3.85 5/182 899
/proc/meminfo: memFree=23575936/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=111656 CPUtime=406.14 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 10044 0 0 0 40198 416 0 0 25 0 2 0 595809064 114335744 9571 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527068 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 27914 9571 392 389 0 23664 0
[pid=892/tid=894] ppid=891 vsize=111656 CPUtime=183.84 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) S 891 891 30862 0 -1 4202560 1020 0 0 0 18101 283 0 0 15 0 2 0 595809111 114335744 9571 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 18446604465792587584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.14
Current children cumulated vsize (KiB) 120356

[startup+282.3 s]
/proc/loadavg: 3.70 3.71 3.84 5/182 901
/proc/meminfo: memFree=23563104/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=112648 CPUtime=516.26 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 11334 0 0 0 51157 469 0 0 25 0 2 0 595809064 115351552 10861 33554432000 4194304 5787044 140736103797904 18446744073709551615 5533080 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 28162 10861 392 389 0 23912 0
[pid=892/tid=894] ppid=891 vsize=112648 CPUtime=233.95 cores=1,3,5,7

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


[startup+342.3 s]
/proc/loadavg: 3.74 3.72 3.83 5/182 903
/proc/meminfo: memFree=23560216/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=113224 CPUtime=626.04 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 12068 0 0 0 62074 530 0 0 25 0 2 0 595809064 115941376 11548 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/892/statm: 28306 11548 392 389 0 24056 0
[pid=892/tid=894] ppid=891 vsize=113224 CPUtime=283.74 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 1335 0 0 0 28021 353 0 0 15 0 2 0 595809111 115941376 11548 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 626.04
Current children cumulated vsize (KiB) 121924

[startup+402.3 s]
/proc/loadavg: 3.75 3.72 3.82 5/182 904
/proc/meminfo: memFree=23557564/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=113224 CPUtime=736.11 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 12088 0 0 0 73027 584 0 0 25 0 2 0 595809064 115941376 11568 33554432000 4194304 5787044 140736103797904 18446744073709551615 5533082 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/892/statm: 28306 11568 392 389 0 24056 0
[pid=892/tid=894] ppid=891 vsize=113224 CPUtime=333.81 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 1340 0 0 0 32993 388 0 0 16 0 2 0 595809111 115941376 11568 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 736.11
Current children cumulated vsize (KiB) 121924

[startup+462.3 s]
/proc/loadavg: 3.83 3.74 3.82 5/182 906
/proc/meminfo: memFree=23543736/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=113608 CPUtime=846.1 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 12715 0 0 0 83984 626 0 0 25 0 2 0 595809064 116334592 12195 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527491 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 28402 12195 392 389 0 24152 0
[pid=892/tid=894] ppid=891 vsize=113608 CPUtime=383.8 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 1437 0 0 0 37967 413 0 0 16 0 2 0 595809111 116334592 12195 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527716 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 846.1
Current children cumulated vsize (KiB) 122308

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

[startup+486.301 s]
/proc/loadavg: 3.69 3.71 3.81 5/182 907
/proc/meminfo: memFree=23539004/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=113992 CPUtime=890.06 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 13238 0 0 0 88364 642 0 0 25 0 2 0 595809064 116727808 12718 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917218159 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 28498 12718 392 389 0 24248 0
[pid=892/tid=894] ppid=891 vsize=113992 CPUtime=403.76 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 1524 0 0 0 39953 423 0 0 15 0 2 0 595809111 116727808 12718 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 890.06
Current children cumulated vsize (KiB) 122692

[startup+499.101 s]
/proc/loadavg: 3.66 3.70 3.80 4/182 907
/proc/meminfo: memFree=23537004/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=114184 CPUtime=913.47 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 13476 0 0 0 90696 651 0 0 25 0 2 0 595809064 116924416 12956 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527767 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 28546 12956 392 389 0 24296 0
[pid=892/tid=894] ppid=891 vsize=114184 CPUtime=414.37 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) S 891 891 30862 0 -1 4202560 1543 0 0 0 41009 428 0 0 16 0 2 0 595809111 116924416 12956 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 18446604465792587584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 913.47
Current children cumulated vsize (KiB) 122884

[startup+511.901 s]
/proc/loadavg: 3.59 3.68 3.80 4/182 907
/proc/meminfo: memFree=23531544/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=118668 CPUtime=936.8 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 14812 0 0 0 93021 659 0 0 25 0 2 0 595809064 121516032 14292 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527491 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 29667 14292 392 389 0 25417 0
[pid=892/tid=894] ppid=891 vsize=118668 CPUtime=424.89 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 1619 0 0 0 42056 433 0 0 16 0 2 0 595809111 121516032 14292 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 936.8
Current children cumulated vsize (KiB) 127368

[startup+518.301 s]
/proc/loadavg: 3.62 3.69 3.80 5/182 907
/proc/meminfo: memFree=23530532/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=119884 CPUtime=948.47 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 15205 0 0 0 94185 662 0 0 25 0 2 0 595809064 122761216 14428 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527399 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 29971 14428 392 389 0 25721 0
[pid=892/tid=894] ppid=891 vsize=119884 CPUtime=430.17 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) S 891 891 30862 0 -1 4202560 1655 0 0 0 42582 435 0 0 15 0 2 0 595809111 122761216 14428 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 18446604465792587584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 948.47
Current children cumulated vsize (KiB) 128584

[startup+519.901 s]
/proc/loadavg: 3.62 3.69 3.80 5/182 907
/proc/meminfo: memFree=23530532/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=119884 CPUtime=951.4 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 15232 0 0 0 94477 663 0 0 25 0 2 0 595809064 122761216 14455 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527482 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 29971 14455 392 389 0 25721 0
[pid=892/tid=894] ppid=891 vsize=119884 CPUtime=431.5 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) S 891 891 30862 0 -1 4202560 1656 0 0 0 42714 436 0 0 16 0 2 0 595809111 122761216 14455 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 18446604465792587584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 951.4
Current children cumulated vsize (KiB) 128584

[startup+521.5 s]
/proc/loadavg: 3.49 3.66 3.79 5/182 907
/proc/meminfo: memFree=23530532/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=119884 CPUtime=954.35 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 15259 0 0 0 94771 664 0 0 25 0 2 0 595809064 122761216 14482 33554432000 4194304 5787044 140736103797904 18446744073709551615 5528442 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 29971 14482 392 389 0 25721 0
[pid=892/tid=894] ppid=891 vsize=119884 CPUtime=432.84 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) S 891 891 30862 0 -1 4202560 1656 0 0 0 42848 436 0 0 16 0 2 0 595809111 122761216 14482 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 18446604465792587584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 954.35
Current children cumulated vsize (KiB) 128584

[startup+521.9 s]
/proc/loadavg: 3.49 3.66 3.79 5/182 907
/proc/meminfo: memFree=23530532/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=119884 CPUtime=955.09 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 15273 0 0 0 94845 664 0 0 25 0 2 0 595809064 122761216 14496 33554432000 4194304 5787044 140736103797904 18446744073709551615 5528394 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 29971 14496 392 389 0 25721 0
[pid=892/tid=894] ppid=891 vsize=119884 CPUtime=433.18 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 1666 0 0 0 42882 436 0 0 15 0 2 0 595809111 122761216 14496 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 955.09
Current children cumulated vsize (KiB) 128584

[startup+522.1 s]
/proc/loadavg: 3.49 3.66 3.79 5/182 907
/proc/meminfo: memFree=23530532/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=119884 CPUtime=955.45 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 15276 0 0 0 94881 664 0 0 25 0 2 0 595809064 122761216 14499 33554432000 4194304 5787044 140736103797904 18446744073709551615 5528386 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 29971 14499 392 389 0 25721 0
[pid=892/tid=894] ppid=891 vsize=119884 CPUtime=433.34 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) R 891 891 30862 0 -1 4202560 1666 0 0 0 42898 436 0 0 16 0 2 0 595809111 122761216 14499 33554432000 4194304 5787044 140736103797904 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 955.45
Current children cumulated vsize (KiB) 128584

[startup+522.2 s]
/proc/loadavg: 3.49 3.66 3.79 5/182 907
/proc/meminfo: memFree=23530532/32950928 swapFree=67071984/67111528
[pid=891] ppid=889 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/891/stat : 891 (prissup.sh) S 889 891 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595809064 8908800 252 33554432000 4194304 4922060 140737081808416 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/891/statm: 2175 252 211 178 0 68 0
[pid=892] ppid=891 vsize=119884 CPUtime=955.61 cores=1,3,5,7
/proc/892/stat : 892 (priss) R 891 891 30862 0 -1 4202496 15297 0 0 0 94894 667 0 0 25 0 2 0 595809064 122761216 14520 33554432000 4194304 5787044 140736103797904 18446744073709551615 260905051922 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/892/statm: 29971 14520 407 389 0 25721 0
[pid=892/tid=894] ppid=891 vsize=119884 CPUtime=433.41 cores=1,3,5,7
/proc/892/task/894/stat : 894 (priss) S 891 891 30862 0 -1 4202560 1666 0 0 0 42902 439 0 0 15 0 2 0 595809111 122761216 14520 33554432000 4194304 5787044 140736103797904 18446744073709551615 260917217713 0 0 4096 0 18446604465792587584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 955.61
Current children cumulated vsize (KiB) 128584

Child status: 10
Real time (s): 522.244
CPU time (s): 955.67
CPU user time (s): 948.987
CPU system time (s): 6.68298
CPU usage (%): 182.993
Max. virtual memory (cumulated for all children) (KiB): 128584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 948.987
system time used= 6.68298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15655
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= 2322278
involuntary context switches= 2135

runsolver used 0.832873 second user time and 1.9967 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 07:43:04
IDJOB=3274187
IDBENCH=83155
IDSOLVER=1601
FILE ID=node116/3274187-1304055784
RUNJOBID= node116-1304053179-651
PBS_JOBID= 13170355
Free space on /tmp= 72512 MiB

SOLVER NAME= priss UP
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s18527668-sat.cnf
COMMAND LINE= DIR/prissup.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274187-1304055784/watcher-3274187-1304055784 -o /tmp/evaluation-result-3274187-1304055784/solver-3274187-1304055784 -C 4800 -W 1300 -M 15500  HOME/prissup.sh HOME HOME/instance-3274187-1304055784.cnf 1488956699 4800 15500 4

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

MD5SUM BENCH= d6f66d406779966e0b3cbed9097980e3
RANDOM SEED=1488956699

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:      23650588 kB
Buffers:       1900512 kB
Cached:        6920972 kB
SwapCached:       9732 kB
Active:        4388752 kB
Inactive:      4482928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23650588 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            3156 kB
Writeback:          16 kB
AnonPages:       43908 kB
Mapped:          14412 kB
Slab:           364956 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   230120 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= 72512 MiB
End job on node116 at 2011-04-29 07:51:46