Trace number 3750200

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
npSolver 1.0 (fixed)? (TO) 1800.04 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_6_mh.opb
MD5SUM94b1451a4cda8c04cd1bd81816dea3d0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5637187
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 17732231209
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 17732231209
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.22	c old isEQ: 0, new EQ is 1
0.00/0.23	c old isEQ: 116, new EQ is 0
0.00/0.23	c old isEQ: 0, new EQ is 0
0.00/0.24	c old isEQ: 0, new EQ is 0
0.00/0.25	c old isEQ: 0, new EQ is 0
0.00/0.26	c old isEQ: 0, new EQ is 0
0.00/0.26	c old isEQ: 0, new EQ is 0
0.00/0.27	c old isEQ: 0, new EQ is 0
0.00/0.28	c old isEQ: 0, new EQ is 0
0.00/0.29	c old isEQ: 0, new EQ is 0
0.00/0.29	c old isEQ: 0, new EQ is 0
0.00/0.30	c old isEQ: 0, new EQ is 0
0.00/0.31	c old isEQ: 0, new EQ is 0
0.00/0.32	c old isEQ: 0, new EQ is 0
0.00/0.33	c old isEQ: 0, new EQ is 0
0.00/0.33	c old isEQ: 0, new EQ is 0
0.00/0.34	c old isEQ: 0, new EQ is 0
0.00/0.35	c old isEQ: 0, new EQ is 0
0.00/0.36	c old isEQ: 0, new EQ is 0
0.00/0.36	c old isEQ: 0, new EQ is 0
0.00/0.37	c old isEQ: 0, new EQ is 0
0.00/0.38	c old isEQ: 0, new EQ is 0
0.00/0.39	c old isEQ: 0, new EQ is 0
0.00/0.40	c old isEQ: 0, new EQ is 0
0.00/0.40	c old isEQ: 0, new EQ is 0
0.00/0.41	c old isEQ: 0, new EQ is 0
0.00/0.44	c old isEQ: 0, new EQ is 1
0.00/0.49	c old isEQ: 1, new EQ is 1
0.00/0.57	c run usual solver
2.77/2.80	c model valid
2.77/2.80	c current solution ok
3.38/3.42	o 679536673
3.38/3.42	c current bound: 339768349
3.38/3.42	c fallback to adder encoding
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3750200-1339179755/watcher-3750200-1339179755 -o /tmp/evaluation-result-3750200-1339179755/solver-3750200-1339179755 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750200-1339179755.opb 1103121961 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.00 2.01 2.25 3/177 1979
/proc/meminfo: memFree=29451028/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0

[startup+0.0555319 s]
/proc/loadavg: 2.00 2.01 2.25 3/177 1979
/proc/meminfo: memFree=29451028/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100375 s]
/proc/loadavg: 2.00 2.01 2.25 3/177 1979
/proc/meminfo: memFree=29451028/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300306 s]
/proc/loadavg: 2.00 2.01 2.25 3/177 1979
/proc/meminfo: memFree=29451028/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700171 s]
/proc/loadavg: 2.00 2.01 2.25 3/177 1979
/proc/meminfo: memFree=29451028/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.25 3/181 1983
/proc/meminfo: memFree=29439436/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=71952 CPUtime=0.59 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 10199 0 0 0 55 4 0 0 20 0 1 0 384100966 73678848 17455 33554432000 4194304 6004724 140736497643040 140736497637088 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 17988 17455 164 442 0 17542 0
[pid=1982] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1982/stat : 1982 (cp2_pre.sh) S 1980 1979 982 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 384101026 9367552 276 33554432000 4194304 5064252 140735385201776 140735385200480 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1982/statm: 2287 276 234 213 0 72 0
[pid=1983] ppid=1982 vsize=135896 CPUtime=0.89 cores=0,2,4,6
/proc/1983/stat : 1983 (coprocessor) R 1982 1979 982 0 -1 4202496 25803 0 0 0 85 4 0 0 20 0 1 0 384101026 139157504 32972 33554432000 4194304 6586260 140734414218176 140734414214440 4676458 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/1983/statm: 33974 32972 192 584 0 33386 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 226144

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.25 3/181 1983
/proc/meminfo: memFree=29406724/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=71952 CPUtime=3.07 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) R 1979 1979 982 0 -1 4202496 11686 44324 0 0 72 28 191 16 20 0 1 0 384100966 73678848 17461 33554432000 4194304 6004724 140736497643040 140736497637240 5190832 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 17988 17461 170 442 0 17542 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 81100

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.25 3/179 1991
/proc/meminfo: memFree=29373760/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=539088 CPUtime=6.27 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) R 1979 1979 982 0 -1 4202496 17626 44839 0 0 337 82 191 17 20 0 1 0 384100966 552026112 116142 33554432000 4194304 6004724 140736497643040 140736497636696 5193835 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 134772 116142 180 442 0 134326 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 548236

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.24 3/181 1993
/proc/meminfo: memFree=28646680/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=541100 CPUtime=6.31 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 82572 0 0 0 607 24 0 0 20 0 1 0 384101603 554086400 119496 33554432000 4194304 5208918 140735516942544 140735516940296 4205181 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 135275 119496 104 248 0 135024 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 909876

