Trace number 3701690

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.01 1800.73

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM1a988adb2582fdda2a937cfe38fb69f2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-36224
Best CPU time to get the best result obtained on this benchmark989.98
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 370186
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 370186
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.12	c fallback to adder encoding
6.99/7.02	c run usual solver
1565.20/1565.71	c model valid
1565.20/1565.71	c current solution ok
1573.45/1574.28	o -12449
1573.45/1574.28	c current bound: 178868
1573.45/1574.28	c fallback to adder encoding
1800.01/1800.71	c error: unexpected solver exit code
1800.01/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-3701690-1338123570/watcher-3701690-1338123570 -o /tmp/evaluation-result-3701690-1338123570/solver-3701690-1338123570 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701690-1338123570.opb 1508953690 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.62 2.21 2.06 3/180 24015
/proc/meminfo: memFree=27494472/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0

[startup+0.0126911 s]
/proc/loadavg: 2.62 2.21 2.06 3/180 24015
/proc/meminfo: memFree=27494472/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 2.62 2.21 2.06 3/180 24015
/proc/meminfo: memFree=27494472/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300174 s]
/proc/loadavg: 2.62 2.21 2.06 3/180 24015
/proc/meminfo: memFree=27494472/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 2.62 2.21 2.06 3/180 24015
/proc/meminfo: memFree=27494472/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50014 s]
/proc/loadavg: 2.62 2.21 2.06 3/182 24017
/proc/meminfo: memFree=27486944/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=13548 CPUtime=1.48 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) R 24015 24015 23788 0 -1 4202496 2617 0 0 0 148 0 0 0 20 0 1 0 278482521 13873152 2630 33554432000 4194304 5992684 140735765835856 140735765831592 5179600 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 3387 2630 146 440 0 2943 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22696

[startup+3.10026 s]
/proc/loadavg: 2.57 2.21 2.06 3/182 24017
/proc/meminfo: memFree=27481404/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=49776 CPUtime=3.09 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) R 24015 24015 23788 0 -1 4202496 10057 0 0 0 306 3 0 0 20 0 1 0 278482521 50970624 11599 33554432000 4194304 5992684 140735765835856 140735765831976 4606658 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 12444 11599 159 440 0 12000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58924

[startup+6.30028 s]
/proc/loadavg: 2.57 2.21 2.06 3/182 24017
/proc/meminfo: memFree=27226172/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=6.29 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) R 24015 24015 23788 0 -1 4202496 31798 0 0 0 616 13 0 0 20 0 1 0 278482521 381710336 84831 33554432000 4194304 5992684 140735765835856 140735765830824 4525054 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 84831 167 440 0 92747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381912

[startup+12.7003 s]
/proc/loadavg: 2.56 2.22 2.06 3/184 24019
/proc/meminfo: memFree=25882360/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=7.01 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32521 0 0 0 650 51 0 0 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765829888 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24018] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24018/stat : 24018 (cp2_pre.sh) S 24016 24015 23788 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278483223 9367552 276 33554432000 4194304 5064252 140734924436208 140734924434912 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24018/statm: 2287 276 234 213 0 72 0
[pid=24019] ppid=24018 vsize=1184248 CPUtime=5.65 cores=1,3,5,7
/proc/24019/stat : 24019 (coprocessor) R 24018 24015 23788 0 -1 4202496 81940 0 0 0 537 28 0 0 20 0 1 0 278483224 1212669952 261576 33554432000 4194304 6586260 140733699897232 140733699893496 4496212 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/24019/statm: 296062 261577 164 584 0 295474 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1575308

[startup+25.5004 s]
/proc/loadavg: 2.55 2.23 2.07 3/184 24022
/proc/meminfo: memFree=26564340/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=23.74 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32532 120181 0 0 650 51 1603 70 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765830976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24021] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24021/stat : 24021 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278484917 9367552 267 33554432000 4194304 5064252 140737031382016 140737031380928 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24021/statm: 2287 267 226 213 0 72 0
[pid=24022] ppid=24021 vsize=585192 CPUtime=1.52 cores=1,3,5,7
/proc/24022/stat : 24022 (glucose) R 24021 24015 23788 0 -1 4202496 79071 0 0 0 133 19 0 0 20 0 1 0 278484918 599236608 125580 33554432000 4194304 5208918 140733234210368 140733234208760 4216416 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24022/statm: 146298 125580 90 248 0 146047 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 976252

