Trace number 3715739

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-topdown-quickBound? (TO) 1800.07 1800.71

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/
normalized-j9015_10-unsat--soft-66-100-0.wbo
MD5SUMc52ec7834abd1e8394b3225d7d9a7136
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark0.091985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14196
Total number of constraints44553
Number of soft constraints15324
Number of constraints which are clauses44245
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints308
Minimum length of a constraint1
Maximum length of a constraint90
Top cost 775307
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 775306
Biggest number in a constraint 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 565
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.28/4.33	c run usual solver
39.30/39.42	o 4967
39.30/39.42	c starting approximation
39.30/39.42	c factor = 2
39.30/39.42	c factor still to low - shrinking to 229.922
39.30/39.42	c approx number of clauses: 1e+06
39.30/39.42	c current bound: 2483
89.40/89.51	c current bound: 2483
138.96/139.07	c current bound: 2483
188.32/188.43	c current bound: 2483
237.62/237.69	c current bound: 2483
286.73/286.80	c current bound: 2483
335.91/336.65	c current bound: 2483
385.57/386.27	c current bound: 2483
434.70/435.38	c current bound: 2483
484.20/484.88	c current bound: 2483
533.76/534.43	c current bound: 2483
582.92/583.61	c current bound: 2483
632.44/633.10	c current bound: 2483
681.97/682.62	c current bound: 2483
731.23/731.90	c current bound: 2483
780.82/781.49	c current bound: 2483
830.94/831.60	c current bound: 2483
881.08/881.74	c current bound: 2483
931.24/931.87	c current bound: 2483
980.78/981.45	c current bound: 2483
1030.00/1030.63	c current bound: 2483
1079.39/1079.97	c current bound: 2483
1128.45/1129.03	c current bound: 2483
1177.56/1178.16	c current bound: 2483
1226.58/1227.19	c current bound: 2483
1276.04/1276.64	c current bound: 2483
1325.40/1325.99	c current bound: 2483
1375.00/1375.56	c current bound: 2483
1424.56/1425.24	c current bound: 2483
1473.74/1474.44	c current bound: 2483
1522.99/1523.70	c current bound: 2483
1572.50/1573.20	c current bound: 2483
1622.52/1623.20	c current bound: 2483
1671.96/1672.65	c current bound: 2483
1721.48/1722.17	c current bound: 2483
1770.79/1771.50	c current bound: 2483
1800.07/1800.71	c error: unexpected solver exit code
1800.07/1800.71	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-3715739-1338208616/watcher-3715739-1338208616 -o /tmp/evaluation-result-3715739-1338208616/solver-3715739-1338208616 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715739-1338208616.wbo 942210456 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.23 2.06 2.06 3/180 21753
/proc/meminfo: memFree=30679296/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0

[startup+0.051028 s]
/proc/loadavg: 2.23 2.06 2.06 3/180 21753
/proc/meminfo: memFree=30679296/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100327 s]
/proc/loadavg: 2.23 2.06 2.06 3/180 21753
/proc/meminfo: memFree=30679296/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.23 2.06 2.06 3/180 21753
/proc/meminfo: memFree=30679296/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700294 s]
/proc/loadavg: 2.23 2.06 2.06 3/180 21753
/proc/meminfo: memFree=30679296/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.23 2.06 2.06 3/179 21763
/proc/meminfo: memFree=30564176/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=166464 CPUtime=1.48 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) R 21753 21753 30917 0 -1 4202496 7621 0 0 0 143 5 0 0 20 0 1 0 286990234 170459136 33657 33554432000 4194304 5990268 140735862412624 140735862408504 4707053 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21754/statm: 41616 33657 145 439 0 41173 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 175612

[startup+3.10029 s]
/proc/loadavg: 2.21 2.06 2.06 3/181 21773
/proc/meminfo: memFree=30491368/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=166464 CPUtime=3.08 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) R 21753 21753 30917 0 -1 4202496 7621 0 0 0 303 5 0 0 20 0 1 0 286990234 170459136 33657 33554432000 4194304 5990268 140735862412624 140735862408504 4473896 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21754/statm: 41616 33657 145 439 0 41173 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 175612

[startup+6.30045 s]
/proc/loadavg: 2.21 2.06 2.06 3/183 21806
/proc/meminfo: memFree=30058992/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=166464 CPUtime=4.33 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 8085 0 0 0 416 17 0 0 20 0 1 0 286990234 170459136 35201 33554432000 4194304 5990268 140735862412624 140735862405776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/21754/statm: 41616 35201 153 439 0 41173 0
[pid=21795] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21795/stat : 21795 (cp2_pre.sh) S 21754 21753 30917 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286990670 9367552 276 33554432000 4194304 5064252 140735936315280 140735936313984 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21795/statm: 2287 276 234 213 0 72 0
[pid=21796] ppid=21795 vsize=583172 CPUtime=1.93 cores=1,3,5,7
/proc/21796/stat : 21796 (coprocessor) R 21795 21753 30917 0 -1 4202496 50414 0 0 0 176 17 0 0 20 0 1 0 286990670 597168128 126024 33554432000 4194304 6586260 140734938480528 140734938476792 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21796/statm: 145793 126025 164 584 0 145205 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 767932