[startup+25.5004 s]
/proc/loadavg: 2.07 2.03 2.24 3/181 1993
/proc/meminfo: memFree=28639604/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=543212 CPUtime=19.12 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 83223 0 0 0 1887 25 0 0 20 0 1 0 384101603 556249088 120658 33554432000 4194304 5208918 140735516942544 140735516940392 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 135803 120658 104 248 0 135552 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 911988

[startup+51.1004 s]
/proc/loadavg: 2.12 2.04 2.24 3/181 1993
/proc/meminfo: memFree=28622792/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=545644 CPUtime=44.72 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 83882 0 0 0 4447 25 0 0 20 0 1 0 384101603 558739456 122339 33554432000 4194304 5208918 140735516942544 140735516940392 4229460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 136411 122339 104 248 0 136160 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 914420

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.23 3/181 1993
/proc/meminfo: memFree=28596668/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=548616 CPUtime=95.9 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 84682 0 0 0 9564 26 0 0 20 0 1 0 384101603 561782784 125183 33554432000 4194304 5208918 140735516942544 140735516940296 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 137154 125183 104 248 0 136903 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 917392

[startup+162.307 s]
/proc/loadavg: 2.02 2.02 2.21 3/181 1993
/proc/meminfo: memFree=28560740/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=633112 CPUtime=155.89 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 85990 0 0 0 15563 26 0 0 20 0 1 0 384101603 648306688 130067 33554432000 4194304 5208918 140735516942544 140735516940392 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 158278 130067 104 248 0 158027 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1001888

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.19 3/181 1993
/proc/meminfo: memFree=28527416/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 96995 0 0 0 135506 61 0 0 20 0 1 0 384101603 591093760 133929 33554432000 4194304 5208918 140735516942544 140735516938920 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 144310 133929 104 248 0 144059 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 946016

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 2063
/proc/meminfo: memFree=29378840/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=658628 CPUtime=1415.65 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 97698 0 0 0 141502 63 0 0 20 0 1 0 384101603 674435072 141273 33554432000 4194304 5208918 140735516942544 140735516938920 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 164657 141273 104 248 0 164406 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 1027404

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 2063
/proc/meminfo: memFree=29364436/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=577240 CPUtime=1475.65 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 97817 0 0 0 147498 67 0 0 20 0 1 0 384101603 591093760 134463 33554432000 4194304 5208918 140735516942544 140735516938920 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 144310 134463 104 248 0 144059 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 946016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 2064
/proc/meminfo: memFree=29348108/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=660484 CPUtime=1535.63 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 99720 0 0 0 153490 73 0 0 20 0 1 0 384101603 676335616 137094 33554432000 4194304 5208918 140735516942544 140735516938312 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 165121 137094 104 248 0 164870 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 1029260