[startup+51.1004 s]
/proc/loadavg: 2.36 2.21 2.07 3/184 24024
/proc/meminfo: memFree=26467532/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=23.74 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32532 120181 0 0 650 51 1603 70 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765830976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24021] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24021/stat : 24021 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278484917 9367552 267 33554432000 4194304 5064252 140737031382016 140737031380928 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24021/statm: 2287 267 226 213 0 72 0
[pid=24022] ppid=24021 vsize=615532 CPUtime=27.12 cores=1,3,5,7
/proc/24022/stat : 24022 (glucose) R 24021 24015 23788 0 -1 4202496 90394 0 0 0 2691 21 0 0 20 0 1 0 278484918 630304768 134972 33554432000 4194304 5208918 140733234210368 140733234208216 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24022/statm: 153883 134972 103 248 0 153632 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 1006592

[startup+102.307 s]
/proc/loadavg: 2.14 2.17 2.06 3/184 24046
/proc/meminfo: memFree=26465192/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=23.74 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32532 120181 0 0 650 51 1603 70 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765830976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24021] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24021/stat : 24021 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278484917 9367552 267 33554432000 4194304 5064252 140737031382016 140737031380928 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24021/statm: 2287 267 226 213 0 72 0
[pid=24022] ppid=24021 vsize=615664 CPUtime=78.32 cores=1,3,5,7
/proc/24022/stat : 24022 (glucose) R 24021 24015 23788 0 -1 4202496 90416 0 0 0 7811 21 0 0 20 0 1 0 278484918 630439936 134994 33554432000 4194304 5208918 140733234210368 140733234208264 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24022/statm: 153916 134994 103 248 0 153665 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 1006724

[startup+162.3 s]
/proc/loadavg: 2.06 2.14 2.06 3/183 24046
/proc/meminfo: memFree=26463824/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=23.74 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32532 120181 0 0 650 51 1603 70 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765830976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24021] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24021/stat : 24021 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278484917 9367552 267 33554432000 4194304 5064252 140737031382016 140737031380928 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24021/statm: 2287 267 226 213 0 72 0
[pid=24022] ppid=24021 vsize=615664 CPUtime=138.3 cores=1,3,5,7
/proc/24022/stat : 24022 (glucose) R 24021 24015 23788 0 -1 4202496 90436 0 0 0 13809 21 0 0 20 0 1 0 278484918 630439936 135014 33554432000 4194304 5208918 140733234210368 140733234208264 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24022/statm: 153916 135014 103 248 0 153665 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1006724

