Trace number 3714087

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 inc? (TO) 1800.14 1801.11

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-3_wcsp.wbo
MD5SUM376764ac4c5c3f094ec1a2d2f7cbae71
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark53.7668
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables26850
Total number of constraints1527009
Number of soft constraints1524324
Number of constraints which are clauses1524324
Number of constraints which are cardinality constraints (but not clauses)2685
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 1259
Min constraint cost 1
Max constraint cost 1259
Sum of constraints costs 1904880840
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.68/10.72	c run usual solver
101.95/102.75	o 175
101.95/102.75	c current bound: 87
101.95/102.75	c fallback to adder encoding
461.54/462.41	o 87
461.54/462.41	c current bound: 43
461.54/462.41	c fallback to adder encoding
1800.10/1801.11	./satsolver.sh: line 5:  8812 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1801.11	c error: unexpected solver exit code
1800.10/1801.11	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-3714087-1338245569/watcher-3714087-1338245569 -o /tmp/evaluation-result-3714087-1338245569/solver-3714087-1338245569 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714087-1338245569.wbo 1166497595 HOME HOME 

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

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.01 2.00 2.00 2/177 8787
/proc/meminfo: memFree=28010108/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0

[startup+0.044051 s]
/proc/loadavg: 2.01 2.00 2.00 2/177 8787
/proc/meminfo: memFree=28010108/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.01 2.00 2.00 2/177 8787
/proc/meminfo: memFree=28010108/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.01 2.00 2.00 2/177 8787
/proc/meminfo: memFree=28010108/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.01 2.00 2.00 2/177 8787
/proc/meminfo: memFree=28010108/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8789
/proc/meminfo: memFree=27995324/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=19740 CPUtime=1.49 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) R 8787 8787 6990 0 -1 4202496 2738 0 0 0 148 1 0 0 20 0 1 0 290682460 20213760 4234 33554432000 4194304 5990268 140737292377856 140737292373096 5042551 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 4935 4234 137 439 0 4492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28888

[startup+3.10027 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8789
/proc/meminfo: memFree=27980608/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=36124 CPUtime=3.08 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) R 8787 8787 6990 0 -1 4202496 3311 0 0 0 306 2 0 0 20 0 1 0 290682460 36990976 8376 33554432000 4194304 5990268 140737292377856 140737292373464 4566802 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 9031 8376 137 439 0 8588 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45272

[startup+6.30028 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8789
/proc/meminfo: memFree=27944736/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=167480 CPUtime=6.28 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) R 8787 8787 6990 0 -1 4202496 7686 0 0 0 621 7 0 0 20 0 1 0 290682460 171499520 38768 33554432000 4194304 5990268 140737292377856 140737292373736 4953049 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 41870 38768 142 439 0 41427 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 176628

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8789
/proc/meminfo: memFree=27755276/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=197252 CPUtime=12.69 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) R 8787 8787 6990 0 -1 4202496 9573 0 0 0 1089 180 0 0 20 0 1 0 290682460 201986048 46216 33554432000 4194304 5990268 140737292377856 140737292371160 5177872 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 49313 46216 147 439 0 48870 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206400

[startup+25.5003 s]
/proc/loadavg: 2.15 2.03 2.01 3/181 8791
/proc/meminfo: memFree=27037364/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=197252 CPUtime=13.17 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 9577 0 0 0 1098 219 0 0 20 0 1 0 290682460 201986048 46219 33554432000 4194304 5990268 140737292377856 140737292371008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 49313 46219 150 439 0 48870 0
[pid=8790] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8790/stat : 8790 (cp2_pre.sh) S 8788 8787 6990 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 290683777 9367552 276 33554432000 4194304 5064252 140733343399104 140733343397808 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8790/statm: 2287 276 234 213 0 72 0
[pid=8791] ppid=8790 vsize=709580 CPUtime=12.3 cores=1,3,5,7
/proc/8791/stat : 8791 (coprocessor) R 8790 8787 6990 0 -1 4202496 56319 0 0 0 1211 19 0 0 20 0 1 0 290683778 726609920 174050 33554432000 4194304 6586260 140735099572256 140735099567624 5599584 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8791/statm: 177395 174050 188 584 0 176807 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 925128

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 8791
/proc/meminfo: memFree=27030960/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=197252 CPUtime=13.17 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 9577 0 0 0 1098 219 0 0 20 0 1 0 290682460 201986048 46219 33554432000 4194304 5990268 140737292377856 140737292371008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 49313 46219 150 439 0 48870 0
[pid=8790] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8790/stat : 8790 (cp2_pre.sh) S 8788 8787 6990 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 290683777 9367552 276 33554432000 4194304 5064252 140733343399104 140733343397808 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8790/statm: 2287 276 234 213 0 72 0
[pid=8791] ppid=8790 vsize=710504 CPUtime=37.9 cores=1,3,5,7
/proc/8791/stat : 8791 (coprocessor) R 8790 8787 6990 0 -1 4202496 56557 0 0 0 3771 19 0 0 20 0 1 0 290683778 727556096 174288 33554432000 4194304 6586260 140735099572256 140735099567624 5599447 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8791/statm: 177626 174288 188 584 0 177038 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 926052

