Trace number 3750198

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.1 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_4_mh.opb
MD5SUM9bdb41355cc05d61585f46c460aaeaa4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4066318
Best CPU time to get the best result obtained on this benchmark1800.06
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 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14114941895
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14114941895
Number of bits of the biggest sum of numbers34
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.22	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.25	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.28	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.32	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.35	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.39	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.43	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.68/2.77	c model valid
2.68/2.77	c current solution ok
3.28/3.38	o 564875068
3.28/3.38	c current bound: 282437546
3.28/3.38	c fallback to adder encoding
208.54/208.61	c model valid
208.54/208.61	c current solution ok
208.54/208.66	o 176196138
208.54/208.66	c current bound: 88098081
208.54/208.66	c fallback to adder encoding
1800.10/1800.41	c error: unexpected solver exit code
1800.10/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-3750198-1339180042/watcher-3750198-1339180042 -o /tmp/evaluation-result-3750198-1339180042/solver-3750198-1339180042 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750198-1339180042.opb 734487438 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.02 2.02 2.09 3/173 5142
/proc/meminfo: memFree=31065512/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0

[startup+0.10024 s]
/proc/loadavg: 2.02 2.02 2.09 3/173 5142
/proc/meminfo: memFree=31065512/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200291 s]
/proc/loadavg: 2.02 2.02 2.09 3/173 5142
/proc/meminfo: memFree=31065512/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300286 s]
/proc/loadavg: 2.02 2.02 2.09 3/173 5142
/proc/meminfo: memFree=31065512/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 2.02 2.02 2.09 3/173 5142
/proc/meminfo: memFree=31065512/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.02 2.02 2.09 3/181 5157
/proc/meminfo: memFree=30785148/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=71948 CPUtime=0.58 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 10383 0 0 0 53 5 0 0 20 0 1 0 384130095 73674752 17550 33554432000 4194304 6004724 140735622738640 140735622732688 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 17987 17550 164 442 0 17541 0
[pid=5156] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5156/stat : 5156 (cp2_pre.sh) S 5143 5142 4063 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384130154 9367552 277 33554432000 4194304 5064252 140737352708256 140737352706960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5156/statm: 2287 277 234 213 0 72 0
[pid=5157] ppid=5156 vsize=135896 CPUtime=0.89 cores=0,2,4,6
/proc/5157/stat : 5157 (coprocessor) R 5156 5142 4063 0 -1 4202496 24784 0 0 0 85 4 0 0 20 0 1 0 384130155 139157504 32975 33554432000 4194304 6586260 140736047974832 140736047971080 4683104 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5157/statm: 33974 32975 192 584 0 33386 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 226140

[startup+3.10041 s]
/proc/loadavg: 2.02 2.02 2.09 3/181 5157
/proc/meminfo: memFree=30591620/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=71948 CPUtime=3.08 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) R 5142 5142 4063 0 -1 4202496 11872 43286 0 0 72 32 189 15 20 0 1 0 384130095 73674752 17556 33554432000 4194304 6004724 140735622738640 140735622733016 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 17987 17556 170 442 0 17541 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 81096

[startup+6.30021 s]
/proc/loadavg: 2.02 2.02 2.09 3/179 5165
/proc/meminfo: memFree=30333380/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=539196 CPUtime=6.27 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) R 5142 5142 4063 0 -1 4202496 18027 43801 0 0 343 79 189 16 20 0 1 0 384130095 552136704 116355 33554432000 4194304 6004724 140735622738640 140735622731944 5193835 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 134799 116355 180 442 0 134353 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 548344

[startup+12.7012 s]
/proc/loadavg: 2.02 2.02 2.09 3/181 5167
/proc/meminfo: memFree=29115468/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=6.36 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 18028 43801 0 0 343 88 189 16 20 0 1 0 384130095 358887424 69176 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 69176 180 442 0 87173 0
[pid=5166] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5166/stat : 5166 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384130733 9367552 267 33554432000 4194304 5064252 140733814962032 140733814960944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5166/statm: 2287 267 226 213 0 72 0
[pid=5167] ppid=5166 vsize=538940 CPUtime=6.3 cores=0,2,4,6
/proc/5167/stat : 5167 (glucose) R 5166 5142 4063 0 -1 4202496 79444 0 0 0 605 25 0 0 20 0 1 0 384130734 551874560 119082 33554432000 4194304 5208918 140735562185472 140735562183144 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5167/statm: 134735 119082 104 248 0 134484 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 907712

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.09 3/183 5169
/proc/meminfo: memFree=26890816/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=6.36 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 18028 43801 0 0 343 88 189 16 20 0 1 0 384130095 358887424 69176 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 69176 180 442 0 87173 0
[pid=5166] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5166/stat : 5166 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384130733 9367552 267 33554432000 4194304 5064252 140733814962032 140733814960944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5166/statm: 2287 267 226 213 0 72 0
[pid=5167] ppid=5166 vsize=541244 CPUtime=19.1 cores=0,2,4,6
/proc/5167/stat : 5167 (glucose) R 5166 5142 4063 0 -1 4202496 80406 0 0 0 1883 27 0 0 20 0 1 0 384130734 554233856 121066 33554432000 4194304 5208918 140735562185472 140735562183432 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5167/statm: 135311 121066 104 248 0 135060 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 910016