[startup+222.3 s]
/proc/loadavg: 2.02 2.11 2.05 3/183 24046
/proc/meminfo: memFree=26463240/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=23.74 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32532 120181 0 0 650 51 1603 70 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765830976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24021] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/24022/statm: 154313 136003 103 248 0 154062 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 1008312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24063
/proc/meminfo: memFree=26312704/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=23.74 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32532 120181 0 0 650 51 1603 70 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765830976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24021] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24021/stat : 24021 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278484917 9367552 267 33554432000 4194304 5064252 140737031382016 140737031380928 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24021/statm: 2287 267 226 213 0 72 0
[pid=24022] ppid=24021 vsize=631376 CPUtime=1458.05 cores=1,3,5,7
/proc/24022/stat : 24022 (glucose) R 24021 24015 23788 0 -1 4202496 92372 0 0 0 145783 22 0 0 20 0 1 0 278484918 646529024 139003 33554432000 4194304 5208918 140733234210368 140733234208200 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24022/statm: 157844 139003 103 248 0 157593 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 1022436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24064
/proc/meminfo: memFree=26299300/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=372764 CPUtime=23.74 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 32532 120181 0 0 650 51 1603 70 20 0 1 0 278482521 381710336 91024 33554432000 4194304 5992684 140735765835856 140735765830976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24016/statm: 93191 91024 174 440 0 92747 0
[pid=24021] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24021/stat : 24021 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278484917 9367552 267 33554432000 4194304 5064252 140737031382016 140737031380928 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24021/statm: 2287 267 226 213 0 72 0
[pid=24022] ppid=24021 vsize=631376 CPUtime=1518.04 cores=1,3,5,7
/proc/24022/stat : 24022 (glucose) R 24021 24015 23788 0 -1 4202496 92372 0 0 0 151782 22 0 0 20 0 1 0 278484918 646529024 139003 33554432000 4194304 5208918 140733234210368 140733234208200 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24022/statm: 157844 139003 103 248 0 157593 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 1022436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24071
/proc/meminfo: memFree=26155996/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=394540 CPUtime=1573.82 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 50191 221487 0 0 909 742 155608 123 20 0 1 0 278482521 404008960 96457 33554432000 4194304 5992684 140735765835856 140735765828176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/24016/statm: 98635 96457 183 440 0 98191 0
[pid=24070] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24070/stat : 24070 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278639967 9367552 267 33554432000 4194304 5064252 140736697350816 140736697349728 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24070/statm: 2287 267 226 213 0 72 0
[pid=24071] ppid=24070 vsize=625884 CPUtime=27.82 cores=1,3,5,7
/proc/24071/stat : 24071 (glucose) R 24070 24015 23788 0 -1 4202496 87793 0 0 0 2761 21 0 0 20 0 1 0 278639968 640905216 139637 33554432000 4194304 5208918 140736257193056 140736257189432 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24071/statm: 156471 139637 103 248 0 156220 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 1038720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24072
/proc/meminfo: memFree=26129488/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=394540 CPUtime=1573.82 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 50191 221487 0 0 909 742 155608 123 20 0 1 0 278482521 404008960 96457 33554432000 4194304 5992684 140735765835856 140735765828176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/24016/statm: 98635 96457 183 440 0 98191 0
[pid=24070] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24070/stat : 24070 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278639967 9367552 267 33554432000 4194304 5064252 140736697350816 140736697349728 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24070/statm: 2287 267 226 213 0 72 0
[pid=24071] ppid=24070 vsize=625884 CPUtime=87.81 cores=1,3,5,7
/proc/24071/stat : 24071 (glucose) R 24070 24015 23788 0 -1 4202496 87957 0 0 0 8760 21 0 0 20 0 1 0 278639968 640905216 141845 33554432000 4194304 5208918 140736257193056 140736257189368 4229039 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24071/statm: 156471 141845 103 248 0 156220 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 1038720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24072
/proc/meminfo: memFree=26133972/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=394540 CPUtime=1573.82 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 50191 221487 0 0 909 742 155608 123 20 0 1 0 278482521 404008960 96457 33554432000 4194304 5992684 140735765835856 140735765828176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/24016/statm: 98635 96457 183 440 0 98191 0
[pid=24070] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24070/stat : 24070 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278639967 9367552 267 33554432000 4194304 5064252 140736697350816 140736697349728 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24070/statm: 2287 267 226 213 0 72 0
[pid=24071] ppid=24070 vsize=632036 CPUtime=147.8 cores=1,3,5,7
/proc/24071/stat : 24071 (glucose) R 24070 24015 23788 0 -1 4202496 88512 0 0 0 14758 22 0 0 20 0 1 0 278639968 647204864 145466 33554432000 4194304 5208918 140736257193056 140736257189432 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24071/statm: 158009 145466 104 248 0 157758 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 1044872

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 24117
/proc/meminfo: memFree=25965956/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=394540 CPUtime=1573.82 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 50191 221487 0 0 909 742 155608 123 20 0 1 0 278482521 404008960 96457 33554432000 4194304 5992684 140735765835856 140735765828176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/24016/statm: 98635 96457 183 440 0 98191 0
[pid=24070] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24070/stat : 24070 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278639967 9367552 267 33554432000 4194304 5064252 140736697350816 140736697349728 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24070/statm: 2287 267 226 213 0 72 0
[pid=24071] ppid=24070 vsize=632036 CPUtime=207.78 cores=1,3,5,7
/proc/24071/stat : 24071 (glucose) R 24070 24015 23788 0 -1 4202496 88527 0 0 0 20756 22 0 0 20 0 1 0 278639968 647204864 149050 33554432000 4194304 5208918 140736257193056 140736257189432 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24071/statm: 158009 149050 104 248 0 157758 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 1044872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 24118
/proc/meminfo: memFree=25962140/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=394540 CPUtime=1573.82 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 50191 221487 0 0 909 742 155608 123 20 0 1 0 278482521 404008960 96457 33554432000 4194304 5992684 140735765835856 140735765828176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/24016/statm: 98635 96457 183 440 0 98191 0
[pid=24070] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24070/stat : 24070 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278639967 9367552 267 33554432000 4194304 5064252 140736697350816 140736697349728 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24070/statm: 2287 267 226 213 0 72 0
[pid=24071] ppid=24070 vsize=713424 CPUtime=226.19 cores=1,3,5,7
/proc/24071/stat : 24071 (glucose) R 24070 24015 23788 0 -1 4202496 89074 0 0 0 22597 22 0 0 20 0 1 0 278639968 730546176 150093 33554432000 4194304 5208918 140736257193056 140736257189432 4229347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24071/statm: 178356 150093 104 248 0 178105 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1126260

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.71 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 24118
/proc/meminfo: memFree=25962140/32873648 swapFree=7104/7104
[pid=24015] ppid=24013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (npSolver-pbo.sh) S 24013 24015 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278482521 9367552 274 33554432000 4194304 5064252 140736255467552 140736255466464 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24015/statm: 2287 274 233 213 0 72 0
[pid=24016] ppid=24015 vsize=394540 CPUtime=1573.82 cores=1,3,5,7
/proc/24016/stat : 24016 (npSolver-pbo) S 24015 24015 23788 0 -1 4202496 50191 221487 0 0 909 742 155608 123 20 0 1 0 278482521 404008960 96457 33554432000 4194304 5992684 140735765835856 140735765828176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/24016/statm: 98635 96457 183 440 0 98191 0
[pid=24070] ppid=24016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24070/stat : 24070 (satsolver.sh) S 24016 24015 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278639967 9367552 267 33554432000 4194304 5064252 140736697350816 140736697349728 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24070/statm: 2287 267 226 213 0 72 0
[pid=24071] ppid=24070 vsize=713424 CPUtime=226.19 cores=1,3,5,7
/proc/24071/stat : 24071 (glucose) R 24070 24015 23788 0 -1 4202496 89074 0 0 0 22597 22 0 0 20 0 1 0 278639968 730546176 150093 33554432000 4194304 5208918 140736257193056 140736257189432 4229347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24071/statm: 178356 150093 104 248 0 178105 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1126260

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24015 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.73
CPU time (s): 1800.01
CPU user time (s): 1791.14
CPU system time (s): 8.87
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 1919548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.99039 second user time and 11.2253 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 14:59:31
IDJOB=3701690
IDBENCH=90949
IDSOLVER=2277
FILE ID=node127/3701690-1338123570
RUNJOBID= node127-1338121714-23805
PBS_JOBID= 14624481
Free space on /tmp= 71044 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701690-1338123570/watcher-3701690-1338123570 -o /tmp/evaluation-result-3701690-1338123570/solver-3701690-1338123570 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701690-1338123570.opb 1508953690 HOME HOME

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

MD5SUM BENCH= 1a988adb2582fdda2a937cfe38fb69f2
RANDOM SEED=1508953690

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:       32873648 kB
MemFree:        27494488 kB
Buffers:          387576 kB
Cached:          3490184 kB
SwapCached:            0 kB
Active:          1908688 kB
Inactive:        2626932 kB
Active(anon):     660428 kB
Inactive(anon):        0 kB
Active(file):    1248260 kB
Inactive(file):  2626932 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36776 kB
Writeback:             0 kB
AnonPages:        669100 kB
Mapped:            15560 kB
Shmem:               200 kB
Slab:             700784 kB
SReclaimable:     144288 kB
SUnreclaim:       556496 kB
KernelStack:        1488 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     928372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 70756 MiB
End job on node127 at 2012-05-27 15:29:33