Trace number 3746390

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 (fixed)? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.02	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.02	c [INC SYSTEM] execute solver
1800.09/1800.40	c an unexpexted return value has been received, exit
1800.09/1800.40	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-3746390-1339101779/watcher-3746390-1339101779 -o /tmp/evaluation-result-3746390-1339101779/solver-3746390-1339101779 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746390-1339101779.opb 1956754971 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10109
/proc/meminfo: memFree=25687060/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0

[startup+0.0857409 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10109
/proc/meminfo: memFree=25687060/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10109
/proc/meminfo: memFree=25687060/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10109
/proc/meminfo: memFree=25687060/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10109
/proc/meminfo: memFree=25687060/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/182 10157
/proc/meminfo: memFree=25827528/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=17828 CPUtime=1.46 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 3898 0 0 0 146 0 0 0 20 0 1 0 376306464 18255872 2760 33554432000 4194304 5654031 140733198063040 140733198061064 4234964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 4457 2760 131 357 0 4097 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29084

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 10159
/proc/meminfo: memFree=25818700/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=17828 CPUtime=3.07 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 4043 0 0 0 306 1 0 0 20 0 1 0 376306464 18255872 3926 33554432000 4194304 5654031 140733198063040 140733198060920 4233168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 4457 3926 131 357 0 4097 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29084

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 10159
/proc/meminfo: memFree=25798160/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=33744 CPUtime=6.27 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 4660 0 0 0 626 1 0 0 20 0 1 0 376306464 34553856 7603 33554432000 4194304 5654031 140733198063040 140733198060968 4233168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 8436 7603 142 357 0 8076 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 45000

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 10159
/proc/meminfo: memFree=25765416/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=39308 CPUtime=12.66 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 5766 0 0 0 1265 1 0 0 20 0 1 0 376306464 40251392 7668 33554432000 4194304 5654031 140733198063040 140733198050856 4232960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 9827 7668 142 357 0 9467 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 50564

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 10159
/proc/meminfo: memFree=25758960/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=39308 CPUtime=25.46 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 5770 0 0 0 2545 1 0 0 20 0 1 0 376306464 40251392 9309 33554432000 4194304 5654031 140733198063040 140733198050856 4233181 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 9827 9309 142 357 0 9467 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50564

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 10159
/proc/meminfo: memFree=25703020/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=82788 CPUtime=51.06 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 6586 0 0 0 5104 2 0 0 20 0 1 0 376306464 84774912 14091 33554432000 4194304 5654031 140733198063040 140733198050856 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 20697 14091 142 357 0 20337 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 94044

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 10159
/proc/meminfo: memFree=25612520/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=82788 CPUtime=102.25 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 7057 0 0 0 10223 2 0 0 20 0 1 0 376306464 84774912 20179 33554432000 4194304 5654031 140733198063040 140733198050856 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 20697 20179 142 357 0 20337 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 94044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 10159
/proc/meminfo: memFree=25608400/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=82788 CPUtime=162.24 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 7057 0 0 0 16222 2 0 0 20 0 1 0 376306464 84774912 20179 33554432000 4194304 5654031 140733198063040 140733198050856 4232939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 20697 20179 142 357 0 20337 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 94044

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 10160
/proc/meminfo: memFree=25648064/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=82788 CPUtime=222.23 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 7830 0 0 0 22219 4 0 0 20 0 1 0 376306464 84774912 20179 33554432000 4194304 5654031 140733198063040 140733198061064 4233236 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 20697 20179 142 357 0 20337 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 94044

[startup+282.3 s]

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

/proc/loadavg: 2.05 2.03 1.94 3/181 10192
/proc/meminfo: memFree=25444452/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=94924 CPUtime=1302.07 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 20017 0 0 0 130181 26 0 0 20 0 1 0 376306464 97202176 23213 33554432000 4194304 5654031 140733198063040 140733198050856 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 23731 23213 142 357 0 23371 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 106180

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/181 10192
/proc/meminfo: memFree=25386536/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=175064 CPUtime=1362.06 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 20800 0 0 0 136178 28 0 0 20 0 1 0 376306464 179265536 36766 33554432000 4194304 5654031 140733198063040 140733198050856 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 43766 36766 142 357 0 43406 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 186320

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 1.94 3/181 10193
/proc/meminfo: memFree=25384984/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=144244 CPUtime=1422.06 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 21065 0 0 0 142177 29 0 0 20 0 1 0 376306464 147705856 35230 33554432000 4194304 5654031 140733198063040 140733198060968 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 36061 35230 142 357 0 35701 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 155500

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 1.95 3/181 10193
/proc/meminfo: memFree=25422284/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=145664 CPUtime=1482.03 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 22209 0 0 0 148174 29 0 0 20 0 1 0 376306464 149159936 35073 33554432000 4194304 5654031 140733198063040 140733198050856 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 36416 35073 142 357 0 36056 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 156920

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/181 10193
/proc/meminfo: memFree=25441572/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=146900 CPUtime=1542.03 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 23305 0 0 0 154172 31 0 0 20 0 1 0 376306464 150425600 33846 33554432000 4194304 5654031 140733198063040 140733198060968 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 36725 33846 142 357 0 36365 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 158156

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/181 10193
/proc/meminfo: memFree=25449820/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=146900 CPUtime=1602.02 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 24095 0 0 0 160169 33 0 0 20 0 1 0 376306464 150425600 33846 33554432000 4194304 5654031 140733198063040 140733198060968 4233168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 36725 33846 142 357 0 36365 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 158156

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/182 10196
/proc/meminfo: memFree=25474516/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=177720 CPUtime=1662.01 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 24620 0 0 0 166168 33 0 0 20 0 1 0 376306464 181985280 38454 33554432000 4194304 5654031 140733198063040 140733198061128 4232842 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 44430 38454 142 357 0 44070 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 188976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 10197
/proc/meminfo: memFree=25559668/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=147988 CPUtime=1722.01 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 25259 0 0 0 172167 34 0 0 20 0 1 0 376306464 151539712 36262 33554432000 4194304 5654031 140733198063040 140733198060968 4232810 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 36997 36262 142 357 0 36637 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 159244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 10197
/proc/meminfo: memFree=25316832/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=150928 CPUtime=1781.99 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 26168 0 0 0 178164 35 0 0 20 0 1 0 376306464 154550272 33317 33554432000 4194304 5654031 140733198063040 140733198060968 4232916 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 37732 33317 142 357 0 37372 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 162184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 10197
/proc/meminfo: memFree=25515652/32873844 swapFree=7628/7628
[pid=10109] ppid=10107 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (npSolver-pbo-It) S 10107 10109 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376306461 9367552 275 33554432000 4194304 5064252 140736619428256 140736619427168 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10109/statm: 2287 275 233 213 0 72 0
[pid=10110] ppid=10109 vsize=2108 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (npSolver-pbo) S 10109 10109 9764 0 -1 4202496 1765 2124 0 0 0 0 0 0 20 0 1 0 376306461 2158592 198 33554432000 4194304 6004724 140734443973520 140734443959800 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 527 198 152 442 0 81 0
[pid=10115] ppid=10110 vsize=150928 CPUtime=1800.09 cores=0,2,4,6
/proc/10115/stat : 10115 (glucosInc) R 10110 10109 9764 0 -1 4202496 26172 0 0 0 179974 35 0 0 20 0 1 0 376306464 154550272 35365 33554432000 4194304 5654031 140733198063040 140733198060968 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10115/statm: 37732 35365 142 357 0 37372 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 162184

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.74
CPU system time (s): 0.35
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 190064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.010998
system time used= 0.012998
maximum resident set size= 29256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4266
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 6

runsolver used 2.79357 second user time and 7.03793 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-07 22:42:59
IDJOB=3746390
IDBENCH=2569
IDSOLVER=2332
FILE ID=node108/3746390-1339101779
RUNJOBID= node108-1339098175-9780
PBS_JOBID= 14643745
Free space on /tmp= 71392 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746390-1339101779/watcher-3746390-1339101779 -o /tmp/evaluation-result-3746390-1339101779/solver-3746390-1339101779 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746390-1339101779.opb 1956754971 HOME HOME

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=1956754971

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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:        25687572 kB
Buffers:         1786040 kB
Cached:          4358636 kB
SwapCached:          136 kB
Active:          3731564 kB
Inactive:        2594016 kB
Active(anon):     164228 kB
Inactive(anon):    13104 kB
Active(file):    3567336 kB
Inactive(file):  2580912 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108556 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        311176 kB
Mapped:            15656 kB
Shmem:               172 kB
Slab:             718856 kB
SReclaimable:     160668 kB
SUnreclaim:       558188 kB
KernelStack:        1504 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     309196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71384 MiB
End job on node108 at 2012-06-07 23:12:59