[startup+51.1005 s]
/proc/loadavg: 2.39 2.11 2.12 3/183 5169
/proc/meminfo: memFree=24881592/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=6.36 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 18028 43801 0 0 343 88 189 16 20 0 1 0 384130095 358887424 69176 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 69176 180 442 0 87173 0
[pid=5166] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5166/stat : 5166 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384130733 9367552 267 33554432000 4194304 5064252 140733814962032 140733814960944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5166/statm: 2287 267 226 213 0 72 0
[pid=5167] ppid=5166 vsize=542860 CPUtime=44.7 cores=0,2,4,6
/proc/5167/stat : 5167 (glucose) R 5166 5142 4063 0 -1 4202496 80816 0 0 0 4437 33 0 0 20 0 1 0 384130734 555888640 121987 33554432000 4194304 5208918 140735562185472 140735562183320 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5167/statm: 135715 121987 104 248 0 135464 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 911632

[startup+102.307 s]
/proc/loadavg: 2.16 2.09 2.10 3/183 5172
/proc/meminfo: memFree=24483208/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=6.36 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 18028 43801 0 0 343 88 189 16 20 0 1 0 384130095 358887424 69176 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 69176 180 442 0 87173 0
[pid=5166] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5166/stat : 5166 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384130733 9367552 267 33554432000 4194304 5064252 140733814962032 140733814960944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5166/statm: 2287 267 226 213 0 72 0
[pid=5167] ppid=5166 vsize=546264 CPUtime=95.89 cores=0,2,4,6
/proc/5167/stat : 5167 (glucose) R 5166 5142 4063 0 -1 4202496 81914 0 0 0 9554 35 0 0 20 0 1 0 384130734 559374336 125129 33554432000 4194304 5208918 140735562185472 140735562183224 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5167/statm: 136566 125129 104 248 0 136315 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 915036

[startup+162.3 s]
/proc/loadavg: 2.06 2.07 2.09 3/184 5175
/proc/meminfo: memFree=24442604/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=6.36 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 18028 43801 0 0 343 88 189 16 20 0 1 0 384130095 358887424 69176 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 69176 180 442 0 87173 0
[pid=5166] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5166/stat : 5166 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384130733 9367552 267 33554432000 4194304 5064252 140733814962032 140733814960944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5166/statm: 2287 267 226 213 0 72 0
[pid=5167] ppid=5166 vsize=631416 CPUtime=155.88 cores=0,2,4,6
/proc/5167/stat : 5167 (glucose) R 5166 5142 4063 0 -1 4202496 83399 0 0 0 15552 36 0 0 20 0 1 0 384130734 646569984 129166 33554432000 4194304 5208918 140735562185472 140735562183320 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5167/statm: 157854 129166 104 248 0 157603 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1000188