[startup+1602.3 s]
/proc/loadavg: 2.12 2.03 2.02 3/181 2064
/proc/meminfo: memFree=29334348/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=661044 CPUtime=1595.62 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 99899 0 0 0 159488 74 0 0 20 0 1 0 384101603 676909056 142894 33554432000 4194304 5208918 140735516942544 140735516940296 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 165261 142894 104 248 0 165010 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1029820

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.02 3/182 2067
/proc/meminfo: memFree=29375420/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=580052 CPUtime=1655.61 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 100096 0 0 0 165485 76 0 0 20 0 1 0 384101603 593973248 132593 33554432000 4194304 5208918 140735516942544 140735516938232 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 145013 132593 104 248 0 144762 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 948828

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/181 2067
/proc/meminfo: memFree=29369160/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=580600 CPUtime=1715.61 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 100214 0 0 0 171484 77 0 0 20 0 1 0 384101603 594534400 135777 33554432000 4194304 5208918 140735516942544 140735516940392 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 145150 135777 104 248 0 144899 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 949376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/180 2067
/proc/meminfo: memFree=29343848/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=662496 CPUtime=1775.6 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 101027 0 0 0 177482 78 0 0 20 0 1 0 384101603 678395904 138628 33554432000 4194304 5208918 140735516942544 140735516940296 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 165624 138628 104 248 0 165373 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 1031272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2068
/proc/meminfo: memFree=29336588/32873852 swapFree=7632/7632
[pid=1979] ppid=1977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1979/stat : 1979 (npSolver-pbo.sh) S 1977 1979 982 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384100966 9367552 275 33554432000 4194304 5064252 140734949401856 140734949400768 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1979/statm: 2287 275 233 213 0 72 0
[pid=1980] ppid=1979 vsize=350480 CPUtime=6.34 cores=0,2,4,6
/proc/1980/stat : 1980 (npSolver-pbo) S 1979 1979 982 0 -1 4202496 17628 44839 0 0 337 89 191 17 20 0 1 0 384100966 358891520 68991 33554432000 4194304 6004724 140736497643040 140736497635392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1980/statm: 87620 68991 180 442 0 87174 0
[pid=1992] ppid=1980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1992/stat : 1992 (satsolver.sh) S 1980 1979 982 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384101603 9367552 266 33554432000 4194304 5064252 140737231994544 140737231993456 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1992/statm: 2287 266 226 213 0 72 0
[pid=1993] ppid=1992 vsize=662496 CPUtime=1793.7 cores=0,2,4,6
/proc/1993/stat : 1993 (glucose) R 1992 1979 982 0 -1 4202496 101053 0 0 0 179292 78 0 0 20 0 1 0 384101603 678395904 139676 33554432000 4194304 5208918 140735516942544 140735516938920 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1993/statm: 165624 139676 104 248 0 165373 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1031272

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1979 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=286196
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=79835
# CPU time returned by wait4() is 6.36603
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.04
CPU user time (s): 1798.2
CPU system time (s): 1.84
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 1160444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2862
system time used= 1.07984
maximum resident set size= 464568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 438072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 367
involuntary context switches= 33

runsolver used 3.47547 second user time and 16.0296 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-08 20:22:35
IDJOB=3750200
IDBENCH=92694
IDSOLVER=2334
FILE ID=node131/3750200-1339179755
RUNJOBID= node131-1339170236-998
PBS_JOBID= 14643840
Free space on /tmp= 70796 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_6_mh.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750200-1339179755/watcher-3750200-1339179755 -o /tmp/evaluation-result-3750200-1339179755/solver-3750200-1339179755 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750200-1339179755.opb 1103121961 HOME HOME

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

MD5SUM BENCH= 94b1451a4cda8c04cd1bd81816dea3d0
RANDOM SEED=1103121961

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29455388 kB
Buffers:          294872 kB
Cached:          1223304 kB
SwapCached:         8248 kB
Active:          1620848 kB
Inactive:         889732 kB
Active(anon):     987592 kB
Inactive(anon):     7424 kB
Active(file):     633256 kB
Inactive(file):   882308 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67093240 kB
Dirty:             11324 kB
Writeback:             0 kB
AnonPages:        972712 kB
Mapped:             9852 kB
Shmem:                 0 kB
Slab:             741496 kB
SReclaimable:     182472 kB
SUnreclaim:       559024 kB
KernelStack:        1504 kB
PageTables:         5812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1309572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    747520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70764 MiB
End job on node131 at 2012-06-08 20:52:36