[startup+12.7005 s]
/proc/loadavg: 2.25 2.07 2.07 3/183 21860
/proc/meminfo: memFree=29783236/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=166464 CPUtime=4.33 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 8085 0 0 0 416 17 0 0 20 0 1 0 286990234 170459136 35201 33554432000 4194304 5990268 140735862412624 140735862405776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/21754/statm: 41616 35201 153 439 0 41173 0
[pid=21795] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21795/stat : 21795 (cp2_pre.sh) S 21754 21753 30917 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286990670 9367552 276 33554432000 4194304 5064252 140735936315280 140735936313984 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21795/statm: 2287 276 234 213 0 72 0
[pid=21796] ppid=21795 vsize=729504 CPUtime=8.33 cores=1,3,5,7
/proc/21796/stat : 21796 (coprocessor) R 21795 21753 30917 0 -1 4202496 72915 0 0 0 809 24 0 0 20 0 1 0 286990670 747012096 178674 33554432000 4194304 6586260 140734938480528 140734938475896 5599454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21796/statm: 182376 178674 190 584 0 181788 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 914264

[startup+25.5071 s]
/proc/loadavg: 2.21 2.07 2.07 3/184 21975
/proc/meminfo: memFree=29740644/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=166464 CPUtime=4.33 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 8085 0 0 0 416 17 0 0 20 0 1 0 286990234 170459136 35201 33554432000 4194304 5990268 140735862412624 140735862405776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/21754/statm: 41616 35201 153 439 0 41173 0
[pid=21795] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21795/stat : 21795 (cp2_pre.sh) S 21754 21753 30917 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286990670 9367552 276 33554432000 4194304 5064252 140735936315280 140735936313984 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21795/statm: 2287 276 234 213 0 72 0
[pid=21796] ppid=21795 vsize=731748 CPUtime=21.13 cores=1,3,5,7
/proc/21796/stat : 21796 (coprocessor) R 21795 21753 30917 0 -1 4202496 73468 0 0 0 2089 24 0 0 20 0 1 0 286990670 749309952 179227 33554432000 4194304 6586260 140734938480528 140734938475848 5599447 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21796/statm: 182937 179227 190 584 0 182349 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 916508

[startup+51.1004 s]
/proc/loadavg: 2.48 2.14 2.09 3/182 22192
/proc/meminfo: memFree=30124476/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=166468 CPUtime=39.49 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 8548 139208 0 0 492 294 3093 70 20 0 1 0 286990234 170463232 35225 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/21754/statm: 41617 35225 176 439 0 41174 0
[pid=22100] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22100/stat : 22100 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286994187 9367552 266 33554432000 4194304 5064252 140736122851744 140736122850656 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22100/statm: 2287 266 226 213 0 72 0
[pid=22101] ppid=22100 vsize=345188 CPUtime=11.56 cores=1,3,5,7
/proc/22101/stat : 22101 (glucose) R 22100 21753 30917 0 -1 4202496 59351 0 0 0 1137 19 0 0 20 0 1 0 286994187 353472512 81485 33554432000 4194304 5208918 140735877862976 140735877860920 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22101/statm: 86297 81485 95 248 0 86046 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 529952

[startup+102.3 s]
/proc/loadavg: 2.21 2.12 2.09 3/182 22647
/proc/meminfo: memFree=30033336/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=89.59 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 9661 209788 0 0 510 296 8036 117 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=22544] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22544/stat : 22544 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286999195 9367552 267 33554432000 4194304 5064252 140734445602608 140734445601520 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22544/statm: 2287 267 226 213 0 72 0
[pid=22545] ppid=22544 vsize=345184 CPUtime=12.67 cores=1,3,5,7
/proc/22545/stat : 22545 (glucose) R 22544 21753 30917 0 -1 4202496 59984 0 0 0 1253 14 0 0 20 0 1 0 286999196 353468416 82131 33554432000 4194304 5208918 140734034386992 140734034384936 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22545/statm: 86296 82131 95 248 0 86045 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 550200