[startup+222.301 s]
/proc/loadavg: 2.17 2.09 2.10 3/183 5182
/proc/meminfo: memFree=24533064/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 83325 0 0 0 121031 35 0 0 20 0 1 0 384151240 570990592 120421 33554432000 4194304 5208918 140733868001680 140733867999768 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 139402 120421 104 248 0 139151 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 926380

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5192
/proc/meminfo: memFree=24467060/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=557608 CPUtime=1270.64 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 83329 0 0 0 127029 35 0 0 20 0 1 0 384151240 570990592 122469 33554432000 4194304 5208918 140733868001680 140733867998056 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 139402 122469 104 248 0 139151 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 926380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5193
/proc/meminfo: memFree=24450516/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=557608 CPUtime=1330.64 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 83336 0 0 0 133028 36 0 0 20 0 1 0 384151240 570990592 126053 33554432000 4194304 5208918 140733868001680 140733867998056 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 139402 126053 104 248 0 139151 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 926380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5193
/proc/meminfo: memFree=24430312/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=638996 CPUtime=1390.62 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 83859 0 0 0 139026 36 0 0 20 0 1 0 384151240 654331904 130661 33554432000 4194304 5208918 140733868001680 140733867997992 4229212 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 159749 130661 104 248 0 159498 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1007768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5193
/proc/meminfo: memFree=24424552/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=643168 CPUtime=1450.62 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 84007 0 0 0 145025 37 0 0 20 0 1 0 384151240 658604032 131831 33554432000 4194304 5208918 140733868001680 140733867999512 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 160792 131831 104 248 0 160541 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1011940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5193
/proc/meminfo: memFree=24416484/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=643168 CPUtime=1510.61 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 84099 0 0 0 151024 37 0 0 20 0 1 0 384151240 658604032 133456 33554432000 4194304 5208918 140733868001680 140733867998056 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 160792 133456 104 248 0 160541 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1011940

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5193
/proc/meminfo: memFree=24459912/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=561780 CPUtime=1570.6 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 84403 0 0 0 157021 39 0 0 20 0 1 0 384151240 575262720 121981 33554432000 4194304 5208918 140733868001680 140733867999768 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 140445 121981 104 248 0 140194 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 930552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5194
/proc/meminfo: memFree=24424960/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=561780 CPUtime=1588.71 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 84405 0 0 0 158832 39 0 0 20 0 1 0 384151240 575262720 123005 33554432000 4194304 5208918 140733868001680 140733867999768 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 140445 123005 104 248 0 140194 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 930552

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5194
/proc/meminfo: memFree=24424960/32873648 swapFree=7372/7372
[pid=5142] ppid=5140 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (npSolver-pbo.sh) S 5140 5142 4063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384130095 9367552 275 33554432000 4194304 5064252 140734513778080 140734513776992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5142/statm: 2287 275 233 213 0 72 0
[pid=5143] ppid=5142 vsize=350476 CPUtime=211.39 cores=0,2,4,6
/proc/5143/stat : 5143 (npSolver-pbo) S 5142 5142 4063 0 -1 4202496 25582 136673 0 0 602 119 20293 125 20 0 1 0 384130095 358887424 65593 33554432000 4194304 6004724 140735622738640 140735622730992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5143/statm: 87619 65593 181 442 0 87173 0
[pid=5181] ppid=5143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (satsolver.sh) S 5143 5142 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384151240 9367552 267 33554432000 4194304 5064252 140735360511760 140735360510672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5181/statm: 2287 267 226 213 0 72 0
[pid=5182] ppid=5181 vsize=561780 CPUtime=1588.71 cores=0,2,4,6
/proc/5182/stat : 5182 (glucose) R 5181 5142 4063 0 -1 4202496 84405 0 0 0 158832 39 0 0 20 0 1 0 384151240 575262720 123005 33554432000 4194304 5208918 140733868001680 140733867999768 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5182/statm: 140445 123005 104 248 0 140194 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 930552

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5142 and gives
#  childrusage.ru_utime.tv_sec=208
#  childrusage.ru_utime.tv_usec=965232
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=462625
# CPU time returned by wait4() is 211.428
# while last known CPU time is 1800.1
#
# 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.1
CPU user time (s): 1797.27
CPU system time (s): 2.83
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1142168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.965
system time used= 2.46263
maximum resident set size= 610676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 820656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2598
involuntary context switches= 441

runsolver used 3.68144 second user time and 10.3734 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-08 20:27:22
IDJOB=3750198
IDBENCH=92704
IDSOLVER=2334
FILE ID=node124/3750198-1339180042
RUNJOBID= node124-1339168522-4079
PBS_JOBID= 14643802
Free space on /tmp= 70784 MiB

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

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

MD5SUM BENCH= 9bdb41355cc05d61585f46c460aaeaa4
RANDOM SEED=734487438

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31066488 kB
Buffers:          370152 kB
Cached:           569356 kB
SwapCached:         8612 kB
Active:           935360 kB
Inactive:          24824 kB
Active(anon):       4944 kB
Inactive(anon):    12420 kB
Active(file):     930416 kB
Inactive(file):    12404 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             16412 kB
Writeback:             0 kB
AnonPages:         12616 kB
Mapped:             7392 kB
Shmem:                 0 kB
Slab:             708744 kB
SReclaimable:     152700 kB
SUnreclaim:       556044 kB
KernelStack:        1464 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69452 MiB
End job on node124 at 2012-06-08 20:57:23