[startup+102.307 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 8798
/proc/meminfo: memFree=27654024/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=219864 CPUtime=101.58 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) R 8787 8787 6990 0 -1 4202496 12217 105763 0 0 1149 403 8551 55 20 0 1 0 290682460 225140736 51876 33554432000 4194304 5990268 140737292377856 140737292371160 5177872 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 54966 51876 154 439 0 54523 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 229012

[startup+162.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/181 8801
/proc/meminfo: memFree=27272936/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=102.81 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 17742 106277 0 0 1225 442 8551 63 20 0 1 0 290682460 269099008 58206 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 65698 58206 164 439 0 65255 0
[pid=8800] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8800/stat : 8800 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290692812 9367552 266 33554432000 4194304 5064252 140734015549856 140734015548768 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8800/statm: 2287 266 226 213 0 72 0
[pid=8801] ppid=8800 vsize=400352 CPUtime=58.76 cores=1,3,5,7
/proc/8801/stat : 8801 (glucose) R 8800 8787 6990 0 -1 4202496 45832 0 0 0 5861 15 0 0 20 0 1 0 290692812 409960448 82893 33554432000 4194304 5208918 140733338412272 140733338410104 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8801/statm: 100088 82893 103 248 0 99837 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 681440

[startup+222.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/181 8801
/proc/meminfo: memFree=27281612/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=102.81 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 17742 106277 0 0 1225 442 8551 63 20 0 1 0 290682460 269099008 58206 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8788/statm: 65698 58206 164 439 0 65255 0
[pid=8800] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8800/stat : 8800 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290692812 9367552 266 33554432000 4194304 5064252 140734015549856 140734015548768 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8800/statm: 2287 266 226 213 0 72 0
[pid=8801] ppid=8800 vsize=400920 CPUtime=118.75 cores=1,3,5,7
/proc/8801/stat : 8801 (glucose) R 8800 8787 6990 0 -1 4202496 46335 0 0 0 11859 16 0 0 20 0 1 0 290692812 410542080 79469 33554432000 4194304 5208918 140733338412272 140733338410232 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8801/statm: 100230 79469 104 248 0 99979 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 682008

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 8802
/proc/meminfo: memFree=27238224/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.09 2.04 3/181 8893
/proc/meminfo: memFree=20442872/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=394016 CPUtime=959.03 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 48529 0 0 0 95888 15 0 0 20 0 1 0 290728771 403472384 82681 33554432000 4194304 5208918 140737287081360 140737287079032 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 98504 82681 103 248 0 98253 0
Current children cumulated CPU time (s) 1421.35
Current children cumulated vsize (KiB) 675104

[startup+1482.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/181 8894
/proc/meminfo: memFree=20442872/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=394016 CPUtime=1019.01 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 48529 0 0 0 101886 15 0 0 20 0 1 0 290728771 403472384 82681 33554432000 4194304 5208918 140737287081360 140737287079032 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 98504 82681 103 248 0 98253 0
Current children cumulated CPU time (s) 1481.33
Current children cumulated vsize (KiB) 675104

[startup+1542.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/181 8894
/proc/meminfo: memFree=20440948/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=394016 CPUtime=1079 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 48531 0 0 0 107885 15 0 0 20 0 1 0 290728771 403472384 83194 33554432000 4194304 5208918 140737287081360 140737287079032 4211623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 98504 83194 103 248 0 98253 0
Current children cumulated CPU time (s) 1541.32
Current children cumulated vsize (KiB) 675104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/181 8894
/proc/meminfo: memFree=20440824/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=394016 CPUtime=1139 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 48531 0 0 0 113885 15 0 0 20 0 1 0 290728771 403472384 83194 33554432000 4194304 5208918 140737287081360 140737287079032 4211888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 98504 83194 103 248 0 98253 0
Current children cumulated CPU time (s) 1601.32
Current children cumulated vsize (KiB) 675104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/182 8897
/proc/meminfo: memFree=20438768/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=394016 CPUtime=1198.99 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 48532 0 0 0 119884 15 0 0 20 0 1 0 290728771 403472384 83706 33554432000 4194304 5208918 140737287081360 140737287079032 4211871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 98504 83706 103 248 0 98253 0
Current children cumulated CPU time (s) 1661.31
Current children cumulated vsize (KiB) 675104

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.02 3/181 8897
/proc/meminfo: memFree=20435800/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=397108 CPUtime=1258.99 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 49276 0 0 0 125883 16 0 0 20 0 1 0 290728771 406638592 84450 33554432000 4194304 5208918 140737287081360 140737287079320 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 99277 84450 103 248 0 99026 0
Current children cumulated CPU time (s) 1721.31
Current children cumulated vsize (KiB) 678196

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.02 3/181 8898
/proc/meminfo: memFree=20435552/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=397108 CPUtime=1318.98 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 49280 0 0 0 131882 16 0 0 20 0 1 0 290728771 406638592 84454 33554432000 4194304 5208918 140737287081360 140737287079320 4211182 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 99277 84454 103 248 0 99026 0
Current children cumulated CPU time (s) 1781.3
Current children cumulated vsize (KiB) 678196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.07 2.04 2.02 3/181 8898
/proc/meminfo: memFree=20435676/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=397108 CPUtime=1337.78 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 49281 0 0 0 133762 16 0 0 20 0 1 0 290728771 406638592 84455 33554432000 4194304 5208918 140737287081360 140737287079320 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 99277 84455 103 248 0 99026 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 678196

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.1 s]
/proc/loadavg: 2.07 2.04 2.02 3/181 8898
/proc/meminfo: memFree=20435676/32873852 swapFree=6848/6848
[pid=8787] ppid=8785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8787/stat : 8787 (npSolver-wbo-I.) S 8785 8787 6990 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290682459 9367552 275 33554432000 4194304 5064252 140736172123712 140736172122624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8787/statm: 2287 275 233 213 0 72 0
[pid=8788] ppid=8787 vsize=262792 CPUtime=462.32 cores=1,3,5,7
/proc/8788/stat : 8788 (npSolver-wbo) S 8787 8787 6990 0 -1 4202496 26452 164421 0 0 1297 452 44373 110 20 0 1 0 290682460 269099008 57182 33554432000 4194304 5990268 140737292377856 140737292369296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8788/statm: 65698 57182 164 439 0 65255 0
[pid=8811] ppid=8788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8811/stat : 8811 (satsolver.sh) S 8788 8787 6990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290728770 9367552 266 33554432000 4194304 5064252 140734976553200 140734976552112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8811/statm: 2287 266 226 213 0 72 0
[pid=8812] ppid=8811 vsize=397108 CPUtime=1337.78 cores=1,3,5,7
/proc/8812/stat : 8812 (glucose) R 8811 8787 6990 0 -1 4202496 49281 0 0 0 133762 16 0 0 20 0 1 0 290728771 406638592 84455 33554432000 4194304 5208918 140737287081360 140737287079320 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8812/statm: 99277 84455 103 248 0 99026 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 678196

Child status: 0
Real time (s): 1801.11
CPU time (s): 1800.14
CPU user time (s): 1794.34
CPU system time (s): 5.79712
CPU usage (%): 99.9459
Max. virtual memory (cumulated for all children) (KiB): 926452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 5.79712
maximum resident set size= 734072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6711
involuntary context switches= 1895

runsolver used 3.04154 second user time and 7.96579 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-29 00:52:50
IDJOB=3714087
IDBENCH=79628
IDSOLVER=2295
FILE ID=node129/3714087-1338245569
RUNJOBID= node129-1338229362-7007
PBS_JOBID= 14624645
Free space on /tmp= 71100 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-3_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714087-1338245569/watcher-3714087-1338245569 -o /tmp/evaluation-result-3714087-1338245569/solver-3714087-1338245569 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714087-1338245569.wbo 1166497595 HOME HOME

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

MD5SUM BENCH= 376764ac4c5c3f094ec1a2d2f7cbae71
RANDOM SEED=1166497595

node129.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.957
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.91
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.957
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.957
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28010116 kB
Buffers:          440796 kB
Cached:          3274680 kB
SwapCached:            0 kB
Active:          1681808 kB
Inactive:        2300284 kB
Active(anon):     269172 kB
Inactive(anon):        0 kB
Active(file):    1412636 kB
Inactive(file):  2300284 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             72100 kB
Writeback:             0 kB
AnonPages:        275724 kB
Mapped:            15428 kB
Shmem:               204 kB
Slab:             739256 kB
SReclaimable:     181464 kB
SUnreclaim:       557792 kB
KernelStack:        1464 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     408656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 69256 MiB
End job on node129 at 2012-05-29 01:22:51