[startup+162.3 s]
/proc/loadavg: 2.02 2.09 2.08 3/183 23180
/proc/meminfo: memFree=30036096/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=139.14 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 10772 280830 0 0 527 298 12930 159 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=22986] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22986/stat : 22986 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287004151 9367552 267 33554432000 4194304 5064252 140735295935632 140735295934544 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22986/statm: 2287 267 226 213 0 72 0
[pid=22987] ppid=22986 vsize=345316 CPUtime=23.1 cores=1,3,5,7
/proc/22987/stat : 22987 (glucose) R 22986 21753 30917 0 -1 4202496 60344 0 0 0 2293 17 0 0 20 0 1 0 287004152 353603584 81985 33554432000 4194304 5208918 140734996597328 140734996595176 4229843 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22987/statm: 86329 81985 95 248 0 86078 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 550332

[startup+222.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/185 23725
/proc/meminfo: memFree=30069712/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 38547 2040437 0 0 958 339 134896 1326 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=1601] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1601/stat : 1601 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287127801 9367552 267 33554432000 4194304 5064252 140736811894176 140736811893088 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1601/statm: 2287 267 226 213 0 72 0
[pid=1602] ppid=1601 vsize=345448 CPUtime=46.6 cores=1,3,5,7
/proc/1602/stat : 1602 (glucose) R 1601 21753 30917 0 -1 4202496 60439 0 0 0 4644 16 0 0 20 0 1 0 287127801 353738752 82591 33554432000 4194304 5208918 140736430182112 140736430179960 4211641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1602/statm: 86362 82591 95 248 0 86111 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 550464

[startup+1482.3 s]
/proc/loadavg: 2.08 2.01 2.00 3/184 2576
/proc/meminfo: memFree=30048176/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1473.93 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 40769 2179752 0 0 993 343 144638 1419 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=2519] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2519/stat : 2519 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287137688 9367552 267 33554432000 4194304 5064252 140736818483936 140736818482848 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2519/statm: 2287 267 226 213 0 72 0
[pid=2520] ppid=2519 vsize=345052 CPUtime=7.74 cores=1,3,5,7
/proc/2520/stat : 2520 (glucose) R 2519 21753 30917 0 -1 4202496 56484 0 0 0 759 15 0 0 20 0 1 0 287137688 353333248 80832 33554432000 4194304 5208918 140736466845648 140736466843592 4211641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2520/statm: 86263 80832 95 248 0 86012 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 550068

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 3123
/proc/meminfo: memFree=29917576/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1523.19 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 41880 2247948 0 0 1010 344 149502 1463 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=2957] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2957/stat : 2957 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287142614 9367552 267 33554432000 4194304 5064252 140734251186752 140734251185664 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2957/statm: 2287 267 226 213 0 72 0
[pid=2958] ppid=2957 vsize=345320 CPUtime=18.48 cores=1,3,5,7
/proc/2958/stat : 2958 (glucose) R 2957 21753 30917 0 -1 4202496 60363 0 0 0 1835 13 0 0 20 0 1 0 287142615 353607680 82020 33554432000 4194304 5208918 140735455362224 140735455360168 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2958/statm: 86330 82020 95 248 0 86079 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 550336

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 3584
/proc/meminfo: memFree=30093560/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1572.7 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 42991 2320058 0 0 1028 346 154391 1505 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=3352] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287147564 9367552 267 33554432000 4194304 5064252 140734381730160 140734381729072 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3352/statm: 2287 267 226 213 0 72 0
[pid=3353] ppid=3352 vsize=345320 CPUtime=28.98 cores=1,3,5,7
/proc/3353/stat : 3353 (glucose) R 3352 21753 30917 0 -1 4202496 59846 0 0 0 2881 17 0 0 20 0 1 0 287147565 353607680 81973 33554432000 4194304 5208918 140733409937696 140733409935544 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3353/statm: 86330 81973 95 248 0 86079 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 550336

[startup+1662.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 4081
/proc/meminfo: memFree=30058972/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1622.71 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 44102 2391821 0 0 1045 347 159325 1554 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=3766] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3766/stat : 3766 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287152565 9367552 267 33554432000 4194304 5064252 140735873115792 140735873114704 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3766/statm: 2287 267 226 213 0 72 0
[pid=3767] ppid=3766 vsize=345448 CPUtime=38.96 cores=1,3,5,7
/proc/3767/stat : 3767 (glucose) R 3766 21753 30917 0 -1 4202496 59619 0 0 0 3881 15 0 0 20 0 1 0 287152565 353738752 81704 33554432000 4194304 5208918 140733499640000 140733499637848 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3767/statm: 86362 81704 95 248 0 86111 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 550464

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/182 4572
/proc/meminfo: memFree=30363544/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1721.67 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 46324 2533539 0 0 1080 350 169092 1645 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 195868

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/184 5075
/proc/meminfo: memFree=30079992/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1770.99 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 47435 2600122 0 0 1097 352 173961 1689 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=4990] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4990/stat : 4990 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287167394 9367552 267 33554432000 4194304 5064252 140734917801312 140734917800224 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4990/statm: 2287 267 226 213 0 72 0
[pid=4991] ppid=4990 vsize=345192 CPUtime=10.68 cores=1,3,5,7
/proc/4991/stat : 4991 (glucose) R 4990 21753 30917 0 -1 4202496 59486 0 0 0 1053 15 0 0 20 0 1 0 287167394 353476608 81076 33554432000 4194304 5208918 140734463177856 140734463175800 4228965 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4991/statm: 86298 81076 95 248 0 86047 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 550208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.08 2.04 2.00 3/184 5229
/proc/meminfo: memFree=30072492/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1770.99 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 47435 2600122 0 0 1097 352 173961 1689 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=4990] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4990/stat : 4990 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287167394 9367552 267 33554432000 4194304 5064252 140734917801312 140734917800224 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4990/statm: 2287 267 226 213 0 72 0
[pid=4991] ppid=4990 vsize=345324 CPUtime=29.08 cores=1,3,5,7
/proc/4991/stat : 4991 (glucose) R 4990 21753 30917 0 -1 4202496 59554 0 0 0 2893 15 0 0 20 0 1 0 287167394 353611776 81655 33554432000 4194304 5208918 140734463177856 140734463175704 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4991/statm: 86331 81655 95 248 0 86080 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 550340

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.7 s]
/proc/loadavg: 2.08 2.04 2.00 3/184 5229
/proc/meminfo: memFree=30072492/32873844 swapFree=7108/7108
[pid=21753] ppid=21751 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (npSolver-wbo-It) S 21751 21753 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286990234 9367552 275 33554432000 4194304 5064252 140735586088816 140735586087728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21753/statm: 2287 275 233 213 0 72 0
[pid=21754] ppid=21753 vsize=186720 CPUtime=1770.99 cores=1,3,5,7
/proc/21754/stat : 21754 (npSolver-wbo) S 21753 21753 30917 0 -1 4202496 47435 2600122 0 0 1097 352 173961 1689 20 0 1 0 286990234 191201280 39938 33554432000 4194304 5990268 140735862412624 140735862404032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 54 0 0
/proc/21754/statm: 46680 39938 177 439 0 46237 0
[pid=4990] ppid=21754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4990/stat : 4990 (satsolver.sh) S 21754 21753 30917 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287167394 9367552 267 33554432000 4194304 5064252 140734917801312 140734917800224 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4990/statm: 2287 267 226 213 0 72 0
[pid=4991] ppid=4990 vsize=345324 CPUtime=29.08 cores=1,3,5,7
/proc/4991/stat : 4991 (glucose) R 4990 21753 30917 0 -1 4202496 59554 0 0 0 2893 15 0 0 20 0 1 0 287167394 353611776 81655 33554432000 4194304 5208918 140734463177856 140734463175704 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4991/statm: 86331 81655 95 248 0 86080 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 550340

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21753 and gives
#  childrusage.ru_utime.tv_sec=1750
#  childrusage.ru_utime.tv_usec=598868
#  childrusage.ru_stime.tv_sec=20
#  childrusage.ru_stime.tv_usec=419895
# CPU time returned by wait4() is 1771.02
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.71
CPU time (s): 1800.07
CPU user time (s): 1779.51
CPU system time (s): 20.56
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 916512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1750.6
system time used= 20.4199
maximum resident set size= 746104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2648534
page faults= 0
swaps= 0
block input operations= 8
block output operations= 5655136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96996
involuntary context switches= 2462

runsolver used 10.7274 second user time and 11.2883 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-28 14:36:57
IDJOB=3715739
IDBENCH=79084
IDSOLVER=2297
FILE ID=node103/3715739-1338208616
RUNJOBID= node103-1338193626-30934
PBS_JOBID= 14624588
Free space on /tmp= 71516 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/normalized-j9015_10-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715739-1338208616/watcher-3715739-1338208616 -o /tmp/evaluation-result-3715739-1338208616/solver-3715739-1338208616 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715739-1338208616.wbo 942210456 HOME HOME

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

MD5SUM BENCH= c52ec7834abd1e8394b3225d7d9a7136
RANDOM SEED=942210456

node103.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.189
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	: 5332.37
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.189
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.189
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.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.91
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.189
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30679268 kB
Buffers:          585544 kB
Cached:           669672 kB
SwapCached:         4492 kB
Active:           967488 kB
Inactive:         366704 kB
Active(anon):      69376 kB
Inactive(anon):     6216 kB
Active(file):     898112 kB
Inactive(file):   360488 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             20920 kB
Writeback:             0 kB
AnonPages:         94248 kB
Mapped:            12964 kB
Shmem:                 8 kB
Slab:             719196 kB
SReclaimable:     160144 kB
SUnreclaim:       559052 kB
KernelStack:        1496 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     201224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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= 71404 MiB
End job on node103 at 2012-05-28 15:06:57